Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from febaae0c9fd73676df4f52fdb547a6dfc7be537e 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-8973 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/215 [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/215 # 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 febaae0c9fd73676df4f52fdb547a6dfc7be537e (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 febaae0c9fd73676df4f52fdb547a6dfc7be537e # timeout=10 Commit message: "Merge pull request #2829 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration-0.0.8" > git rev-list --no-walk cc1d278deffc3deff691d7bec49425fb76e0cd3f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-26T18:59:21.436Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-26T18:59:21.718Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-26T18:59:21.824Z] ========================================================= [2020-10-26T18:59:21.825Z] EdgeX Global Pipelines Version Info [2020-10-26T18:59:21.825Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-26T18:59:23.294Z] ------------------- [2020-10-26T18:59:23.294Z] stable info: [2020-10-26T18:59:23.294Z] ------------------- [2020-10-26T18:59:23.294Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-26T18:59:23.294Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-26T18:59:23.294Z] Message: update stable to v1.0.148 [2020-10-26T18:59:24.238Z] ------------------- [2020-10-26T18:59:24.238Z] experimental info: [2020-10-26T18:59:24.238Z] ------------------- [2020-10-26T18:59:24.238Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-26T18:59:24.238Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-26T18:59:24.238Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-26T18:59:24.520Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-26T18:59:24.629Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-26T18:59:24.741Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-26T18:59:24.853Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-26T18:59:24.981Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-26T18:59:25.141Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-26T18:59:25.234Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-26T18:59:25.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-26T18:59:25.419Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-26T18:59:25.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-26T18:59:25.605Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-26T18:59:25.723Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-26T18:59:25.850Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-26T18:59:25.945Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-26T18:59:26.042Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-26T18:59:26.132Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-26T18:59:26.227Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-26T18:59:26.322Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-26T18:59:26.411Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-26T18:59:26.523Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-26T18:59:26.620Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-26T18:59:26.712Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-26T18:59:26.828Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-26T18:59:26.916Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-26T18:59:27.002Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] echo [2020-10-26T18:59:27.095Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = febaae0 [Pipeline] echo [2020-10-26T18:59:27.196Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-26T18:59:27.589Z] ++ 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-26T18:59:27.589Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T18:59:27.589Z] ++ dirname cmd/core-command/Dockerfile [2020-10-26T18:59:27.589Z] ++ cut -d/ -f2 [2020-10-26T18:59:27.589Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-26T18:59:27.589Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T18:59:27.589Z] ++ dirname cmd/core-data/Dockerfile [2020-10-26T18:59:27.589Z] ++ cut -d/ -f2 [2020-10-26T18:59:27.589Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-26T18:59:27.589Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T18:59:27.589Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-26T18:59:27.589Z] ++ cut -d/ -f2 [2020-10-26T18:59:27.589Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-26T18:59:27.589Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T18:59:27.589Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-26T18:59:27.589Z] ++ cut -d/ -f2 [2020-10-26T18:59:27.589Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-26T18:59:27.589Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T18:59:27.589Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-26T18:59:27.589Z] ++ cut -d/ -f2 [2020-10-26T18:59:27.589Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-26T18:59:27.589Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T18:59:27.589Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-26T18:59:27.589Z] ++ cut -d/ -f2 [2020-10-26T18:59:27.589Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-26T18:59:27.589Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T18:59:27.589Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-26T18:59:27.589Z] ++ cut -d/ -f2 [2020-10-26T18:59:27.589Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-26T18:59:27.590Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T18:59:27.590Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-26T18:59:27.590Z] ++ cut -d/ -f2 [2020-10-26T18:59:27.590Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-26T18:59:27.590Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T18:59:27.590Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-26T18:59:27.590Z] ++ cut -d/ -f2 [2020-10-26T18:59:27.590Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-26T18:59:27.590Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T18:59:27.590Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-26T18:59:27.590Z] ++ cut -d/ -f2 [2020-10-26T18:59:27.590Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-26T18:59:27.662Z] 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-26T18:59:29.209Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T18:59:29.474Z] [2020-10-26T18:59:29.474Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T18:59:29.827Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T18:59:29.827Z] latest: Pulling from edgex-devops/git-semver [2020-10-26T18:59:29.827Z] 31603596830f: Pulling fs layer [2020-10-26T18:59:29.827Z] 2a8b12db71e7: Pulling fs layer [2020-10-26T18:59:29.827Z] 6ca5941a6612: Pulling fs layer [2020-10-26T18:59:29.827Z] ecc8261a40a4: Pulling fs layer [2020-10-26T18:59:29.827Z] ecc8261a40a4: Waiting [2020-10-26T18:59:30.092Z] 2a8b12db71e7: Verifying Checksum [2020-10-26T18:59:30.092Z] 2a8b12db71e7: Download complete [2020-10-26T18:59:30.092Z] 31603596830f: Download complete [2020-10-26T18:59:30.357Z] 6ca5941a6612: Verifying Checksum [2020-10-26T18:59:30.357Z] 6ca5941a6612: Download complete [2020-10-26T18:59:30.357Z] ecc8261a40a4: Verifying Checksum [2020-10-26T18:59:30.357Z] ecc8261a40a4: Download complete [2020-10-26T18:59:30.357Z] 31603596830f: Pull complete [2020-10-26T18:59:30.621Z] 2a8b12db71e7: Pull complete [2020-10-26T18:59:31.198Z] 6ca5941a6612: Pull complete [2020-10-26T18:59:31.466Z] ecc8261a40a4: Pull complete [2020-10-26T18:59:31.466Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-26T18:59:31.466Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T18:59:31.466Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-26T18:59:31.577Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T18:59:31.632Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T18:59:34.125Z] $ docker top 172f316a340f3d125ab894962199868ccbff5680b174c43e8814e8c68d0d923f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T18:59:34.484Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T18:59:34.484Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T18:59:34.701Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T18:59:34.704Z] $ docker exec 172f316a340f3d125ab894962199868ccbff5680b174c43e8814e8c68d0d923f ssh-agent [2020-10-26T18:59:34.870Z] SSH_AUTH_SOCK=/tmp/ssh-TnUDxhlfWKNj/agent.13 [2020-10-26T18:59:34.870Z] SSH_AGENT_PID=19 [2020-10-26T18:59:34.882Z] Running ssh-add (command line suppressed) [2020-10-26T18:59:35.054Z] Identity added: /w/workspace/edgex-go/215@tmp/private_key_5043537553419373040.key (/w/workspace/edgex-go/215@tmp/private_key_5043537553419373040.key) [2020-10-26T18:59:35.108Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T18:59:35.449Z] + git tag --points-at HEAD [Pipeline] } [2020-10-26T18:59:35.469Z] $ docker exec --env ******** --env ******** 172f316a340f3d125ab894962199868ccbff5680b174c43e8814e8c68d0d923f ssh-agent -k [2020-10-26T18:59:35.583Z] unset SSH_AUTH_SOCK; [2020-10-26T18:59:35.583Z] unset SSH_AGENT_PID; [2020-10-26T18:59:35.583Z] echo Agent pid 19 killed; [2020-10-26T18:59:35.636Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-26T18:59:35.769Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T18:59:35.769Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T18:59:35.933Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T18:59:35.937Z] $ docker exec 172f316a340f3d125ab894962199868ccbff5680b174c43e8814e8c68d0d923f ssh-agent [2020-10-26T18:59:36.094Z] SSH_AUTH_SOCK=/tmp/ssh-UWWmIhwMWSYa/agent.49 [2020-10-26T18:59:36.094Z] SSH_AGENT_PID=54 [2020-10-26T18:59:36.101Z] Running ssh-add (command line suppressed) [2020-10-26T18:59:36.221Z] Identity added: /w/workspace/edgex-go/215@tmp/private_key_4728546277003599734.key (/w/workspace/edgex-go/215@tmp/private_key_4728546277003599734.key) [2020-10-26T18:59:36.272Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T18:59:36.606Z] + git semver init [2020-10-26T18:59:36.606Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T18:59:36.606Z] # $GIT_DIR = /w/workspace/edgex-go/215/.git [2020-10-26T18:59:36.606Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/215 [2020-10-26T18:59:36.606Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T18:59:36.606Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T18:59:36.606Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T18:59:36.606Z] # $SEMVER_BRANCH = master [2020-10-26T18:59:36.606Z] # $SEMVER_TEMP = /tmp/semver-738356776 [2020-10-26T18:59:36.606Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-26T18:59:54.767Z] # '/tmp/semver-738356776' -> '/w/workspace/edgex-go/215/.semver' [2020-10-26T18:59:54.767Z] # -> Force: false [2020-10-26T18:59:54.767Z] # $SEMVER_DIR = /w/workspace/edgex-go/215/.semver [Pipeline] } [2020-10-26T18:59:54.781Z] $ docker exec --env ******** --env ******** 172f316a340f3d125ab894962199868ccbff5680b174c43e8814e8c68d0d923f ssh-agent -k [2020-10-26T18:59:54.989Z] unset SSH_AUTH_SOCK; [2020-10-26T18:59:54.990Z] unset SSH_AGENT_PID; [2020-10-26T18:59:54.990Z] echo Agent pid 54 killed; [2020-10-26T18:59:55.086Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T18:59:55.643Z] + git semver [Pipeline] } [2020-10-26T18:59:55.661Z] $ docker stop --time=1 172f316a340f3d125ab894962199868ccbff5680b174c43e8814e8c68d0d923f [2020-10-26T18:59:57.233Z] $ docker rm -f 172f316a340f3d125ab894962199868ccbff5680b174c43e8814e8c68d0d923f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T18:59:57.770Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-26T18:59:58.270Z] Stashed 1 file(s) [Pipeline] echo [2020-10-26T18:59:58.273Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.99 [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-26T18:59:58.941Z] ========================================================= [2020-10-26T18:59:58.942Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-26T18:59:58.942Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-26T18:59:59.280Z] + 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:00:03.528Z] Sending build context to Docker daemon 325.7MB [2020-10-26T19:00:03.528Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-26T19:00:03.528Z] Step 2/7 : FROM ${BASE} [2020-10-26T19:00:03.528Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-26T19:00:03.528Z] df20fa9351a1: Pulling fs layer [2020-10-26T19:00:03.528Z] ed8968b2872e: Pulling fs layer [2020-10-26T19:00:03.528Z] a92cc7c5fd73: Pulling fs layer [2020-10-26T19:00:03.528Z] e871e8e8d7a9: Pulling fs layer [2020-10-26T19:00:03.528Z] e73272ec9a57: Pulling fs layer [2020-10-26T19:00:03.528Z] 1e910a182e73: Pulling fs layer [2020-10-26T19:00:03.528Z] 4e634b169226: Pulling fs layer [2020-10-26T19:00:03.528Z] e73272ec9a57: Waiting [2020-10-26T19:00:03.528Z] 1e910a182e73: Waiting [2020-10-26T19:00:03.528Z] 4e634b169226: Waiting [2020-10-26T19:00:03.528Z] e871e8e8d7a9: Waiting [2020-10-26T19:00:03.528Z] a92cc7c5fd73: Download complete [2020-10-26T19:00:03.528Z] ed8968b2872e: Verifying Checksum [2020-10-26T19:00:03.528Z] ed8968b2872e: Download complete [2020-10-26T19:00:03.528Z] e73272ec9a57: Download complete [2020-10-26T19:00:03.528Z] 1e910a182e73: Verifying Checksum [2020-10-26T19:00:03.528Z] 1e910a182e73: Download complete [2020-10-26T19:00:03.528Z] df20fa9351a1: Verifying Checksum [2020-10-26T19:00:03.528Z] df20fa9351a1: Download complete [2020-10-26T19:00:03.791Z] df20fa9351a1: Pull complete [2020-10-26T19:00:04.052Z] ed8968b2872e: Pull complete [2020-10-26T19:00:04.052Z] a92cc7c5fd73: Pull complete [2020-10-26T19:00:05.975Z] 4e634b169226: Verifying Checksum [2020-10-26T19:00:05.975Z] 4e634b169226: Download complete [2020-10-26T19:00:06.550Z] e871e8e8d7a9: Verifying Checksum [2020-10-26T19:00:06.550Z] e871e8e8d7a9: Download complete [2020-10-26T19:00:13.172Z] e871e8e8d7a9: Pull complete [2020-10-26T19:00:13.172Z] e73272ec9a57: Pull complete [2020-10-26T19:00:13.172Z] 1e910a182e73: Pull complete [2020-10-26T19:00:13.678Z] Still waiting to schedule task [2020-10-26T19:00:13.678Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-26T19:00:19.779Z] 4e634b169226: Pull complete [2020-10-26T19:00:19.779Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-26T19:00:19.779Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-26T19:00:19.779Z] ---> f7629b54cfaa [2020-10-26T19:00:19.779Z] 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-26T19:00:19.779Z] ---> Running in f59917639584 [2020-10-26T19:00:20.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T19:00:21.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T19:00:22.392Z] (1/12) Installing libmagic (5.38-r0) [2020-10-26T19:00:22.966Z] (2/12) Installing file (5.38-r0) [2020-10-26T19:00:22.966Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-26T19:00:22.966Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-26T19:00:37.890Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-26T19:00:37.890Z] (6/12) Installing patch (2.7.6-r6) [2020-10-26T19:00:37.890Z] (7/12) Installing build-base (0.5-r2) [2020-10-26T19:00:37.890Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-26T19:00:37.890Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-26T19:00:37.890Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-26T19:00:37.890Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-26T19:00:37.890Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-26T19:00:37.890Z] Executing busybox-1.31.1-r16.trigger [2020-10-26T19:00:37.890Z] OK: 233 MiB in 51 packages [2020-10-26T19:00:40.453Z] Removing intermediate container f59917639584 [2020-10-26T19:00:40.453Z] ---> bb91daf40229 [2020-10-26T19:00:40.453Z] Step 4/7 : WORKDIR /edgex-go [2020-10-26T19:00:40.453Z] ---> Running in 4a562ba6ac3b [2020-10-26T19:00:40.715Z] Removing intermediate container 4a562ba6ac3b [2020-10-26T19:00:40.715Z] ---> e513f65accaf [2020-10-26T19:00:40.715Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-26T19:00:40.976Z] latest: Pulling from library/docker [2020-10-26T19:00:41.247Z] 188c0c94c7c5: Pulling fs layer [2020-10-26T19:00:41.248Z] 0c7c675703d6: Pulling fs layer [2020-10-26T19:00:41.248Z] cc8c12a437cb: Pulling fs layer [2020-10-26T19:00:41.248Z] c5dafad2182a: Pulling fs layer [2020-10-26T19:00:41.248Z] 5aa711733414: Pulling fs layer [2020-10-26T19:00:41.248Z] 058f73b55e4b: Pulling fs layer [2020-10-26T19:00:41.248Z] 8c9c664faf12: Pulling fs layer [2020-10-26T19:00:41.248Z] 5aa711733414: Waiting [2020-10-26T19:00:41.248Z] 058f73b55e4b: Waiting [2020-10-26T19:00:41.248Z] 8c9c664faf12: Waiting [2020-10-26T19:00:41.248Z] c5dafad2182a: Waiting [2020-10-26T19:00:41.248Z] cc8c12a437cb: Verifying Checksum [2020-10-26T19:00:41.248Z] cc8c12a437cb: Download complete [2020-10-26T19:00:41.512Z] 188c0c94c7c5: Verifying Checksum [2020-10-26T19:00:41.512Z] 188c0c94c7c5: Download complete [2020-10-26T19:00:41.512Z] 0c7c675703d6: Download complete [2020-10-26T19:00:41.512Z] 5aa711733414: Verifying Checksum [2020-10-26T19:00:41.512Z] 5aa711733414: Download complete [2020-10-26T19:00:41.512Z] 058f73b55e4b: Verifying Checksum [2020-10-26T19:00:41.512Z] 058f73b55e4b: Download complete [2020-10-26T19:00:41.776Z] 188c0c94c7c5: Pull complete [2020-10-26T19:00:41.776Z] 8c9c664faf12: Verifying Checksum [2020-10-26T19:00:41.776Z] 8c9c664faf12: Download complete [2020-10-26T19:00:42.042Z] 0c7c675703d6: Pull complete [2020-10-26T19:00:42.042Z] cc8c12a437cb: Pull complete [2020-10-26T19:00:42.620Z] c5dafad2182a: Verifying Checksum [2020-10-26T19:00:42.620Z] c5dafad2182a: Download complete [2020-10-26T19:00:45.191Z] c5dafad2182a: Pull complete [2020-10-26T19:00:45.191Z] 5aa711733414: Pull complete [2020-10-26T19:00:45.191Z] 058f73b55e4b: Pull complete [2020-10-26T19:00:45.191Z] 8c9c664faf12: Pull complete [2020-10-26T19:00:45.191Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-26T19:00:45.191Z] Status: Downloaded newer image for docker:latest [2020-10-26T19:00:46.639Z] ---> 80bb8301f6d1 [2020-10-26T19:00:46.639Z] Step 6/7 : COPY go.mod . [2020-10-26T19:00:46.905Z] ---> d1d39f9cc523 [2020-10-26T19:00:46.905Z] Step 7/7 : RUN go mod download [2020-10-26T19:00:46.905Z] ---> Running in 73b1d4bf0fec [2020-10-26T19:01:08.918Z] Removing intermediate container 73b1d4bf0fec [2020-10-26T19:01:08.918Z] ---> 4840812fe493 [2020-10-26T19:01:08.918Z] Successfully built 4840812fe493 [2020-10-26T19:01:08.918Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:01:09.244Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-26T19:01:09.245Z] . [Pipeline] withDockerContainer [2020-10-26T19:01:09.358Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:01:09.418Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:01:10.191Z] $ docker top 9dda85bad538bc68a62bdbca370f2ff89225b697fed14c7f51c341c077653507 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T19:01:10.717Z] + go version [2020-10-26T19:01:10.717Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-26T19:01:10.734Z] $ docker stop --time=1 9dda85bad538bc68a62bdbca370f2ff89225b697fed14c7f51c341c077653507 [2020-10-26T19:01:12.097Z] $ docker rm -f 9dda85bad538bc68a62bdbca370f2ff89225b697fed14c7f51c341c077653507 [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-26T19:01:16.089Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-26T19:01:16.089Z] [2020-10-26T19:01:16.089Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:01:16.440Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-26T19:01:16.441Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-26T19:01:16.441Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-26T19:01:16.441Z] ca9280d653b3: Pulling fs layer [2020-10-26T19:01:16.441Z] 7e9c9ca2126c: Pulling fs layer [2020-10-26T19:01:16.707Z] cbdbe7a5bc2a: Download complete [2020-10-26T19:01:16.973Z] cbdbe7a5bc2a: Pull complete [2020-10-26T19:01:17.243Z] ca9280d653b3: Verifying Checksum [2020-10-26T19:01:17.243Z] ca9280d653b3: Download complete [2020-10-26T19:01:18.196Z] ca9280d653b3: Pull complete [2020-10-26T19:01:18.778Z] 7e9c9ca2126c: Verifying Checksum [2020-10-26T19:01:18.778Z] 7e9c9ca2126c: Download complete [2020-10-26T19:01:25.427Z] 7e9c9ca2126c: Pull complete [2020-10-26T19:01:25.427Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-26T19:01:25.427Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-26T19:01:25.427Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-26T19:01:25.631Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:01:25.688Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:01:28.673Z] $ docker top affe2ab772b227605dd76deb90aad5f66bb94b77ef64f81d0eb1ce98fcbcd463 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T19:01:29.165Z] + docker-compose build --help [2020-10-26T19:01:29.165Z] + grep parallel [2020-10-26T19:01:30.137Z] --parallel Build images in parallel. [Pipeline] } [2020-10-26T19:01:30.153Z] $ docker stop --time=1 affe2ab772b227605dd76deb90aad5f66bb94b77ef64f81d0eb1ce98fcbcd463 [2020-10-26T19:01:31.532Z] $ docker rm -f affe2ab772b227605dd76deb90aad5f66bb94b77ef64f81d0eb1ce98fcbcd463 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:01:32.174Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-26T19:01:32.174Z] . [Pipeline] withDockerContainer [2020-10-26T19:01:32.286Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:01:32.475Z] $ 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/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:01:33.179Z] $ docker top 62d38846b2d218595e190b872686255d889f335d0eb1e91ce66843835ccb1100 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T19:01:33.752Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-26T19:01:34.714Z] Building docker-core-command-go ... [2020-10-26T19:01:34.714Z] Building docker-core-data-go ... [2020-10-26T19:01:34.714Z] Building docker-core-metadata-go ... [2020-10-26T19:01:34.714Z] Building docker-security-proxy-setup-go ... [2020-10-26T19:01:34.714Z] Building docker-security-secrets-setup-go ... [2020-10-26T19:01:34.714Z] Building docker-security-secretstore-setup-go ... [2020-10-26T19:01:34.714Z] Building docker-support-logging-go ... [2020-10-26T19:01:34.714Z] Building docker-support-notifications-go ... [2020-10-26T19:01:34.714Z] Building docker-support-scheduler-go ... [2020-10-26T19:01:34.714Z] Building docker-sys-mgmt-agent-go ... [2020-10-26T19:01:34.714Z] Building docker-security-secrets-setup-go [2020-10-26T19:01:34.714Z] Building docker-sys-mgmt-agent-go [2020-10-26T19:01:34.714Z] Building docker-core-data-go [2020-10-26T19:01:34.714Z] Building docker-support-scheduler-go [2020-10-26T19:01:34.714Z] Building docker-security-secretstore-setup-go [2020-10-26T19:01:56.838Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T19:01:56.838Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-26T19:01:56.838Z] ---> 4840812fe493 [2020-10-26T19:01:56.838Z] Step 3/29 : WORKDIR /edgex-go [2020-10-26T19:01:56.838Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T19:01:56.838Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-26T19:01:56.838Z] ---> 4840812fe493 [2020-10-26T19:01:56.838Z] Step 3/26 : WORKDIR /edgex-go [2020-10-26T19:01:56.838Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T19:01:56.838Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-26T19:01:56.838Z] ---> 4840812fe493 [2020-10-26T19:01:56.838Z] Step 3/21 : WORKDIR /edgex-go [2020-10-26T19:01:56.838Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T19:01:56.838Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-26T19:01:56.838Z] ---> 4840812fe493 [2020-10-26T19:01:56.838Z] Step 3/27 : WORKDIR /edgex-go [2020-10-26T19:01:57.101Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T19:01:57.101Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-26T19:01:57.101Z] ---> 4840812fe493 [2020-10-26T19:01:57.101Z] Step 3/23 : WORKDIR /edgex-go [2020-10-26T19:01:58.488Z] ---> Running in ca0a88a6f943 [2020-10-26T19:01:58.488Z] ---> Running in 8c804a8b1163 [2020-10-26T19:01:58.488Z] ---> Running in aa35931219f0 [2020-10-26T19:01:58.488Z] ---> Running in 0a3014174b7e [2020-10-26T19:01:58.488Z] ---> Running in 7177b7e8457e [2020-10-26T19:01:58.761Z] Removing intermediate container aa35931219f0 [2020-10-26T19:01:58.761Z] ---> 37148efd67c7 [2020-10-26T19:01:58.761Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T19:01:58.761Z] Removing intermediate container 8c804a8b1163 [2020-10-26T19:01:58.761Z] ---> dbaf0699f9ff [2020-10-26T19:01:58.761Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T19:01:58.761Z] Removing intermediate container 0a3014174b7e [2020-10-26T19:01:58.761Z] ---> a0383fe4c33f [2020-10-26T19:01:58.761Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T19:01:58.761Z] Removing intermediate container 7177b7e8457e [2020-10-26T19:01:58.761Z] ---> a19bb465cdae [2020-10-26T19:01:58.761Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T19:01:58.761Z] Removing intermediate container ca0a88a6f943 [2020-10-26T19:01:58.761Z] ---> 91cc1986838e [2020-10-26T19:01:58.761Z] Step 4/29 : RUN apk update && apk add make git [2020-10-26T19:01:58.761Z] ---> Running in 6f5cd3d3a668 [2020-10-26T19:01:58.761Z] ---> Running in 8df20dee3b3a [2020-10-26T19:01:59.053Z] ---> Running in 59ba155bd18f [2020-10-26T19:01:59.053Z] ---> Running in 4c1a5af8bb49 [2020-10-26T19:01:59.053Z] ---> Running in 505c3f550338 [2020-10-26T19:02:00.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T19:02:00.583Z] Removing intermediate container 6f5cd3d3a668 [2020-10-26T19:02:00.584Z] ---> f8b07fe1740d [2020-10-26T19:02:00.584Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-26T19:02:00.845Z] Removing intermediate container 59ba155bd18f [2020-10-26T19:02:00.845Z] ---> b4d9fffb49b9 [2020-10-26T19:02:00.845Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-26T19:02:00.845Z] ---> Running in ee91d84a2710 [2020-10-26T19:02:00.845Z] Removing intermediate container 8df20dee3b3a [2020-10-26T19:02:00.845Z] ---> 42d54aef11ae [2020-10-26T19:02:00.845Z] Step 5/21 : RUN apk update && apk add make git [2020-10-26T19:02:00.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T19:02:01.108Z] ---> Running in 5437aca1ad86 [2020-10-26T19:02:01.108Z] Removing intermediate container 4c1a5af8bb49 [2020-10-26T19:02:01.108Z] ---> 8569471b2061 [2020-10-26T19:02:01.108Z] Step 5/26 : RUN apk update && apk add make git [2020-10-26T19:02:01.108Z] ---> Running in 7a8e9e74502f [2020-10-26T19:02:01.377Z] ---> Running in a2a40f21361c [2020-10-26T19:02:01.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T19:02:01.963Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T19:02:01.963Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T19:02:01.963Z] OK: 12752 distinct packages available [2020-10-26T19:02:01.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T19:02:01.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T19:02:02.225Z] OK: 233 MiB in 51 packages [2020-10-26T19:02:02.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T19:02:02.796Z] Removing intermediate container 505c3f550338 [2020-10-26T19:02:02.796Z] ---> 99de283e68fe [2020-10-26T19:02:02.797Z] Step 5/29 : COPY go.mod . [2020-10-26T19:02:02.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T19:02:02.797Z] ---> 4c3021e3a6bf [2020-10-26T19:02:02.797Z] Step 6/29 : RUN go mod download [2020-10-26T19:02:02.797Z] ---> Running in 67113612852a [2020-10-26T19:02:03.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T19:02:03.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T19:02:03.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T19:02:03.895Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T19:02:03.895Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T19:02:03.895Z] OK: 12752 distinct packages available [2020-10-26T19:02:04.163Z] OK: 233 MiB in 51 packages [2020-10-26T19:02:04.163Z] Removing intermediate container 67113612852a [2020-10-26T19:02:04.163Z] ---> cc900e2ca0f9 [2020-10-26T19:02:04.163Z] Step 7/29 : COPY . . [2020-10-26T19:02:05.117Z] Removing intermediate container ee91d84a2710 [2020-10-26T19:02:05.117Z] ---> 9c47f5aa2e5a [2020-10-26T19:02:05.117Z] Step 6/23 : COPY go.mod . [2020-10-26T19:02:05.691Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T19:02:05.691Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T19:02:05.691Z] OK: 12752 distinct packages available [2020-10-26T19:02:05.959Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T19:02:05.959Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T19:02:05.959Z] OK: 12752 distinct packages available [2020-10-26T19:02:06.226Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T19:02:06.226Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T19:02:06.226Z] OK: 12752 distinct packages available [2020-10-26T19:02:06.226Z] OK: 233 MiB in 51 packages [2020-10-26T19:02:06.226Z] OK: 233 MiB in 51 packages [2020-10-26T19:02:06.499Z] OK: 233 MiB in 51 packages [2020-10-26T19:02:07.019Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8975 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-26T19:02:07.127Z] Running in /w/workspace/edgex-go/215 [Pipeline] { [Pipeline] checkout [2020-10-26T19:02:07.894Z] ---> b5da3ad31624 [2020-10-26T19:02:07.894Z] Step 7/23 : RUN go mod download [2020-10-26T19:02:08.840Z] ---> Running in 3eb0872ac3e3 [2020-10-26T19:02:12.110Z] using credential edgex-jenkins-ssh [2020-10-26T19:02:12.166Z] Cloning the remote Git repository [2020-10-26T19:02:13.076Z] Removing intermediate container 5437aca1ad86 [2020-10-26T19:02:13.076Z] ---> ae8ff8afbf36 [2020-10-26T19:02:13.076Z] Step 6/27 : COPY go.mod . [2020-10-26T19:02:13.076Z] Removing intermediate container a2a40f21361c [2020-10-26T19:02:13.076Z] ---> bdb6d9604c72 [2020-10-26T19:02:13.076Z] Step 6/26 : COPY go.mod . [2020-10-26T19:02:13.076Z] Removing intermediate container 7a8e9e74502f [2020-10-26T19:02:13.076Z] ---> 3f835094627b [2020-10-26T19:02:13.076Z] Step 6/21 : COPY go.mod . [2020-10-26T19:02:12.247Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-26T19:02:12.357Z] > git init /w/workspace/edgex-go/215 # timeout=10 [2020-10-26T19:02:12.442Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-26T19:02:12.443Z] > git --version # timeout=10 [2020-10-26T19:02:12.461Z] > git --version # 'git version 2.17.1' [2020-10-26T19:02:12.463Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T19:02:12.533Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T19:02:13.649Z] ---> 8c8208e87365 [2020-10-26T19:02:13.649Z] Step 7/27 : RUN go mod download [2020-10-26T19:02:14.233Z] ---> Running in 9bca118e8308 [2020-10-26T19:02:14.495Z] ---> d796014466b7 [2020-10-26T19:02:14.495Z] Step 7/21 : RUN go mod download [2020-10-26T19:02:14.495Z] ---> 93945dc3119c [2020-10-26T19:02:14.495Z] Step 7/26 : RUN go mod download [2020-10-26T19:02:14.495Z] ---> 6dde716fee7d [2020-10-26T19:02:14.495Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-26T19:02:14.757Z] ---> Running in 3eeedcc5bc3a [2020-10-26T19:02:14.757Z] ---> Running in da3cd604d286 [2020-10-26T19:02:14.757Z] ---> Running in b9121de58c55 [2020-10-26T19:02:14.757Z] Removing intermediate container 3eb0872ac3e3 [2020-10-26T19:02:14.757Z] ---> f3e501b70e66 [2020-10-26T19:02:14.757Z] Step 8/23 : COPY . . [2020-10-26T19:02:16.180Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-26T19:02:18.135Z] Removing intermediate container 9bca118e8308 [2020-10-26T19:02:18.135Z] ---> 55a212f92e2f [2020-10-26T19:02:18.135Z] Step 8/27 : COPY . . [2020-10-26T19:02:18.135Z] Removing intermediate container 3eeedcc5bc3a [2020-10-26T19:02:18.135Z] ---> b131c0a36f92 [2020-10-26T19:02:18.135Z] Step 8/26 : COPY . . [2020-10-26T19:02:24.806Z] Removing intermediate container b9121de58c55 [2020-10-26T19:02:24.806Z] ---> dcde771a51f3 [2020-10-26T19:02:24.806Z] Step 8/21 : COPY . . [2020-10-26T19:02:27.008Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-26T19:02:27.027Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T19:02:27.053Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-26T19:02:27.087Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-26T19:02:27.088Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T19:02:27.101Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-26T19:02:27.631Z] Checking out Revision febaae0c9fd73676df4f52fdb547a6dfc7be537e (master) [2020-10-26T19:02:27.658Z] > git config core.sparsecheckout # timeout=10 [2020-10-26T19:02:27.673Z] > git checkout -f febaae0c9fd73676df4f52fdb547a6dfc7be537e # timeout=10 [2020-10-26T19:02:32.513Z] Commit message: "Merge pull request #2829 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration-0.0.8" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-26T19:02:33.485Z] ========================================================= [2020-10-26T19:02:33.485Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-26T19:02:33.485Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:02:34.401Z] + 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-26T19:02:37.103Z] Sending build context to Docker daemon 165.2MB [2020-10-26T19:02:37.103Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-26T19:02:37.103Z] Step 2/7 : FROM ${BASE} [2020-10-26T19:02:37.389Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-26T19:02:37.389Z] b538f80385f9: Pulling fs layer [2020-10-26T19:02:37.389Z] 74f711af9a0d: Pulling fs layer [2020-10-26T19:02:37.389Z] 99f96fe45779: Pulling fs layer [2020-10-26T19:02:37.389Z] 8529a6b9a6be: Pulling fs layer [2020-10-26T19:02:37.389Z] 45590311c82a: Pulling fs layer [2020-10-26T19:02:37.389Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-26T19:02:37.389Z] 209524e5b208: Pulling fs layer [2020-10-26T19:02:37.389Z] 45590311c82a: Waiting [2020-10-26T19:02:37.389Z] 69ca0ff8b7b3: Waiting [2020-10-26T19:02:37.389Z] 209524e5b208: Waiting [2020-10-26T19:02:37.389Z] 99f96fe45779: Verifying Checksum [2020-10-26T19:02:37.389Z] 99f96fe45779: Download complete [2020-10-26T19:02:37.389Z] 74f711af9a0d: Verifying Checksum [2020-10-26T19:02:37.389Z] 74f711af9a0d: Download complete [2020-10-26T19:02:37.389Z] 45590311c82a: Verifying Checksum [2020-10-26T19:02:37.389Z] 45590311c82a: Download complete [2020-10-26T19:02:37.666Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-26T19:02:37.666Z] 69ca0ff8b7b3: Download complete [2020-10-26T19:02:37.666Z] b538f80385f9: Verifying Checksum [2020-10-26T19:02:37.666Z] b538f80385f9: Download complete [2020-10-26T19:02:38.284Z] b538f80385f9: Pull complete [2020-10-26T19:02:38.885Z] 74f711af9a0d: Pull complete [2020-10-26T19:02:39.162Z] 99f96fe45779: Pull complete [2020-10-26T19:02:40.164Z] 209524e5b208: Verifying Checksum [2020-10-26T19:02:41.607Z] 8529a6b9a6be: Download complete [2020-10-26T19:02:43.014Z] ---> 283309357d15 [2020-10-26T19:02:43.015Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-26T19:02:45.587Z] ---> 954c6c1ef4d7 [2020-10-26T19:02:45.587Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-26T19:02:45.587Z] ---> 6b91b5ed8a4d [2020-10-26T19:02:45.587Z] 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-26T19:02:45.587Z] ---> Running in f3bff9f29f0e [2020-10-26T19:02:45.587Z] ---> Running in 64e04224c59f [2020-10-26T19:02:45.587Z] ---> Running in 516b6b2b0914 [2020-10-26T19:02:45.587Z] ---> 5549e2b1755a [2020-10-26T19:02:45.587Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-26T19:02:45.587Z] ---> Running in 0cf9158855e3 [2020-10-26T19:02:46.557Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o cmd/core-data/core-data ./cmd/core-data [2020-10-26T19:02:46.557Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-26T19:02:46.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-26T19:02:46.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-26T19:02:48.246Z] Removing intermediate container da3cd604d286 [2020-10-26T19:02:48.246Z] ---> 9ff5eb9b64fc [2020-10-26T19:02:48.246Z] [2020-10-26T19:02:48.246Z] Step 9/29 : FROM alpine:latest [2020-10-26T19:02:48.529Z] latest: Pulling from library/alpine [2020-10-26T19:02:48.797Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-26T19:02:48.797Z] Status: Downloaded newer image for alpine:latest [2020-10-26T19:02:48.797Z] ---> d6e46aa2470d [2020-10-26T19:02:48.797Z] 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-26T19:02:49.390Z] ---> Running in 7e50a390a366 [2020-10-26T19:02:51.345Z] Removing intermediate container 7e50a390a366 [2020-10-26T19:02:51.345Z] ---> 3936ce6e33ee [2020-10-26T19:02:51.345Z] Step 11/29 : USER root [2020-10-26T19:02:51.345Z] ---> Running in c23714587261 [2020-10-26T19:02:51.784Z] 8529a6b9a6be: Pull complete [2020-10-26T19:02:52.059Z] 45590311c82a: Pull complete [2020-10-26T19:02:52.303Z] Removing intermediate container c23714587261 [2020-10-26T19:02:52.303Z] ---> 0a63c9706cae [2020-10-26T19:02:52.303Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-26T19:02:52.335Z] 69ca0ff8b7b3: Pull complete [2020-10-26T19:02:52.570Z] ---> Running in f3af795f8645 [2020-10-26T19:02:53.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T19:02:53.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T19:02:54.087Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-26T19:02:54.087Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-26T19:02:54.087Z] OK: 12744 distinct packages available [2020-10-26T19:02:54.359Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-26T19:02:54.359Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-26T19:02:54.359Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T19:02:54.359Z] Executing ca-certificates-20191127-r4.trigger [2020-10-26T19:02:54.627Z] OK: 6 MiB in 16 packages [2020-10-26T19:02:56.581Z] Removing intermediate container f3af795f8645 [2020-10-26T19:02:56.581Z] ---> e4df49838539 [2020-10-26T19:02:56.581Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-26T19:02:56.581Z] ---> Running in 24de00884d1e [2020-10-26T19:02:56.660Z] 209524e5b208: Pull complete [2020-10-26T19:02:56.660Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-26T19:02:56.660Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-26T19:02:56.660Z] ---> 5bddaf1c2fca [2020-10-26T19:02:56.660Z] 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-26T19:02:57.627Z] Removing intermediate container 24de00884d1e [2020-10-26T19:02:57.627Z] ---> 3640d3875a89 [2020-10-26T19:02:57.627Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-26T19:02:57.627Z] ---> Running in db243fc6a172 [2020-10-26T19:02:58.229Z] Removing intermediate container db243fc6a172 [2020-10-26T19:02:58.229Z] ---> b534ace430f6 [2020-10-26T19:02:58.229Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-26T19:02:58.229Z] ---> Running in 8dc29c7aaa13 [2020-10-26T19:02:59.291Z] ---> Running in d1cdb43108ba [2020-10-26T19:03:00.896Z] Removing intermediate container 8dc29c7aaa13 [2020-10-26T19:03:00.896Z] ---> faa4f6253c37 [2020-10-26T19:03:00.896Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-26T19:03:01.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T19:03:01.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T19:03:02.360Z] ---> 0a893d183d18 [2020-10-26T19:03:02.360Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-26T19:03:02.856Z] (1/12) Installing libmagic (5.38-r0) [2020-10-26T19:03:02.947Z] ---> 016f75876fe7 [2020-10-26T19:03:02.948Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-26T19:03:03.128Z] (2/12) Installing file (5.38-r0) [2020-10-26T19:03:03.128Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-26T19:03:03.398Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-26T19:03:03.549Z] ---> 6f838f3d7a0d [2020-10-26T19:03:03.549Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-26T19:03:03.834Z] ---> 133bdf9838a6 [2020-10-26T19:03:03.834Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-26T19:03:04.116Z] ---> 413bee0c7248 [2020-10-26T19:03:04.116Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-26T19:03:04.392Z] ---> Running in e8cc19f003b1 [2020-10-26T19:03:06.366Z] Removing intermediate container e8cc19f003b1 [2020-10-26T19:03:06.366Z] ---> ac134ac338f1 [2020-10-26T19:03:06.366Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-26T19:03:06.957Z] ---> 4b4dca93cc34 [2020-10-26T19:03:06.957Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-26T19:03:06.957Z] ---> Running in b481f276c3e0 [2020-10-26T19:03:08.914Z] Removing intermediate container b481f276c3e0 [2020-10-26T19:03:08.914Z] ---> 89af68bb2c89 [2020-10-26T19:03:08.914Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-26T19:03:09.178Z] ---> Running in 5f5d7acdf192 [2020-10-26T19:03:10.089Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-26T19:03:10.089Z] (6/12) Installing patch (2.7.6-r6) [2020-10-26T19:03:10.089Z] (7/12) Installing build-base (0.5-r2) [2020-10-26T19:03:10.089Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-26T19:03:10.089Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-26T19:03:10.362Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-26T19:03:10.362Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-26T19:03:10.599Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-26T19:03:10.645Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-26T19:03:10.645Z] Executing busybox-1.31.1-r16.trigger [2020-10-26T19:03:10.645Z] OK: 217 MiB in 51 packages [2020-10-26T19:03:11.578Z] Removing intermediate container 5f5d7acdf192 [2020-10-26T19:03:11.578Z] ---> a9aa16043ea8 [2020-10-26T19:03:11.578Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-26T19:03:11.856Z] ---> Running in e60f4f296bd9 [2020-10-26T19:03:12.127Z] Removing intermediate container e60f4f296bd9 [2020-10-26T19:03:12.127Z] ---> f99caf2451c2 [2020-10-26T19:03:12.127Z] Step 26/29 : CMD [ "generate" ] [2020-10-26T19:03:12.127Z] ---> Running in 068f8343ccd4 [2020-10-26T19:03:12.416Z] Removing intermediate container 068f8343ccd4 [2020-10-26T19:03:12.416Z] ---> 7ece35cd0247 [2020-10-26T19:03:12.416Z] Step 27/29 : LABEL arch=x86_64 [2020-10-26T19:03:12.692Z] ---> Running in d68fb9efa36d [2020-10-26T19:03:14.104Z] Removing intermediate container d68fb9efa36d [2020-10-26T19:03:14.104Z] ---> eb171a94fdfe [2020-10-26T19:03:14.104Z] Step 28/29 : LABEL git_sha=febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:03:14.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-26T19:03:14.650Z] ---> Running in d5f3b9d59d14 [2020-10-26T19:03:14.650Z] Removing intermediate container 516b6b2b0914 [2020-10-26T19:03:14.650Z] ---> 374783807fde [2020-10-26T19:03:14.650Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-26T19:03:14.926Z] ---> Running in 36c5fe5bed6e [2020-10-26T19:03:14.975Z] Removing intermediate container d1cdb43108ba [2020-10-26T19:03:14.975Z] ---> abefe687cfff [2020-10-26T19:03:14.975Z] Step 4/7 : WORKDIR /edgex-go [2020-10-26T19:03:15.191Z] Removing intermediate container d5f3b9d59d14 [2020-10-26T19:03:15.191Z] ---> bdac000e27e4 [2020-10-26T19:03:15.191Z] Step 29/29 : LABEL version=1.2.2-dev.99 [2020-10-26T19:03:15.251Z] ---> Running in 00f780af4c19 [2020-10-26T19:03:15.774Z] ---> Running in fbb8562299d7 [2020-10-26T19:03:15.845Z] Removing intermediate container 00f780af4c19 [2020-10-26T19:03:15.845Z] ---> ee61206d00c7 [2020-10-26T19:03:15.845Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-26T19:03:16.039Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-26T19:03:16.126Z] latest: Pulling from library/docker [2020-10-26T19:03:16.126Z] 5f621e34cdf4: Pulling fs layer [2020-10-26T19:03:16.126Z] 85db56a05063: Pulling fs layer [2020-10-26T19:03:16.126Z] ccb67d6aeaaa: Pulling fs layer [2020-10-26T19:03:16.126Z] a0b19fc83503: Pulling fs layer [2020-10-26T19:03:16.126Z] 8eb508b41278: Pulling fs layer [2020-10-26T19:03:16.126Z] 37236713561e: Pulling fs layer [2020-10-26T19:03:16.126Z] 07c93f2b1b56: Pulling fs layer [2020-10-26T19:03:16.126Z] 8eb508b41278: Waiting [2020-10-26T19:03:16.126Z] 37236713561e: Waiting [2020-10-26T19:03:16.126Z] 07c93f2b1b56: Waiting [2020-10-26T19:03:16.126Z] a0b19fc83503: Waiting [2020-10-26T19:03:16.409Z] ccb67d6aeaaa: Verifying Checksum [2020-10-26T19:03:16.409Z] ccb67d6aeaaa: Download complete [2020-10-26T19:03:16.409Z] 85db56a05063: Verifying Checksum [2020-10-26T19:03:16.409Z] 85db56a05063: Download complete [2020-10-26T19:03:16.409Z] 5f621e34cdf4: Download complete [2020-10-26T19:03:16.409Z] 8eb508b41278: Verifying Checksum [2020-10-26T19:03:16.409Z] 8eb508b41278: Download complete [2020-10-26T19:03:16.409Z] 37236713561e: Verifying Checksum [2020-10-26T19:03:16.409Z] 37236713561e: Download complete [2020-10-26T19:03:16.687Z] 07c93f2b1b56: Download complete [2020-10-26T19:03:16.964Z] 5f621e34cdf4: Pull complete [2020-10-26T19:03:16.995Z] Removing intermediate container fbb8562299d7 [2020-10-26T19:03:16.995Z] ---> 2bd0579f0440 [2020-10-26T19:03:16.995Z] [2020-10-26T19:03:17.260Z] Successfully built 2bd0579f0440 [2020-10-26T19:03:17.535Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-26T19:03:17.535Z] Building docker-core-command-go [2020-10-26T19:03:17.535Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 0cf9158855e3 [2020-10-26T19:03:17.535Z] ---> bbe2d7e8797f [2020-10-26T19:03:17.535Z] [2020-10-26T19:03:17.535Z] Step 10/21 : FROM scratch [2020-10-26T19:03:17.536Z] ---> [2020-10-26T19:03:17.536Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T19:03:17.561Z] 85db56a05063: Pull complete [2020-10-26T19:03:17.809Z] ---> Running in 11ebe4f2ce54 [2020-10-26T19:03:18.087Z] Removing intermediate container 36c5fe5bed6e [2020-10-26T19:03:18.087Z] ---> 8961603e5b13 [2020-10-26T19:03:18.087Z] [2020-10-26T19:03:18.087Z] Step 11/27 : FROM docker:latest [2020-10-26T19:03:18.087Z] ---> 6972c414f322 [2020-10-26T19:03:18.087Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-26T19:03:18.087Z] Removing intermediate container 11ebe4f2ce54 [2020-10-26T19:03:18.087Z] ---> b811214d0d4e [2020-10-26T19:03:18.087Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-26T19:03:18.158Z] a0b19fc83503: Verifying Checksum [2020-10-26T19:03:18.158Z] a0b19fc83503: Download complete [2020-10-26T19:03:18.158Z] ccb67d6aeaaa: Pull complete [2020-10-26T19:03:20.778Z] a0b19fc83503: Pull complete [2020-10-26T19:03:21.061Z] 8eb508b41278: Pull complete [2020-10-26T19:03:21.660Z] 37236713561e: Pull complete [2020-10-26T19:03:21.933Z] 07c93f2b1b56: Pull complete [2020-10-26T19:03:21.933Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-26T19:03:21.933Z] Status: Downloaded newer image for docker:latest [2020-10-26T19:03:24.720Z] ---> Running in 8b439060841e [2020-10-26T19:03:24.721Z] ---> Running in 336c0da3beea [2020-10-26T19:03:24.721Z] Removing intermediate container 64e04224c59f [2020-10-26T19:03:24.721Z] ---> 4121390f3ad7 [2020-10-26T19:03:24.721Z] [2020-10-26T19:03:24.721Z] Step 10/26 : FROM alpine:3.10 [2020-10-26T19:03:24.721Z] Removing intermediate container 8b439060841e [2020-10-26T19:03:24.721Z] ---> d0351a8b13ca [2020-10-26T19:03:24.721Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-26T19:03:24.721Z] ---> Running in b3a0fc2f8d69 [2020-10-26T19:03:24.984Z] 3.10: Pulling from library/alpine [2020-10-26T19:03:24.984Z] Removing intermediate container b3a0fc2f8d69 [2020-10-26T19:03:24.984Z] ---> f7cebe1539c5 [2020-10-26T19:03:24.984Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-26T19:03:25.260Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T19:03:25.260Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T19:03:25.260Z] ---> c59973242e5f [2020-10-26T19:03:25.260Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-26T19:03:25.329Z] ---> 8ef5c3065fba [2020-10-26T19:03:25.329Z] Step 6/7 : COPY go.mod . [2020-10-26T19:03:25.531Z] (1/2) Installing readline (8.0.4-r0) [2020-10-26T19:03:25.531Z] (2/2) Installing bash (5.0.17-r0) [2020-10-26T19:03:25.531Z] Executing bash-5.0.17-r0.post-install [2020-10-26T19:03:25.531Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T19:03:25.796Z] OK: 12 MiB in 22 packages [2020-10-26T19:03:25.925Z] ---> d7127df818fd [2020-10-26T19:03:25.926Z] Step 7/7 : RUN go mod download [2020-10-26T19:03:25.926Z] ---> Running in 8b8e7b5dece6 [2020-10-26T19:03:26.057Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-26T19:03:26.057Z] Status: Downloaded newer image for alpine:3.10 [2020-10-26T19:03:26.057Z] ---> be4e4bea2c2e [2020-10-26T19:03:26.057Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-26T19:03:29.579Z] ---> Running in 39eb8c7a88ef [2020-10-26T19:03:29.937Z] ---> aaf5d3cc2802 [2020-10-26T19:03:29.937Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-26T19:03:31.483Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T19:03:31.483Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T19:03:31.483Z] ---> 4840812fe493 [2020-10-26T19:03:31.483Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T19:03:31.483Z] ---> Using cache [2020-10-26T19:03:31.483Z] ---> 91cc1986838e [2020-10-26T19:03:31.483Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T19:03:33.462Z] ---> Running in 9f687f1f9d5b [2020-10-26T19:03:33.462Z] Removing intermediate container 336c0da3beea [2020-10-26T19:03:33.462Z] ---> 0866b9647c31 [2020-10-26T19:03:33.462Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-26T19:03:33.462Z] ---> cf44f7ee1330 [2020-10-26T19:03:33.462Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-26T19:03:33.462Z] ---> Running in 797e51c493ea [2020-10-26T19:03:33.462Z] Removing intermediate container f3bff9f29f0e [2020-10-26T19:03:33.462Z] ---> 19e3183f8d7e [2020-10-26T19:03:33.462Z] [2020-10-26T19:03:33.462Z] Step 10/23 : FROM alpine [2020-10-26T19:03:33.462Z] ---> d6e46aa2470d [2020-10-26T19:03:33.462Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T19:03:33.724Z] ---> Running in 9b22acf9bb68 [2020-10-26T19:03:33.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-26T19:03:33.990Z] ---> Running in 703f8fb10d43 [2020-10-26T19:03:33.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-26T19:03:33.990Z] Removing intermediate container 9b22acf9bb68 [2020-10-26T19:03:33.990Z] ---> e0f697353e25 [2020-10-26T19:03:33.990Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T19:03:34.254Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-26T19:03:34.254Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-26T19:03:34.254Z] OK: 10346 distinct packages available [2020-10-26T19:03:34.254Z] ---> Running in 5c0b0d5f7016 [2020-10-26T19:03:34.254Z] Removing intermediate container 703f8fb10d43 [2020-10-26T19:03:34.254Z] ---> 0efe178cd996 [2020-10-26T19:03:34.254Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-26T19:03:34.254Z] ---> Running in 2ba07d69b93d [2020-10-26T19:03:34.254Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-26T19:03:34.515Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-26T19:03:34.515Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-26T19:03:34.515Z] (4/5) Installing curl (7.66.0-r1) [2020-10-26T19:03:34.515Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-26T19:03:34.515Z] Executing busybox-1.30.1-r3.trigger [2020-10-26T19:03:34.515Z] Executing ca-certificates-20191127-r2.trigger [2020-10-26T19:03:34.515Z] OK: 7 MiB in 19 packages [2020-10-26T19:03:35.098Z] Removing intermediate container 5c0b0d5f7016 [2020-10-26T19:03:35.098Z] ---> d526e04ec34d [2020-10-26T19:03:35.098Z] Step 19/21 : LABEL arch=x86_64 [2020-10-26T19:03:35.098Z] ---> Running in 499875d38e6e [2020-10-26T19:03:35.098Z] Removing intermediate container 2ba07d69b93d [2020-10-26T19:03:35.098Z] ---> 47a2cee0b404 [2020-10-26T19:03:35.098Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-26T19:03:35.361Z] ---> Running in c477067ced98 [2020-10-26T19:03:35.623Z] Removing intermediate container 9f687f1f9d5b [2020-10-26T19:03:35.623Z] ---> aa0eafcd7079 [2020-10-26T19:03:35.623Z] Step 5/22 : RUN apk update && apk add make git [2020-10-26T19:03:36.203Z] Removing intermediate container 499875d38e6e [2020-10-26T19:03:36.203Z] ---> 96f0c492c1ac [2020-10-26T19:03:36.203Z] Step 20/21 : LABEL git_sha=febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:03:36.203Z] ---> Running in c5bcc8a4bac6 [2020-10-26T19:03:36.203Z] ---> Running in 082582d73fe8 [2020-10-26T19:03:36.203Z] Removing intermediate container c477067ced98 [2020-10-26T19:03:36.203Z] ---> 850d182aa22f [2020-10-26T19:03:36.203Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T19:03:36.465Z] Removing intermediate container 39eb8c7a88ef [2020-10-26T19:03:36.465Z] ---> 379fbcfe5a2f [2020-10-26T19:03:36.465Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-26T19:03:36.465Z] Removing intermediate container 797e51c493ea [2020-10-26T19:03:36.465Z] ---> 22cda37b10c8 [2020-10-26T19:03:36.465Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-26T19:03:36.465Z] ---> Running in 8192941ce320 [2020-10-26T19:03:36.726Z] ---> Running in 287a7e87eb0f [2020-10-26T19:03:36.726Z] ---> Running in b6dea317b1d9 [2020-10-26T19:03:36.726Z] Removing intermediate container 082582d73fe8 [2020-10-26T19:03:36.726Z] ---> 7da9ac6e910e [2020-10-26T19:03:36.726Z] Step 21/21 : LABEL version=1.2.2-dev.99 [2020-10-26T19:03:36.988Z] ---> Running in 0228c344653e [2020-10-26T19:03:36.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T19:03:36.988Z] Removing intermediate container 287a7e87eb0f [2020-10-26T19:03:36.988Z] ---> 5cc5e8d2e3b4 [2020-10-26T19:03:36.988Z] Step 13/26 : WORKDIR / [2020-10-26T19:03:37.261Z] Removing intermediate container b6dea317b1d9 [2020-10-26T19:03:37.261Z] ---> 755ae936c0cc [2020-10-26T19:03:37.261Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-26T19:03:37.261Z] ---> Running in 17b4e542f532 [2020-10-26T19:03:37.261Z] ---> Running in 91b6f68ba062 [2020-10-26T19:03:37.261Z] Removing intermediate container 0228c344653e [2020-10-26T19:03:37.261Z] ---> 2befe362ecd3 [2020-10-26T19:03:37.261Z] [2020-10-26T19:03:37.528Z] Successfully built 2befe362ecd3 [2020-10-26T19:03:37.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T19:03:38.370Z] Removing intermediate container 17b4e542f532 [2020-10-26T19:03:38.370Z] ---> 914e8803c503 [2020-10-26T19:03:38.370Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-26T19:03:38.370Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-26T19:03:38.370Z] Building docker-core-metadata-go [2020-10-26T19:03:38.370Z]  Building docker-support-scheduler-go ... done Removing intermediate container 91b6f68ba062 [2020-10-26T19:03:38.370Z] ---> fa5aaa2ef455 [2020-10-26T19:03:38.370Z] 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-26T19:03:38.638Z] ---> Running in 47e210980e75 [2020-10-26T19:03:38.638Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T19:03:38.638Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T19:03:38.638Z] OK: 12752 distinct packages available [2020-10-26T19:03:38.900Z] Removing intermediate container 8192941ce320 [2020-10-26T19:03:38.900Z] ---> 3d14ef0de5b1 [2020-10-26T19:03:38.900Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-26T19:03:38.900Z] OK: 233 MiB in 51 packages [2020-10-26T19:03:39.164Z] Removing intermediate container 47e210980e75 [2020-10-26T19:03:39.164Z] ---> d21000a5cb1e [2020-10-26T19:03:39.164Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-26T19:03:39.164Z] ---> Running in 2db89ea205a2 [2020-10-26T19:03:39.164Z] ---> 0e721d562f0e [2020-10-26T19:03:39.164Z] 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-26T19:03:40.562Z] ---> 3e1a60a890ba [2020-10-26T19:03:40.562Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-26T19:03:41.142Z] ---> 9734f9f336fe [2020-10-26T19:03:41.142Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-26T19:03:41.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T19:03:41.404Z] Removing intermediate container c5bcc8a4bac6 [2020-10-26T19:03:41.404Z] ---> a5ed89005f96 [2020-10-26T19:03:41.404Z] Step 6/22 : COPY go.mod . [2020-10-26T19:03:41.404Z] ---> 0c3ff29c4802 [2020-10-26T19:03:41.404Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-26T19:03:41.404Z] ---> a202867db12d [2020-10-26T19:03:41.404Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-26T19:03:41.673Z] ---> ba5b778cd314 [2020-10-26T19:03:41.673Z] Step 7/22 : RUN go mod download [2020-10-26T19:03:41.673Z] ---> Running in d098c14ff9b8 [2020-10-26T19:03:41.673Z] ---> d4f4a050b1d5 [2020-10-26T19:03:41.673Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-26T19:03:41.935Z] ---> 75c604e10691 [2020-10-26T19:03:41.935Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-26T19:03:41.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T19:03:42.197Z] ---> Running in 7adac64f14c6 [2020-10-26T19:03:42.780Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-26T19:03:42.780Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-26T19:03:43.048Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-26T19:03:43.321Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-26T19:03:43.321Z] ---> 5b2f4c9cd12f [2020-10-26T19:03:43.321Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-26T19:03:43.321Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-26T19:03:43.321Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T19:03:43.321Z] OK: 8 MiB in 19 packages [2020-10-26T19:03:44.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T19:03:44.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T19:03:44.296Z] ---> 199d5146998e [2020-10-26T19:03:44.296Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-26T19:03:44.564Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-26T19:03:44.564Z] (2/33) Installing expat (2.2.9-r1) [2020-10-26T19:03:44.564Z] (3/33) Installing libffi (3.3-r2) [2020-10-26T19:03:44.564Z] (4/33) Installing gdbm (1.13-r1) [2020-10-26T19:03:44.564Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-26T19:03:44.564Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-26T19:03:44.564Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-26T19:03:47.128Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T19:03:47.128Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T19:03:47.128Z] ---> 4840812fe493 [2020-10-26T19:03:47.128Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T19:03:47.390Z] ---> Using cache [2020-10-26T19:03:47.390Z] ---> 91cc1986838e [2020-10-26T19:03:47.390Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T19:03:47.390Z] ---> Using cache [2020-10-26T19:03:47.390Z] ---> aa0eafcd7079 [2020-10-26T19:03:47.390Z] Step 5/22 : RUN apk update && apk add make git [2020-10-26T19:03:47.390Z] ---> Using cache [2020-10-26T19:03:47.390Z] ---> a5ed89005f96 [2020-10-26T19:03:47.390Z] Step 6/22 : COPY go.mod . [2020-10-26T19:03:47.390Z] ---> Using cache [2020-10-26T19:03:47.390Z] ---> ba5b778cd314 [2020-10-26T19:03:47.390Z] Step 7/22 : RUN go mod download [2020-10-26T19:03:49.941Z] ---> Running in 2853a1df4bf7 [2020-10-26T19:03:49.941Z] Removing intermediate container d098c14ff9b8 [2020-10-26T19:03:49.941Z] ---> 79fb47eee23b [2020-10-26T19:03:49.941Z] Step 8/22 : COPY . . [2020-10-26T19:03:50.213Z] ---> 688d1b84685b [2020-10-26T19:03:50.213Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-26T19:03:50.213Z] Removing intermediate container 2db89ea205a2 [2020-10-26T19:03:50.213Z] ---> b905e4dfecd0 [2020-10-26T19:03:50.213Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-26T19:03:50.213Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-26T19:03:50.213Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-26T19:03:50.213Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-26T19:03:50.213Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-26T19:03:50.213Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-26T19:03:50.213Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-26T19:03:50.213Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-26T19:03:50.213Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-26T19:03:50.213Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-26T19:03:50.480Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-26T19:03:50.480Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-26T19:03:50.480Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-26T19:03:50.746Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-26T19:03:50.746Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-26T19:03:52.136Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-26T19:03:52.720Z] Removing intermediate container 8b8e7b5dece6 [2020-10-26T19:03:52.720Z] ---> 8e815233dac9 [2020-10-26T19:03:52.720Z] Successfully built 8e815233dac9 [2020-10-26T19:03:52.720Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:03:53.081Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-26T19:03:53.158Z] + docker inspect -f . ci-base-image-arm64 [2020-10-26T19:03:53.158Z] . [Pipeline] withDockerContainer [2020-10-26T19:03:53.433Z] prd-ubuntu18.04-docker-arm64-4c-16g-8975 does not seem to be running inside a container [2020-10-26T19:03:53.517Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:03:54.470Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-26T19:03:54.732Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-26T19:03:55.440Z] $ docker top da27fe9489bf23e39b8a4b6aa7e0c1a84dafa4f2573d9e0bfb94c84a585020ac -eo pid,comm [2020-10-26T19:03:55.675Z] (26/33) Installing py3-html5lib (1.0.1-r4) [Pipeline] { [Pipeline] sh [2020-10-26T19:03:56.250Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-26T19:03:56.250Z] ---> fbb845f298c1 [2020-10-26T19:03:56.250Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-26T19:03:56.250Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-26T19:03:56.510Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-26T19:03:56.510Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-26T19:03:56.774Z] ---> 65d9a8ae8fef [2020-10-26T19:03:56.774Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-26T19:03:56.774Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-26T19:03:56.858Z] + go version [2020-10-26T19:03:56.858Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-26T19:03:56.884Z] $ docker stop --time=1 da27fe9489bf23e39b8a4b6aa7e0c1a84dafa4f2573d9e0bfb94c84a585020ac [2020-10-26T19:03:57.041Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-26T19:03:57.041Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-26T19:03:58.876Z] $ docker rm -f da27fe9489bf23e39b8a4b6aa7e0c1a84dafa4f2573d9e0bfb94c84a585020ac [2020-10-26T19:03:58.963Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T19:03:58.963Z] OK: 71 MiB in 55 packages [Pipeline] // withDockerContainer [Pipeline] } [2020-10-26T19:03:59.228Z] ---> Running in 7e6065fe9416 [2020-10-26T19:03:59.228Z] ---> ba60d4aba6d9 [2020-10-26T19:03:59.228Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [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-26T19:04:00.136Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-26T19:04:00.136Z] [2020-10-26T19:04:00.136Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:04:00.805Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-26T19:04:01.077Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-26T19:04:01.077Z] 29e5d40040c1: Pulling fs layer [2020-10-26T19:04:01.077Z] 1ce36da41761: Pulling fs layer [2020-10-26T19:04:01.077Z] 25b303627fd3: Pulling fs layer [2020-10-26T19:04:01.675Z] 29e5d40040c1: Verifying Checksum [2020-10-26T19:04:01.675Z] 29e5d40040c1: Download complete [2020-10-26T19:04:01.801Z] Removing intermediate container 2853a1df4bf7 [2020-10-26T19:04:01.801Z] ---> cb4cdd507f20 [2020-10-26T19:04:01.801Z] Step 8/22 : COPY . . [2020-10-26T19:04:01.949Z] 1ce36da41761: Verifying Checksum [2020-10-26T19:04:01.949Z] 1ce36da41761: Download complete [2020-10-26T19:04:02.224Z] 29e5d40040c1: Pull complete [2020-10-26T19:04:03.202Z] 1ce36da41761: Pull complete [2020-10-26T19:04:03.476Z] 25b303627fd3: Verifying Checksum [2020-10-26T19:04:03.476Z] 25b303627fd3: Download complete [2020-10-26T19:04:05.116Z] ---> 46e9d3adcb22 [2020-10-26T19:04:05.116Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-26T19:04:07.678Z] ---> Running in 532f3f659611 [2020-10-26T19:04:07.678Z] ---> f15bf778e118 [2020-10-26T19:04:07.678Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-26T19:04:09.070Z] ---> Running in 9ac74bd6e87c [2020-10-26T19:04:10.036Z] Removing intermediate container 532f3f659611 [2020-10-26T19:04:10.036Z] ---> d74de7a21d69 [2020-10-26T19:04:10.036Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T19:04:10.304Z] ---> Running in eb221188a7df [2020-10-26T19:04:10.891Z] Removing intermediate container eb221188a7df [2020-10-26T19:04:10.891Z] ---> 438262866376 [2020-10-26T19:04:10.891Z] Step 21/23 : LABEL arch=x86_64 [2020-10-26T19:04:10.891Z] ---> Running in 5c43a4b32b0f [2020-10-26T19:04:10.891Z] Removing intermediate container 7e6065fe9416 [2020-10-26T19:04:10.891Z] ---> 6c3e934d7c1d [2020-10-26T19:04:10.891Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-26T19:04:11.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o cmd/core-command/core-command ./cmd/core-command [2020-10-26T19:04:11.167Z] ---> Running in fe11ee5c3a01 [2020-10-26T19:04:11.431Z] Removing intermediate container 5c43a4b32b0f [2020-10-26T19:04:11.431Z] ---> c49035a3409c [2020-10-26T19:04:11.431Z] Step 22/23 : LABEL git_sha=febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:04:13.663Z] 25b303627fd3: Pull complete [2020-10-26T19:04:13.664Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-26T19:04:13.664Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-26T19:04:13.664Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-26T19:04:13.940Z] prd-ubuntu18.04-docker-arm64-4c-16g-8975 does not seem to be running inside a container [2020-10-26T19:04:14.029Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:04:17.408Z] $ docker top 15766ebdb581fbff78f38e9885fb414979fd57c62eba9aabc9afac39c0426dd6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T19:04:18.044Z] Removing intermediate container fe11ee5c3a01 [2020-10-26T19:04:18.044Z] ---> c9487122d6f6 [2020-10-26T19:04:18.044Z] Step 24/26 : LABEL arch=x86_64 [2020-10-26T19:04:18.044Z] ---> Running in 55c054badeb7 [2020-10-26T19:04:18.044Z] ---> Running in 188ffc0c4685 [2020-10-26T19:04:18.310Z] ---> 4acdc0735b27 [2020-10-26T19:04:18.310Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-26T19:04:18.583Z] Removing intermediate container 55c054badeb7 [2020-10-26T19:04:18.583Z] ---> 668e69829adc [2020-10-26T19:04:18.583Z] Step 23/23 : LABEL version=1.2.2-dev.99 [2020-10-26T19:04:18.583Z] Removing intermediate container 7adac64f14c6 [2020-10-26T19:04:18.583Z] ---> 961e93b9165a [2020-10-26T19:04:18.583Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-26T19:04:18.583Z] ---> Running in c3c647a7fa69 [2020-10-26T19:04:18.819Z] + docker-compose build --help [2020-10-26T19:04:18.819Z] + grep parallel [2020-10-26T19:04:18.870Z] Removing intermediate container 188ffc0c4685 [2020-10-26T19:04:18.870Z] ---> 7d78b1531d82 [2020-10-26T19:04:18.870Z] Step 25/26 : LABEL git_sha=febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:04:18.870Z] ---> Running in 55e18d8628fd [2020-10-26T19:04:18.870Z] ---> Running in eff3662cfd2e [2020-10-26T19:04:19.149Z] ---> Running in 157cac81fedb [2020-10-26T19:04:19.429Z] Removing intermediate container eff3662cfd2e [2020-10-26T19:04:19.429Z] ---> 4d1d0a209eb5 [2020-10-26T19:04:19.429Z] [2020-10-26T19:04:19.429Z] Removing intermediate container 157cac81fedb [2020-10-26T19:04:19.429Z] ---> 0d5849792927 [2020-10-26T19:04:19.429Z] Step 26/26 : LABEL version=1.2.2-dev.99 [2020-10-26T19:04:19.703Z] Successfully built 4d1d0a209eb5 [2020-10-26T19:04:19.703Z] ---> Running in faafb06fd765 [2020-10-26T19:04:19.703Z] Successfully tagged docker-core-data-go:latest [2020-10-26T19:04:19.703Z]  Building docker-core-data-go ... done Building docker-support-logging-go [2020-10-26T19:04:19.981Z] Removing intermediate container faafb06fd765 [2020-10-26T19:04:19.981Z] ---> 268861c75769 [2020-10-26T19:04:19.981Z] [2020-10-26T19:04:20.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-26T19:04:20.253Z] Successfully built 268861c75769 [2020-10-26T19:04:20.253Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-26T19:04:20.253Z] Building docker-security-proxy-setup-go [2020-10-26T19:04:22.193Z] --parallel Build images in parallel. [Pipeline] } [2020-10-26T19:04:22.219Z] $ docker stop --time=1 15766ebdb581fbff78f38e9885fb414979fd57c62eba9aabc9afac39c0426dd6 [2020-10-26T19:04:24.202Z] $ docker rm -f 15766ebdb581fbff78f38e9885fb414979fd57c62eba9aabc9afac39c0426dd6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:04:25.089Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-26T19:04:25.089Z] . [Pipeline] withDockerContainer [2020-10-26T19:04:25.356Z] prd-ubuntu18.04-docker-arm64-4c-16g-8975 does not seem to be running inside a container [2020-10-26T19:04:25.453Z] $ 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/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:04:26.910Z] $ docker top 7ba96d474b800ecf1d7af71a02c28b58e71643b9f62d747e168dfe2e7322c817 -eo pid,comm [2020-10-26T19:04:26.933Z]  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 [2020-10-26T19:04:26.933Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-26T19:04:26.933Z] Collecting docker<4.0,>=3.6.0 [2020-10-26T19:04:26.933Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-26T19:04:26.933Z] Collecting jsonschema<3,>=2.5.1 [2020-10-26T19:04:27.204Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [Pipeline] { [Pipeline] sh [2020-10-26T19:04:27.789Z] Collecting PyYAML<4,>=3.10 [2020-10-26T19:04:27.789Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-26T19:04:27.916Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-26T19:04:31.383Z] Building docker-core-command-go ... [2020-10-26T19:04:31.383Z] Building docker-core-data-go ... [2020-10-26T19:04:31.383Z] Building docker-core-metadata-go ... [2020-10-26T19:04:31.383Z] Building docker-security-proxy-setup-go ... [2020-10-26T19:04:31.383Z] Building docker-security-secrets-setup-go ... [2020-10-26T19:04:31.383Z] Building docker-security-secretstore-setup-go ... [2020-10-26T19:04:31.383Z] Building docker-support-logging-go ... [2020-10-26T19:04:31.383Z] Building docker-support-notifications-go ... [2020-10-26T19:04:31.383Z] Building docker-support-scheduler-go ... [2020-10-26T19:04:31.383Z] Building docker-sys-mgmt-agent-go ... [2020-10-26T19:04:31.383Z] Building docker-core-command-go [2020-10-26T19:04:31.383Z] Building docker-security-proxy-setup-go [2020-10-26T19:04:31.383Z] Building docker-support-logging-go [2020-10-26T19:04:31.383Z] Building docker-security-secretstore-setup-go [2020-10-26T19:04:31.383Z] Building docker-core-metadata-go [2020-10-26T19:04:32.119Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-26T19:04:32.119Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-26T19:04:33.090Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-26T19:04:33.090Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-26T19:04:35.711Z] Collecting docopt<0.7,>=0.6.1 [2020-10-26T19:04:35.711Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-26T19:04:37.127Z] 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-26T19:04:38.079Z] Collecting cached-property<2,>=1.2.0 [2020-10-26T19:04:38.079Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-26T19:04:38.662Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T19:04:38.662Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-26T19:04:38.662Z] ---> 4840812fe493 [2020-10-26T19:04:38.662Z] Step 3/20 : WORKDIR /edgex-go [2020-10-26T19:04:38.662Z] ---> Using cache [2020-10-26T19:04:38.662Z] ---> 91cc1986838e [2020-10-26T19:04:38.662Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T19:04:38.662Z] ---> Using cache [2020-10-26T19:04:38.662Z] ---> aa0eafcd7079 [2020-10-26T19:04:38.662Z] Step 5/20 : RUN apk update && apk add make git [2020-10-26T19:04:38.662Z] ---> Using cache [2020-10-26T19:04:38.662Z] ---> a5ed89005f96 [2020-10-26T19:04:38.662Z] Step 6/20 : COPY go.mod . [2020-10-26T19:04:38.662Z] ---> Using cache [2020-10-26T19:04:38.662Z] ---> ba5b778cd314 [2020-10-26T19:04:38.662Z] Step 7/20 : RUN go mod download [2020-10-26T19:04:38.662Z] ---> Using cache [2020-10-26T19:04:38.662Z] ---> cb4cdd507f20 [2020-10-26T19:04:38.662Z] Step 8/20 : COPY . . [2020-10-26T19:04:38.662Z] ---> Using cache [2020-10-26T19:04:38.662Z] ---> 4acdc0735b27 [2020-10-26T19:04:38.662Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-26T19:04:38.926Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T19:04:38.926Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T19:04:38.926Z] ---> 4840812fe493 [2020-10-26T19:04:38.926Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T19:04:38.926Z] ---> Using cache [2020-10-26T19:04:38.926Z] ---> 91cc1986838e [2020-10-26T19:04:38.926Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T19:04:38.926Z] ---> Using cache [2020-10-26T19:04:38.926Z] ---> aa0eafcd7079 [2020-10-26T19:04:38.926Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-26T19:04:40.321Z] Collecting texttable<0.10,>=0.9.0 [2020-10-26T19:04:40.321Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-26T19:04:40.593Z] ---> Running in a1dc4da4ae9f [2020-10-26T19:04:40.593Z] ---> Running in f11ad7eb27cb [2020-10-26T19:04:41.198Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-26T19:04:41.198Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-26T19:04:41.785Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-26T19:04:41.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T19:04:41.785Z] Collecting docker-pycreds>=0.4.0 [2020-10-26T19:04:41.785Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-26T19:04:41.785Z] 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-26T19:04:42.074Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-26T19:04:42.074Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-26T19:04:42.350Z] Collecting idna<2.8,>=2.5 [2020-10-26T19:04:42.350Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-26T19:04:42.350Z] 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-26T19:04:42.350Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-26T19:04:42.350Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-26T19:04:42.350Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-26T19:04:42.350Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-26T19:04:42.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T19:04:42.625Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, PyYAML, docopt, cached-property, texttable, dockerpty, docker-compose [2020-10-26T19:04:42.914Z] Attempting uninstall: urllib3 [2020-10-26T19:04:42.914Z] Found existing installation: urllib3 1.25.9 [2020-10-26T19:04:42.914Z] Uninstalling urllib3-1.25.9: [2020-10-26T19:04:42.914Z] Successfully uninstalled urllib3-1.25.9 [2020-10-26T19:04:43.205Z] Attempting uninstall: idna [2020-10-26T19:04:43.205Z] Found existing installation: idna 2.9 [2020-10-26T19:04:43.205Z] Uninstalling idna-2.9: [2020-10-26T19:04:43.205Z] Successfully uninstalled idna-2.9 [2020-10-26T19:04:43.486Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T19:04:43.486Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T19:04:43.486Z] OK: 12752 distinct packages available [2020-10-26T19:04:43.486Z] Attempting uninstall: requests [2020-10-26T19:04:43.486Z] Found existing installation: requests 2.23.0 [2020-10-26T19:04:43.486Z] Uninstalling requests-2.23.0: [2020-10-26T19:04:43.486Z] Successfully uninstalled requests-2.23.0 [2020-10-26T19:04:43.758Z] OK: 233 MiB in 51 packages [2020-10-26T19:04:44.028Z] OK: 233 MiB in 51 packages [2020-10-26T19:04:44.304Z] Running setup.py install for PyYAML: started [2020-10-26T19:04:46.274Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-26T19:04:46.274Z] Running setup.py install for docopt: started [2020-10-26T19:04:46.274Z] Removing intermediate container 9ac74bd6e87c [2020-10-26T19:04:46.274Z] ---> d698ed6d5eb5 [2020-10-26T19:04:46.274Z] [2020-10-26T19:04:46.274Z] Step 10/22 : FROM scratch [2020-10-26T19:04:46.274Z] ---> [2020-10-26T19:04:46.274Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T19:04:46.864Z] Running setup.py install for docopt: finished with status 'done' [2020-10-26T19:04:46.864Z] ---> Using cache [2020-10-26T19:04:46.864Z] ---> b811214d0d4e [2020-10-26T19:04:46.864Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-26T19:04:46.864Z] Running setup.py install for texttable: started [2020-10-26T19:04:47.143Z] Removing intermediate container f11ad7eb27cb [2020-10-26T19:04:47.143Z] ---> 89d466fd0728 [2020-10-26T19:04:47.143Z] Step 6/22 : COPY go.mod . [2020-10-26T19:04:47.143Z] Running setup.py install for texttable: finished with status 'done' [2020-10-26T19:04:47.143Z] Running setup.py install for dockerpty: started [2020-10-26T19:04:47.416Z] ---> Running in 5b67f7569673 [2020-10-26T19:04:47.683Z] Removing intermediate container 5b67f7569673 [2020-10-26T19:04:47.683Z] ---> b6cbbbf8969a [2020-10-26T19:04:47.683Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T19:04:47.683Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-26T19:04:49.104Z] ---> Running in f8189ea43c6a [2020-10-26T19:04:49.104Z] ---> df6ad2e34fce [2020-10-26T19:04:49.104Z] Step 7/22 : RUN go mod download [2020-10-26T19:04:49.104Z] 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-26T19:04:49.385Z] ---> Running in 30219a7e6314 [2020-10-26T19:04:49.657Z] Removing intermediate container f8189ea43c6a [2020-10-26T19:04:49.657Z] ---> 52d7dbb58862 [2020-10-26T19:04:49.657Z] Step 14/22 : WORKDIR / [2020-10-26T19:04:49.657Z] ---> Running in 6e71a98d79d0 [2020-10-26T19:04:49.927Z] Removing intermediate container 6e71a98d79d0 [2020-10-26T19:04:49.927Z] ---> f5d799ec680d [2020-10-26T19:04:49.927Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-26T19:04:52.511Z] ---> e289fa23d9c6 [2020-10-26T19:04:52.511Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-26T19:04:54.112Z] ---> df2880dba99e [2020-10-26T19:04:54.112Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-26T19:04:54.112Z] Removing intermediate container 55e18d8628fd [2020-10-26T19:04:54.112Z] ---> b03933a73825 [2020-10-26T19:04:54.112Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-26T19:04:55.113Z] Removing intermediate container 30219a7e6314 [2020-10-26T19:04:55.113Z] ---> 82c09579d6d8 [2020-10-26T19:04:55.113Z] Step 8/22 : COPY . . [2020-10-26T19:04:55.113Z] ---> Running in 599eaab8a21e [2020-10-26T19:04:58.452Z] ---> aed4afdec9d3 [2020-10-26T19:04:58.452Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-26T19:04:58.717Z] ---> Running in 789631a99147 [2020-10-26T19:04:58.717Z] Removing intermediate container c3c647a7fa69 [2020-10-26T19:04:58.717Z] ---> 9c68708c8518 [2020-10-26T19:04:58.717Z] [2020-10-26T19:04:58.717Z] Step 10/22 : FROM scratch [2020-10-26T19:04:58.717Z] ---> [2020-10-26T19:04:58.717Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T19:04:58.987Z] ---> Using cache [2020-10-26T19:04:58.987Z] ---> b811214d0d4e [2020-10-26T19:04:58.987Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-26T19:05:01.544Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T19:05:01.544Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T19:05:01.544Z] ---> Running in fc7c45952a64 [2020-10-26T19:05:01.544Z] Removing intermediate container 789631a99147 [2020-10-26T19:05:01.544Z] ---> 98ad790de7de [2020-10-26T19:05:01.544Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T19:05:01.544Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-26T19:05:01.544Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-26T19:05:01.544Z] (3/3) Installing curl (7.69.1-r1) [2020-10-26T19:05:01.805Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T19:05:01.805Z] OK: 72 MiB in 58 packages [2020-10-26T19:05:05.107Z] ---> Running in bf78f3d5d605 [2020-10-26T19:05:05.107Z] Removing intermediate container fc7c45952a64 [2020-10-26T19:05:05.107Z] ---> 4d383fba6339 [2020-10-26T19:05:05.107Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T19:05:09.329Z] ---> Running in 70ee719bd42c [2020-10-26T19:05:09.329Z] Removing intermediate container a1dc4da4ae9f [2020-10-26T19:05:09.329Z] ---> cea634e95333 [2020-10-26T19:05:09.329Z] [2020-10-26T19:05:09.329Z] Step 10/20 : FROM alpine [2020-10-26T19:05:09.329Z] ---> d6e46aa2470d [2020-10-26T19:05:09.329Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-26T19:05:09.901Z] Removing intermediate container bf78f3d5d605 [2020-10-26T19:05:09.902Z] ---> a23dce3c2471 [2020-10-26T19:05:09.902Z] Step 20/22 : LABEL arch=x86_64 [2020-10-26T19:05:11.288Z] ---> Running in fdaca792682e [2020-10-26T19:05:11.288Z] Removing intermediate container 70ee719bd42c [2020-10-26T19:05:11.288Z] ---> c0edfb96cf8d [2020-10-26T19:05:11.288Z] Step 14/22 : WORKDIR / [2020-10-26T19:05:11.288Z] ---> Running in 8a441bcd161d [2020-10-26T19:05:11.288Z] Removing intermediate container 599eaab8a21e [2020-10-26T19:05:11.288Z] ---> 348b0810a56b [2020-10-26T19:05:11.288Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-26T19:05:11.288Z] ---> Running in 49f0a888590f [2020-10-26T19:05:11.557Z] ---> a0a4140e64ce [2020-10-26T19:05:11.557Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-26T19:05:11.557Z] ---> Running in 63c0c42c294c [2020-10-26T19:05:11.557Z] ---> Running in 14f4cb54b4c9 [2020-10-26T19:05:11.824Z] Removing intermediate container 8a441bcd161d [2020-10-26T19:05:11.824Z] ---> 17eade47c339 [2020-10-26T19:05:11.824Z] Step 21/22 : LABEL git_sha=febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:05:11.824Z] Removing intermediate container 49f0a888590f [2020-10-26T19:05:11.824Z] ---> 5bc7f8e41138 [2020-10-26T19:05:11.824Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-26T19:05:11.824Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T19:05:11.824Z] Removing intermediate container 63c0c42c294c [2020-10-26T19:05:11.824Z] ---> 38ea58c843cd [2020-10-26T19:05:11.824Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T19:05:12.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T19:05:12.088Z] ---> Running in 4b4c8d2a8f07 [2020-10-26T19:05:12.088Z] ---> Running in 80937e8f78b0 [2020-10-26T19:05:12.349Z] ---> b2c5ab9533e3 [2020-10-26T19:05:12.349Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-26T19:05:12.349Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-26T19:05:12.349Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-26T19:05:12.349Z] OK: 12744 distinct packages available [2020-10-26T19:05:12.349Z] Removing intermediate container 4b4c8d2a8f07 [2020-10-26T19:05:12.350Z] ---> 08f8c01eaec9 [2020-10-26T19:05:12.350Z] Step 22/22 : LABEL version=1.2.2-dev.99 [2020-10-26T19:05:12.616Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-26T19:05:12.616Z] ---> Running in 51655890c8db [2020-10-26T19:05:12.616Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-26T19:05:12.616Z] Removing intermediate container 80937e8f78b0 [2020-10-26T19:05:12.616Z] ---> a7d118cb6524 [2020-10-26T19:05:12.616Z] Step 25/27 : LABEL arch=x86_64 [2020-10-26T19:05:12.616Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-26T19:05:12.616Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-26T19:05:12.616Z] (4/4) Installing curl (7.69.1-r1) [2020-10-26T19:05:12.616Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T19:05:12.616Z] Executing ca-certificates-20191127-r4.trigger [2020-10-26T19:05:12.616Z] OK: 7 MiB in 18 packages [2020-10-26T19:05:13.197Z] ---> Running in 405c1146a99a [2020-10-26T19:05:13.470Z] ---> 472c6325b6b1 [2020-10-26T19:05:13.470Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-26T19:05:13.470Z] Removing intermediate container 51655890c8db [2020-10-26T19:05:13.470Z] ---> 6dc8c7674d65 [2020-10-26T19:05:13.470Z] [2020-10-26T19:05:13.745Z] Removing intermediate container 405c1146a99a [2020-10-26T19:05:13.745Z] ---> 5510030991b2 [2020-10-26T19:05:13.745Z] Step 26/27 : LABEL git_sha=febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:05:13.745Z] Successfully built 6dc8c7674d65 [2020-10-26T19:05:13.745Z] Successfully tagged docker-core-command-go:latest [2020-10-26T19:05:13.745Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2020-10-26T19:05:14.016Z] ---> Running in 3e20485ef103 [2020-10-26T19:05:14.289Z] ---> 34729d0be07a [2020-10-26T19:05:14.289Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-26T19:05:14.289Z] Removing intermediate container fdaca792682e [2020-10-26T19:05:14.289Z] ---> d5cf8bdb856a [2020-10-26T19:05:14.289Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-26T19:05:14.559Z] ---> Running in d4356cb11889 [2020-10-26T19:05:14.559Z] ---> Running in 50258f3a228a [2020-10-26T19:05:14.559Z] Removing intermediate container 3e20485ef103 [2020-10-26T19:05:14.559Z] ---> acfca446b474 [2020-10-26T19:05:14.559Z] Step 27/27 : LABEL version=1.2.2-dev.99 [2020-10-26T19:05:17.874Z] ---> Running in 00523c38fc81 [2020-10-26T19:05:18.386Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T19:05:18.386Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T19:05:18.386Z] ---> 8e815233dac9 [2020-10-26T19:05:18.386Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T19:05:18.386Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T19:05:18.386Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T19:05:18.386Z] ---> 8e815233dac9 [2020-10-26T19:05:18.386Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T19:05:18.386Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T19:05:18.386Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T19:05:18.386Z] ---> 8e815233dac9 [2020-10-26T19:05:18.386Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T19:05:18.386Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T19:05:18.386Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-26T19:05:18.386Z] ---> 8e815233dac9 [2020-10-26T19:05:18.386Z] Step 3/26 : WORKDIR /edgex-go [2020-10-26T19:05:18.386Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T19:05:18.386Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-26T19:05:18.386Z] ---> 8e815233dac9 [2020-10-26T19:05:18.386Z] Step 3/20 : WORKDIR /edgex-go [2020-10-26T19:05:18.386Z] ---> Running in 5a24e49f3e02 [2020-10-26T19:05:18.386Z] ---> Running in d97a1aa10919 [2020-10-26T19:05:18.386Z] ---> Running in 5771ed5872fd [2020-10-26T19:05:18.386Z] ---> Running in a81136dbd838 [2020-10-26T19:05:18.386Z] ---> Running in f299c26917e8 [2020-10-26T19:05:18.661Z] Removing intermediate container f299c26917e8 [2020-10-26T19:05:18.661Z] ---> 6055a253706e [2020-10-26T19:05:18.661Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T19:05:18.661Z] Removing intermediate container 5a24e49f3e02 [2020-10-26T19:05:18.661Z] ---> bacb1b21fb8e [2020-10-26T19:05:18.661Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T19:05:18.941Z] Removing intermediate container a81136dbd838 [2020-10-26T19:05:18.942Z] ---> c9982ae28555 [2020-10-26T19:05:18.942Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T19:05:18.942Z] Removing intermediate container d97a1aa10919 [2020-10-26T19:05:18.942Z] ---> 0c64188ba8b4 [2020-10-26T19:05:18.942Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T19:05:18.942Z] Removing intermediate container 5771ed5872fd [2020-10-26T19:05:18.942Z] ---> 97b9e36ae948 [2020-10-26T19:05:18.942Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T19:05:18.942Z] ---> Running in 4d7b3b03a381 [2020-10-26T19:05:18.942Z] ---> Running in a1fae1c77a5e [2020-10-26T19:05:18.942Z] ---> Running in 14342ec2a7af [2020-10-26T19:05:18.942Z] ---> Running in 361bb421837f [2020-10-26T19:05:19.214Z] ---> Running in d70c99a4c16c [2020-10-26T19:05:19.290Z] Removing intermediate container 50258f3a228a [2020-10-26T19:05:19.290Z] ---> b5d3aa53750b [2020-10-26T19:05:19.291Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T19:05:19.557Z] Removing intermediate container d4356cb11889 [2020-10-26T19:05:19.557Z] ---> a11f32014d2f [2020-10-26T19:05:19.557Z] Step 13/20 : WORKDIR /edgex [2020-10-26T19:05:20.521Z] Removing intermediate container 00523c38fc81 [2020-10-26T19:05:20.521Z] ---> d9319ea80fee [2020-10-26T19:05:20.521Z] [2020-10-26T19:05:20.521Z] ---> Running in 0b1bc417941c [2020-10-26T19:05:20.521Z] ---> Running in 74c97f6aa832 [2020-10-26T19:05:21.494Z] Successfully built d9319ea80fee [2020-10-26T19:05:21.494Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-26T19:05:21.494Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 0b1bc417941c [2020-10-26T19:05:21.494Z] ---> eb1764d47a0c [2020-10-26T19:05:21.494Z] Step 20/22 : LABEL arch=x86_64 [2020-10-26T19:05:22.457Z] ---> Running in 795eab624bc0 [2020-10-26T19:05:22.457Z] Removing intermediate container 74c97f6aa832 [2020-10-26T19:05:22.457Z] ---> 85de92fece5c [2020-10-26T19:05:22.457Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-26T19:05:22.728Z] Removing intermediate container 795eab624bc0 [2020-10-26T19:05:22.728Z] ---> 5c09b7f0237b [2020-10-26T19:05:22.728Z] Step 21/22 : LABEL git_sha=febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:05:22.998Z] ---> Running in aabcd543a278 [2020-10-26T19:05:23.265Z] ---> e6beaa96345d [2020-10-26T19:05:23.265Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-26T19:05:23.564Z] Removing intermediate container a1fae1c77a5e [2020-10-26T19:05:23.564Z] ---> 95e953ab5167 [2020-10-26T19:05:23.564Z] Step 5/22 : RUN apk update && apk add make git [2020-10-26T19:05:23.564Z] Removing intermediate container 14342ec2a7af [2020-10-26T19:05:23.564Z] ---> 2dc01a67f0a5 [2020-10-26T19:05:23.564Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-26T19:05:23.564Z] ---> Running in d6416c2d486a [2020-10-26T19:05:23.564Z] ---> Running in c27b1b5e0fe9 [2020-10-26T19:05:23.841Z] Removing intermediate container 4d7b3b03a381 [2020-10-26T19:05:23.841Z] ---> 9137ae63d122 [2020-10-26T19:05:23.841Z] Step 5/20 : RUN apk update && apk add make git [2020-10-26T19:05:23.841Z] Removing intermediate container d70c99a4c16c [2020-10-26T19:05:23.841Z] ---> 117ba291a1ea [2020-10-26T19:05:23.841Z] Step 5/26 : RUN apk update && apk add make git [2020-10-26T19:05:23.846Z] Removing intermediate container aabcd543a278 [2020-10-26T19:05:23.846Z] ---> cd3242329cb0 [2020-10-26T19:05:23.846Z] Step 22/22 : LABEL version=1.2.2-dev.99 [2020-10-26T19:05:24.110Z] ---> Running in 1f6f0cca5361 [2020-10-26T19:05:24.118Z] ---> Running in e5c4dc444704 [2020-10-26T19:05:24.388Z] ---> Running in 20c8fb298be3 [2020-10-26T19:05:24.388Z] Removing intermediate container 361bb421837f [2020-10-26T19:05:24.388Z] ---> 0896d737dfae [2020-10-26T19:05:24.388Z] Step 5/22 : RUN apk update && apk add make git [2020-10-26T19:05:24.389Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T19:05:24.389Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-26T19:05:24.389Z] ---> 4840812fe493 [2020-10-26T19:05:24.389Z] Step 3/24 : WORKDIR /edgex-go [2020-10-26T19:05:24.655Z] ---> Using cache [2020-10-26T19:05:24.655Z] ---> 91cc1986838e [2020-10-26T19:05:24.655Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T19:05:24.668Z] ---> Running in 9dde723c6609 [2020-10-26T19:05:24.916Z] ---> Using cache [2020-10-26T19:05:24.916Z] ---> aa0eafcd7079 [2020-10-26T19:05:24.916Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-26T19:05:25.494Z] ---> 876a4252eb84 [2020-10-26T19:05:25.494Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-26T19:05:25.494Z] ---> Running in 377c1c03e0d2 [2020-10-26T19:05:26.079Z] Removing intermediate container 1f6f0cca5361 [2020-10-26T19:05:26.079Z] ---> 8186c7e429bf [2020-10-26T19:05:26.079Z] [2020-10-26T19:05:26.079Z] ---> Running in 433607e5481f [2020-10-26T19:05:26.079Z] Successfully built 8186c7e429bf [2020-10-26T19:05:26.079Z] Successfully tagged docker-core-metadata-go:latest [2020-10-26T19:05:26.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T19:05:26.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T19:05:26.349Z]  Building docker-core-metadata-go ... done Removing intermediate container 433607e5481f [2020-10-26T19:05:26.349Z] ---> d820eedfd02a [2020-10-26T19:05:26.349Z] Step 17/20 : CMD ["--init=true"] [2020-10-26T19:05:26.349Z] ---> Running in b72899f191a1 [2020-10-26T19:05:26.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T19:05:26.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T19:05:26.612Z] Removing intermediate container b72899f191a1 [2020-10-26T19:05:26.612Z] ---> bba98c491c20 [2020-10-26T19:05:26.612Z] Step 18/20 : LABEL arch=x86_64 [2020-10-26T19:05:26.612Z] ---> Running in ca79c103a115 [2020-10-26T19:05:26.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T19:05:26.872Z] Removing intermediate container ca79c103a115 [2020-10-26T19:05:26.872Z] ---> 08ec48651afc [2020-10-26T19:05:26.872Z] Step 19/20 : LABEL git_sha=febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:05:26.872Z] ---> Running in 389f3ae7b97d [2020-10-26T19:05:26.937Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T19:05:26.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T19:05:26.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T19:05:27.132Z] Removing intermediate container 389f3ae7b97d [2020-10-26T19:05:27.132Z] ---> f41f5c7e9fd8 [2020-10-26T19:05:27.132Z] Step 20/20 : LABEL version=1.2.2-dev.99 [2020-10-26T19:05:27.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T19:05:27.207Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T19:05:27.395Z] ---> Running in 7197c303ef1a [2020-10-26T19:05:27.395Z] Removing intermediate container 7197c303ef1a [2020-10-26T19:05:27.395Z] ---> 6d4e850ad07c [2020-10-26T19:05:27.395Z] [2020-10-26T19:05:27.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T19:05:27.657Z] Successfully built 6d4e850ad07c [2020-10-26T19:05:27.657Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-26T19:05:27.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T19:05:27.756Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T19:05:27.756Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T19:05:27.756Z] OK: 12623 distinct packages available [2020-10-26T19:05:27.920Z]  Building docker-security-proxy-setup-go ... done v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T19:05:27.920Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T19:05:27.920Z] OK: 12752 distinct packages available [2020-10-26T19:05:28.182Z] OK: 233 MiB in 51 packages [2020-10-26T19:05:28.390Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T19:05:28.390Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T19:05:28.390Z] OK: 12623 distinct packages available [2020-10-26T19:05:28.390Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T19:05:28.390Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T19:05:28.390Z] OK: 12623 distinct packages available [2020-10-26T19:05:28.671Z] OK: 217 MiB in 51 packages [2020-10-26T19:05:28.996Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T19:05:28.996Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T19:05:28.996Z] OK: 12623 distinct packages available [2020-10-26T19:05:29.284Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T19:05:29.284Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T19:05:29.284Z] OK: 12623 distinct packages available [2020-10-26T19:05:29.284Z] OK: 217 MiB in 51 packages [2020-10-26T19:05:29.567Z] Removing intermediate container 14f4cb54b4c9 [2020-10-26T19:05:29.567Z] ---> 66d0c4a1816a [2020-10-26T19:05:29.567Z] [2020-10-26T19:05:29.567Z] Step 10/22 : FROM scratch [2020-10-26T19:05:29.567Z] ---> [2020-10-26T19:05:29.567Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-26T19:05:29.567Z] Removing intermediate container 377c1c03e0d2 [2020-10-26T19:05:29.567Z] ---> 54998e869f80 [2020-10-26T19:05:29.567Z] Step 6/24 : COPY go.mod . [2020-10-26T19:05:29.829Z] ---> 267eab1f782c [2020-10-26T19:05:29.829Z] Step 7/24 : RUN go mod download [2020-10-26T19:05:29.829Z] ---> Running in 71d8427a6ed7 [2020-10-26T19:05:29.829Z] ---> Running in c070545f3666 [2020-10-26T19:05:29.887Z] OK: 217 MiB in 51 packages [2020-10-26T19:05:30.090Z] Removing intermediate container 71d8427a6ed7 [2020-10-26T19:05:30.090Z] ---> a710385f59df [2020-10-26T19:05:30.090Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-26T19:05:30.090Z] ---> Running in a844a496b71d [2020-10-26T19:05:30.162Z] OK: 217 MiB in 51 packages [2020-10-26T19:05:30.162Z] OK: 217 MiB in 51 packages [2020-10-26T19:05:30.162Z] OK: 217 MiB in 51 packages [2020-10-26T19:05:30.360Z] Removing intermediate container a844a496b71d [2020-10-26T19:05:30.360Z] ---> 0aa1c3aa7319 [2020-10-26T19:05:30.360Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T19:05:30.360Z] ---> Running in b04b60d6cc45 [2020-10-26T19:05:30.360Z] Removing intermediate container b04b60d6cc45 [2020-10-26T19:05:30.360Z] ---> bf0010e925b4 [2020-10-26T19:05:30.360Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-26T19:05:30.624Z] ---> efa7a7794d84 [2020-10-26T19:05:30.624Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-26T19:05:30.762Z] Removing intermediate container d6416c2d486a [2020-10-26T19:05:30.762Z] ---> 3cf7176917a4 [2020-10-26T19:05:30.762Z] Step 6/22 : COPY go.mod . [2020-10-26T19:05:30.889Z] Removing intermediate container c070545f3666 [2020-10-26T19:05:30.889Z] ---> afb100e17d86 [2020-10-26T19:05:30.889Z] Step 8/24 : COPY . . [2020-10-26T19:05:30.889Z] ---> 0b0ed32cf810 [2020-10-26T19:05:30.889Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-26T19:05:31.744Z] Removing intermediate container e5c4dc444704 [2020-10-26T19:05:31.744Z] ---> 8a97e49be313 [2020-10-26T19:05:31.744Z] Step 6/20 : COPY go.mod . [2020-10-26T19:05:32.339Z] ---> c258f11502be [2020-10-26T19:05:32.339Z] Step 7/22 : RUN go mod download [2020-10-26T19:05:32.339Z] Removing intermediate container 9dde723c6609 [2020-10-26T19:05:32.339Z] ---> 243477044c55 [2020-10-26T19:05:32.339Z] Step 6/22 : COPY go.mod . [2020-10-26T19:05:32.339Z] Removing intermediate container c27b1b5e0fe9 [2020-10-26T19:05:32.339Z] ---> 74a030dca1d1 [2020-10-26T19:05:32.339Z] Step 6/22 : COPY go.mod . [2020-10-26T19:05:32.339Z] Removing intermediate container 20c8fb298be3 [2020-10-26T19:05:32.339Z] ---> a654cd11b4e1 [2020-10-26T19:05:32.339Z] Step 6/26 : COPY go.mod . [2020-10-26T19:05:32.620Z] ---> Running in 27a543d6a0e2 [2020-10-26T19:05:32.620Z] ---> 03488b226c1b [2020-10-26T19:05:32.620Z] Step 7/20 : RUN go mod download [2020-10-26T19:05:32.904Z] ---> Running in 37f50bd8d338 [2020-10-26T19:05:33.510Z] ---> 032e476ebf6d [2020-10-26T19:05:33.510Z] Step 7/22 : RUN go mod download [2020-10-26T19:05:33.510Z] ---> 37a3512c154d [2020-10-26T19:05:33.510Z] Step 7/22 : RUN go mod download [2020-10-26T19:05:33.787Z] ---> Running in 3f74af33681a [2020-10-26T19:05:33.787Z] ---> 18154305e767 [2020-10-26T19:05:33.787Z] Step 7/26 : RUN go mod download [2020-10-26T19:05:33.787Z] ---> Running in 1ce96d147d7f [2020-10-26T19:05:34.390Z] ---> Running in 394b92be4e18 [2020-10-26T19:05:37.811Z] Removing intermediate container 27a543d6a0e2 [2020-10-26T19:05:37.811Z] ---> 6f1c10c8c16e [2020-10-26T19:05:37.811Z] Step 8/22 : COPY . . [2020-10-26T19:05:37.811Z] Removing intermediate container 37f50bd8d338 [2020-10-26T19:05:37.811Z] ---> 6aaadf770476 [2020-10-26T19:05:37.811Z] Step 8/20 : COPY . . [2020-10-26T19:05:39.046Z] ---> c88718ed8ab2 [2020-10-26T19:05:39.046Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-26T19:05:39.626Z] ---> b85bede2cc17 [2020-10-26T19:05:39.626Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-26T19:05:39.626Z] ---> Running in 90937a90cafc [2020-10-26T19:05:40.451Z] Removing intermediate container 3f74af33681a [2020-10-26T19:05:40.451Z] ---> 738574ed7cee [2020-10-26T19:05:40.451Z] Step 8/22 : COPY . . [2020-10-26T19:05:40.570Z] Removing intermediate container 90937a90cafc [2020-10-26T19:05:40.570Z] ---> 5e3b2d9cbe4b [2020-10-26T19:05:40.570Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T19:05:41.436Z] Removing intermediate container 1ce96d147d7f [2020-10-26T19:05:41.436Z] ---> aa1a27f4d0ae [2020-10-26T19:05:41.436Z] Step 8/22 : COPY . . [2020-10-26T19:05:41.436Z] Removing intermediate container 394b92be4e18 [2020-10-26T19:05:41.436Z] ---> 5c1fa0af3223 [2020-10-26T19:05:41.436Z] Step 8/26 : COPY . . [2020-10-26T19:05:41.962Z] ---> Running in 3120b2724041 [2020-10-26T19:05:42.242Z] Removing intermediate container 3120b2724041 [2020-10-26T19:05:42.242Z] ---> 17c045e6d5c1 [2020-10-26T19:05:42.242Z] Step 20/22 : LABEL arch=x86_64 [2020-10-26T19:05:42.242Z] ---> dc0a9208c6b8 [2020-10-26T19:05:42.242Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-26T19:05:42.242Z] ---> Running in f97451b7c8e9 [2020-10-26T19:05:42.242Z] ---> Running in 75e3038ed023 [2020-10-26T19:05:42.515Z] Removing intermediate container f97451b7c8e9 [2020-10-26T19:05:42.515Z] ---> bc360410fca0 [2020-10-26T19:05:42.515Z] Step 21/22 : LABEL git_sha=febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:05:42.515Z] ---> Running in 05a86ccbf613 [2020-10-26T19:05:42.781Z] Removing intermediate container 05a86ccbf613 [2020-10-26T19:05:42.781Z] ---> d6c1951f0d0b [2020-10-26T19:05:42.781Z] Step 22/22 : LABEL version=1.2.2-dev.99 [2020-10-26T19:05:42.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-26T19:05:42.781Z] ---> Running in 79832f739436 [2020-10-26T19:05:43.045Z] Removing intermediate container 79832f739436 [2020-10-26T19:05:43.045Z] ---> 4cc1b5684f81 [2020-10-26T19:05:43.045Z] [2020-10-26T19:05:43.045Z] Successfully built 4cc1b5684f81 [2020-10-26T19:05:43.045Z] Successfully tagged docker-support-logging-go:latest [2020-10-26T19:05:53.888Z] ---> 9461acf61f98 [2020-10-26T19:05:53.888Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-26T19:05:53.888Z] ---> 57f60d721eec [2020-10-26T19:05:53.888Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-26T19:05:53.888Z] ---> 166f830f0932 [2020-10-26T19:05:53.888Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-26T19:05:53.888Z] ---> fec0983a9017 [2020-10-26T19:05:53.888Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-26T19:05:53.888Z] ---> 4b8606203276 [2020-10-26T19:05:53.888Z] 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-26T19:05:53.888Z] ---> Running in 9b391c6746d0 [2020-10-26T19:05:53.888Z] ---> Running in 7f3151faa711 [2020-10-26T19:05:54.170Z] ---> Running in 3b8caf3250ff [2020-10-26T19:05:54.170Z] ---> Running in 0e6943a3e9df [2020-10-26T19:05:54.170Z] ---> Running in eda4ea9a5b0c [2020-10-26T19:05:55.375Z]  Building docker-support-logging-go ... done Removing intermediate container 75e3038ed023 [2020-10-26T19:05:55.375Z] ---> 96307a5916e1 [2020-10-26T19:05:55.375Z] [2020-10-26T19:05:55.375Z] Step 10/24 : FROM scratch [2020-10-26T19:05:55.375Z] ---> [2020-10-26T19:05:55.375Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-26T19:05:55.375Z] ---> Using cache [2020-10-26T19:05:55.375Z] ---> a710385f59df [2020-10-26T19:05:55.375Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-26T19:05:55.635Z] ---> Running in a69ddd14b2c4 [2020-10-26T19:05:55.635Z] Removing intermediate container a69ddd14b2c4 [2020-10-26T19:05:55.635Z] ---> 9511f4ed157a [2020-10-26T19:05:55.635Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-26T19:05:55.636Z] ---> Running in 61138a562702 [2020-10-26T19:05:55.898Z] Removing intermediate container 61138a562702 [2020-10-26T19:05:55.898Z] ---> 7fbc5ed859d5 [2020-10-26T19:05:55.898Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-26T19:05:56.159Z] ---> 3af5e818f47c [2020-10-26T19:05:56.159Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-26T19:05:56.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o cmd/core-command/core-command ./cmd/core-command [2020-10-26T19:05:56.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-26T19:05:56.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-26T19:05:57.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-26T19:05:57.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-26T19:05:57.102Z] ---> 6509fd788e67 [2020-10-26T19:05:57.102Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-26T19:05:57.363Z] ---> 2813077481b6 [2020-10-26T19:05:57.363Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-26T19:05:57.624Z] ---> 3b2d8dd31671 [2020-10-26T19:05:57.624Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-26T19:05:58.205Z] ---> 5fcbb67a8202 [2020-10-26T19:05:58.205Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-26T19:05:58.466Z] ---> 5ae595fe05f1 [2020-10-26T19:05:58.466Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-26T19:05:58.466Z] ---> Running in f9223cb93d2d [2020-10-26T19:05:58.728Z] Removing intermediate container f9223cb93d2d [2020-10-26T19:05:58.728Z] ---> 12c69cd5ddfd [2020-10-26T19:05:58.728Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T19:05:58.728Z] ---> Running in 72ef36892173 [2020-10-26T19:05:58.989Z] Removing intermediate container 72ef36892173 [2020-10-26T19:05:58.989Z] ---> eced10e04f1d [2020-10-26T19:05:58.989Z] Step 22/24 : LABEL arch=x86_64 [2020-10-26T19:05:58.989Z] ---> Running in cc4898f063ad [2020-10-26T19:05:58.989Z] Removing intermediate container cc4898f063ad [2020-10-26T19:05:58.989Z] ---> 20cb82caff6e [2020-10-26T19:05:58.989Z] Step 23/24 : LABEL git_sha=febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:05:59.250Z] ---> Running in fba25bdd47c2 [2020-10-26T19:05:59.250Z] Removing intermediate container fba25bdd47c2 [2020-10-26T19:05:59.250Z] ---> 31dcec0ad8c0 [2020-10-26T19:05:59.250Z] Step 24/24 : LABEL version=1.2.2-dev.99 [2020-10-26T19:05:59.512Z] ---> Running in 18dc73cdb49e [2020-10-26T19:05:59.512Z] Removing intermediate container 18dc73cdb49e [2020-10-26T19:05:59.512Z] ---> cf0c14eaabb6 [2020-10-26T19:05:59.512Z] [2020-10-26T19:05:59.774Z] Successfully built cf0c14eaabb6 [2020-10-26T19:05:59.774Z] Successfully tagged docker-support-notifications-go:latest [2020-10-26T19:06:00.050Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-10-26T19:06:00.077Z] $ docker stop --time=1 62d38846b2d218595e190b872686255d889f335d0eb1e91ce66843835ccb1100 [2020-10-26T19:06:01.871Z] $ docker rm -f 62d38846b2d218595e190b872686255d889f335d0eb1e91ce66843835ccb1100 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:06:02.508Z] + docker images [2020-10-26T19:06:02.508Z] + grep docker [2020-10-26T19:06:02.508Z] docker-support-notifications-go latest cf0c14eaabb6 3 seconds ago 13.6MB [2020-10-26T19:06:02.508Z] docker-support-logging-go latest 4cc1b5684f81 20 seconds ago 11.1MB [2020-10-26T19:06:02.508Z] docker-security-proxy-setup-go latest 6d4e850ad07c 35 seconds ago 15.8MB [2020-10-26T19:06:02.508Z] docker-core-metadata-go latest 8186c7e429bf 37 seconds ago 14.5MB [2020-10-26T19:06:02.508Z] docker-sys-mgmt-agent-go latest d9319ea80fee 43 seconds ago 290MB [2020-10-26T19:06:02.508Z] docker-core-command-go latest 6dc8c7674d65 49 seconds ago 12.2MB [2020-10-26T19:06:02.508Z] docker-security-secretstore-setup-go latest 268861c75769 About a minute ago 32.4MB [2020-10-26T19:06:02.508Z] docker-core-data-go latest 4d1d0a209eb5 About a minute ago 23.7MB [2020-10-26T19:06:02.508Z] docker-support-scheduler-go latest 2befe362ecd3 2 minutes ago 12.3MB [2020-10-26T19:06:02.508Z] docker-security-secrets-setup-go latest 2bd0579f0440 2 minutes ago 24MB [2020-10-26T19:06:02.508Z] docker latest 6972c414f322 4 days ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-26T19:06:03.073Z] provisioning config files... [2020-10-26T19:06:03.131Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/215@tmp/config639685953512491115tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-26T19:06:03.546Z] ---> docker-login.sh [2020-10-26T19:06:03.546Z] nexus3.edgexfoundry.org:10001 [2020-10-26T19:06:03.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T19:06:03.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T19:06:03.807Z] Configure a credential helper to remove this warning. See [2020-10-26T19:06:03.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T19:06:03.807Z] [2020-10-26T19:06:03.807Z] Login Succeeded [2020-10-26T19:06:03.807Z] nexus3.edgexfoundry.org:10002 [2020-10-26T19:06:03.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T19:06:04.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T19:06:04.077Z] Configure a credential helper to remove this warning. See [2020-10-26T19:06:04.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T19:06:04.077Z] [2020-10-26T19:06:04.077Z] Login Succeeded [2020-10-26T19:06:04.077Z] nexus3.edgexfoundry.org:10003 [2020-10-26T19:06:04.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T19:06:04.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T19:06:04.077Z] Configure a credential helper to remove this warning. See [2020-10-26T19:06:04.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T19:06:04.077Z] [2020-10-26T19:06:04.077Z] Login Succeeded [2020-10-26T19:06:04.077Z] nexus3.edgexfoundry.org:10004 [2020-10-26T19:06:04.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T19:06:04.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T19:06:04.337Z] Configure a credential helper to remove this warning. See [2020-10-26T19:06:04.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T19:06:04.337Z] [2020-10-26T19:06:04.337Z] Login Succeeded [2020-10-26T19:06:04.337Z] docker.io [2020-10-26T19:06:04.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T19:06:04.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T19:06:04.908Z] Configure a credential helper to remove this warning. See [2020-10-26T19:06:04.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T19:06:04.908Z] [2020-10-26T19:06:04.908Z] Login Succeeded [2020-10-26T19:06:04.908Z] ---> docker-login.sh ends [Pipeline] } [2020-10-26T19:06:04.917Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:06:05.136Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-26T19:06:05.136Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:05.136Z] 1.2.2-dev.99 [2020-10-26T19:06:05.136Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:05.136Z] master [2020-10-26T19:06:05.136Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:05.630Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:05.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:05.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-26T19:06:05.931Z] eed156217885: Preparing [2020-10-26T19:06:05.931Z] 36f83338b4f9: Preparing [2020-10-26T19:06:05.931Z] 26c774d9e72c: Preparing [2020-10-26T19:06:06.192Z] eed156217885: Pushed [2020-10-26T19:06:06.192Z] 26c774d9e72c: Pushed [2020-10-26T19:06:07.589Z] 36f83338b4f9: Pushed [2020-10-26T19:06:07.589Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e: digest: sha256:ba444bae26f7565dfdc2a2580a26f8d9ecb36f7b36950abf6eb0e29c3d970bba size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:07.903Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:08.204Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.99 [2020-10-26T19:06:08.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-26T19:06:08.204Z] eed156217885: Preparing [2020-10-26T19:06:08.204Z] 36f83338b4f9: Preparing [2020-10-26T19:06:08.204Z] 26c774d9e72c: Preparing [2020-10-26T19:06:08.204Z] eed156217885: Layer already exists [2020-10-26T19:06:08.204Z] 36f83338b4f9: Layer already exists [2020-10-26T19:06:08.204Z] 26c774d9e72c: Layer already exists [2020-10-26T19:06:08.204Z] 1.2.2-dev.99: digest: sha256:ba444bae26f7565dfdc2a2580a26f8d9ecb36f7b36950abf6eb0e29c3d970bba size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:08.579Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:09.131Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:09.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-26T19:06:09.131Z] eed156217885: Preparing [2020-10-26T19:06:09.131Z] 36f83338b4f9: Preparing [2020-10-26T19:06:09.131Z] 26c774d9e72c: Preparing [2020-10-26T19:06:09.131Z] 26c774d9e72c: Layer already exists [2020-10-26T19:06:09.131Z] 36f83338b4f9: Layer already exists [2020-10-26T19:06:09.131Z] eed156217885: Layer already exists [2020-10-26T19:06:09.131Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99: digest: sha256:ba444bae26f7565dfdc2a2580a26f8d9ecb36f7b36950abf6eb0e29c3d970bba size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:09.438Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:09.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-26T19:06:09.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-26T19:06:09.743Z] eed156217885: Preparing [2020-10-26T19:06:09.743Z] 36f83338b4f9: Preparing [2020-10-26T19:06:09.743Z] 26c774d9e72c: Preparing [2020-10-26T19:06:09.743Z] 36f83338b4f9: Layer already exists [2020-10-26T19:06:09.743Z] 26c774d9e72c: Layer already exists [2020-10-26T19:06:09.743Z] eed156217885: Layer already exists [2020-10-26T19:06:09.743Z] master: digest: sha256:ba444bae26f7565dfdc2a2580a26f8d9ecb36f7b36950abf6eb0e29c3d970bba size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:06:09.962Z] ===================================================== [Pipeline] echo [2020-10-26T19:06:10.077Z] taggedImages: [2020-10-26T19:06:10.077Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:10.077Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.99 [2020-10-26T19:06:10.077Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:10.077Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-26T19:06:10.153Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-26T19:06:10.153Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:10.153Z] 1.2.2-dev.99 [2020-10-26T19:06:10.153Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:10.153Z] master [2020-10-26T19:06:10.153Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:10.808Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:11.105Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:11.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-26T19:06:11.105Z] 84d92f8de2f6: Preparing [2020-10-26T19:06:11.105Z] fedaed5f1763: Preparing [2020-10-26T19:06:11.105Z] 5cbc7e0e82d4: Preparing [2020-10-26T19:06:11.105Z] 380654d8aeb4: Preparing [2020-10-26T19:06:11.105Z] 29696b3739c1: Preparing [2020-10-26T19:06:11.105Z] ace0eda3e3be: Preparing [2020-10-26T19:06:11.105Z] ace0eda3e3be: Waiting [2020-10-26T19:06:11.365Z] 5cbc7e0e82d4: Pushed [2020-10-26T19:06:11.365Z] 29696b3739c1: Pushed [2020-10-26T19:06:11.365Z] 84d92f8de2f6: Pushed [2020-10-26T19:06:11.365Z] ace0eda3e3be: Layer already exists [2020-10-26T19:06:11.365Z] 380654d8aeb4: Pushed [2020-10-26T19:06:12.752Z] fedaed5f1763: Pushed [2020-10-26T19:06:12.752Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e: digest: sha256:eda010d62059c8837e1fb4f9b49295ff5d8afea3fa7a4f737e07951ad4b5d852 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:13.059Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:13.359Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.99 [2020-10-26T19:06:13.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-26T19:06:13.359Z] 84d92f8de2f6: Preparing [2020-10-26T19:06:13.359Z] fedaed5f1763: Preparing [2020-10-26T19:06:13.359Z] 5cbc7e0e82d4: Preparing [2020-10-26T19:06:13.359Z] 380654d8aeb4: Preparing [2020-10-26T19:06:13.359Z] 29696b3739c1: Preparing [2020-10-26T19:06:13.359Z] ace0eda3e3be: Preparing [2020-10-26T19:06:13.359Z] ace0eda3e3be: Waiting [2020-10-26T19:06:13.359Z] 29696b3739c1: Layer already exists [2020-10-26T19:06:13.359Z] 84d92f8de2f6: Layer already exists [2020-10-26T19:06:13.359Z] 380654d8aeb4: Layer already exists [2020-10-26T19:06:13.359Z] 5cbc7e0e82d4: Layer already exists [2020-10-26T19:06:13.359Z] fedaed5f1763: Layer already exists [2020-10-26T19:06:13.359Z] ace0eda3e3be: Layer already exists [2020-10-26T19:06:14.747Z] 1.2.2-dev.99: digest: sha256:eda010d62059c8837e1fb4f9b49295ff5d8afea3fa7a4f737e07951ad4b5d852 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:15.061Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:15.368Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:15.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-26T19:06:15.368Z] 84d92f8de2f6: Preparing [2020-10-26T19:06:15.368Z] fedaed5f1763: Preparing [2020-10-26T19:06:15.368Z] 5cbc7e0e82d4: Preparing [2020-10-26T19:06:15.368Z] 380654d8aeb4: Preparing [2020-10-26T19:06:15.368Z] 29696b3739c1: Preparing [2020-10-26T19:06:15.368Z] ace0eda3e3be: Preparing [2020-10-26T19:06:15.368Z] ace0eda3e3be: Waiting [2020-10-26T19:06:15.368Z] fedaed5f1763: Layer already exists [2020-10-26T19:06:15.368Z] 380654d8aeb4: Layer already exists [2020-10-26T19:06:15.368Z] 29696b3739c1: Layer already exists [2020-10-26T19:06:15.368Z] 84d92f8de2f6: Layer already exists [2020-10-26T19:06:15.368Z] 5cbc7e0e82d4: Layer already exists [2020-10-26T19:06:15.368Z] ace0eda3e3be: Layer already exists [2020-10-26T19:06:15.368Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99: digest: sha256:eda010d62059c8837e1fb4f9b49295ff5d8afea3fa7a4f737e07951ad4b5d852 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:15.671Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:15.970Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-26T19:06:15.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-26T19:06:15.970Z] 84d92f8de2f6: Preparing [2020-10-26T19:06:15.970Z] fedaed5f1763: Preparing [2020-10-26T19:06:15.970Z] 5cbc7e0e82d4: Preparing [2020-10-26T19:06:15.970Z] 380654d8aeb4: Preparing [2020-10-26T19:06:15.970Z] 29696b3739c1: Preparing [2020-10-26T19:06:15.970Z] ace0eda3e3be: Preparing [2020-10-26T19:06:15.970Z] ace0eda3e3be: Waiting [2020-10-26T19:06:15.970Z] 29696b3739c1: Layer already exists [2020-10-26T19:06:15.970Z] fedaed5f1763: Layer already exists [2020-10-26T19:06:15.970Z] 5cbc7e0e82d4: Layer already exists [2020-10-26T19:06:15.970Z] 380654d8aeb4: Layer already exists [2020-10-26T19:06:15.970Z] 84d92f8de2f6: Layer already exists [2020-10-26T19:06:15.970Z] ace0eda3e3be: Layer already exists [2020-10-26T19:06:15.970Z] master: digest: sha256:eda010d62059c8837e1fb4f9b49295ff5d8afea3fa7a4f737e07951ad4b5d852 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:06:16.172Z] ===================================================== [Pipeline] echo [2020-10-26T19:06:16.224Z] taggedImages: [2020-10-26T19:06:16.224Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:16.224Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.99 [2020-10-26T19:06:16.224Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:16.224Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-26T19:06:16.336Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-26T19:06:16.336Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:16.336Z] 1.2.2-dev.99 [2020-10-26T19:06:16.336Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:16.336Z] master [2020-10-26T19:06:16.336Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:16.891Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:17.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:17.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-26T19:06:17.195Z] a608207f35c7: Preparing [2020-10-26T19:06:17.195Z] 7b34fd4fbc42: Preparing [2020-10-26T19:06:17.195Z] ffc4b50dae9a: Preparing [2020-10-26T19:06:17.455Z] a608207f35c7: Pushed [2020-10-26T19:06:17.455Z] ffc4b50dae9a: Pushed [2020-10-26T19:06:18.838Z] 7b34fd4fbc42: Pushed [2020-10-26T19:06:19.099Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e: digest: sha256:298573e12068ee3adacc4cbf32ef0c16b9638cee751f68175d1985278ce5d249 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:19.405Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:19.704Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.99 [2020-10-26T19:06:19.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-26T19:06:19.704Z] a608207f35c7: Preparing [2020-10-26T19:06:19.704Z] 7b34fd4fbc42: Preparing [2020-10-26T19:06:19.704Z] ffc4b50dae9a: Preparing [2020-10-26T19:06:19.704Z] a608207f35c7: Layer already exists [2020-10-26T19:06:19.704Z] ffc4b50dae9a: Layer already exists [2020-10-26T19:06:19.704Z] 7b34fd4fbc42: Layer already exists [2020-10-26T19:06:19.704Z] 1.2.2-dev.99: digest: sha256:298573e12068ee3adacc4cbf32ef0c16b9638cee751f68175d1985278ce5d249 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:20.015Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:20.315Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:20.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-26T19:06:20.315Z] a608207f35c7: Preparing [2020-10-26T19:06:20.315Z] 7b34fd4fbc42: Preparing [2020-10-26T19:06:20.315Z] ffc4b50dae9a: Preparing [2020-10-26T19:06:20.315Z] ffc4b50dae9a: Layer already exists [2020-10-26T19:06:20.315Z] 7b34fd4fbc42: Layer already exists [2020-10-26T19:06:20.315Z] a608207f35c7: Layer already exists [2020-10-26T19:06:20.315Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99: digest: sha256:298573e12068ee3adacc4cbf32ef0c16b9638cee751f68175d1985278ce5d249 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:20.620Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:20.929Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-26T19:06:20.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-26T19:06:20.929Z] a608207f35c7: Preparing [2020-10-26T19:06:20.929Z] 7b34fd4fbc42: Preparing [2020-10-26T19:06:20.929Z] ffc4b50dae9a: Preparing [2020-10-26T19:06:20.929Z] a608207f35c7: Layer already exists [2020-10-26T19:06:20.929Z] 7b34fd4fbc42: Layer already exists [2020-10-26T19:06:20.929Z] ffc4b50dae9a: Layer already exists [2020-10-26T19:06:20.929Z] master: digest: sha256:298573e12068ee3adacc4cbf32ef0c16b9638cee751f68175d1985278ce5d249 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:06:21.164Z] ===================================================== [Pipeline] echo [2020-10-26T19:06:21.222Z] taggedImages: [2020-10-26T19:06:21.223Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:21.223Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.99 [2020-10-26T19:06:21.223Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:21.223Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-26T19:06:21.298Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-26T19:06:21.298Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:21.298Z] 1.2.2-dev.99 [2020-10-26T19:06:21.298Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:21.298Z] master [2020-10-26T19:06:21.298Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:22.405Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:22.972Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:22.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-26T19:06:22.972Z] b82fc69d555e: Preparing [2020-10-26T19:06:22.972Z] 42ef10419fa6: Preparing [2020-10-26T19:06:22.972Z] 2ad5367b869c: Preparing [2020-10-26T19:06:22.972Z] 225abc05b138: Preparing [2020-10-26T19:06:22.972Z] ace0eda3e3be: Preparing [2020-10-26T19:06:22.972Z] ace0eda3e3be: Layer already exists [2020-10-26T19:06:23.235Z] 42ef10419fa6: Pushed [2020-10-26T19:06:23.235Z] 2ad5367b869c: Pushed [2020-10-26T19:06:23.496Z] 225abc05b138: Pushed [2020-10-26T19:06:24.441Z] b82fc69d555e: Pushed [2020-10-26T19:06:24.441Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e: digest: sha256:a01273b3b0e88b75b3d52a845db0d40281b830a8431329e4e9c764ca89efb10f size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:24.754Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:25.059Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.99 [2020-10-26T19:06:25.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-26T19:06:25.060Z] b82fc69d555e: Preparing [2020-10-26T19:06:25.060Z] 42ef10419fa6: Preparing [2020-10-26T19:06:25.060Z] 2ad5367b869c: Preparing [2020-10-26T19:06:25.060Z] 225abc05b138: Preparing [2020-10-26T19:06:25.060Z] ace0eda3e3be: Preparing [2020-10-26T19:06:25.060Z] b82fc69d555e: Layer already exists [2020-10-26T19:06:25.060Z] 42ef10419fa6: Layer already exists [2020-10-26T19:06:25.060Z] ace0eda3e3be: Layer already exists [2020-10-26T19:06:25.060Z] 2ad5367b869c: Layer already exists [2020-10-26T19:06:25.060Z] 225abc05b138: Layer already exists [2020-10-26T19:06:25.060Z] 1.2.2-dev.99: digest: sha256:a01273b3b0e88b75b3d52a845db0d40281b830a8431329e4e9c764ca89efb10f size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:25.366Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:25.677Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:25.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-26T19:06:25.677Z] b82fc69d555e: Preparing [2020-10-26T19:06:25.677Z] 42ef10419fa6: Preparing [2020-10-26T19:06:25.677Z] 2ad5367b869c: Preparing [2020-10-26T19:06:25.677Z] 225abc05b138: Preparing [2020-10-26T19:06:25.677Z] ace0eda3e3be: Preparing [2020-10-26T19:06:25.677Z] 225abc05b138: Layer already exists [2020-10-26T19:06:25.677Z] b82fc69d555e: Layer already exists [2020-10-26T19:06:25.677Z] 2ad5367b869c: Layer already exists [2020-10-26T19:06:25.677Z] 42ef10419fa6: Layer already exists [2020-10-26T19:06:25.677Z] ace0eda3e3be: Layer already exists [2020-10-26T19:06:25.677Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99: digest: sha256:a01273b3b0e88b75b3d52a845db0d40281b830a8431329e4e9c764ca89efb10f size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:25.990Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:26.292Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-26T19:06:26.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-26T19:06:26.292Z] b82fc69d555e: Preparing [2020-10-26T19:06:26.292Z] 42ef10419fa6: Preparing [2020-10-26T19:06:26.292Z] 2ad5367b869c: Preparing [2020-10-26T19:06:26.292Z] 225abc05b138: Preparing [2020-10-26T19:06:26.292Z] ace0eda3e3be: Preparing [2020-10-26T19:06:26.292Z] b82fc69d555e: Layer already exists [2020-10-26T19:06:26.292Z] ace0eda3e3be: Layer already exists [2020-10-26T19:06:26.292Z] 2ad5367b869c: Layer already exists [2020-10-26T19:06:26.292Z] 42ef10419fa6: Layer already exists [2020-10-26T19:06:26.292Z] 225abc05b138: Layer already exists [2020-10-26T19:06:26.292Z] master: digest: sha256:a01273b3b0e88b75b3d52a845db0d40281b830a8431329e4e9c764ca89efb10f size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:06:26.513Z] ===================================================== [Pipeline] echo [2020-10-26T19:06:26.575Z] taggedImages: [2020-10-26T19:06:26.575Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:26.575Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.99 [2020-10-26T19:06:26.575Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:26.575Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-26T19:06:26.677Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-26T19:06:26.677Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:26.677Z] 1.2.2-dev.99 [2020-10-26T19:06:26.677Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:26.677Z] master [2020-10-26T19:06:26.677Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:27.212Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:27.515Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:27.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-26T19:06:27.515Z] 7089820837f6: Preparing [2020-10-26T19:06:27.515Z] 23fad63d20d8: Preparing [2020-10-26T19:06:27.515Z] 97b846503d6d: Preparing [2020-10-26T19:06:27.515Z] 03f657c54a7f: Preparing [2020-10-26T19:06:27.515Z] 03f657c54a7f: Preparing [2020-10-26T19:06:27.515Z] 45a54cac8983: Preparing [2020-10-26T19:06:27.515Z] bbc66480d13e: Preparing [2020-10-26T19:06:27.515Z] 8b410a7efe1a: Preparing [2020-10-26T19:06:27.515Z] 7089820837f6: Preparing [2020-10-26T19:06:27.515Z] 5c8a32bb8e68: Preparing [2020-10-26T19:06:27.515Z] d616c7b42af3: Preparing [2020-10-26T19:06:27.515Z] 09ed7c8feb11: Preparing [2020-10-26T19:06:27.515Z] ace0eda3e3be: Preparing [2020-10-26T19:06:27.515Z] 5c8a32bb8e68: Waiting [2020-10-26T19:06:27.515Z] d616c7b42af3: Waiting [2020-10-26T19:06:27.515Z] 09ed7c8feb11: Waiting [2020-10-26T19:06:27.515Z] ace0eda3e3be: Waiting [2020-10-26T19:06:27.515Z] bbc66480d13e: Waiting [2020-10-26T19:06:27.777Z] 23fad63d20d8: Pushed [2020-10-26T19:06:27.777Z] 45a54cac8983: Pushed [2020-10-26T19:06:27.777Z] 97b846503d6d: Pushed [2020-10-26T19:06:27.777Z] 03f657c54a7f: Pushed [2020-10-26T19:06:27.777Z] bbc66480d13e: Pushed [2020-10-26T19:06:27.777Z] 8b410a7efe1a: Pushed [2020-10-26T19:06:27.777Z] ace0eda3e3be: Layer already exists [2020-10-26T19:06:27.777Z] d616c7b42af3: Pushed [2020-10-26T19:06:27.777Z] 5c8a32bb8e68: Pushed [2020-10-26T19:06:28.350Z] 09ed7c8feb11: Pushed [2020-10-26T19:06:28.612Z] 7089820837f6: Pushed [2020-10-26T19:06:28.874Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e: digest: sha256:c61f6c119eafcb25c0bd8f960fdb97774e0946a0edbf00ee20dee79aa754e7be size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:29.176Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:29.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.99 [2020-10-26T19:06:29.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-26T19:06:29.491Z] 7089820837f6: Preparing [2020-10-26T19:06:29.491Z] 23fad63d20d8: Preparing [2020-10-26T19:06:29.491Z] 97b846503d6d: Preparing [2020-10-26T19:06:29.491Z] 03f657c54a7f: Preparing [2020-10-26T19:06:29.491Z] 03f657c54a7f: Preparing [2020-10-26T19:06:29.491Z] 45a54cac8983: Preparing [2020-10-26T19:06:29.491Z] bbc66480d13e: Preparing [2020-10-26T19:06:29.491Z] 8b410a7efe1a: Preparing [2020-10-26T19:06:29.491Z] 7089820837f6: Preparing [2020-10-26T19:06:29.491Z] 5c8a32bb8e68: Preparing [2020-10-26T19:06:29.491Z] d616c7b42af3: Preparing [2020-10-26T19:06:29.491Z] 09ed7c8feb11: Preparing [2020-10-26T19:06:29.491Z] ace0eda3e3be: Preparing [2020-10-26T19:06:29.491Z] bbc66480d13e: Waiting [2020-10-26T19:06:29.491Z] 8b410a7efe1a: Waiting [2020-10-26T19:06:29.491Z] 5c8a32bb8e68: Waiting [2020-10-26T19:06:29.491Z] 09ed7c8feb11: Waiting [2020-10-26T19:06:29.491Z] ace0eda3e3be: Waiting [2020-10-26T19:06:29.491Z] d616c7b42af3: Waiting [2020-10-26T19:06:29.491Z] 97b846503d6d: Layer already exists [2020-10-26T19:06:29.491Z] 7089820837f6: Layer already exists [2020-10-26T19:06:29.491Z] 03f657c54a7f: Layer already exists [2020-10-26T19:06:29.491Z] 23fad63d20d8: Layer already exists [2020-10-26T19:06:29.491Z] 45a54cac8983: Layer already exists [2020-10-26T19:06:29.491Z] 8b410a7efe1a: Layer already exists [2020-10-26T19:06:29.491Z] bbc66480d13e: Layer already exists [2020-10-26T19:06:29.491Z] 5c8a32bb8e68: Layer already exists [2020-10-26T19:06:29.491Z] d616c7b42af3: Layer already exists [2020-10-26T19:06:29.491Z] 09ed7c8feb11: Layer already exists [2020-10-26T19:06:29.491Z] ace0eda3e3be: Layer already exists [2020-10-26T19:06:29.491Z] 1.2.2-dev.99: digest: sha256:c61f6c119eafcb25c0bd8f960fdb97774e0946a0edbf00ee20dee79aa754e7be size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:29.795Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:30.118Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:30.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-26T19:06:30.118Z] 7089820837f6: Preparing [2020-10-26T19:06:30.118Z] 23fad63d20d8: Preparing [2020-10-26T19:06:30.118Z] 97b846503d6d: Preparing [2020-10-26T19:06:30.118Z] 03f657c54a7f: Preparing [2020-10-26T19:06:30.118Z] 03f657c54a7f: Preparing [2020-10-26T19:06:30.118Z] 45a54cac8983: Preparing [2020-10-26T19:06:30.118Z] bbc66480d13e: Preparing [2020-10-26T19:06:30.118Z] 8b410a7efe1a: Preparing [2020-10-26T19:06:30.118Z] 7089820837f6: Preparing [2020-10-26T19:06:30.118Z] 5c8a32bb8e68: Preparing [2020-10-26T19:06:30.118Z] d616c7b42af3: Preparing [2020-10-26T19:06:30.118Z] 09ed7c8feb11: Preparing [2020-10-26T19:06:30.118Z] ace0eda3e3be: Preparing [2020-10-26T19:06:30.118Z] 5c8a32bb8e68: Waiting [2020-10-26T19:06:30.118Z] 09ed7c8feb11: Waiting [2020-10-26T19:06:30.118Z] ace0eda3e3be: Waiting [2020-10-26T19:06:30.118Z] d616c7b42af3: Waiting [2020-10-26T19:06:30.118Z] bbc66480d13e: Waiting [2020-10-26T19:06:30.118Z] 8b410a7efe1a: Waiting [2020-10-26T19:06:30.118Z] 03f657c54a7f: Layer already exists [2020-10-26T19:06:30.118Z] 23fad63d20d8: Layer already exists [2020-10-26T19:06:30.118Z] 7089820837f6: Layer already exists [2020-10-26T19:06:30.118Z] 97b846503d6d: Layer already exists [2020-10-26T19:06:30.118Z] 45a54cac8983: Layer already exists [2020-10-26T19:06:30.118Z] bbc66480d13e: Layer already exists [2020-10-26T19:06:30.118Z] 8b410a7efe1a: Layer already exists [2020-10-26T19:06:30.118Z] 5c8a32bb8e68: Layer already exists [2020-10-26T19:06:30.118Z] d616c7b42af3: Layer already exists [2020-10-26T19:06:30.118Z] 09ed7c8feb11: Layer already exists [2020-10-26T19:06:30.118Z] ace0eda3e3be: Layer already exists [2020-10-26T19:06:30.118Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99: digest: sha256:c61f6c119eafcb25c0bd8f960fdb97774e0946a0edbf00ee20dee79aa754e7be size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:30.587Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:30.887Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-26T19:06:30.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-26T19:06:30.887Z] 7089820837f6: Preparing [2020-10-26T19:06:30.887Z] 23fad63d20d8: Preparing [2020-10-26T19:06:30.887Z] 97b846503d6d: Preparing [2020-10-26T19:06:30.887Z] 03f657c54a7f: Preparing [2020-10-26T19:06:30.887Z] 03f657c54a7f: Preparing [2020-10-26T19:06:30.887Z] 45a54cac8983: Preparing [2020-10-26T19:06:30.887Z] bbc66480d13e: Preparing [2020-10-26T19:06:30.887Z] 8b410a7efe1a: Preparing [2020-10-26T19:06:30.887Z] 7089820837f6: Preparing [2020-10-26T19:06:30.887Z] 5c8a32bb8e68: Preparing [2020-10-26T19:06:30.887Z] d616c7b42af3: Preparing [2020-10-26T19:06:30.887Z] 09ed7c8feb11: Preparing [2020-10-26T19:06:30.887Z] ace0eda3e3be: Preparing [2020-10-26T19:06:30.887Z] 8b410a7efe1a: Waiting [2020-10-26T19:06:30.887Z] 5c8a32bb8e68: Waiting [2020-10-26T19:06:30.887Z] d616c7b42af3: Waiting [2020-10-26T19:06:30.887Z] 09ed7c8feb11: Waiting [2020-10-26T19:06:30.887Z] ace0eda3e3be: Waiting [2020-10-26T19:06:30.887Z] bbc66480d13e: Waiting [2020-10-26T19:06:30.887Z] 7089820837f6: Layer already exists [2020-10-26T19:06:30.887Z] 23fad63d20d8: Layer already exists [2020-10-26T19:06:30.887Z] 45a54cac8983: Layer already exists [2020-10-26T19:06:30.887Z] 03f657c54a7f: Layer already exists [2020-10-26T19:06:30.887Z] 97b846503d6d: Layer already exists [2020-10-26T19:06:30.887Z] bbc66480d13e: Layer already exists [2020-10-26T19:06:30.887Z] 8b410a7efe1a: Layer already exists [2020-10-26T19:06:30.887Z] 5c8a32bb8e68: Layer already exists [2020-10-26T19:06:30.887Z] d616c7b42af3: Layer already exists [2020-10-26T19:06:30.887Z] 09ed7c8feb11: Layer already exists [2020-10-26T19:06:30.887Z] ace0eda3e3be: Layer already exists [2020-10-26T19:06:30.887Z] master: digest: sha256:c61f6c119eafcb25c0bd8f960fdb97774e0946a0edbf00ee20dee79aa754e7be size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:06:31.092Z] ===================================================== [Pipeline] echo [2020-10-26T19:06:31.160Z] taggedImages: [2020-10-26T19:06:31.160Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:31.160Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.99 [2020-10-26T19:06:31.160Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:31.160Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-26T19:06:31.309Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-26T19:06:31.309Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:31.309Z] 1.2.2-dev.99 [2020-10-26T19:06:31.309Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:31.309Z] master [2020-10-26T19:06:31.309Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:31.829Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:32.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:32.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-26T19:06:32.125Z] 547241ec5243: Preparing [2020-10-26T19:06:32.125Z] bea1ef9a2d9d: Preparing [2020-10-26T19:06:32.125Z] 7b07dfb144a0: Preparing [2020-10-26T19:06:32.125Z] cd18eeb296e0: Preparing [2020-10-26T19:06:32.125Z] dcf2b34df788: Preparing [2020-10-26T19:06:32.125Z] 58e16e364ea0: Preparing [2020-10-26T19:06:32.125Z] fda88b76cab1: Preparing [2020-10-26T19:06:32.125Z] b60f651130f9: Preparing [2020-10-26T19:06:32.125Z] 47acd76acee0: Preparing [2020-10-26T19:06:32.125Z] 008ed0bc5352: Preparing [2020-10-26T19:06:32.125Z] 1b3ee35aacca: Preparing [2020-10-26T19:06:32.125Z] 58e16e364ea0: Waiting [2020-10-26T19:06:32.126Z] b60f651130f9: Waiting [2020-10-26T19:06:32.126Z] 1b3ee35aacca: Waiting [2020-10-26T19:06:32.126Z] 47acd76acee0: Waiting [2020-10-26T19:06:32.126Z] 008ed0bc5352: Waiting [2020-10-26T19:06:32.126Z] fda88b76cab1: Waiting [2020-10-26T19:06:32.394Z] bea1ef9a2d9d: Pushed [2020-10-26T19:06:32.394Z] 547241ec5243: Pushed [2020-10-26T19:06:32.394Z] 58e16e364ea0: Pushed [2020-10-26T19:06:32.394Z] fda88b76cab1: Pushed [2020-10-26T19:06:32.666Z] b60f651130f9: Pushed [2020-10-26T19:06:32.666Z] 47acd76acee0: Pushed [2020-10-26T19:06:32.926Z] 1b3ee35aacca: Layer already exists [2020-10-26T19:06:33.188Z] 7b07dfb144a0: Pushed [2020-10-26T19:06:33.188Z] dcf2b34df788: Pushed [2020-10-26T19:06:33.188Z] 008ed0bc5352: Pushed [2020-10-26T19:06:33.188Z] cd18eeb296e0: Pushed [2020-10-26T19:06:33.449Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e: digest: sha256:83e2d871650d38016d1a32b2cf11ebd049d5629ef33cf0b39c5716b9b24d40d0 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:33.753Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:34.047Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.99 [2020-10-26T19:06:34.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-26T19:06:34.047Z] 547241ec5243: Preparing [2020-10-26T19:06:34.047Z] bea1ef9a2d9d: Preparing [2020-10-26T19:06:34.047Z] 7b07dfb144a0: Preparing [2020-10-26T19:06:34.047Z] cd18eeb296e0: Preparing [2020-10-26T19:06:34.047Z] dcf2b34df788: Preparing [2020-10-26T19:06:34.047Z] 58e16e364ea0: Preparing [2020-10-26T19:06:34.047Z] fda88b76cab1: Preparing [2020-10-26T19:06:34.047Z] b60f651130f9: Preparing [2020-10-26T19:06:34.047Z] 47acd76acee0: Preparing [2020-10-26T19:06:34.047Z] 008ed0bc5352: Preparing [2020-10-26T19:06:34.047Z] 1b3ee35aacca: Preparing [2020-10-26T19:06:34.047Z] 58e16e364ea0: Waiting [2020-10-26T19:06:34.047Z] fda88b76cab1: Waiting [2020-10-26T19:06:34.047Z] 47acd76acee0: Waiting [2020-10-26T19:06:34.047Z] 008ed0bc5352: Waiting [2020-10-26T19:06:34.047Z] b60f651130f9: Waiting [2020-10-26T19:06:34.047Z] 1b3ee35aacca: Waiting [2020-10-26T19:06:34.047Z] 547241ec5243: Layer already exists [2020-10-26T19:06:34.047Z] bea1ef9a2d9d: Layer already exists [2020-10-26T19:06:34.047Z] 7b07dfb144a0: Layer already exists [2020-10-26T19:06:34.047Z] dcf2b34df788: Layer already exists [2020-10-26T19:06:34.047Z] cd18eeb296e0: Layer already exists [2020-10-26T19:06:34.047Z] 47acd76acee0: Layer already exists [2020-10-26T19:06:34.047Z] b60f651130f9: Layer already exists [2020-10-26T19:06:34.047Z] 008ed0bc5352: Layer already exists [2020-10-26T19:06:34.047Z] fda88b76cab1: Layer already exists [2020-10-26T19:06:34.047Z] 58e16e364ea0: Layer already exists [2020-10-26T19:06:34.047Z] 1b3ee35aacca: Layer already exists [2020-10-26T19:06:34.047Z] 1.2.2-dev.99: digest: sha256:83e2d871650d38016d1a32b2cf11ebd049d5629ef33cf0b39c5716b9b24d40d0 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:34.347Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:34.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:34.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-26T19:06:34.680Z] 547241ec5243: Preparing [2020-10-26T19:06:34.680Z] bea1ef9a2d9d: Preparing [2020-10-26T19:06:34.680Z] 7b07dfb144a0: Preparing [2020-10-26T19:06:34.680Z] cd18eeb296e0: Preparing [2020-10-26T19:06:34.680Z] dcf2b34df788: Preparing [2020-10-26T19:06:34.680Z] 58e16e364ea0: Preparing [2020-10-26T19:06:34.680Z] fda88b76cab1: Preparing [2020-10-26T19:06:34.680Z] b60f651130f9: Preparing [2020-10-26T19:06:34.680Z] 47acd76acee0: Preparing [2020-10-26T19:06:34.680Z] 008ed0bc5352: Preparing [2020-10-26T19:06:34.680Z] 1b3ee35aacca: Preparing [2020-10-26T19:06:34.680Z] 58e16e364ea0: Waiting [2020-10-26T19:06:34.680Z] fda88b76cab1: Waiting [2020-10-26T19:06:34.680Z] b60f651130f9: Waiting [2020-10-26T19:06:34.680Z] 47acd76acee0: Waiting [2020-10-26T19:06:34.680Z] 008ed0bc5352: Waiting [2020-10-26T19:06:34.680Z] 1b3ee35aacca: Waiting [2020-10-26T19:06:34.680Z] cd18eeb296e0: Layer already exists [2020-10-26T19:06:34.680Z] dcf2b34df788: Layer already exists [2020-10-26T19:06:34.680Z] 547241ec5243: Layer already exists [2020-10-26T19:06:34.680Z] 7b07dfb144a0: Layer already exists [2020-10-26T19:06:34.680Z] bea1ef9a2d9d: Layer already exists [2020-10-26T19:06:34.680Z] 58e16e364ea0: Layer already exists [2020-10-26T19:06:34.680Z] fda88b76cab1: Layer already exists [2020-10-26T19:06:34.680Z] 008ed0bc5352: Layer already exists [2020-10-26T19:06:34.680Z] 47acd76acee0: Layer already exists [2020-10-26T19:06:34.680Z] b60f651130f9: Layer already exists [2020-10-26T19:06:34.680Z] 1b3ee35aacca: Layer already exists [2020-10-26T19:06:34.680Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99: digest: sha256:83e2d871650d38016d1a32b2cf11ebd049d5629ef33cf0b39c5716b9b24d40d0 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:34.982Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:35.278Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-26T19:06:35.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-26T19:06:35.278Z] 547241ec5243: Preparing [2020-10-26T19:06:35.278Z] bea1ef9a2d9d: Preparing [2020-10-26T19:06:35.278Z] 7b07dfb144a0: Preparing [2020-10-26T19:06:35.278Z] cd18eeb296e0: Preparing [2020-10-26T19:06:35.278Z] dcf2b34df788: Preparing [2020-10-26T19:06:35.278Z] 58e16e364ea0: Preparing [2020-10-26T19:06:35.278Z] fda88b76cab1: Preparing [2020-10-26T19:06:35.278Z] b60f651130f9: Preparing [2020-10-26T19:06:35.278Z] 47acd76acee0: Preparing [2020-10-26T19:06:35.278Z] 008ed0bc5352: Preparing [2020-10-26T19:06:35.278Z] 1b3ee35aacca: Preparing [2020-10-26T19:06:35.278Z] 58e16e364ea0: Waiting [2020-10-26T19:06:35.278Z] b60f651130f9: Waiting [2020-10-26T19:06:35.278Z] fda88b76cab1: Waiting [2020-10-26T19:06:35.278Z] 47acd76acee0: Waiting [2020-10-26T19:06:35.278Z] 1b3ee35aacca: Waiting [2020-10-26T19:06:35.278Z] 008ed0bc5352: Waiting [2020-10-26T19:06:35.278Z] bea1ef9a2d9d: Layer already exists [2020-10-26T19:06:35.278Z] cd18eeb296e0: Layer already exists [2020-10-26T19:06:35.278Z] dcf2b34df788: Layer already exists [2020-10-26T19:06:35.278Z] 7b07dfb144a0: Layer already exists [2020-10-26T19:06:35.278Z] 547241ec5243: Layer already exists [2020-10-26T19:06:35.278Z] fda88b76cab1: Layer already exists [2020-10-26T19:06:35.278Z] b60f651130f9: Layer already exists [2020-10-26T19:06:35.278Z] 58e16e364ea0: Layer already exists [2020-10-26T19:06:35.278Z] 008ed0bc5352: Layer already exists [2020-10-26T19:06:35.278Z] 47acd76acee0: Layer already exists [2020-10-26T19:06:35.278Z] 1b3ee35aacca: Layer already exists [2020-10-26T19:06:35.278Z] master: digest: sha256:83e2d871650d38016d1a32b2cf11ebd049d5629ef33cf0b39c5716b9b24d40d0 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:06:35.471Z] ===================================================== [Pipeline] echo [2020-10-26T19:06:35.523Z] taggedImages: [2020-10-26T19:06:35.523Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:35.523Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.99 [2020-10-26T19:06:35.523Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:35.523Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-26T19:06:35.594Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-26T19:06:35.594Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:35.594Z] 1.2.2-dev.99 [2020-10-26T19:06:35.594Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:35.594Z] master [2020-10-26T19:06:35.594Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:36.099Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:36.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:36.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-26T19:06:36.398Z] edeb6fac0c01: Preparing [2020-10-26T19:06:36.398Z] 8b480d309d94: Preparing [2020-10-26T19:06:36.398Z] 3a749d563c30: Preparing [2020-10-26T19:06:36.398Z] 846f20770d5b: Preparing [2020-10-26T19:06:36.398Z] 3a749d563c30: Pushed [2020-10-26T19:06:36.398Z] edeb6fac0c01: Pushed [2020-10-26T19:06:36.658Z] 846f20770d5b: Pushed [2020-10-26T19:06:37.606Z] 8b480d309d94: Pushed [2020-10-26T19:06:37.606Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e: digest: sha256:1a5c0c1af6354320c3b4254159f1560dc661fa44deb622b804509f072ec2129b size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:37.908Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:38.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.99 [2020-10-26T19:06:38.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-26T19:06:38.201Z] edeb6fac0c01: Preparing [2020-10-26T19:06:38.201Z] 8b480d309d94: Preparing [2020-10-26T19:06:38.201Z] 3a749d563c30: Preparing [2020-10-26T19:06:38.201Z] 846f20770d5b: Preparing [2020-10-26T19:06:38.201Z] 846f20770d5b: Layer already exists [2020-10-26T19:06:38.201Z] 3a749d563c30: Layer already exists [2020-10-26T19:06:38.201Z] edeb6fac0c01: Layer already exists [2020-10-26T19:06:38.201Z] 8b480d309d94: Layer already exists [2020-10-26T19:06:38.201Z] 1.2.2-dev.99: digest: sha256:1a5c0c1af6354320c3b4254159f1560dc661fa44deb622b804509f072ec2129b size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:38.500Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:38.795Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:38.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-26T19:06:38.795Z] edeb6fac0c01: Preparing [2020-10-26T19:06:38.795Z] 8b480d309d94: Preparing [2020-10-26T19:06:38.795Z] 3a749d563c30: Preparing [2020-10-26T19:06:38.795Z] 846f20770d5b: Preparing [2020-10-26T19:06:38.795Z] 846f20770d5b: Layer already exists [2020-10-26T19:06:38.795Z] 3a749d563c30: Layer already exists [2020-10-26T19:06:38.795Z] 8b480d309d94: Layer already exists [2020-10-26T19:06:38.795Z] edeb6fac0c01: Layer already exists [2020-10-26T19:06:38.795Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99: digest: sha256:1a5c0c1af6354320c3b4254159f1560dc661fa44deb622b804509f072ec2129b size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:39.095Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:39.389Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-26T19:06:39.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-26T19:06:39.390Z] edeb6fac0c01: Preparing [2020-10-26T19:06:39.390Z] 8b480d309d94: Preparing [2020-10-26T19:06:39.390Z] 3a749d563c30: Preparing [2020-10-26T19:06:39.390Z] 846f20770d5b: Preparing [2020-10-26T19:06:39.390Z] 8b480d309d94: Layer already exists [2020-10-26T19:06:39.390Z] 3a749d563c30: Layer already exists [2020-10-26T19:06:39.390Z] 846f20770d5b: Layer already exists [2020-10-26T19:06:39.390Z] edeb6fac0c01: Layer already exists [2020-10-26T19:06:39.390Z] master: digest: sha256:1a5c0c1af6354320c3b4254159f1560dc661fa44deb622b804509f072ec2129b size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:06:39.611Z] ===================================================== [Pipeline] echo [2020-10-26T19:06:39.659Z] taggedImages: [2020-10-26T19:06:39.659Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:39.659Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.99 [2020-10-26T19:06:39.659Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:39.659Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-26T19:06:39.737Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-26T19:06:39.737Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:39.737Z] 1.2.2-dev.99 [2020-10-26T19:06:39.737Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:39.737Z] master [2020-10-26T19:06:39.737Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:40.212Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:40.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:40.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-26T19:06:40.506Z] 0cd4d7a929f1: Preparing [2020-10-26T19:06:40.506Z] d279820a4c85: Preparing [2020-10-26T19:06:40.506Z] 324e6131b468: Preparing [2020-10-26T19:06:40.506Z] cd4a4f0e5f3d: Preparing [2020-10-26T19:06:40.506Z] cc7046449340: Preparing [2020-10-26T19:06:40.506Z] 51ef2956dbb1: Preparing [2020-10-26T19:06:40.506Z] 51ef2956dbb1: Waiting [2020-10-26T19:06:40.506Z] 324e6131b468: Pushed [2020-10-26T19:06:40.767Z] 0cd4d7a929f1: Pushed [2020-10-26T19:06:40.767Z] cc7046449340: Pushed [2020-10-26T19:06:40.767Z] cd4a4f0e5f3d: Pushed [2020-10-26T19:06:40.767Z] 51ef2956dbb1: Pushed [2020-10-26T19:06:41.709Z] d279820a4c85: Pushed [2020-10-26T19:06:41.970Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e: digest: sha256:c4a0c7e5aac71945540ee7f437a2546105bb389b69c70b08015272546af81288 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:42.273Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:42.570Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.99 [2020-10-26T19:06:42.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-26T19:06:42.570Z] 0cd4d7a929f1: Preparing [2020-10-26T19:06:42.570Z] d279820a4c85: Preparing [2020-10-26T19:06:42.570Z] 324e6131b468: Preparing [2020-10-26T19:06:42.570Z] cd4a4f0e5f3d: Preparing [2020-10-26T19:06:42.570Z] cc7046449340: Preparing [2020-10-26T19:06:42.570Z] 51ef2956dbb1: Preparing [2020-10-26T19:06:42.570Z] 51ef2956dbb1: Waiting [2020-10-26T19:06:42.570Z] cd4a4f0e5f3d: Layer already exists [2020-10-26T19:06:42.570Z] 324e6131b468: Layer already exists [2020-10-26T19:06:42.570Z] cc7046449340: Layer already exists [2020-10-26T19:06:42.570Z] 0cd4d7a929f1: Layer already exists [2020-10-26T19:06:42.570Z] d279820a4c85: Layer already exists [2020-10-26T19:06:42.570Z] 51ef2956dbb1: Layer already exists [2020-10-26T19:06:42.570Z] 1.2.2-dev.99: digest: sha256:c4a0c7e5aac71945540ee7f437a2546105bb389b69c70b08015272546af81288 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:42.873Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:43.170Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:43.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-26T19:06:43.170Z] 0cd4d7a929f1: Preparing [2020-10-26T19:06:43.170Z] d279820a4c85: Preparing [2020-10-26T19:06:43.170Z] 324e6131b468: Preparing [2020-10-26T19:06:43.170Z] cd4a4f0e5f3d: Preparing [2020-10-26T19:06:43.170Z] cc7046449340: Preparing [2020-10-26T19:06:43.170Z] 51ef2956dbb1: Preparing [2020-10-26T19:06:43.170Z] 51ef2956dbb1: Waiting [2020-10-26T19:06:43.170Z] 324e6131b468: Layer already exists [2020-10-26T19:06:43.170Z] cd4a4f0e5f3d: Layer already exists [2020-10-26T19:06:43.170Z] d279820a4c85: Layer already exists [2020-10-26T19:06:43.170Z] cc7046449340: Layer already exists [2020-10-26T19:06:43.170Z] 0cd4d7a929f1: Layer already exists [2020-10-26T19:06:43.170Z] 51ef2956dbb1: Layer already exists [2020-10-26T19:06:43.170Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99: digest: sha256:c4a0c7e5aac71945540ee7f437a2546105bb389b69c70b08015272546af81288 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:43.475Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:43.775Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-26T19:06:43.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-26T19:06:43.775Z] 0cd4d7a929f1: Preparing [2020-10-26T19:06:43.775Z] d279820a4c85: Preparing [2020-10-26T19:06:43.775Z] 324e6131b468: Preparing [2020-10-26T19:06:43.775Z] cd4a4f0e5f3d: Preparing [2020-10-26T19:06:43.775Z] cc7046449340: Preparing [2020-10-26T19:06:43.775Z] 51ef2956dbb1: Preparing [2020-10-26T19:06:43.775Z] 51ef2956dbb1: Waiting [2020-10-26T19:06:43.775Z] cd4a4f0e5f3d: Layer already exists [2020-10-26T19:06:43.775Z] 0cd4d7a929f1: Layer already exists [2020-10-26T19:06:43.775Z] 324e6131b468: Layer already exists [2020-10-26T19:06:43.775Z] cc7046449340: Layer already exists [2020-10-26T19:06:43.775Z] d279820a4c85: Layer already exists [2020-10-26T19:06:43.775Z] 51ef2956dbb1: Layer already exists [2020-10-26T19:06:43.775Z] master: digest: sha256:c4a0c7e5aac71945540ee7f437a2546105bb389b69c70b08015272546af81288 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:06:43.972Z] ===================================================== [Pipeline] echo [2020-10-26T19:06:44.038Z] taggedImages: [2020-10-26T19:06:44.038Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:44.038Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.99 [2020-10-26T19:06:44.038Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:44.038Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-26T19:06:44.121Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-26T19:06:44.122Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:44.122Z] 1.2.2-dev.99 [2020-10-26T19:06:44.122Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:44.122Z] master [2020-10-26T19:06:44.122Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:44.621Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:44.916Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:44.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-26T19:06:44.916Z] 420c35d93ec7: Preparing [2020-10-26T19:06:44.916Z] 2f9de4bb3608: Preparing [2020-10-26T19:06:44.916Z] fdba16e7429d: Preparing [2020-10-26T19:06:44.916Z] fdba16e7429d: Pushed [2020-10-26T19:06:44.916Z] 420c35d93ec7: Pushed [2020-10-26T19:06:46.303Z] 2f9de4bb3608: Pushed [2020-10-26T19:06:46.564Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e: digest: sha256:cac774bf3933e4f6e0566884776c48388367d527f9d60398702f517b16cf34bf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:46.876Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:47.181Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.99 [2020-10-26T19:06:47.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-26T19:06:47.181Z] 420c35d93ec7: Preparing [2020-10-26T19:06:47.181Z] 2f9de4bb3608: Preparing [2020-10-26T19:06:47.181Z] fdba16e7429d: Preparing [2020-10-26T19:06:47.181Z] 2f9de4bb3608: Layer already exists [2020-10-26T19:06:47.181Z] fdba16e7429d: Layer already exists [2020-10-26T19:06:47.181Z] 420c35d93ec7: Layer already exists [2020-10-26T19:06:47.181Z] 1.2.2-dev.99: digest: sha256:cac774bf3933e4f6e0566884776c48388367d527f9d60398702f517b16cf34bf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:47.490Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:47.787Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:47.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-26T19:06:47.787Z] 420c35d93ec7: Preparing [2020-10-26T19:06:47.787Z] 2f9de4bb3608: Preparing [2020-10-26T19:06:47.787Z] fdba16e7429d: Preparing [2020-10-26T19:06:47.787Z] fdba16e7429d: Layer already exists [2020-10-26T19:06:47.787Z] 420c35d93ec7: Layer already exists [2020-10-26T19:06:47.787Z] 2f9de4bb3608: Layer already exists [2020-10-26T19:06:47.787Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99: digest: sha256:cac774bf3933e4f6e0566884776c48388367d527f9d60398702f517b16cf34bf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:48.090Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:48.383Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-26T19:06:48.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-26T19:06:48.383Z] 420c35d93ec7: Preparing [2020-10-26T19:06:48.383Z] 2f9de4bb3608: Preparing [2020-10-26T19:06:48.383Z] fdba16e7429d: Preparing [2020-10-26T19:06:48.383Z] 2f9de4bb3608: Layer already exists [2020-10-26T19:06:48.383Z] fdba16e7429d: Layer already exists [2020-10-26T19:06:48.383Z] 420c35d93ec7: Layer already exists [2020-10-26T19:06:48.383Z] master: digest: sha256:cac774bf3933e4f6e0566884776c48388367d527f9d60398702f517b16cf34bf size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:06:48.595Z] ===================================================== [Pipeline] echo [2020-10-26T19:06:48.668Z] taggedImages: [2020-10-26T19:06:48.668Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:48.668Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.99 [2020-10-26T19:06:48.668Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:48.668Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-26T19:06:48.731Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-26T19:06:48.731Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:48.731Z] 1.2.2-dev.99 [2020-10-26T19:06:48.731Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:06:48.731Z] master [2020-10-26T19:06:48.731Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:49.216Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:49.517Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:06:49.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-26T19:06:49.518Z] 8f635636b9df: Preparing [2020-10-26T19:06:49.518Z] b4ae861083f4: Preparing [2020-10-26T19:06:49.518Z] 8ea65203f676: Preparing [2020-10-26T19:06:49.518Z] 73b39e9c4921: Preparing [2020-10-26T19:06:49.518Z] cc4be3861825: Preparing [2020-10-26T19:06:49.518Z] d2e0377013b7: Preparing [2020-10-26T19:06:49.518Z] 3758c4d13f85: Preparing [2020-10-26T19:06:49.518Z] 1d278c39f50a: Preparing [2020-10-26T19:06:49.518Z] 3730a0890c46: Preparing [2020-10-26T19:06:49.518Z] 383f309b5d37: Preparing [2020-10-26T19:06:49.518Z] e1a73c32da76: Preparing [2020-10-26T19:06:49.518Z] 31b11ec6ff38: Preparing [2020-10-26T19:06:49.518Z] 911954e2fe49: Preparing [2020-10-26T19:06:49.518Z] ace0eda3e3be: Preparing [2020-10-26T19:06:49.518Z] 383f309b5d37: Waiting [2020-10-26T19:06:49.518Z] 911954e2fe49: Waiting [2020-10-26T19:06:49.518Z] e1a73c32da76: Waiting [2020-10-26T19:06:49.518Z] 31b11ec6ff38: Waiting [2020-10-26T19:06:49.518Z] ace0eda3e3be: Waiting [2020-10-26T19:06:49.518Z] 1d278c39f50a: Waiting [2020-10-26T19:06:49.518Z] 3758c4d13f85: Waiting [2020-10-26T19:06:49.518Z] 3730a0890c46: Waiting [2020-10-26T19:06:49.780Z] cc4be3861825: Pushed [2020-10-26T19:06:49.780Z] 8f635636b9df: Pushed [2020-10-26T19:06:50.042Z] 73b39e9c4921: Pushed [2020-10-26T19:06:50.042Z] 1d278c39f50a: Layer already exists [2020-10-26T19:06:50.042Z] 3730a0890c46: Layer already exists [2020-10-26T19:06:50.042Z] 383f309b5d37: Layer already exists [2020-10-26T19:06:50.042Z] 3758c4d13f85: Pushed [2020-10-26T19:06:50.304Z] e1a73c32da76: Layer already exists [2020-10-26T19:06:50.304Z] 31b11ec6ff38: Layer already exists [2020-10-26T19:06:50.304Z] 911954e2fe49: Layer already exists [2020-10-26T19:06:50.304Z] ace0eda3e3be: Layer already exists [2020-10-26T19:06:50.876Z] d2e0377013b7: Pushed [2020-10-26T19:06:50.876Z] b4ae861083f4: Pushed [2020-10-26T19:06:59.110Z] 8ea65203f676: Pushed [2020-10-26T19:06:59.110Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e: digest: sha256:7d8ac00c0567ad380aaf4779b0bfdd5899f265ae9a13353ec6e3b8e6b1a77c81 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:59.413Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:06:59.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.99 [2020-10-26T19:06:59.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-26T19:06:59.718Z] 8f635636b9df: Preparing [2020-10-26T19:06:59.718Z] b4ae861083f4: Preparing [2020-10-26T19:06:59.718Z] 8ea65203f676: Preparing [2020-10-26T19:06:59.718Z] 73b39e9c4921: Preparing [2020-10-26T19:06:59.718Z] cc4be3861825: Preparing [2020-10-26T19:06:59.718Z] d2e0377013b7: Preparing [2020-10-26T19:06:59.718Z] 3758c4d13f85: Preparing [2020-10-26T19:06:59.718Z] 1d278c39f50a: Preparing [2020-10-26T19:06:59.718Z] 3730a0890c46: Preparing [2020-10-26T19:06:59.718Z] 383f309b5d37: Preparing [2020-10-26T19:06:59.718Z] e1a73c32da76: Preparing [2020-10-26T19:06:59.718Z] 31b11ec6ff38: Preparing [2020-10-26T19:06:59.718Z] 911954e2fe49: Preparing [2020-10-26T19:06:59.718Z] ace0eda3e3be: Preparing [2020-10-26T19:06:59.718Z] 1d278c39f50a: Waiting [2020-10-26T19:06:59.718Z] 3730a0890c46: Waiting [2020-10-26T19:06:59.718Z] 383f309b5d37: Waiting [2020-10-26T19:06:59.718Z] e1a73c32da76: Waiting [2020-10-26T19:06:59.718Z] 31b11ec6ff38: Waiting [2020-10-26T19:06:59.718Z] d2e0377013b7: Waiting [2020-10-26T19:06:59.718Z] 3758c4d13f85: Waiting [2020-10-26T19:06:59.718Z] 911954e2fe49: Waiting [2020-10-26T19:06:59.718Z] ace0eda3e3be: Waiting [2020-10-26T19:06:59.718Z] 73b39e9c4921: Layer already exists [2020-10-26T19:06:59.718Z] cc4be3861825: Layer already exists [2020-10-26T19:06:59.718Z] 8f635636b9df: Layer already exists [2020-10-26T19:06:59.718Z] b4ae861083f4: Layer already exists [2020-10-26T19:06:59.718Z] 8ea65203f676: Layer already exists [2020-10-26T19:06:59.718Z] 3758c4d13f85: Layer already exists [2020-10-26T19:06:59.718Z] d2e0377013b7: Layer already exists [2020-10-26T19:06:59.718Z] 383f309b5d37: Layer already exists [2020-10-26T19:06:59.718Z] 3730a0890c46: Layer already exists [2020-10-26T19:06:59.718Z] 1d278c39f50a: Layer already exists [2020-10-26T19:06:59.718Z] e1a73c32da76: Layer already exists [2020-10-26T19:06:59.718Z] ace0eda3e3be: Layer already exists [2020-10-26T19:06:59.718Z] 911954e2fe49: Layer already exists [2020-10-26T19:06:59.718Z] 31b11ec6ff38: Layer already exists [2020-10-26T19:06:59.718Z] 1.2.2-dev.99: digest: sha256:7d8ac00c0567ad380aaf4779b0bfdd5899f265ae9a13353ec6e3b8e6b1a77c81 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:07:00.019Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:07:00.318Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:07:00.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-26T19:07:00.318Z] 8f635636b9df: Preparing [2020-10-26T19:07:00.318Z] b4ae861083f4: Preparing [2020-10-26T19:07:00.318Z] 8ea65203f676: Preparing [2020-10-26T19:07:00.318Z] 73b39e9c4921: Preparing [2020-10-26T19:07:00.318Z] cc4be3861825: Preparing [2020-10-26T19:07:00.318Z] d2e0377013b7: Preparing [2020-10-26T19:07:00.318Z] 3758c4d13f85: Preparing [2020-10-26T19:07:00.318Z] 1d278c39f50a: Preparing [2020-10-26T19:07:00.318Z] 3730a0890c46: Preparing [2020-10-26T19:07:00.318Z] 383f309b5d37: Preparing [2020-10-26T19:07:00.318Z] e1a73c32da76: Preparing [2020-10-26T19:07:00.318Z] 31b11ec6ff38: Preparing [2020-10-26T19:07:00.318Z] 911954e2fe49: Preparing [2020-10-26T19:07:00.318Z] ace0eda3e3be: Preparing [2020-10-26T19:07:00.318Z] 383f309b5d37: Waiting [2020-10-26T19:07:00.318Z] e1a73c32da76: Waiting [2020-10-26T19:07:00.318Z] 31b11ec6ff38: Waiting [2020-10-26T19:07:00.318Z] 911954e2fe49: Waiting [2020-10-26T19:07:00.318Z] ace0eda3e3be: Waiting [2020-10-26T19:07:00.318Z] 3758c4d13f85: Waiting [2020-10-26T19:07:00.318Z] d2e0377013b7: Waiting [2020-10-26T19:07:00.318Z] 1d278c39f50a: Waiting [2020-10-26T19:07:00.318Z] 3730a0890c46: Waiting [2020-10-26T19:07:00.318Z] 8ea65203f676: Layer already exists [2020-10-26T19:07:00.318Z] cc4be3861825: Layer already exists [2020-10-26T19:07:00.318Z] 73b39e9c4921: Layer already exists [2020-10-26T19:07:00.318Z] b4ae861083f4: Layer already exists [2020-10-26T19:07:00.318Z] 8f635636b9df: Layer already exists [2020-10-26T19:07:00.318Z] d2e0377013b7: Layer already exists [2020-10-26T19:07:00.318Z] 3758c4d13f85: Layer already exists [2020-10-26T19:07:00.318Z] 3730a0890c46: Layer already exists [2020-10-26T19:07:00.318Z] 1d278c39f50a: Layer already exists [2020-10-26T19:07:00.318Z] 383f309b5d37: Layer already exists [2020-10-26T19:07:00.318Z] 31b11ec6ff38: Layer already exists [2020-10-26T19:07:00.318Z] 911954e2fe49: Layer already exists [2020-10-26T19:07:00.318Z] e1a73c32da76: Layer already exists [2020-10-26T19:07:00.318Z] ace0eda3e3be: Layer already exists [2020-10-26T19:07:00.318Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99: digest: sha256:7d8ac00c0567ad380aaf4779b0bfdd5899f265ae9a13353ec6e3b8e6b1a77c81 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:07:00.631Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:07:00.929Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-26T19:07:00.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-26T19:07:00.929Z] 8f635636b9df: Preparing [2020-10-26T19:07:00.929Z] b4ae861083f4: Preparing [2020-10-26T19:07:00.929Z] 8ea65203f676: Preparing [2020-10-26T19:07:00.929Z] 73b39e9c4921: Preparing [2020-10-26T19:07:00.929Z] cc4be3861825: Preparing [2020-10-26T19:07:00.929Z] d2e0377013b7: Preparing [2020-10-26T19:07:00.929Z] 3758c4d13f85: Preparing [2020-10-26T19:07:00.929Z] 1d278c39f50a: Preparing [2020-10-26T19:07:00.929Z] 3730a0890c46: Preparing [2020-10-26T19:07:00.929Z] 383f309b5d37: Preparing [2020-10-26T19:07:00.929Z] e1a73c32da76: Preparing [2020-10-26T19:07:00.929Z] 31b11ec6ff38: Preparing [2020-10-26T19:07:00.929Z] 911954e2fe49: Preparing [2020-10-26T19:07:00.929Z] ace0eda3e3be: Preparing [2020-10-26T19:07:00.929Z] 383f309b5d37: Waiting [2020-10-26T19:07:00.929Z] e1a73c32da76: Waiting [2020-10-26T19:07:00.929Z] 31b11ec6ff38: Waiting [2020-10-26T19:07:00.929Z] 911954e2fe49: Waiting [2020-10-26T19:07:00.929Z] ace0eda3e3be: Waiting [2020-10-26T19:07:00.929Z] d2e0377013b7: Waiting [2020-10-26T19:07:00.929Z] 1d278c39f50a: Waiting [2020-10-26T19:07:00.929Z] 3730a0890c46: Waiting [2020-10-26T19:07:00.929Z] 3758c4d13f85: Waiting [2020-10-26T19:07:00.929Z] 8f635636b9df: Layer already exists [2020-10-26T19:07:00.929Z] b4ae861083f4: Layer already exists [2020-10-26T19:07:00.929Z] cc4be3861825: Layer already exists [2020-10-26T19:07:00.929Z] 73b39e9c4921: Layer already exists [2020-10-26T19:07:00.929Z] 8ea65203f676: Layer already exists [2020-10-26T19:07:00.929Z] 3758c4d13f85: Layer already exists [2020-10-26T19:07:00.929Z] 1d278c39f50a: Layer already exists [2020-10-26T19:07:00.929Z] 3730a0890c46: Layer already exists [2020-10-26T19:07:00.929Z] d2e0377013b7: Layer already exists [2020-10-26T19:07:00.929Z] 383f309b5d37: Layer already exists [2020-10-26T19:07:00.929Z] e1a73c32da76: Layer already exists [2020-10-26T19:07:00.929Z] 911954e2fe49: Layer already exists [2020-10-26T19:07:00.929Z] 31b11ec6ff38: Layer already exists [2020-10-26T19:07:00.929Z] ace0eda3e3be: Layer already exists [2020-10-26T19:07:00.930Z] master: digest: sha256:7d8ac00c0567ad380aaf4779b0bfdd5899f265ae9a13353ec6e3b8e6b1a77c81 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:07:01.148Z] ===================================================== [Pipeline] echo [2020-10-26T19:07:01.245Z] taggedImages: [2020-10-26T19:07:01.245Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:07:01.245Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.99 [2020-10-26T19:07:01.245Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:07:01.245Z] - 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-26T19:07:18.880Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-26T19:07:20.904Z] Removing intermediate container 7f3151faa711 [2020-10-26T19:07:20.904Z] ---> c8e3a451fbca [2020-10-26T19:07:20.904Z] [2020-10-26T19:07:20.904Z] Step 10/20 : FROM alpine [2020-10-26T19:07:20.904Z] latest: Pulling from library/alpine [2020-10-26T19:07:21.185Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-26T19:07:21.185Z] Status: Downloaded newer image for alpine:latest [2020-10-26T19:07:21.185Z] ---> 2e77e061c27f [2020-10-26T19:07:21.185Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-26T19:07:21.489Z] ---> Running in d684a87fcbe0 [2020-10-26T19:07:21.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-26T19:07:24.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T19:07:24.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T19:07:25.043Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-26T19:07:25.043Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-26T19:07:25.043Z] OK: 12615 distinct packages available [2020-10-26T19:07:26.039Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-26T19:07:26.317Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-26T19:07:26.317Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-26T19:07:26.317Z] (4/4) Installing curl (7.69.1-r1) [2020-10-26T19:07:26.317Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T19:07:26.317Z] Executing ca-certificates-20191127-r4.trigger [2020-10-26T19:07:26.595Z] OK: 7 MiB in 18 packages [2020-10-26T19:07:30.014Z] Removing intermediate container d684a87fcbe0 [2020-10-26T19:07:30.014Z] ---> 5ed86e1fa508 [2020-10-26T19:07:30.014Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-26T19:07:30.014Z] ---> Running in d5c8416f70c4 [2020-10-26T19:07:32.023Z] Removing intermediate container d5c8416f70c4 [2020-10-26T19:07:32.023Z] ---> ae95390eaf0c [2020-10-26T19:07:32.023Z] Step 13/20 : WORKDIR /edgex [2020-10-26T19:07:32.023Z] ---> Running in 11c11660427e [2020-10-26T19:07:34.029Z] Removing intermediate container 11c11660427e [2020-10-26T19:07:34.030Z] ---> ca856cb057b7 [2020-10-26T19:07:34.030Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-26T19:07:34.030Z] Removing intermediate container 0e6943a3e9df [2020-10-26T19:07:34.030Z] ---> 3b5fb4737ece [2020-10-26T19:07:34.030Z] [2020-10-26T19:07:34.030Z] Step 10/22 : FROM scratch [2020-10-26T19:07:34.030Z] ---> [2020-10-26T19:07:34.030Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-26T19:07:34.638Z] ---> Running in 9f97f0d20854 [2020-10-26T19:07:35.639Z] Removing intermediate container 9f97f0d20854 [2020-10-26T19:07:35.639Z] ---> 53de9c2cdb3c [2020-10-26T19:07:35.639Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-26T19:07:35.639Z] ---> Running in 1a48dda781c6 [2020-10-26T19:07:35.639Z] ---> 53ba5ed4cab6 [2020-10-26T19:07:35.639Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-26T19:07:35.917Z] Removing intermediate container eda4ea9a5b0c [2020-10-26T19:07:35.917Z] ---> 1c571b84ad28 [2020-10-26T19:07:35.917Z] [2020-10-26T19:07:35.917Z] Step 10/26 : FROM alpine:3.10 [2020-10-26T19:07:36.195Z] 3.10: Pulling from library/alpine [2020-10-26T19:07:36.482Z] Removing intermediate container 1a48dda781c6 [2020-10-26T19:07:36.482Z] ---> e4aa8b5c8196 [2020-10-26T19:07:36.482Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T19:07:36.482Z] ---> Running in 1a250395d14a [2020-10-26T19:07:37.480Z] Removing intermediate container 1a250395d14a [2020-10-26T19:07:37.480Z] ---> 1df1fb23b20b [2020-10-26T19:07:37.480Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-26T19:07:37.757Z] ---> db3d7a38cb09 [2020-10-26T19:07:37.757Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-26T19:07:38.367Z] ---> Running in d11c3e43dda7 [2020-10-26T19:07:38.367Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-26T19:07:38.367Z] Status: Downloaded newer image for alpine:3.10 [2020-10-26T19:07:38.367Z] ---> 536a684cf733 [2020-10-26T19:07:38.368Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-26T19:07:38.976Z] ---> Running in 63674cfbd3c7 [2020-10-26T19:07:39.254Z] Removing intermediate container d11c3e43dda7 [2020-10-26T19:07:39.254Z] ---> 16d9188b1576 [2020-10-26T19:07:39.254Z] Step 17/20 : CMD ["--init=true"] [2020-10-26T19:07:39.542Z] ---> Running in 1271faecda63 [2020-10-26T19:07:39.542Z] ---> 7d6178c27640 [2020-10-26T19:07:39.542Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-26T19:07:40.555Z] Removing intermediate container 1271faecda63 [2020-10-26T19:07:40.555Z] ---> 8ef893fae773 [2020-10-26T19:07:40.555Z] Step 18/20 : LABEL arch=arm64 [2020-10-26T19:07:40.838Z] ---> Running in 81680f4149f2 [2020-10-26T19:07:41.699Z] ---> 4f573d7ad5f1 [2020-10-26T19:07:41.699Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-26T19:07:41.699Z] Removing intermediate container 81680f4149f2 [2020-10-26T19:07:41.699Z] ---> 4b41d80a3dd2 [2020-10-26T19:07:41.699Z] Step 19/20 : LABEL git_sha=febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:07:42.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-26T19:07:42.344Z] ---> Running in 2534898904f5 [2020-10-26T19:07:42.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-26T19:07:43.272Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-26T19:07:43.272Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-26T19:07:43.272Z] OK: 10167 distinct packages available [2020-10-26T19:07:43.568Z] Removing intermediate container 2534898904f5 [2020-10-26T19:07:43.568Z] ---> 7a94e54e68be [2020-10-26T19:07:43.568Z] Step 20/20 : LABEL version=1.2.2-dev.99 [2020-10-26T19:07:44.177Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-26T19:07:44.177Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-26T19:07:44.177Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-26T19:07:44.177Z] ---> Running in 07830fa6db46 [2020-10-26T19:07:44.177Z] (4/5) Installing curl (7.66.0-r1) [2020-10-26T19:07:44.177Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-26T19:07:44.177Z] Executing busybox-1.30.1-r3.trigger [2020-10-26T19:07:44.177Z] Executing ca-certificates-20191127-r2.trigger [2020-10-26T19:07:44.473Z] OK: 7 MiB in 19 packages [2020-10-26T19:07:45.077Z] ---> b975dbe90c75 [2020-10-26T19:07:45.077Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-26T19:07:45.356Z] Removing intermediate container 07830fa6db46 [2020-10-26T19:07:45.356Z] ---> f4167c1bb273 [2020-10-26T19:07:45.356Z] [2020-10-26T19:07:46.349Z] Successfully built f4167c1bb273 [2020-10-26T19:07:46.349Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-26T19:07:46.349Z] Building docker-support-notifications-go [2020-10-26T19:07:47.799Z]  Building docker-security-proxy-setup-go ... done  ---> 3f6fa7e9001b [2020-10-26T19:07:47.799Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-26T19:07:47.799Z] Removing intermediate container 9b391c6746d0 [2020-10-26T19:07:47.799Z] ---> 0e0cc945de5b [2020-10-26T19:07:47.799Z] [2020-10-26T19:07:47.799Z] Step 10/22 : FROM scratch [2020-10-26T19:07:47.799Z] ---> [2020-10-26T19:07:47.799Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T19:07:48.076Z] Removing intermediate container 63674cfbd3c7 [2020-10-26T19:07:48.076Z] ---> 3d159047c3ab [2020-10-26T19:07:48.076Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-26T19:07:48.355Z] ---> Running in cf226f81641f [2020-10-26T19:07:48.355Z] ---> Running in 48478cab957d [2020-10-26T19:07:48.632Z] ---> Running in 0f8234a2f23b [2020-10-26T19:07:49.253Z] Removing intermediate container cf226f81641f [2020-10-26T19:07:49.253Z] ---> 2484646c8fbd [2020-10-26T19:07:49.253Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-26T19:07:49.526Z] ---> Running in 979a7def430f [2020-10-26T19:07:49.526Z] Removing intermediate container 0f8234a2f23b [2020-10-26T19:07:49.526Z] ---> e5b0448c7044 [2020-10-26T19:07:49.526Z] Step 13/26 : WORKDIR / [2020-10-26T19:07:49.807Z] Removing intermediate container 48478cab957d [2020-10-26T19:07:49.807Z] ---> 0d2612b9ac89 [2020-10-26T19:07:49.807Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T19:07:49.807Z] ---> Running in 5a7dd05248bf [2020-10-26T19:07:50.090Z] ---> Running in 46d9dcb3495b [2020-10-26T19:07:50.090Z] Removing intermediate container 979a7def430f [2020-10-26T19:07:50.090Z] ---> 5888d854919c [2020-10-26T19:07:50.090Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T19:07:50.366Z] ---> Running in b36ceb96f5c5 [2020-10-26T19:07:50.645Z] Removing intermediate container 46d9dcb3495b [2020-10-26T19:07:50.645Z] ---> fe334acd34e9 [2020-10-26T19:07:50.645Z] Step 20/22 : LABEL arch=arm64 [2020-10-26T19:07:50.645Z] Removing intermediate container 5a7dd05248bf [2020-10-26T19:07:50.645Z] ---> a94f84899e21 [2020-10-26T19:07:50.645Z] 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-26T19:07:50.922Z] ---> Running in e093517f8f22 [2020-10-26T19:07:50.922Z] Removing intermediate container b36ceb96f5c5 [2020-10-26T19:07:50.922Z] ---> ae2b3426bc2c [2020-10-26T19:07:50.922Z] Step 14/22 : WORKDIR / [2020-10-26T19:07:50.922Z] ---> Running in da52e7d71ba0 [2020-10-26T19:07:51.521Z] Removing intermediate container e093517f8f22 [2020-10-26T19:07:51.521Z] ---> b142d5e6798e [2020-10-26T19:07:51.521Z] Step 21/22 : LABEL git_sha=febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:07:51.521Z] ---> Running in 6a17c3c4f161 [2020-10-26T19:07:51.798Z] Removing intermediate container da52e7d71ba0 [2020-10-26T19:07:51.798Z] ---> f9fbb7a06f05 [2020-10-26T19:07:51.798Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-26T19:07:51.798Z] ---> ffb7f9464cf1 [2020-10-26T19:07:51.798Z] 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-26T19:07:52.404Z] Removing intermediate container 6a17c3c4f161 [2020-10-26T19:07:52.404Z] ---> 6a973a2f6091 [2020-10-26T19:07:52.404Z] Step 22/22 : LABEL version=1.2.2-dev.99 [2020-10-26T19:07:52.691Z] ---> Running in 99daf44ba1a6 [2020-10-26T19:07:52.691Z] ---> 2b7c5bcde0c8 [2020-10-26T19:07:52.691Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-26T19:07:53.681Z] Removing intermediate container 99daf44ba1a6 [2020-10-26T19:07:53.681Z] ---> e76abd3ca53a [2020-10-26T19:07:53.681Z] [2020-10-26T19:07:53.681Z] ---> 9551cd05b2d5 [2020-10-26T19:07:53.681Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-26T19:07:53.956Z] Successfully built e76abd3ca53a [2020-10-26T19:07:54.230Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-26T19:07:54.230Z]  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go [2020-10-26T19:07:55.233Z] ---> dee67b8733a0 [2020-10-26T19:07:55.233Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-26T19:07:55.233Z] ---> 79d2667cfd3b [2020-10-26T19:07:55.233Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-26T19:07:57.241Z] ---> 9e18ef5ea7ef [2020-10-26T19:07:57.241Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-26T19:07:57.241Z] ---> 8e56e3d43cee [2020-10-26T19:07:57.241Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-26T19:07:57.241Z] ---> Running in bdad53b77877 [2020-10-26T19:07:58.230Z] Removing intermediate container bdad53b77877 [2020-10-26T19:07:58.230Z] ---> e0a95c046f29 [2020-10-26T19:07:58.230Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T19:07:58.833Z] ---> Running in 95374dc1769c [2020-10-26T19:07:59.109Z] ---> ef2f2aa36d13 [2020-10-26T19:07:59.109Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-26T19:07:59.392Z] Removing intermediate container 3b8caf3250ff [2020-10-26T19:07:59.392Z] ---> 87d3e689b53f [2020-10-26T19:07:59.392Z] [2020-10-26T19:07:59.392Z] Step 10/22 : FROM scratch [2020-10-26T19:07:59.392Z] ---> [2020-10-26T19:07:59.392Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T19:07:59.392Z] ---> Using cache [2020-10-26T19:07:59.392Z] ---> 2484646c8fbd [2020-10-26T19:07:59.392Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-26T19:07:59.990Z] ---> Running in 4ffd6b3923ba [2020-10-26T19:07:59.990Z] Removing intermediate container 95374dc1769c [2020-10-26T19:07:59.990Z] ---> f23fa16ba4ad [2020-10-26T19:07:59.990Z] Step 20/22 : LABEL arch=arm64 [2020-10-26T19:08:00.273Z] ---> Running in 42a7c20637a1 [2020-10-26T19:08:00.552Z] ---> 02792b74a496 [2020-10-26T19:08:00.552Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-26T19:08:00.552Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T19:08:00.552Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-26T19:08:00.552Z] ---> 8e815233dac9 [2020-10-26T19:08:00.552Z] Step 3/24 : WORKDIR /edgex-go [2020-10-26T19:08:00.552Z] ---> Using cache [2020-10-26T19:08:00.552Z] ---> 97b9e36ae948 [2020-10-26T19:08:00.552Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T19:08:00.552Z] ---> Using cache [2020-10-26T19:08:00.552Z] ---> 117ba291a1ea [2020-10-26T19:08:00.552Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-26T19:08:00.825Z] ---> Running in e03cc933baf4 [2020-10-26T19:08:00.825Z] Removing intermediate container 4ffd6b3923ba [2020-10-26T19:08:00.825Z] ---> 2e0d30f888d2 [2020-10-26T19:08:00.825Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T19:08:01.103Z] Removing intermediate container 42a7c20637a1 [2020-10-26T19:08:01.103Z] ---> 4888b57d1a02 [2020-10-26T19:08:01.103Z] Step 21/22 : LABEL git_sha=febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:08:01.103Z] ---> Running in f926d9d80827 [2020-10-26T19:08:01.383Z] ---> Running in a49d58f43712 [2020-10-26T19:08:01.990Z] Removing intermediate container f926d9d80827 [2020-10-26T19:08:01.990Z] ---> c62e2de54a11 [2020-10-26T19:08:01.990Z] Step 14/22 : WORKDIR / [2020-10-26T19:08:01.990Z] ---> Running in d781fb6de6d5 [2020-10-26T19:08:02.271Z] ---> 74cb747fce43 [2020-10-26T19:08:02.271Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-26T19:08:02.271Z] Removing intermediate container a49d58f43712 [2020-10-26T19:08:02.271Z] ---> bf624146a875 [2020-10-26T19:08:02.271Z] Step 22/22 : LABEL version=1.2.2-dev.99 [2020-10-26T19:08:02.879Z] ---> Running in aa42d1304d9e [2020-10-26T19:08:02.879Z] Removing intermediate container d781fb6de6d5 [2020-10-26T19:08:02.879Z] ---> fd321448d2d4 [2020-10-26T19:08:02.879Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-26T19:08:03.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T19:08:03.436Z] ---> 8fc7beb7ee9c [2020-10-26T19:08:03.436Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-26T19:08:03.712Z] Removing intermediate container aa42d1304d9e [2020-10-26T19:08:03.712Z] ---> d2b21c07eb98 [2020-10-26T19:08:03.712Z] [2020-10-26T19:08:03.994Z] ---> Running in 75c2076af6a1 [2020-10-26T19:08:03.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T19:08:03.994Z] Successfully built d2b21c07eb98 [2020-10-26T19:08:04.270Z] ---> 2ff5222799b6 [2020-10-26T19:08:04.270Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-26T19:08:04.270Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-26T19:08:04.270Z] Building docker-support-scheduler-go [2020-10-26T19:08:04.882Z]  Building docker-core-command-go ... done v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T19:08:04.882Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T19:08:04.882Z] OK: 12623 distinct packages available [2020-10-26T19:08:05.481Z] OK: 217 MiB in 51 packages [2020-10-26T19:08:06.932Z] ---> 19048f1604a9 [2020-10-26T19:08:06.932Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-26T19:08:08.931Z] ---> d3fe8fb66b10 [2020-10-26T19:08:08.931Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-26T19:08:08.931Z] Removing intermediate container e03cc933baf4 [2020-10-26T19:08:08.931Z] ---> 58d43cdcfa7f [2020-10-26T19:08:08.931Z] Step 6/24 : COPY go.mod . [2020-10-26T19:08:08.931Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T19:08:08.931Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-26T19:08:08.931Z] ---> 8e815233dac9 [2020-10-26T19:08:08.931Z] Step 3/27 : WORKDIR /edgex-go [2020-10-26T19:08:08.931Z] ---> Using cache [2020-10-26T19:08:08.931Z] ---> 97b9e36ae948 [2020-10-26T19:08:08.931Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T19:08:08.931Z] ---> Using cache [2020-10-26T19:08:08.931Z] ---> 117ba291a1ea [2020-10-26T19:08:08.931Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-26T19:08:09.539Z] ---> Running in 0fcef7b2a1f2 [2020-10-26T19:08:09.539Z] ---> Running in 4f05dd35f124 [2020-10-26T19:08:09.539Z] Removing intermediate container 75c2076af6a1 [2020-10-26T19:08:09.539Z] ---> e47e764ea483 [2020-10-26T19:08:09.539Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-26T19:08:09.824Z] ---> 3599cd357c9a [2020-10-26T19:08:09.824Z] Step 7/24 : RUN go mod download [2020-10-26T19:08:09.824Z] ---> Running in 7d4fbf1b8766 [2020-10-26T19:08:10.113Z] ---> Running in 7e5835a937b0 [2020-10-26T19:08:10.391Z] Removing intermediate container 0fcef7b2a1f2 [2020-10-26T19:08:10.391Z] ---> ef4397161eee [2020-10-26T19:08:10.391Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T19:08:10.666Z] ---> Running in 62c82d404f41 [2020-10-26T19:08:10.943Z] Removing intermediate container 7d4fbf1b8766 [2020-10-26T19:08:10.943Z] ---> dce26124ab1f [2020-10-26T19:08:10.943Z] Step 24/26 : LABEL arch=arm64 [2020-10-26T19:08:10.943Z] ---> Running in f24c49e7c00f [2020-10-26T19:08:11.219Z] Removing intermediate container 62c82d404f41 [2020-10-26T19:08:11.219Z] ---> b9cadc82d774 [2020-10-26T19:08:11.219Z] Step 20/22 : LABEL arch=arm64 [2020-10-26T19:08:11.822Z] ---> Running in fb6ed5fc70a4 [2020-10-26T19:08:11.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T19:08:11.822Z] Removing intermediate container f24c49e7c00f [2020-10-26T19:08:11.822Z] ---> 8a9235a90dd9 [2020-10-26T19:08:11.822Z] Step 25/26 : LABEL git_sha=febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:08:12.099Z] ---> Running in 4ae6fea23edb [2020-10-26T19:08:12.705Z] Removing intermediate container fb6ed5fc70a4 [2020-10-26T19:08:12.705Z] ---> 222d25c4cccb [2020-10-26T19:08:12.705Z] Step 21/22 : LABEL git_sha=febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:08:12.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T19:08:13.311Z] ---> Running in 6abb1215ebce [2020-10-26T19:08:13.311Z] Removing intermediate container 4ae6fea23edb [2020-10-26T19:08:13.311Z] ---> 50bddcdcba2e [2020-10-26T19:08:13.311Z] Step 26/26 : LABEL version=1.2.2-dev.99 [2020-10-26T19:08:13.590Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T19:08:13.590Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T19:08:13.590Z] OK: 12623 distinct packages available [2020-10-26T19:08:13.863Z] ---> Running in e589541fdb67 [2020-10-26T19:08:14.140Z] Removing intermediate container 6abb1215ebce [2020-10-26T19:08:14.140Z] ---> d26f1682dd43 [2020-10-26T19:08:14.140Z] Step 22/22 : LABEL version=1.2.2-dev.99 [2020-10-26T19:08:14.419Z] OK: 217 MiB in 51 packages [2020-10-26T19:08:14.695Z] ---> Running in 249708a7258a [2020-10-26T19:08:15.302Z] Removing intermediate container 7e5835a937b0 [2020-10-26T19:08:15.302Z] ---> 89a518d418f7 [2020-10-26T19:08:15.302Z] Step 8/24 : COPY . . [2020-10-26T19:08:15.302Z] Removing intermediate container e589541fdb67 [2020-10-26T19:08:15.302Z] ---> dced55fb5c76 [2020-10-26T19:08:15.302Z] [2020-10-26T19:08:15.582Z] Removing intermediate container 249708a7258a [2020-10-26T19:08:15.582Z] ---> dd5998b1d82c [2020-10-26T19:08:15.582Z] [2020-10-26T19:08:15.855Z] Successfully built dced55fb5c76 [2020-10-26T19:08:15.855Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-26T19:08:15.855Z] Building docker-security-secrets-setup-go [2020-10-26T19:08:16.128Z]  Building docker-security-secretstore-setup-go ... done Successfully built dd5998b1d82c [2020-10-26T19:08:16.128Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-26T19:08:16.128Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2020-10-26T19:08:17.141Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T19:08:17.141Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-26T19:08:17.141Z] ---> 8e815233dac9 [2020-10-26T19:08:17.141Z] Step 3/21 : WORKDIR /edgex-go [2020-10-26T19:08:17.141Z] ---> Using cache [2020-10-26T19:08:17.141Z] ---> 97b9e36ae948 [2020-10-26T19:08:17.141Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T19:08:17.141Z] ---> Using cache [2020-10-26T19:08:17.141Z] ---> 117ba291a1ea [2020-10-26T19:08:17.141Z] Step 5/21 : RUN apk update && apk add make git [2020-10-26T19:08:17.141Z] Removing intermediate container 4f05dd35f124 [2020-10-26T19:08:17.141Z] ---> Using cache [2020-10-26T19:08:17.141Z] ---> a654cd11b4e1 [2020-10-26T19:08:17.141Z] Step 6/21 : COPY go.mod . [2020-10-26T19:08:17.141Z] ---> Using cache [2020-10-26T19:08:17.141Z] ---> ea4f9a6505be [2020-10-26T19:08:17.141Z] ---> 18154305e767 [2020-10-26T19:08:17.141Z] Step 7/21 : RUN go mod download [2020-10-26T19:08:17.141Z] ---> Using cache [2020-10-26T19:08:17.141Z] Step 6/27 : COPY go.mod . [2020-10-26T19:08:17.141Z] ---> 5c1fa0af3223 [2020-10-26T19:08:17.141Z] Step 8/21 : COPY . . [2020-10-26T19:08:17.141Z] ---> Using cache [2020-10-26T19:08:17.141Z] ---> 4b8606203276 [2020-10-26T19:08:17.141Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-26T19:08:18.129Z] ---> Running in 3512b363ac95 [2020-10-26T19:08:18.759Z] ---> 97a301a92f7f [2020-10-26T19:08:18.759Z] Step 7/27 : RUN go mod download [2020-10-26T19:08:20.891Z] ---> Running in fcdb61a3c55f [2020-10-26T19:08:22.358Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-26T19:08:25.875Z] ---> eb3f90e5214d [2020-10-26T19:08:25.875Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-26T19:08:26.165Z] ---> Running in 973200778b7e [2020-10-26T19:08:26.165Z] Removing intermediate container fcdb61a3c55f [2020-10-26T19:08:26.165Z] ---> 148138425bf9 [2020-10-26T19:08:26.165Z] Step 8/27 : COPY . . [2020-10-26T19:08:28.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-26T19:08:37.366Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T19:08:37.366Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-26T19:08:37.366Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T19:08:37.366Z] ---> 8e815233dac9 [2020-10-26T19:08:37.366Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-envStep 3/23 : WORKDIR /edgex-go [2020-10-26T19:08:37.366Z] [2020-10-26T19:08:37.366Z] ---> Using cache [2020-10-26T19:08:37.366Z] ---> 97b9e36ae948 [2020-10-26T19:08:37.366Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T19:08:37.366Z] ---> 8e815233dac9 [2020-10-26T19:08:37.366Z] Step 3/29 : WORKDIR /edgex-go [2020-10-26T19:08:37.366Z] ---> Using cache [2020-10-26T19:08:37.366Z] ---> 97b9e36ae948 [2020-10-26T19:08:37.366Z] Step 4/29 : RUN apk update && apk add make git [2020-10-26T19:08:37.366Z] ---> Using cache [2020-10-26T19:08:37.366Z] ---> 117ba291a1ea [2020-10-26T19:08:37.366Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-26T19:08:40.912Z] ---> Running in 70705e2ad694 [2020-10-26T19:08:40.912Z] ---> Running in ef52c6fd995e [2020-10-26T19:08:42.916Z] ---> fa3271a2a694 [2020-10-26T19:08:42.916Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-26T19:08:43.197Z] ---> Running in 83349d26c69f [2020-10-26T19:08:43.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T19:08:43.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T19:08:44.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T19:08:44.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T19:08:45.411Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-26T19:08:46.019Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T19:08:46.019Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T19:08:46.019Z] OK: 12623 distinct packages available [2020-10-26T19:08:46.019Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T19:08:46.020Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T19:08:46.020Z] OK: 12623 distinct packages available [2020-10-26T19:08:46.657Z] OK: 217 MiB in 51 packages [2020-10-26T19:08:46.964Z] OK: 217 MiB in 51 packages [2020-10-26T19:08:49.140Z] Removing intermediate container ef52c6fd995e [2020-10-26T19:08:49.140Z] ---> d7e36230a552 [2020-10-26T19:08:49.140Z] Step 5/29 : COPY go.mod . [2020-10-26T19:08:49.140Z] Removing intermediate container 70705e2ad694 [2020-10-26T19:08:49.140Z] ---> 150019ee36d0 [2020-10-26T19:08:49.140Z] Step 6/23 : COPY go.mod . [2020-10-26T19:08:50.698Z] ---> d466dca724c9 [2020-10-26T19:08:50.698Z] Step 6/29 : RUN go mod download [2020-10-26T19:08:50.698Z] ---> c553a2e5656a [2020-10-26T19:08:50.698Z] Step 7/23 : RUN go mod download [2020-10-26T19:08:50.999Z] ---> Running in 9399db921bfb [2020-10-26T19:08:50.999Z] ---> Running in b0fb3b17281f [2020-10-26T19:08:56.700Z] Removing intermediate container 9399db921bfb [2020-10-26T19:08:56.700Z] ---> ee32d40ae08b [2020-10-26T19:08:56.700Z] Step 8/23 : COPY . . [2020-10-26T19:08:57.014Z] Removing intermediate container b0fb3b17281f [2020-10-26T19:08:57.014Z] ---> 4e4bf59f4d52 [2020-10-26T19:08:57.014Z] Step 7/29 : COPY . . [2020-10-26T19:09:15.648Z] ---> ecd22615de6b [2020-10-26T19:09:15.648Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-26T19:09:15.648Z] ---> 2adcedcbc707 [2020-10-26T19:09:15.648Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-26T19:09:15.648Z] ---> Running in d664c3c7a856 [2020-10-26T19:09:15.648Z] ---> Running in ba43b4db84cb [2020-10-26T19:09:18.309Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-26T19:09:18.309Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o cmd/core-data/core-data ./cmd/core-data [2020-10-26T19:10:14.934Z] Removing intermediate container 3512b363ac95 [2020-10-26T19:10:14.934Z] ---> 458c8ddaa47e [2020-10-26T19:10:14.934Z] [2020-10-26T19:10:14.934Z] Step 10/21 : FROM scratch [2020-10-26T19:10:14.934Z] ---> [2020-10-26T19:10:14.934Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T19:10:14.934Z] ---> Using cache [2020-10-26T19:10:14.934Z] ---> 2484646c8fbd [2020-10-26T19:10:14.934Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-26T19:10:14.934Z] ---> Running in 28b495c123f9 [2020-10-26T19:10:14.934Z] Removing intermediate container 28b495c123f9 [2020-10-26T19:10:14.934Z] ---> f6fcde773b81 [2020-10-26T19:10:14.934Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-26T19:10:14.934Z] ---> Running in 85caecbe1da6 [2020-10-26T19:10:14.934Z] Removing intermediate container 85caecbe1da6 [2020-10-26T19:10:14.934Z] ---> e4d9b6091e2a [2020-10-26T19:10:14.934Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-26T19:10:14.934Z] ---> eb07cd992cdd [2020-10-26T19:10:14.934Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-26T19:10:14.934Z] ---> a2120ac7d9bf [2020-10-26T19:10:14.934Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-26T19:10:14.934Z] ---> d56419fbea26 [2020-10-26T19:10:14.934Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-26T19:10:14.934Z] ---> Running in 71f022aae82c [2020-10-26T19:10:14.934Z] Removing intermediate container 71f022aae82c [2020-10-26T19:10:14.934Z] ---> 57ea18846b3b [2020-10-26T19:10:14.934Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T19:10:15.532Z] ---> Running in 42e499346ff1 [2020-10-26T19:10:16.522Z] Removing intermediate container 83349d26c69f [2020-10-26T19:10:16.522Z] ---> 5c53d926e68e [2020-10-26T19:10:16.522Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-26T19:10:16.522Z] Removing intermediate container 42e499346ff1 [2020-10-26T19:10:16.522Z] ---> c190d76ed811 [2020-10-26T19:10:16.522Z] Step 19/21 : LABEL arch=arm64 [2020-10-26T19:10:16.798Z] ---> Running in 8ac5dc58b50f [2020-10-26T19:10:16.798Z] ---> Running in aa965554af6a [2020-10-26T19:10:17.785Z] Removing intermediate container aa965554af6a [2020-10-26T19:10:17.785Z] ---> 1fc40c08f1ce [2020-10-26T19:10:18.061Z] Step 20/21 : LABEL git_sha=febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:10:18.062Z] Removing intermediate container 973200778b7e [2020-10-26T19:10:18.062Z] ---> a5b70f6dc427 [2020-10-26T19:10:18.062Z] [2020-10-26T19:10:18.062Z] Step 10/24 : FROM scratch [2020-10-26T19:10:18.062Z] ---> [2020-10-26T19:10:18.062Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-26T19:10:18.343Z] ---> Running in 5f6d844b1b9f [2020-10-26T19:10:18.624Z] ---> Using cache [2020-10-26T19:10:18.624Z] ---> 53de9c2cdb3c [2020-10-26T19:10:18.624Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-26T19:10:18.624Z] ---> Running in f4ac52898684 [2020-10-26T19:10:19.230Z] Removing intermediate container 5f6d844b1b9f [2020-10-26T19:10:19.230Z] ---> 21f5a6cb7749 [2020-10-26T19:10:19.230Z] Step 21/21 : LABEL version=1.2.2-dev.99 [2020-10-26T19:10:19.512Z] Removing intermediate container f4ac52898684 [2020-10-26T19:10:19.512Z] ---> 25017e4200c4 [2020-10-26T19:10:19.512Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-26T19:10:19.512Z] ---> Running in 23d717522b02 [2020-10-26T19:10:19.512Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.99" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-26T19:10:19.512Z] ---> Running in f377af3063d0 [2020-10-26T19:10:20.511Z] Removing intermediate container 23d717522b02 [2020-10-26T19:10:20.511Z] ---> b7f4b440e156 [2020-10-26T19:10:20.511Z] [2020-10-26T19:10:20.511Z] Removing intermediate container f377af3063d0 [2020-10-26T19:10:20.511Z] ---> 5186da5f0f5e [2020-10-26T19:10:20.511Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-26T19:10:20.789Z] Successfully built b7f4b440e156 [2020-10-26T19:10:20.789Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-26T19:10:21.397Z]  Building docker-support-scheduler-go ... done  ---> 4be6219c95ae [2020-10-26T19:10:21.397Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-26T19:10:23.403Z] ---> 898b7e923c4b [2020-10-26T19:10:23.403Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-26T19:10:25.413Z] Removing intermediate container 8ac5dc58b50f [2020-10-26T19:10:25.413Z] ---> 4d93f7091265 [2020-10-26T19:10:25.413Z] [2020-10-26T19:10:25.413Z] Step 11/27 : FROM docker:latest [2020-10-26T19:10:25.414Z] ---> 5d4db4dc0692 [2020-10-26T19:10:25.414Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-26T19:10:25.698Z] ---> 3d465f9d2681 [2020-10-26T19:10:25.698Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-26T19:10:25.698Z] ---> Running in 429ba115f36b [2020-10-26T19:10:27.147Z] ---> 0ed640adb673 [2020-10-26T19:10:27.147Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-26T19:10:28.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T19:10:28.417Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T19:10:29.038Z] (1/2) Installing readline (8.0.4-r0) [2020-10-26T19:10:29.038Z] (2/2) Installing bash (5.0.17-r0) [2020-10-26T19:10:29.038Z] Executing bash-5.0.17-r0.post-install [2020-10-26T19:10:29.038Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T19:10:29.038Z] OK: 12 MiB in 22 packages [2020-10-26T19:10:29.313Z] ---> 014858d59fb5 [2020-10-26T19:10:29.313Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-26T19:10:31.289Z] ---> 3d63e986f30f [2020-10-26T19:10:31.289Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-26T19:10:31.289Z] ---> Running in 129d8f32279c [2020-10-26T19:10:31.892Z] Removing intermediate container 429ba115f36b [2020-10-26T19:10:31.892Z] ---> 3d2a94ecc252 [2020-10-26T19:10:31.892Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-26T19:10:32.174Z] ---> Running in 0e01a5091125 [2020-10-26T19:10:32.448Z] Removing intermediate container 129d8f32279c [2020-10-26T19:10:32.448Z] ---> 1c6527d806d2 [2020-10-26T19:10:32.448Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T19:10:33.045Z] ---> Running in e887180ce232 [2020-10-26T19:10:34.033Z] Removing intermediate container d664c3c7a856 [2020-10-26T19:10:34.033Z] ---> 54d710a2fd8f [2020-10-26T19:10:34.033Z] [2020-10-26T19:10:34.033Z] Step 9/29 : FROM alpine:latest [2020-10-26T19:10:34.033Z] ---> 2e77e061c27f [2020-10-26T19:10:34.033Z] 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-26T19:10:34.033Z] Removing intermediate container e887180ce232 [2020-10-26T19:10:34.033Z] ---> 78b2885a4eea [2020-10-26T19:10:34.033Z] Step 22/24 : LABEL arch=arm64 [2020-10-26T19:10:34.033Z] ---> Running in a97895a2eb57 [2020-10-26T19:10:34.308Z] ---> Running in f6bf99b15a07 [2020-10-26T19:10:34.908Z] Removing intermediate container a97895a2eb57 [2020-10-26T19:10:34.908Z] ---> b38501d64831 [2020-10-26T19:10:34.908Z] Step 11/29 : USER root [2020-10-26T19:10:35.185Z] ---> Running in 12ccf9c533d0 [2020-10-26T19:10:35.185Z] Removing intermediate container f6bf99b15a07 [2020-10-26T19:10:35.185Z] ---> 78b4c3f6e5c7 [2020-10-26T19:10:35.185Z] Step 23/24 : LABEL git_sha=febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:10:35.462Z] ---> Running in b41a35577b9f [2020-10-26T19:10:36.072Z] Removing intermediate container 12ccf9c533d0 [2020-10-26T19:10:36.072Z] ---> f11ea15be749 [2020-10-26T19:10:36.072Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-26T19:10:36.347Z] Removing intermediate container b41a35577b9f [2020-10-26T19:10:36.347Z] ---> b5e8cf85d712 [2020-10-26T19:10:36.347Z] Step 24/24 : LABEL version=1.2.2-dev.99 [2020-10-26T19:10:36.624Z] ---> Running in bcf5ee985a65 [2020-10-26T19:10:36.624Z] ---> Running in ae1fc31370ad [2020-10-26T19:10:36.929Z] Removing intermediate container 0e01a5091125 [2020-10-26T19:10:36.929Z] ---> c9a21dfc242f [2020-10-26T19:10:36.929Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-26T19:10:37.214Z] ---> Running in 1176f8cf928b [2020-10-26T19:10:37.488Z] Removing intermediate container ae1fc31370ad [2020-10-26T19:10:37.488Z] ---> 1b397ee81215 [2020-10-26T19:10:37.488Z] [2020-10-26T19:10:38.084Z] Removing intermediate container 1176f8cf928b [2020-10-26T19:10:38.084Z] ---> 749fbd007957 [2020-10-26T19:10:38.084Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-26T19:10:38.084Z] Successfully built 1b397ee81215 [2020-10-26T19:10:38.359Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-26T19:10:38.359Z]  Building docker-support-notifications-go ... done  ---> Running in 02bd8ce83e2a [2020-10-26T19:10:38.958Z] Removing intermediate container 02bd8ce83e2a [2020-10-26T19:10:38.958Z] ---> c432ef459c6d [2020-10-26T19:10:38.958Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-26T19:10:39.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T19:10:39.230Z] ---> Running in c12df02c154a [2020-10-26T19:10:39.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T19:10:40.106Z] Removing intermediate container c12df02c154a [2020-10-26T19:10:40.107Z] ---> b3affbd03ede [2020-10-26T19:10:40.107Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-26T19:10:40.107Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-26T19:10:40.107Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-26T19:10:40.107Z] OK: 12615 distinct packages available [2020-10-26T19:10:41.095Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-26T19:10:41.095Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-26T19:10:41.095Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T19:10:41.095Z] Executing ca-certificates-20191127-r4.trigger [2020-10-26T19:10:41.372Z] OK: 6 MiB in 16 packages [2020-10-26T19:10:41.647Z] ---> 0ea71a6867fd [2020-10-26T19:10:41.931Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-26T19:10:43.377Z] ---> e5095df8d8b8 [2020-10-26T19:10:43.377Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-26T19:10:44.366Z] Removing intermediate container bcf5ee985a65 [2020-10-26T19:10:44.366Z] ---> 3c0f88cc374d [2020-10-26T19:10:44.366Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-26T19:10:44.366Z] ---> Running in 92ac22d6abba [2020-10-26T19:10:44.646Z] ---> 7ac302f127a4 [2020-10-26T19:10:44.646Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-26T19:10:44.646Z] ---> Running in 7c8d8eebc647 [2020-10-26T19:10:44.922Z] Removing intermediate container 92ac22d6abba [2020-10-26T19:10:44.922Z] ---> 5058106a3f33 [2020-10-26T19:10:44.922Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-26T19:10:45.198Z] ---> Running in 6811d29e8cba [2020-10-26T19:10:45.803Z] Removing intermediate container 6811d29e8cba [2020-10-26T19:10:45.803Z] ---> f49fcf6d336a [2020-10-26T19:10:45.803Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-26T19:10:46.079Z] ---> Running in dc4d91a147e3 [2020-10-26T19:10:46.681Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T19:10:46.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T19:10:47.560Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-26T19:10:47.560Z] (2/33) Installing expat (2.2.9-r1) [2020-10-26T19:10:47.560Z] (3/33) Installing libffi (3.3-r2) [2020-10-26T19:10:47.560Z] (4/33) Installing gdbm (1.13-r1) [2020-10-26T19:10:47.560Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-26T19:10:47.560Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-26T19:10:47.560Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-26T19:10:49.538Z] Removing intermediate container dc4d91a147e3 [2020-10-26T19:10:49.538Z] ---> 6f04510f4a38 [2020-10-26T19:10:49.538Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-26T19:10:49.813Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-26T19:10:50.090Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-26T19:10:50.090Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-26T19:10:50.090Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-26T19:10:50.090Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-26T19:10:50.090Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-26T19:10:50.090Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-26T19:10:50.090Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-26T19:10:50.368Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-26T19:10:50.368Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-26T19:10:50.368Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-26T19:10:50.368Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-26T19:10:50.368Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-26T19:10:50.368Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-26T19:10:50.368Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-26T19:10:50.368Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-26T19:10:50.368Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-26T19:10:50.643Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-26T19:10:50.643Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-26T19:10:50.643Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-26T19:10:50.643Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-26T19:10:50.643Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-26T19:10:50.643Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-26T19:10:50.643Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-26T19:10:50.643Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-26T19:10:50.643Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-26T19:10:50.918Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T19:10:50.918Z] OK: 71 MiB in 55 packages [2020-10-26T19:10:50.918Z] ---> cb2720116590 [2020-10-26T19:10:50.918Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-26T19:10:52.361Z] ---> ec59fab9e1a7 [2020-10-26T19:10:52.361Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-26T19:10:53.798Z] ---> 323e3993a221 [2020-10-26T19:10:53.798Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-26T19:10:54.777Z] ---> f3dc5c444074 [2020-10-26T19:10:54.777Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-26T19:10:55.784Z] ---> 09a13c1b068c [2020-10-26T19:10:55.784Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-26T19:10:56.056Z] ---> Running in e30491ba2374 [2020-10-26T19:10:58.038Z] Removing intermediate container 7c8d8eebc647 [2020-10-26T19:10:58.038Z] ---> f3a4ff113055 [2020-10-26T19:10:58.038Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-26T19:10:58.038Z] ---> Running in 54626c181c3d [2020-10-26T19:10:59.031Z] Removing intermediate container e30491ba2374 [2020-10-26T19:10:59.031Z] ---> 1fe536834f2c [2020-10-26T19:10:59.031Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-26T19:11:00.017Z] ---> 735971d0919b [2020-10-26T19:11:00.017Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-26T19:11:00.290Z] ---> Running in 06ed8c2bbca2 [2020-10-26T19:11:02.271Z] Removing intermediate container ba43b4db84cb [2020-10-26T19:11:02.271Z] ---> 4808143e701c [2020-10-26T19:11:02.271Z] [2020-10-26T19:11:02.271Z] Step 10/23 : FROM alpine [2020-10-26T19:11:02.271Z] ---> 2e77e061c27f [2020-10-26T19:11:02.271Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T19:11:02.271Z] ---> Running in b09fa0430a6b [2020-10-26T19:11:02.985Z] Removing intermediate container b09fa0430a6b [2020-10-26T19:11:02.985Z] ---> beedcf3d6e7b [2020-10-26T19:11:02.985Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-26T19:11:02.985Z] ---> Running in ae0b572091da [2020-10-26T19:11:03.268Z] Removing intermediate container 06ed8c2bbca2 [2020-10-26T19:11:03.268Z] ---> 15b319f24e8e [2020-10-26T19:11:03.268Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-26T19:11:03.561Z] ---> Running in a418cc01bb60 [2020-10-26T19:11:03.561Z] Removing intermediate container ae0b572091da [2020-10-26T19:11:03.561Z] ---> 4c7850aec9dc [2020-10-26T19:11:03.561Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-26T19:11:03.857Z] ---> Running in ed965ade17e4 [2020-10-26T19:11:04.477Z] Removing intermediate container ed965ade17e4 [2020-10-26T19:11:04.477Z] ---> e519d82c3b14 [2020-10-26T19:11:04.477Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T19:11:04.773Z] ---> Running in 475e2ddcc7ae [2020-10-26T19:11:04.773Z] Collecting docker-compose==1.23.2 [2020-10-26T19:11:04.773Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-26T19:11:05.766Z] Collecting cached-property<2,>=1.2.0 [2020-10-26T19:11:05.766Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-26T19:11:07.197Z] Removing intermediate container a418cc01bb60 [2020-10-26T19:11:07.197Z] ---> 0408f8d539af [2020-10-26T19:11:07.197Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-26T19:11:07.470Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-26T19:11:07.470Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-26T19:11:07.470Z] ---> Running in 98b1b7a81885 [2020-10-26T19:11:07.744Z] Removing intermediate container 475e2ddcc7ae [2020-10-26T19:11:07.744Z] ---> 955ff237d682 [2020-10-26T19:11:07.744Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-26T19:11:07.744Z] ---> Running in ed8236f25ca3 [2020-10-26T19:11:08.019Z] Removing intermediate container 98b1b7a81885 [2020-10-26T19:11:08.019Z] ---> be061fbc3f7e [2020-10-26T19:11:08.019Z] Step 26/29 : CMD [ "generate" ] [2020-10-26T19:11:08.019Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-26T19:11:08.019Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-26T19:11:08.019Z] ---> Running in b88e5a457a53 [2020-10-26T19:11:08.633Z] Removing intermediate container b88e5a457a53 [2020-10-26T19:11:08.633Z] ---> 875cb5ac4f6f [2020-10-26T19:11:08.633Z] Step 27/29 : LABEL arch=arm64 [2020-10-26T19:11:08.912Z] ---> Running in 7d7c91d43500 [2020-10-26T19:11:09.186Z] Removing intermediate container 7d7c91d43500 [2020-10-26T19:11:09.186Z] ---> 635ed5713813 [2020-10-26T19:11:09.186Z] Step 28/29 : LABEL git_sha=febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:11:09.458Z] ---> Running in 8d429da13442 [2020-10-26T19:11:09.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T19:11:10.054Z] Removing intermediate container 8d429da13442 [2020-10-26T19:11:10.054Z] ---> c2ce94e6b7d8 [2020-10-26T19:11:10.054Z] Step 29/29 : LABEL version=1.2.2-dev.99 [2020-10-26T19:11:10.054Z] ---> Running in 08729d3a4b0f [2020-10-26T19:11:10.648Z] Removing intermediate container 08729d3a4b0f [2020-10-26T19:11:10.648Z] ---> 21f31e06c37e [2020-10-26T19:11:10.648Z] [2020-10-26T19:11:10.919Z] Collecting docker<4.0,>=3.6.0 [2020-10-26T19:11:10.919Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-26T19:11:10.919Z] Successfully built 21f31e06c37e [2020-10-26T19:11:10.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T19:11:10.919Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-26T19:11:11.515Z]  Building docker-security-secrets-setup-go ... done Collecting texttable<0.10,>=0.9.0 [2020-10-26T19:11:11.515Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-26T19:11:12.493Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-26T19:11:12.493Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-26T19:11:12.493Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-26T19:11:13.087Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-26T19:11:13.087Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-26T19:11:13.363Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T19:11:13.363Z] Collecting docopt<0.7,>=0.6.1 [2020-10-26T19:11:13.363Z] OK: 8 MiB in 19 packages [2020-10-26T19:11:13.363Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-26T19:11:14.803Z] Removing intermediate container ed8236f25ca3 [2020-10-26T19:11:14.803Z] ---> 0c1dc9c71973 [2020-10-26T19:11:14.803Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-26T19:11:15.397Z] ---> c7acaf428203 [2020-10-26T19:11:15.397Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-26T19:11:15.993Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-26T19:11:15.993Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-26T19:11:16.586Z] ---> 70b75695dbba [2020-10-26T19:11:16.586Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-26T19:11:16.857Z] Collecting PyYAML<4,>=3.10 [2020-10-26T19:11:16.857Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-26T19:11:17.459Z] ---> 10673e55cb2f [2020-10-26T19:11:17.459Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-26T19:11:17.459Z] ---> Running in 6dd804fa630d [2020-10-26T19:11:18.057Z] Removing intermediate container 6dd804fa630d [2020-10-26T19:11:18.057Z] ---> 6abf715add0b [2020-10-26T19:11:18.057Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T19:11:18.057Z] ---> Running in 978b3d00621f [2020-10-26T19:11:18.655Z] Removing intermediate container 978b3d00621f [2020-10-26T19:11:18.655Z] ---> 773b19ca7f35 [2020-10-26T19:11:18.655Z] Step 21/23 : LABEL arch=arm64 [2020-10-26T19:11:18.655Z] ---> Running in 6363617b90a3 [2020-10-26T19:11:19.251Z] Removing intermediate container 6363617b90a3 [2020-10-26T19:11:19.251Z] ---> 939062c5fed3 [2020-10-26T19:11:19.251Z] Step 22/23 : LABEL git_sha=febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:11:19.251Z] ---> Running in e801c7d36690 [2020-10-26T19:11:19.846Z] Removing intermediate container e801c7d36690 [2020-10-26T19:11:19.846Z] ---> c238231249f0 [2020-10-26T19:11:19.846Z] Step 23/23 : LABEL version=1.2.2-dev.99 [2020-10-26T19:11:19.846Z] ---> Running in bc23a5fd3afe [2020-10-26T19:11:19.846Z] 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-26T19:11:20.116Z] Collecting jsonschema<3,>=2.5.1 [2020-10-26T19:11:20.116Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-26T19:11:20.387Z] Removing intermediate container bc23a5fd3afe [2020-10-26T19:11:20.387Z] ---> 06aeab52ab5f [2020-10-26T19:11:20.387Z] [2020-10-26T19:11:20.659Z] Successfully built 06aeab52ab5f [2020-10-26T19:11:20.659Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-26T19:11:20.931Z]  Building docker-core-data-go ... done Collecting urllib3<1.25,>=1.21.1 [2020-10-26T19:11:20.931Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-26T19:11:21.202Z] 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-26T19:11:21.202Z] 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-26T19:11:21.475Z] Collecting idna<2.8,>=2.5 [2020-10-26T19:11:21.475Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-26T19:11:21.475Z] Collecting docker-pycreds>=0.4.0 [2020-10-26T19:11:21.747Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-26T19:11:21.747Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-26T19:11:21.747Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-26T19:11:21.747Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-26T19:11:21.747Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-26T19:11:22.721Z] Installing collected packages: cached-property, urllib3, idna, requests, dockerpty, websocket-client, docker-pycreds, docker, texttable, docopt, PyYAML, jsonschema, docker-compose [2020-10-26T19:11:22.721Z] Attempting uninstall: urllib3 [2020-10-26T19:11:22.721Z] Found existing installation: urllib3 1.25.9 [2020-10-26T19:11:22.721Z] Uninstalling urllib3-1.25.9: [2020-10-26T19:11:22.721Z] Successfully uninstalled urllib3-1.25.9 [2020-10-26T19:11:23.316Z] Attempting uninstall: idna [2020-10-26T19:11:23.316Z] Found existing installation: idna 2.9 [2020-10-26T19:11:23.316Z] Uninstalling idna-2.9: [2020-10-26T19:11:23.316Z] Successfully uninstalled idna-2.9 [2020-10-26T19:11:23.911Z] Attempting uninstall: requests [2020-10-26T19:11:23.911Z] Found existing installation: requests 2.23.0 [2020-10-26T19:11:23.911Z] Uninstalling requests-2.23.0: [2020-10-26T19:11:23.911Z] Successfully uninstalled requests-2.23.0 [2020-10-26T19:11:24.182Z] Running setup.py install for dockerpty: started [2020-10-26T19:11:26.146Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-26T19:11:27.118Z] Running setup.py install for texttable: started [2020-10-26T19:11:29.081Z] Running setup.py install for texttable: finished with status 'done' [2020-10-26T19:11:29.081Z] Running setup.py install for docopt: started [2020-10-26T19:11:30.506Z] Running setup.py install for docopt: finished with status 'done' [2020-10-26T19:11:30.506Z] Running setup.py install for PyYAML: started [2020-10-26T19:11:33.118Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-26T19:11:33.715Z] 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-26T19:11:37.562Z] Removing intermediate container 54626c181c3d [2020-10-26T19:11:37.562Z] ---> 7689af44dee9 [2020-10-26T19:11:37.562Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-26T19:11:37.562Z] ---> Running in 5a4b310f9828 [2020-10-26T19:11:39.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T19:11:39.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T19:11:40.588Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-26T19:11:40.588Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-26T19:11:40.588Z] (3/3) Installing curl (7.69.1-r1) [2020-10-26T19:11:41.030Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T19:11:41.030Z] OK: 71 MiB in 58 packages [2020-10-26T19:11:42.229Z] Removing intermediate container 5a4b310f9828 [2020-10-26T19:11:42.229Z] ---> cac7b9613ce4 [2020-10-26T19:11:42.229Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-26T19:11:42.229Z] ---> Running in b69a9061ea43 [2020-10-26T19:11:42.564Z] Removing intermediate container b69a9061ea43 [2020-10-26T19:11:42.564Z] ---> 0c05a30d2cf4 [2020-10-26T19:11:42.564Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T19:11:42.877Z] ---> Running in 0235fd4234b3 [2020-10-26T19:11:43.484Z] Removing intermediate container 0235fd4234b3 [2020-10-26T19:11:43.484Z] ---> c49ae85cdd9c [2020-10-26T19:11:43.484Z] Step 25/27 : LABEL arch=arm64 [2020-10-26T19:11:43.484Z] ---> Running in 62d30217b818 [2020-10-26T19:11:43.780Z] Removing intermediate container 62d30217b818 [2020-10-26T19:11:43.780Z] ---> ac26b9d9ad68 [2020-10-26T19:11:43.780Z] Step 26/27 : LABEL git_sha=febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:11:44.073Z] ---> Running in 3ce7d7d95eb9 [2020-10-26T19:11:44.722Z] Removing intermediate container 3ce7d7d95eb9 [2020-10-26T19:11:44.722Z] ---> d906c1be104b [2020-10-26T19:11:44.722Z] Step 27/27 : LABEL version=1.2.2-dev.99 [2020-10-26T19:11:44.722Z] ---> Running in 313e3975732d [2020-10-26T19:11:45.333Z] Removing intermediate container 313e3975732d [2020-10-26T19:11:45.333Z] ---> 8b70516fbb60 [2020-10-26T19:11:45.333Z] [2020-10-26T19:11:45.333Z] Successfully built 8b70516fbb60 [2020-10-26T19:11:45.607Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-26T19:11:45.936Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-26T19:11:45.942Z] $ docker stop --time=1 7ba96d474b800ecf1d7af71a02c28b58e71643b9f62d747e168dfe2e7322c817 [2020-10-26T19:11:47.902Z] $ docker rm -f 7ba96d474b800ecf1d7af71a02c28b58e71643b9f62d747e168dfe2e7322c817 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:11:48.650Z] + docker images [2020-10-26T19:11:48.650Z] + grep docker [2020-10-26T19:11:48.928Z] docker-sys-mgmt-agent-go-arm64 latest 8b70516fbb60 4 seconds ago 270MB [2020-10-26T19:11:48.928Z] docker-core-data-go-arm64 latest 06aeab52ab5f 28 seconds ago 22.3MB [2020-10-26T19:11:48.928Z] docker-security-secrets-setup-go-arm64 latest 21f31e06c37e 38 seconds ago 22.7MB [2020-10-26T19:11:48.928Z] docker-support-notifications-go-arm64 latest 1b397ee81215 About a minute ago 12.9MB [2020-10-26T19:11:48.928Z] docker-support-scheduler-go-arm64 latest b7f4b440e156 About a minute ago 11.5MB [2020-10-26T19:11:48.928Z] docker-core-metadata-go-arm64 latest dd5998b1d82c 3 minutes ago 13.5MB [2020-10-26T19:11:48.928Z] docker-security-secretstore-setup-go-arm64 latest dced55fb5c76 3 minutes ago 30.8MB [2020-10-26T19:11:48.928Z] docker-core-command-go-arm64 latest d2b21c07eb98 3 minutes ago 11.4MB [2020-10-26T19:11:48.928Z] docker-support-logging-go-arm64 latest e76abd3ca53a 3 minutes ago 10.6MB [2020-10-26T19:11:48.928Z] docker-security-proxy-setup-go-arm64 latest f4167c1bb273 4 minutes ago 15.1MB [2020-10-26T19:11:48.928Z] 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-26T19:11:49.529Z] provisioning config files... [2020-10-26T19:11:49.583Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/215@tmp/config937113070482871631tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-26T19:11:49.990Z] ---> docker-login.sh [2020-10-26T19:11:49.990Z] nexus3.edgexfoundry.org:10001 [2020-10-26T19:11:50.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T19:11:50.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T19:11:50.535Z] Configure a credential helper to remove this warning. See [2020-10-26T19:11:50.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T19:11:50.535Z] [2020-10-26T19:11:50.535Z] Login Succeeded [2020-10-26T19:11:50.535Z] nexus3.edgexfoundry.org:10002 [2020-10-26T19:11:50.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T19:11:51.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T19:11:51.078Z] Configure a credential helper to remove this warning. See [2020-10-26T19:11:51.078Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T19:11:51.078Z] [2020-10-26T19:11:51.078Z] Login Succeeded [2020-10-26T19:11:51.078Z] nexus3.edgexfoundry.org:10003 [2020-10-26T19:11:51.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T19:11:51.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T19:11:51.674Z] Configure a credential helper to remove this warning. See [2020-10-26T19:11:51.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T19:11:51.674Z] [2020-10-26T19:11:51.674Z] Login Succeeded [2020-10-26T19:11:51.674Z] nexus3.edgexfoundry.org:10004 [2020-10-26T19:11:52.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T19:11:52.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T19:11:52.268Z] Configure a credential helper to remove this warning. See [2020-10-26T19:11:52.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T19:11:52.268Z] [2020-10-26T19:11:52.268Z] Login Succeeded [2020-10-26T19:11:52.268Z] docker.io [2020-10-26T19:11:52.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T19:11:53.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T19:11:53.130Z] Configure a credential helper to remove this warning. See [2020-10-26T19:11:53.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T19:11:53.130Z] [2020-10-26T19:11:53.130Z] Login Succeeded [2020-10-26T19:11:53.130Z] ---> docker-login.sh ends [Pipeline] } [2020-10-26T19:11:53.147Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:11:53.401Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-26T19:11:53.401Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:11:53.401Z] 1.2.2-dev.99 [2020-10-26T19:11:53.401Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:11:53.401Z] master [2020-10-26T19:11:53.401Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:11:53.949Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:11:54.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:11:54.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-26T19:11:54.284Z] 9dd11f161ef4: Preparing [2020-10-26T19:11:54.284Z] 3c2e89a845d7: Preparing [2020-10-26T19:11:54.284Z] 5cf05185d59c: Preparing [2020-10-26T19:11:54.555Z] 5cf05185d59c: Pushed [2020-10-26T19:11:54.555Z] 9dd11f161ef4: Pushed [2020-10-26T19:11:57.926Z] 3c2e89a845d7: Pushed [2020-10-26T19:11:57.926Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e: digest: sha256:e3c8e6b05c8094d657957fb1b47e6d300dc6df99218758e813bedb9bd2f0c3ce size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:11:58.272Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:11:58.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.99 [2020-10-26T19:11:58.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-26T19:11:58.636Z] 9dd11f161ef4: Preparing [2020-10-26T19:11:58.636Z] 3c2e89a845d7: Preparing [2020-10-26T19:11:58.636Z] 5cf05185d59c: Preparing [2020-10-26T19:11:58.912Z] 5cf05185d59c: Layer already exists [2020-10-26T19:11:58.912Z] 3c2e89a845d7: Layer already exists [2020-10-26T19:11:58.912Z] 9dd11f161ef4: Layer already exists [2020-10-26T19:11:58.912Z] 1.2.2-dev.99: digest: sha256:e3c8e6b05c8094d657957fb1b47e6d300dc6df99218758e813bedb9bd2f0c3ce size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:11:59.297Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:11:59.672Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:11:59.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-26T19:11:59.672Z] 9dd11f161ef4: Preparing [2020-10-26T19:11:59.672Z] 3c2e89a845d7: Preparing [2020-10-26T19:11:59.672Z] 5cf05185d59c: Preparing [2020-10-26T19:11:59.947Z] 3c2e89a845d7: Layer already exists [2020-10-26T19:11:59.947Z] 5cf05185d59c: Layer already exists [2020-10-26T19:11:59.947Z] 9dd11f161ef4: Layer already exists [2020-10-26T19:11:59.947Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99: digest: sha256:e3c8e6b05c8094d657957fb1b47e6d300dc6df99218758e813bedb9bd2f0c3ce size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:00.305Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:00.648Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-26T19:12:00.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-26T19:12:00.648Z] 9dd11f161ef4: Preparing [2020-10-26T19:12:00.648Z] 3c2e89a845d7: Preparing [2020-10-26T19:12:00.648Z] 5cf05185d59c: Preparing [2020-10-26T19:12:00.648Z] 9dd11f161ef4: Layer already exists [2020-10-26T19:12:00.648Z] 3c2e89a845d7: Layer already exists [2020-10-26T19:12:00.648Z] 5cf05185d59c: Layer already exists [2020-10-26T19:12:00.920Z] master: digest: sha256:e3c8e6b05c8094d657957fb1b47e6d300dc6df99218758e813bedb9bd2f0c3ce size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:12:01.151Z] ===================================================== [Pipeline] echo [2020-10-26T19:12:01.212Z] taggedImages: [2020-10-26T19:12:01.212Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:01.212Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.99 [2020-10-26T19:12:01.212Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:01.212Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-26T19:12:01.284Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-26T19:12:01.284Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:01.284Z] 1.2.2-dev.99 [2020-10-26T19:12:01.284Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:01.284Z] master [2020-10-26T19:12:01.284Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:01.913Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:02.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:02.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-26T19:12:02.249Z] d65a1276c834: Preparing [2020-10-26T19:12:02.249Z] c647fc8cfbf7: Preparing [2020-10-26T19:12:02.249Z] 82bbd95e919d: Preparing [2020-10-26T19:12:02.249Z] 90879f9614cb: Preparing [2020-10-26T19:12:02.249Z] 5fb94f915cfa: Preparing [2020-10-26T19:12:02.249Z] cd3761cfa1d9: Preparing [2020-10-26T19:12:02.249Z] cd3761cfa1d9: Waiting [2020-10-26T19:12:02.520Z] 82bbd95e919d: Pushed [2020-10-26T19:12:02.520Z] 5fb94f915cfa: Pushed [2020-10-26T19:12:02.520Z] d65a1276c834: Pushed [2020-10-26T19:12:02.790Z] cd3761cfa1d9: Layer already exists [2020-10-26T19:12:03.382Z] 90879f9614cb: Pushed [2020-10-26T19:12:05.982Z] c647fc8cfbf7: Pushed [2020-10-26T19:12:06.254Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e: digest: sha256:f64c23fc52df603cf74e69f1dd54eba9d69d48e0c8c1d90486996839e639589c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:06.595Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:06.927Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.99 [2020-10-26T19:12:06.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-26T19:12:06.927Z] d65a1276c834: Preparing [2020-10-26T19:12:06.927Z] c647fc8cfbf7: Preparing [2020-10-26T19:12:06.927Z] 82bbd95e919d: Preparing [2020-10-26T19:12:06.927Z] 90879f9614cb: Preparing [2020-10-26T19:12:06.927Z] 5fb94f915cfa: Preparing [2020-10-26T19:12:06.927Z] cd3761cfa1d9: Preparing [2020-10-26T19:12:06.927Z] cd3761cfa1d9: Waiting [2020-10-26T19:12:07.198Z] 82bbd95e919d: Layer already exists [2020-10-26T19:12:07.198Z] 90879f9614cb: Layer already exists [2020-10-26T19:12:07.198Z] c647fc8cfbf7: Layer already exists [2020-10-26T19:12:07.198Z] d65a1276c834: Layer already exists [2020-10-26T19:12:07.198Z] 5fb94f915cfa: Layer already exists [2020-10-26T19:12:07.198Z] cd3761cfa1d9: Layer already exists [2020-10-26T19:12:07.198Z] 1.2.2-dev.99: digest: sha256:f64c23fc52df603cf74e69f1dd54eba9d69d48e0c8c1d90486996839e639589c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:07.538Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:07.868Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:07.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-26T19:12:07.868Z] d65a1276c834: Preparing [2020-10-26T19:12:07.868Z] c647fc8cfbf7: Preparing [2020-10-26T19:12:07.868Z] 82bbd95e919d: Preparing [2020-10-26T19:12:07.868Z] 90879f9614cb: Preparing [2020-10-26T19:12:07.868Z] 5fb94f915cfa: Preparing [2020-10-26T19:12:07.868Z] cd3761cfa1d9: Preparing [2020-10-26T19:12:07.868Z] cd3761cfa1d9: Waiting [2020-10-26T19:12:08.139Z] c647fc8cfbf7: Layer already exists [2020-10-26T19:12:08.139Z] 82bbd95e919d: Layer already exists [2020-10-26T19:12:08.139Z] d65a1276c834: Layer already exists [2020-10-26T19:12:08.139Z] 5fb94f915cfa: Layer already exists [2020-10-26T19:12:08.139Z] 90879f9614cb: Layer already exists [2020-10-26T19:12:08.139Z] cd3761cfa1d9: Layer already exists [2020-10-26T19:12:08.139Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99: digest: sha256:f64c23fc52df603cf74e69f1dd54eba9d69d48e0c8c1d90486996839e639589c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:08.479Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:08.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-26T19:12:08.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-26T19:12:08.859Z] d65a1276c834: Preparing [2020-10-26T19:12:08.859Z] c647fc8cfbf7: Preparing [2020-10-26T19:12:08.859Z] 82bbd95e919d: Preparing [2020-10-26T19:12:08.859Z] 90879f9614cb: Preparing [2020-10-26T19:12:08.859Z] 5fb94f915cfa: Preparing [2020-10-26T19:12:08.859Z] cd3761cfa1d9: Preparing [2020-10-26T19:12:08.859Z] cd3761cfa1d9: Waiting [2020-10-26T19:12:08.859Z] 82bbd95e919d: Layer already exists [2020-10-26T19:12:08.859Z] d65a1276c834: Layer already exists [2020-10-26T19:12:08.859Z] 90879f9614cb: Layer already exists [2020-10-26T19:12:08.859Z] c647fc8cfbf7: Layer already exists [2020-10-26T19:12:08.859Z] 5fb94f915cfa: Layer already exists [2020-10-26T19:12:08.859Z] cd3761cfa1d9: Layer already exists [2020-10-26T19:12:09.130Z] master: digest: sha256:f64c23fc52df603cf74e69f1dd54eba9d69d48e0c8c1d90486996839e639589c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:12:09.334Z] ===================================================== [Pipeline] echo [2020-10-26T19:12:09.383Z] taggedImages: [2020-10-26T19:12:09.383Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:09.383Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.99 [2020-10-26T19:12:09.383Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:09.383Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-26T19:12:09.448Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-26T19:12:09.448Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:09.448Z] 1.2.2-dev.99 [2020-10-26T19:12:09.448Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:09.448Z] master [2020-10-26T19:12:09.448Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:09.963Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:10.300Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:10.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-26T19:12:10.300Z] 055934719147: Preparing [2020-10-26T19:12:10.300Z] 334bb0a9a3c7: Preparing [2020-10-26T19:12:10.300Z] 106947cab516: Preparing [2020-10-26T19:12:10.569Z] 106947cab516: Pushed [2020-10-26T19:12:10.569Z] 055934719147: Pushed [2020-10-26T19:12:13.939Z] 334bb0a9a3c7: Pushed [2020-10-26T19:12:14.211Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e: digest: sha256:4de692ce66548be4d91cf2c65dae367d5b32b50967e3a59ff892af03ae210b7f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:14.554Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:14.889Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.99 [2020-10-26T19:12:14.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-26T19:12:14.889Z] 055934719147: Preparing [2020-10-26T19:12:14.889Z] 334bb0a9a3c7: Preparing [2020-10-26T19:12:14.889Z] 106947cab516: Preparing [2020-10-26T19:12:15.157Z] 106947cab516: Layer already exists [2020-10-26T19:12:15.157Z] 055934719147: Layer already exists [2020-10-26T19:12:15.157Z] 334bb0a9a3c7: Layer already exists [2020-10-26T19:12:15.157Z] 1.2.2-dev.99: digest: sha256:4de692ce66548be4d91cf2c65dae367d5b32b50967e3a59ff892af03ae210b7f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:15.493Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:15.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:15.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-26T19:12:15.822Z] 055934719147: Preparing [2020-10-26T19:12:15.822Z] 334bb0a9a3c7: Preparing [2020-10-26T19:12:15.822Z] 106947cab516: Preparing [2020-10-26T19:12:15.822Z] 334bb0a9a3c7: Layer already exists [2020-10-26T19:12:15.822Z] 055934719147: Layer already exists [2020-10-26T19:12:15.822Z] 106947cab516: Layer already exists [2020-10-26T19:12:16.092Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99: digest: sha256:4de692ce66548be4d91cf2c65dae367d5b32b50967e3a59ff892af03ae210b7f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:16.428Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:16.758Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-26T19:12:16.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-26T19:12:16.758Z] 055934719147: Preparing [2020-10-26T19:12:16.758Z] 334bb0a9a3c7: Preparing [2020-10-26T19:12:16.758Z] 106947cab516: Preparing [2020-10-26T19:12:17.028Z] 334bb0a9a3c7: Layer already exists [2020-10-26T19:12:17.028Z] 055934719147: Layer already exists [2020-10-26T19:12:17.028Z] 106947cab516: Layer already exists [2020-10-26T19:12:17.028Z] master: digest: sha256:4de692ce66548be4d91cf2c65dae367d5b32b50967e3a59ff892af03ae210b7f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:12:17.264Z] ===================================================== [Pipeline] echo [2020-10-26T19:12:17.314Z] taggedImages: [2020-10-26T19:12:17.314Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:17.314Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.99 [2020-10-26T19:12:17.314Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:17.314Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-26T19:12:17.377Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-26T19:12:17.377Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:17.377Z] 1.2.2-dev.99 [2020-10-26T19:12:17.377Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:17.377Z] master [2020-10-26T19:12:17.377Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:17.911Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:18.248Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:18.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-26T19:12:18.248Z] 0aebc4c7ded7: Preparing [2020-10-26T19:12:18.248Z] 1271bec09736: Preparing [2020-10-26T19:12:18.248Z] 1222c4252315: Preparing [2020-10-26T19:12:18.248Z] f003cc6f77ce: Preparing [2020-10-26T19:12:18.248Z] cd3761cfa1d9: Preparing [2020-10-26T19:12:18.520Z] cd3761cfa1d9: Layer already exists [2020-10-26T19:12:18.520Z] 1271bec09736: Pushed [2020-10-26T19:12:18.520Z] 1222c4252315: Pushed [2020-10-26T19:12:19.114Z] f003cc6f77ce: Pushed [2020-10-26T19:12:21.078Z] 0aebc4c7ded7: Pushed [2020-10-26T19:12:21.078Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e: digest: sha256:2edfd427c120eecd3b7ddfd4296808771320105fcd164234bc00fc3be5c508d6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:21.417Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:21.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.99 [2020-10-26T19:12:21.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-26T19:12:21.752Z] 0aebc4c7ded7: Preparing [2020-10-26T19:12:21.752Z] 1271bec09736: Preparing [2020-10-26T19:12:21.752Z] 1222c4252315: Preparing [2020-10-26T19:12:21.752Z] f003cc6f77ce: Preparing [2020-10-26T19:12:21.752Z] cd3761cfa1d9: Preparing [2020-10-26T19:12:22.021Z] f003cc6f77ce: Layer already exists [2020-10-26T19:12:22.021Z] 1271bec09736: Layer already exists [2020-10-26T19:12:22.021Z] cd3761cfa1d9: Layer already exists [2020-10-26T19:12:22.021Z] 1222c4252315: Layer already exists [2020-10-26T19:12:22.022Z] 0aebc4c7ded7: Layer already exists [2020-10-26T19:12:22.022Z] 1.2.2-dev.99: digest: sha256:2edfd427c120eecd3b7ddfd4296808771320105fcd164234bc00fc3be5c508d6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:22.361Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:22.716Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:22.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-26T19:12:22.716Z] 0aebc4c7ded7: Preparing [2020-10-26T19:12:22.716Z] 1271bec09736: Preparing [2020-10-26T19:12:22.716Z] 1222c4252315: Preparing [2020-10-26T19:12:22.716Z] f003cc6f77ce: Preparing [2020-10-26T19:12:22.716Z] cd3761cfa1d9: Preparing [2020-10-26T19:12:22.989Z] f003cc6f77ce: Layer already exists [2020-10-26T19:12:22.989Z] 1222c4252315: Layer already exists [2020-10-26T19:12:22.989Z] 1271bec09736: Layer already exists [2020-10-26T19:12:22.989Z] cd3761cfa1d9: Layer already exists [2020-10-26T19:12:22.989Z] 0aebc4c7ded7: Layer already exists [2020-10-26T19:12:22.989Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99: digest: sha256:2edfd427c120eecd3b7ddfd4296808771320105fcd164234bc00fc3be5c508d6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:23.340Z] + 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-26T19:12:23.681Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-26T19:12:23.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-26T19:12:23.681Z] 0aebc4c7ded7: Preparing [2020-10-26T19:12:23.681Z] 1271bec09736: Preparing [2020-10-26T19:12:23.682Z] 1222c4252315: Preparing [2020-10-26T19:12:23.682Z] f003cc6f77ce: Preparing [2020-10-26T19:12:23.682Z] cd3761cfa1d9: Preparing [2020-10-26T19:12:23.952Z] 1222c4252315: Layer already exists [2020-10-26T19:12:23.952Z] cd3761cfa1d9: Layer already exists [2020-10-26T19:12:23.952Z] 1271bec09736: Layer already exists [2020-10-26T19:12:23.952Z] 0aebc4c7ded7: Layer already exists [2020-10-26T19:12:23.952Z] f003cc6f77ce: Layer already exists [2020-10-26T19:12:23.952Z] master: digest: sha256:2edfd427c120eecd3b7ddfd4296808771320105fcd164234bc00fc3be5c508d6 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:12:24.153Z] ===================================================== [Pipeline] echo [2020-10-26T19:12:24.211Z] taggedImages: [2020-10-26T19:12:24.211Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:24.211Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.99 [2020-10-26T19:12:24.211Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:24.211Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-26T19:12:24.286Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-26T19:12:24.286Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:24.286Z] 1.2.2-dev.99 [2020-10-26T19:12:24.286Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:24.286Z] master [2020-10-26T19:12:24.286Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:24.795Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:25.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:25.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-26T19:12:25.131Z] f3c0ed13869a: Preparing [2020-10-26T19:12:25.131Z] bf3f69aa5208: Preparing [2020-10-26T19:12:25.131Z] 604d998c9b47: Preparing [2020-10-26T19:12:25.131Z] fb3891366290: Preparing [2020-10-26T19:12:25.131Z] fb3891366290: Preparing [2020-10-26T19:12:25.131Z] e6469baed088: Preparing [2020-10-26T19:12:25.131Z] a5cd11563fa4: Preparing [2020-10-26T19:12:25.131Z] 138c5db8cd05: Preparing [2020-10-26T19:12:25.131Z] f3c0ed13869a: Preparing [2020-10-26T19:12:25.131Z] aa855dfbb7f2: Preparing [2020-10-26T19:12:25.131Z] 5719ff2eee96: Preparing [2020-10-26T19:12:25.131Z] 2428ed83c391: Preparing [2020-10-26T19:12:25.131Z] cd3761cfa1d9: Preparing [2020-10-26T19:12:25.131Z] a5cd11563fa4: Waiting [2020-10-26T19:12:25.131Z] 138c5db8cd05: Waiting [2020-10-26T19:12:25.131Z] aa855dfbb7f2: Waiting [2020-10-26T19:12:25.131Z] 5719ff2eee96: Waiting [2020-10-26T19:12:25.131Z] 2428ed83c391: Waiting [2020-10-26T19:12:25.131Z] cd3761cfa1d9: Waiting [2020-10-26T19:12:25.721Z] 604d998c9b47: Pushed [2020-10-26T19:12:25.721Z] e6469baed088: Pushed [2020-10-26T19:12:25.721Z] fb3891366290: Pushed [2020-10-26T19:12:25.721Z] bf3f69aa5208: Pushed [2020-10-26T19:12:25.992Z] a5cd11563fa4: Pushed [2020-10-26T19:12:25.992Z] 5719ff2eee96: Pushed [2020-10-26T19:12:25.992Z] 138c5db8cd05: Pushed [2020-10-26T19:12:25.992Z] aa855dfbb7f2: Pushed [2020-10-26T19:12:25.992Z] cd3761cfa1d9: Layer already exists [2020-10-26T19:12:26.592Z] 2428ed83c391: Pushed [2020-10-26T19:12:27.563Z] f3c0ed13869a: Pushed [2020-10-26T19:12:27.834Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e: digest: sha256:6be3f146236f3913c3d3f0011bbdae885a860fe443b9484a38bd281fef5bf82b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:28.176Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:28.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.99 [2020-10-26T19:12:28.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-26T19:12:28.513Z] f3c0ed13869a: Preparing [2020-10-26T19:12:28.513Z] bf3f69aa5208: Preparing [2020-10-26T19:12:28.513Z] 604d998c9b47: Preparing [2020-10-26T19:12:28.513Z] fb3891366290: Preparing [2020-10-26T19:12:28.513Z] fb3891366290: Preparing [2020-10-26T19:12:28.513Z] e6469baed088: Preparing [2020-10-26T19:12:28.513Z] a5cd11563fa4: Preparing [2020-10-26T19:12:28.513Z] 138c5db8cd05: Preparing [2020-10-26T19:12:28.513Z] f3c0ed13869a: Preparing [2020-10-26T19:12:28.513Z] aa855dfbb7f2: Preparing [2020-10-26T19:12:28.513Z] 5719ff2eee96: Preparing [2020-10-26T19:12:28.513Z] 2428ed83c391: Preparing [2020-10-26T19:12:28.513Z] cd3761cfa1d9: Preparing [2020-10-26T19:12:28.513Z] a5cd11563fa4: Waiting [2020-10-26T19:12:28.513Z] 138c5db8cd05: Waiting [2020-10-26T19:12:28.513Z] aa855dfbb7f2: Waiting [2020-10-26T19:12:28.513Z] cd3761cfa1d9: Waiting [2020-10-26T19:12:28.513Z] 5719ff2eee96: Waiting [2020-10-26T19:12:28.513Z] 2428ed83c391: Waiting [2020-10-26T19:12:28.513Z] bf3f69aa5208: Layer already exists [2020-10-26T19:12:28.513Z] f3c0ed13869a: Layer already exists [2020-10-26T19:12:28.513Z] fb3891366290: Layer already exists [2020-10-26T19:12:28.513Z] 604d998c9b47: Layer already exists [2020-10-26T19:12:28.513Z] e6469baed088: Layer already exists [2020-10-26T19:12:28.787Z] 2428ed83c391: Layer already exists [2020-10-26T19:12:28.787Z] aa855dfbb7f2: Layer already exists [2020-10-26T19:12:28.787Z] 5719ff2eee96: Layer already exists [2020-10-26T19:12:28.787Z] a5cd11563fa4: Layer already exists [2020-10-26T19:12:28.787Z] 138c5db8cd05: Layer already exists [2020-10-26T19:12:28.787Z] cd3761cfa1d9: Layer already exists [2020-10-26T19:12:28.787Z] 1.2.2-dev.99: digest: sha256:6be3f146236f3913c3d3f0011bbdae885a860fe443b9484a38bd281fef5bf82b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:29.128Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:29.462Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:29.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-26T19:12:29.462Z] f3c0ed13869a: Preparing [2020-10-26T19:12:29.462Z] bf3f69aa5208: Preparing [2020-10-26T19:12:29.462Z] 604d998c9b47: Preparing [2020-10-26T19:12:29.462Z] fb3891366290: Preparing [2020-10-26T19:12:29.462Z] fb3891366290: Preparing [2020-10-26T19:12:29.462Z] e6469baed088: Preparing [2020-10-26T19:12:29.462Z] a5cd11563fa4: Preparing [2020-10-26T19:12:29.462Z] 138c5db8cd05: Preparing [2020-10-26T19:12:29.462Z] f3c0ed13869a: Preparing [2020-10-26T19:12:29.462Z] aa855dfbb7f2: Preparing [2020-10-26T19:12:29.462Z] 5719ff2eee96: Preparing [2020-10-26T19:12:29.462Z] 2428ed83c391: Preparing [2020-10-26T19:12:29.462Z] cd3761cfa1d9: Preparing [2020-10-26T19:12:29.462Z] aa855dfbb7f2: Waiting [2020-10-26T19:12:29.462Z] 5719ff2eee96: Waiting [2020-10-26T19:12:29.462Z] 2428ed83c391: Waiting [2020-10-26T19:12:29.462Z] cd3761cfa1d9: Waiting [2020-10-26T19:12:29.462Z] a5cd11563fa4: Waiting [2020-10-26T19:12:29.462Z] 138c5db8cd05: Waiting [2020-10-26T19:12:29.462Z] fb3891366290: Layer already exists [2020-10-26T19:12:29.462Z] f3c0ed13869a: Layer already exists [2020-10-26T19:12:29.462Z] bf3f69aa5208: Layer already exists [2020-10-26T19:12:29.462Z] 604d998c9b47: Layer already exists [2020-10-26T19:12:29.462Z] e6469baed088: Layer already exists [2020-10-26T19:12:29.733Z] 138c5db8cd05: Layer already exists [2020-10-26T19:12:29.733Z] 5719ff2eee96: Layer already exists [2020-10-26T19:12:29.733Z] a5cd11563fa4: Layer already exists [2020-10-26T19:12:29.733Z] 2428ed83c391: Layer already exists [2020-10-26T19:12:29.733Z] aa855dfbb7f2: Layer already exists [2020-10-26T19:12:29.733Z] cd3761cfa1d9: Layer already exists [2020-10-26T19:12:29.733Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99: digest: sha256:6be3f146236f3913c3d3f0011bbdae885a860fe443b9484a38bd281fef5bf82b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:30.068Z] + 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-26T19:12:30.396Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-26T19:12:30.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-26T19:12:30.396Z] f3c0ed13869a: Preparing [2020-10-26T19:12:30.396Z] bf3f69aa5208: Preparing [2020-10-26T19:12:30.396Z] 604d998c9b47: Preparing [2020-10-26T19:12:30.396Z] fb3891366290: Preparing [2020-10-26T19:12:30.396Z] fb3891366290: Preparing [2020-10-26T19:12:30.396Z] e6469baed088: Preparing [2020-10-26T19:12:30.396Z] a5cd11563fa4: Preparing [2020-10-26T19:12:30.396Z] 138c5db8cd05: Preparing [2020-10-26T19:12:30.396Z] f3c0ed13869a: Preparing [2020-10-26T19:12:30.396Z] aa855dfbb7f2: Preparing [2020-10-26T19:12:30.396Z] 5719ff2eee96: Preparing [2020-10-26T19:12:30.396Z] 2428ed83c391: Preparing [2020-10-26T19:12:30.396Z] cd3761cfa1d9: Preparing [2020-10-26T19:12:30.396Z] a5cd11563fa4: Waiting [2020-10-26T19:12:30.396Z] 138c5db8cd05: Waiting [2020-10-26T19:12:30.396Z] aa855dfbb7f2: Waiting [2020-10-26T19:12:30.396Z] 5719ff2eee96: Waiting [2020-10-26T19:12:30.396Z] 2428ed83c391: Waiting [2020-10-26T19:12:30.396Z] cd3761cfa1d9: Waiting [2020-10-26T19:12:30.396Z] e6469baed088: Layer already exists [2020-10-26T19:12:30.396Z] 604d998c9b47: Layer already exists [2020-10-26T19:12:30.397Z] bf3f69aa5208: Layer already exists [2020-10-26T19:12:30.397Z] f3c0ed13869a: Layer already exists [2020-10-26T19:12:30.397Z] fb3891366290: Layer already exists [2020-10-26T19:12:30.666Z] 2428ed83c391: Layer already exists [2020-10-26T19:12:30.666Z] aa855dfbb7f2: Layer already exists [2020-10-26T19:12:30.666Z] 138c5db8cd05: Layer already exists [2020-10-26T19:12:30.666Z] a5cd11563fa4: Layer already exists [2020-10-26T19:12:30.666Z] 5719ff2eee96: Layer already exists [2020-10-26T19:12:30.666Z] cd3761cfa1d9: Layer already exists [2020-10-26T19:12:30.666Z] master: digest: sha256:6be3f146236f3913c3d3f0011bbdae885a860fe443b9484a38bd281fef5bf82b size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:12:30.868Z] ===================================================== [Pipeline] echo [2020-10-26T19:12:30.917Z] taggedImages: [2020-10-26T19:12:30.917Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:30.917Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.99 [2020-10-26T19:12:30.917Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:30.917Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-26T19:12:30.988Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-26T19:12:30.988Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:30.988Z] 1.2.2-dev.99 [2020-10-26T19:12:30.988Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:30.988Z] master [2020-10-26T19:12:30.988Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:31.577Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:31.913Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:31.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-26T19:12:31.913Z] 530b8f4675b1: Preparing [2020-10-26T19:12:31.913Z] 78c76a61dd20: Preparing [2020-10-26T19:12:31.913Z] f005bce4da9a: Preparing [2020-10-26T19:12:31.913Z] 47799480ebb4: Preparing [2020-10-26T19:12:31.913Z] 01351883ba7f: Preparing [2020-10-26T19:12:31.913Z] c81aad9843b6: Preparing [2020-10-26T19:12:31.913Z] 664827128f5d: Preparing [2020-10-26T19:12:31.913Z] bfab65bb8ee9: Preparing [2020-10-26T19:12:31.913Z] 9ace8cfc199f: Preparing [2020-10-26T19:12:31.913Z] 6a0b571da762: Preparing [2020-10-26T19:12:31.913Z] c81aad9843b6: Waiting [2020-10-26T19:12:31.913Z] 664827128f5d: Waiting [2020-10-26T19:12:31.913Z] bfab65bb8ee9: Waiting [2020-10-26T19:12:31.913Z] 9ace8cfc199f: Waiting [2020-10-26T19:12:31.913Z] 66b385cf80cf: Preparing [2020-10-26T19:12:31.913Z] 6a0b571da762: Waiting [2020-10-26T19:12:31.913Z] 66b385cf80cf: Waiting [2020-10-26T19:12:32.185Z] 530b8f4675b1: Pushed [2020-10-26T19:12:32.185Z] 78c76a61dd20: Pushed [2020-10-26T19:12:32.461Z] c81aad9843b6: Pushed [2020-10-26T19:12:32.737Z] 664827128f5d: Pushed [2020-10-26T19:12:32.737Z] bfab65bb8ee9: Pushed [2020-10-26T19:12:32.737Z] 9ace8cfc199f: Pushed [2020-10-26T19:12:33.013Z] 66b385cf80cf: Layer already exists [2020-10-26T19:12:33.612Z] 6a0b571da762: Pushed [2020-10-26T19:12:34.211Z] f005bce4da9a: Pushed [2020-10-26T19:12:34.482Z] 01351883ba7f: Pushed [2020-10-26T19:12:34.482Z] 47799480ebb4: Pushed [2020-10-26T19:12:34.752Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e: digest: sha256:0e1a8d6100ea2b015e245bdb2325542b506b35589fabeffddf0d0dcc65203f4e size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:35.092Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:35.427Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.99 [2020-10-26T19:12:35.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-26T19:12:35.427Z] 530b8f4675b1: Preparing [2020-10-26T19:12:35.427Z] 78c76a61dd20: Preparing [2020-10-26T19:12:35.427Z] f005bce4da9a: Preparing [2020-10-26T19:12:35.427Z] 47799480ebb4: Preparing [2020-10-26T19:12:35.427Z] 01351883ba7f: Preparing [2020-10-26T19:12:35.427Z] c81aad9843b6: Preparing [2020-10-26T19:12:35.427Z] 664827128f5d: Preparing [2020-10-26T19:12:35.427Z] bfab65bb8ee9: Preparing [2020-10-26T19:12:35.427Z] 9ace8cfc199f: Preparing [2020-10-26T19:12:35.427Z] 6a0b571da762: Preparing [2020-10-26T19:12:35.427Z] 66b385cf80cf: Preparing [2020-10-26T19:12:35.427Z] bfab65bb8ee9: Waiting [2020-10-26T19:12:35.427Z] 9ace8cfc199f: Waiting [2020-10-26T19:12:35.427Z] 6a0b571da762: Waiting [2020-10-26T19:12:35.427Z] c81aad9843b6: Waiting [2020-10-26T19:12:35.427Z] 66b385cf80cf: Waiting [2020-10-26T19:12:35.427Z] 664827128f5d: Waiting [2020-10-26T19:12:35.427Z] f005bce4da9a: Layer already exists [2020-10-26T19:12:35.427Z] 78c76a61dd20: Layer already exists [2020-10-26T19:12:35.427Z] 530b8f4675b1: Layer already exists [2020-10-26T19:12:35.427Z] 47799480ebb4: Layer already exists [2020-10-26T19:12:35.427Z] 01351883ba7f: Layer already exists [2020-10-26T19:12:35.699Z] c81aad9843b6: Layer already exists [2020-10-26T19:12:35.699Z] bfab65bb8ee9: Layer already exists [2020-10-26T19:12:35.699Z] 9ace8cfc199f: Layer already exists [2020-10-26T19:12:35.699Z] 6a0b571da762: Layer already exists [2020-10-26T19:12:35.699Z] 664827128f5d: Layer already exists [2020-10-26T19:12:35.699Z] 66b385cf80cf: Layer already exists [2020-10-26T19:12:35.699Z] 1.2.2-dev.99: digest: sha256:0e1a8d6100ea2b015e245bdb2325542b506b35589fabeffddf0d0dcc65203f4e size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:36.036Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:36.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:36.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-26T19:12:36.371Z] 530b8f4675b1: Preparing [2020-10-26T19:12:36.371Z] 78c76a61dd20: Preparing [2020-10-26T19:12:36.371Z] f005bce4da9a: Preparing [2020-10-26T19:12:36.371Z] 47799480ebb4: Preparing [2020-10-26T19:12:36.371Z] 01351883ba7f: Preparing [2020-10-26T19:12:36.371Z] c81aad9843b6: Preparing [2020-10-26T19:12:36.371Z] 664827128f5d: Preparing [2020-10-26T19:12:36.371Z] bfab65bb8ee9: Preparing [2020-10-26T19:12:36.371Z] 9ace8cfc199f: Preparing [2020-10-26T19:12:36.371Z] 6a0b571da762: Preparing [2020-10-26T19:12:36.371Z] 66b385cf80cf: Preparing [2020-10-26T19:12:36.371Z] 6a0b571da762: Waiting [2020-10-26T19:12:36.371Z] bfab65bb8ee9: Waiting [2020-10-26T19:12:36.371Z] 9ace8cfc199f: Waiting [2020-10-26T19:12:36.371Z] 66b385cf80cf: Waiting [2020-10-26T19:12:36.371Z] c81aad9843b6: Waiting [2020-10-26T19:12:36.371Z] 664827128f5d: Waiting [2020-10-26T19:12:36.642Z] 530b8f4675b1: Layer already exists [2020-10-26T19:12:36.642Z] f005bce4da9a: Layer already exists [2020-10-26T19:12:36.642Z] 47799480ebb4: Layer already exists [2020-10-26T19:12:36.642Z] 78c76a61dd20: Layer already exists [2020-10-26T19:12:36.642Z] 01351883ba7f: Layer already exists [2020-10-26T19:12:36.642Z] 664827128f5d: Layer already exists [2020-10-26T19:12:36.642Z] 6a0b571da762: Layer already exists [2020-10-26T19:12:36.642Z] c81aad9843b6: Layer already exists [2020-10-26T19:12:36.642Z] bfab65bb8ee9: Layer already exists [2020-10-26T19:12:36.642Z] 9ace8cfc199f: Layer already exists [2020-10-26T19:12:36.642Z] 66b385cf80cf: Layer already exists [2020-10-26T19:12:36.642Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99: digest: sha256:0e1a8d6100ea2b015e245bdb2325542b506b35589fabeffddf0d0dcc65203f4e size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:36.980Z] + 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-26T19:12:37.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-26T19:12:37.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-26T19:12:37.310Z] 530b8f4675b1: Preparing [2020-10-26T19:12:37.310Z] 78c76a61dd20: Preparing [2020-10-26T19:12:37.310Z] f005bce4da9a: Preparing [2020-10-26T19:12:37.310Z] 47799480ebb4: Preparing [2020-10-26T19:12:37.310Z] 01351883ba7f: Preparing [2020-10-26T19:12:37.310Z] c81aad9843b6: Preparing [2020-10-26T19:12:37.310Z] 664827128f5d: Preparing [2020-10-26T19:12:37.310Z] bfab65bb8ee9: Preparing [2020-10-26T19:12:37.310Z] c81aad9843b6: Waiting [2020-10-26T19:12:37.310Z] 664827128f5d: Waiting [2020-10-26T19:12:37.310Z] 9ace8cfc199f: Preparing [2020-10-26T19:12:37.310Z] 6a0b571da762: Preparing [2020-10-26T19:12:37.310Z] 66b385cf80cf: Preparing [2020-10-26T19:12:37.310Z] bfab65bb8ee9: Waiting [2020-10-26T19:12:37.310Z] 6a0b571da762: Waiting [2020-10-26T19:12:37.310Z] 9ace8cfc199f: Waiting [2020-10-26T19:12:37.587Z] 01351883ba7f: Layer already exists [2020-10-26T19:12:37.587Z] 47799480ebb4: Layer already exists [2020-10-26T19:12:37.587Z] 78c76a61dd20: Layer already exists [2020-10-26T19:12:37.587Z] f005bce4da9a: Layer already exists [2020-10-26T19:12:37.587Z] 530b8f4675b1: Layer already exists [2020-10-26T19:12:37.587Z] bfab65bb8ee9: Layer already exists [2020-10-26T19:12:37.587Z] c81aad9843b6: Layer already exists [2020-10-26T19:12:37.587Z] 664827128f5d: Layer already exists [2020-10-26T19:12:37.587Z] 6a0b571da762: Layer already exists [2020-10-26T19:12:37.587Z] 9ace8cfc199f: Layer already exists [2020-10-26T19:12:37.587Z] 66b385cf80cf: Layer already exists [2020-10-26T19:12:37.587Z] master: digest: sha256:0e1a8d6100ea2b015e245bdb2325542b506b35589fabeffddf0d0dcc65203f4e size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:12:37.780Z] ===================================================== [Pipeline] echo [2020-10-26T19:12:37.827Z] taggedImages: [2020-10-26T19:12:37.827Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:37.827Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.99 [2020-10-26T19:12:37.827Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:37.827Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-26T19:12:37.925Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-26T19:12:37.925Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:37.925Z] 1.2.2-dev.99 [2020-10-26T19:12:37.925Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:37.925Z] master [2020-10-26T19:12:37.925Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:38.434Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:38.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:38.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-26T19:12:38.768Z] 1feb58946551: Preparing [2020-10-26T19:12:38.768Z] f2c5ef816e47: Preparing [2020-10-26T19:12:38.768Z] 661a585d07af: Preparing [2020-10-26T19:12:38.768Z] 35e0c631cac9: Preparing [2020-10-26T19:12:39.038Z] 1feb58946551: Pushed [2020-10-26T19:12:39.038Z] 661a585d07af: Pushed [2020-10-26T19:12:39.309Z] 35e0c631cac9: Pushed [2020-10-26T19:12:41.912Z] f2c5ef816e47: Pushed [2020-10-26T19:12:41.912Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e: digest: sha256:8fc3a4460832cc8b5db9e0fefbc310419feb7420295c4c61ace2cf0d4ef072b7 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:42.249Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:42.581Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.99 [2020-10-26T19:12:42.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-26T19:12:42.581Z] 1feb58946551: Preparing [2020-10-26T19:12:42.581Z] f2c5ef816e47: Preparing [2020-10-26T19:12:42.581Z] 661a585d07af: Preparing [2020-10-26T19:12:42.581Z] 35e0c631cac9: Preparing [2020-10-26T19:12:42.851Z] 1feb58946551: Layer already exists [2020-10-26T19:12:42.851Z] 661a585d07af: Layer already exists [2020-10-26T19:12:42.851Z] f2c5ef816e47: Layer already exists [2020-10-26T19:12:42.851Z] 35e0c631cac9: Layer already exists [2020-10-26T19:12:42.851Z] 1.2.2-dev.99: digest: sha256:8fc3a4460832cc8b5db9e0fefbc310419feb7420295c4c61ace2cf0d4ef072b7 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:43.192Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:43.524Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:43.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-26T19:12:43.524Z] 1feb58946551: Preparing [2020-10-26T19:12:43.524Z] f2c5ef816e47: Preparing [2020-10-26T19:12:43.524Z] 661a585d07af: Preparing [2020-10-26T19:12:43.524Z] 35e0c631cac9: Preparing [2020-10-26T19:12:43.795Z] 1feb58946551: Layer already exists [2020-10-26T19:12:43.795Z] f2c5ef816e47: Layer already exists [2020-10-26T19:12:43.795Z] 661a585d07af: Layer already exists [2020-10-26T19:12:43.795Z] 35e0c631cac9: Layer already exists [2020-10-26T19:12:43.795Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99: digest: sha256:8fc3a4460832cc8b5db9e0fefbc310419feb7420295c4c61ace2cf0d4ef072b7 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:44.135Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:44.475Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-26T19:12:44.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-26T19:12:44.476Z] 1feb58946551: Preparing [2020-10-26T19:12:44.476Z] f2c5ef816e47: Preparing [2020-10-26T19:12:44.476Z] 661a585d07af: Preparing [2020-10-26T19:12:44.476Z] 35e0c631cac9: Preparing [2020-10-26T19:12:44.476Z] 35e0c631cac9: Layer already exists [2020-10-26T19:12:44.476Z] 661a585d07af: Layer already exists [2020-10-26T19:12:44.745Z] f2c5ef816e47: Layer already exists [2020-10-26T19:12:44.745Z] 1feb58946551: Layer already exists [2020-10-26T19:12:44.745Z] master: digest: sha256:8fc3a4460832cc8b5db9e0fefbc310419feb7420295c4c61ace2cf0d4ef072b7 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:12:44.944Z] ===================================================== [Pipeline] echo [2020-10-26T19:12:44.993Z] taggedImages: [2020-10-26T19:12:44.993Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:44.993Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.99 [2020-10-26T19:12:44.993Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:44.993Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-26T19:12:45.057Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-26T19:12:45.057Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:45.057Z] 1.2.2-dev.99 [2020-10-26T19:12:45.057Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:45.057Z] master [2020-10-26T19:12:45.057Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:45.589Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:45.980Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:45.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-26T19:12:45.980Z] 93284775b500: Preparing [2020-10-26T19:12:45.980Z] a709382c3b74: Preparing [2020-10-26T19:12:45.980Z] 6dc10e456ac7: Preparing [2020-10-26T19:12:45.980Z] 2f38103633ae: Preparing [2020-10-26T19:12:45.980Z] 26c2ca02212c: Preparing [2020-10-26T19:12:45.980Z] ea9361d6bd17: Preparing [2020-10-26T19:12:45.980Z] ea9361d6bd17: Waiting [2020-10-26T19:12:46.275Z] 93284775b500: Pushed [2020-10-26T19:12:46.275Z] 6dc10e456ac7: Pushed [2020-10-26T19:12:46.564Z] 26c2ca02212c: Pushed [2020-10-26T19:12:46.564Z] 2f38103633ae: Pushed [2020-10-26T19:12:46.885Z] ea9361d6bd17: Pushed [2020-10-26T19:12:49.499Z] a709382c3b74: Pushed [2020-10-26T19:12:49.499Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e: digest: sha256:6c544579cec4aa2057cfa841e44253737a18062e7f0682891dce7b9c127f2f3a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:49.838Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:50.176Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.99 [2020-10-26T19:12:50.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-26T19:12:50.176Z] 93284775b500: Preparing [2020-10-26T19:12:50.176Z] a709382c3b74: Preparing [2020-10-26T19:12:50.176Z] 6dc10e456ac7: Preparing [2020-10-26T19:12:50.176Z] 2f38103633ae: Preparing [2020-10-26T19:12:50.176Z] 26c2ca02212c: Preparing [2020-10-26T19:12:50.176Z] ea9361d6bd17: Preparing [2020-10-26T19:12:50.176Z] ea9361d6bd17: Waiting [2020-10-26T19:12:50.449Z] 93284775b500: Layer already exists [2020-10-26T19:12:50.449Z] 2f38103633ae: Layer already exists [2020-10-26T19:12:50.449Z] 6dc10e456ac7: Layer already exists [2020-10-26T19:12:50.449Z] a709382c3b74: Layer already exists [2020-10-26T19:12:50.449Z] 26c2ca02212c: Layer already exists [2020-10-26T19:12:50.449Z] ea9361d6bd17: Layer already exists [2020-10-26T19:12:50.449Z] 1.2.2-dev.99: digest: sha256:6c544579cec4aa2057cfa841e44253737a18062e7f0682891dce7b9c127f2f3a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:50.787Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:51.122Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:51.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-26T19:12:51.122Z] 93284775b500: Preparing [2020-10-26T19:12:51.122Z] a709382c3b74: Preparing [2020-10-26T19:12:51.122Z] 6dc10e456ac7: Preparing [2020-10-26T19:12:51.122Z] 2f38103633ae: Preparing [2020-10-26T19:12:51.122Z] 26c2ca02212c: Preparing [2020-10-26T19:12:51.122Z] ea9361d6bd17: Preparing [2020-10-26T19:12:51.122Z] ea9361d6bd17: Waiting [2020-10-26T19:12:51.396Z] a709382c3b74: Layer already exists [2020-10-26T19:12:51.396Z] 2f38103633ae: Layer already exists [2020-10-26T19:12:51.396Z] 26c2ca02212c: Layer already exists [2020-10-26T19:12:51.396Z] 6dc10e456ac7: Layer already exists [2020-10-26T19:12:51.396Z] 93284775b500: Layer already exists [2020-10-26T19:12:51.396Z] ea9361d6bd17: Layer already exists [2020-10-26T19:12:51.396Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99: digest: sha256:6c544579cec4aa2057cfa841e44253737a18062e7f0682891dce7b9c127f2f3a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:51.741Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:52.076Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-26T19:12:52.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-26T19:12:52.076Z] 93284775b500: Preparing [2020-10-26T19:12:52.076Z] a709382c3b74: Preparing [2020-10-26T19:12:52.076Z] 6dc10e456ac7: Preparing [2020-10-26T19:12:52.076Z] 2f38103633ae: Preparing [2020-10-26T19:12:52.076Z] 26c2ca02212c: Preparing [2020-10-26T19:12:52.076Z] ea9361d6bd17: Preparing [2020-10-26T19:12:52.076Z] ea9361d6bd17: Waiting [2020-10-26T19:12:52.347Z] 26c2ca02212c: Layer already exists [2020-10-26T19:12:52.347Z] a709382c3b74: Layer already exists [2020-10-26T19:12:52.347Z] 2f38103633ae: Layer already exists [2020-10-26T19:12:52.347Z] 93284775b500: Layer already exists [2020-10-26T19:12:52.347Z] 6dc10e456ac7: Layer already exists [2020-10-26T19:12:52.347Z] ea9361d6bd17: Layer already exists [2020-10-26T19:12:52.347Z] master: digest: sha256:6c544579cec4aa2057cfa841e44253737a18062e7f0682891dce7b9c127f2f3a size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:12:52.580Z] ===================================================== [Pipeline] echo [2020-10-26T19:12:52.637Z] taggedImages: [2020-10-26T19:12:52.637Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:52.637Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.99 [2020-10-26T19:12:52.637Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:52.637Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-26T19:12:52.697Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-26T19:12:52.697Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:52.697Z] 1.2.2-dev.99 [2020-10-26T19:12:52.697Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:52.697Z] master [2020-10-26T19:12:52.697Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:53.197Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:53.528Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:12:53.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-26T19:12:53.528Z] 354aa255c99b: Preparing [2020-10-26T19:12:53.528Z] 4b4d590a75fa: Preparing [2020-10-26T19:12:53.528Z] e2d078717abd: Preparing [2020-10-26T19:12:53.797Z] e2d078717abd: Pushed [2020-10-26T19:12:53.797Z] 354aa255c99b: Pushed [2020-10-26T19:12:57.159Z] 4b4d590a75fa: Pushed [2020-10-26T19:12:57.159Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e: digest: sha256:dbba5c84e72bb3327f42dd8499044f19996e0fe01acbc7f40613bfb0cb0ddb5c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:57.505Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:57.837Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.99 [2020-10-26T19:12:57.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-26T19:12:57.837Z] 354aa255c99b: Preparing [2020-10-26T19:12:57.837Z] 4b4d590a75fa: Preparing [2020-10-26T19:12:57.837Z] e2d078717abd: Preparing [2020-10-26T19:12:57.837Z] 4b4d590a75fa: Layer already exists [2020-10-26T19:12:58.106Z] e2d078717abd: Layer already exists [2020-10-26T19:12:58.106Z] 354aa255c99b: Layer already exists [2020-10-26T19:12:58.106Z] 1.2.2-dev.99: digest: sha256:dbba5c84e72bb3327f42dd8499044f19996e0fe01acbc7f40613bfb0cb0ddb5c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:58.442Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:58.775Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:12:58.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-26T19:12:58.775Z] 354aa255c99b: Preparing [2020-10-26T19:12:58.775Z] 4b4d590a75fa: Preparing [2020-10-26T19:12:58.775Z] e2d078717abd: Preparing [2020-10-26T19:12:58.775Z] e2d078717abd: Layer already exists [2020-10-26T19:12:58.775Z] 4b4d590a75fa: Layer already exists [2020-10-26T19:12:58.775Z] 354aa255c99b: Layer already exists [2020-10-26T19:12:59.045Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99: digest: sha256:dbba5c84e72bb3327f42dd8499044f19996e0fe01acbc7f40613bfb0cb0ddb5c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:59.387Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:12:59.722Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-26T19:12:59.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-26T19:12:59.722Z] 354aa255c99b: Preparing [2020-10-26T19:12:59.722Z] 4b4d590a75fa: Preparing [2020-10-26T19:12:59.722Z] e2d078717abd: Preparing [2020-10-26T19:12:59.722Z] e2d078717abd: Layer already exists [2020-10-26T19:12:59.722Z] 4b4d590a75fa: Layer already exists [2020-10-26T19:12:59.722Z] 354aa255c99b: Layer already exists [2020-10-26T19:12:59.992Z] master: digest: sha256:dbba5c84e72bb3327f42dd8499044f19996e0fe01acbc7f40613bfb0cb0ddb5c size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:13:00.194Z] ===================================================== [Pipeline] echo [2020-10-26T19:13:00.271Z] taggedImages: [2020-10-26T19:13:00.271Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:13:00.271Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.99 [2020-10-26T19:13:00.271Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:13:00.271Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-26T19:13:00.535Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-26T19:13:00.535Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:13:00.535Z] 1.2.2-dev.99 [2020-10-26T19:13:00.535Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:13:00.535Z] master [2020-10-26T19:13:00.535Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:13:01.113Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:13:01.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:13:01.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-26T19:13:01.449Z] 7a0ee3be3575: Preparing [2020-10-26T19:13:01.449Z] 1fb1153f1e39: Preparing [2020-10-26T19:13:01.449Z] 3d4a15b76539: Preparing [2020-10-26T19:13:01.449Z] 92be61930393: Preparing [2020-10-26T19:13:01.449Z] a753727a941a: Preparing [2020-10-26T19:13:01.449Z] 9230a5e9ca44: Preparing [2020-10-26T19:13:01.449Z] 9bf7c28fd051: Preparing [2020-10-26T19:13:01.449Z] 52543ddb2901: Preparing [2020-10-26T19:13:01.449Z] 9f553b275599: Preparing [2020-10-26T19:13:01.449Z] 3a47579f0cd1: Preparing [2020-10-26T19:13:01.449Z] cd6d79ebbfb6: Preparing [2020-10-26T19:13:01.449Z] 3e7dc55cab04: Preparing [2020-10-26T19:13:01.449Z] b2e85fd0898f: Preparing [2020-10-26T19:13:01.449Z] cd3761cfa1d9: Preparing [2020-10-26T19:13:01.449Z] 3a47579f0cd1: Waiting [2020-10-26T19:13:01.449Z] b2e85fd0898f: Waiting [2020-10-26T19:13:01.449Z] cd6d79ebbfb6: Waiting [2020-10-26T19:13:01.449Z] cd3761cfa1d9: Waiting [2020-10-26T19:13:01.449Z] 3e7dc55cab04: Waiting [2020-10-26T19:13:01.449Z] 9230a5e9ca44: Waiting [2020-10-26T19:13:01.449Z] 52543ddb2901: Waiting [2020-10-26T19:13:01.449Z] 9bf7c28fd051: Waiting [2020-10-26T19:13:01.449Z] 9f553b275599: Waiting [2020-10-26T19:13:02.043Z] a753727a941a: Pushed [2020-10-26T19:13:02.316Z] 7a0ee3be3575: Pushed [2020-10-26T19:13:02.909Z] 92be61930393: Pushed [2020-10-26T19:13:02.909Z] 52543ddb2901: Layer already exists [2020-10-26T19:13:02.909Z] 9f553b275599: Layer already exists [2020-10-26T19:13:02.909Z] 3a47579f0cd1: Layer already exists [2020-10-26T19:13:02.909Z] cd6d79ebbfb6: Layer already exists [2020-10-26T19:13:03.183Z] 3e7dc55cab04: Layer already exists [2020-10-26T19:13:03.183Z] b2e85fd0898f: Layer already exists [2020-10-26T19:13:03.183Z] 9bf7c28fd051: Pushed [2020-10-26T19:13:03.183Z] cd3761cfa1d9: Layer already exists [2020-10-26T19:13:03.456Z] 1fb1153f1e39: Pushed [2020-10-26T19:13:04.885Z] 9230a5e9ca44: Pushed [2020-10-26T19:13:17.250Z] 3d4a15b76539: Pushed [2020-10-26T19:13:17.250Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e: digest: sha256:a9ab75c2283eb2797c1e7e9b9984b974a4722840a7f9f37c6f69f2519862d991 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:13:17.591Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:13:17.925Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.99 [2020-10-26T19:13:17.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-26T19:13:17.925Z] 7a0ee3be3575: Preparing [2020-10-26T19:13:17.925Z] 1fb1153f1e39: Preparing [2020-10-26T19:13:17.925Z] 3d4a15b76539: Preparing [2020-10-26T19:13:17.925Z] 92be61930393: Preparing [2020-10-26T19:13:17.925Z] a753727a941a: Preparing [2020-10-26T19:13:17.925Z] 9230a5e9ca44: Preparing [2020-10-26T19:13:17.925Z] 9bf7c28fd051: Preparing [2020-10-26T19:13:17.925Z] 52543ddb2901: Preparing [2020-10-26T19:13:17.925Z] 9f553b275599: Preparing [2020-10-26T19:13:17.925Z] 3a47579f0cd1: Preparing [2020-10-26T19:13:17.925Z] cd6d79ebbfb6: Preparing [2020-10-26T19:13:17.925Z] 3e7dc55cab04: Preparing [2020-10-26T19:13:17.925Z] b2e85fd0898f: Preparing [2020-10-26T19:13:17.925Z] cd3761cfa1d9: Preparing [2020-10-26T19:13:17.925Z] 3a47579f0cd1: Waiting [2020-10-26T19:13:17.925Z] cd6d79ebbfb6: Waiting [2020-10-26T19:13:17.925Z] 3e7dc55cab04: Waiting [2020-10-26T19:13:17.925Z] b2e85fd0898f: Waiting [2020-10-26T19:13:17.925Z] 9230a5e9ca44: Waiting [2020-10-26T19:13:17.925Z] 9bf7c28fd051: Waiting [2020-10-26T19:13:17.925Z] 9f553b275599: Waiting [2020-10-26T19:13:17.925Z] 52543ddb2901: Waiting [2020-10-26T19:13:17.925Z] 3d4a15b76539: Layer already exists [2020-10-26T19:13:17.925Z] 1fb1153f1e39: Layer already exists [2020-10-26T19:13:17.925Z] 92be61930393: Layer already exists [2020-10-26T19:13:17.925Z] 7a0ee3be3575: Layer already exists [2020-10-26T19:13:17.926Z] a753727a941a: Layer already exists [2020-10-26T19:13:18.197Z] 9bf7c28fd051: Layer already exists [2020-10-26T19:13:18.197Z] 9230a5e9ca44: Layer already exists [2020-10-26T19:13:18.197Z] 9f553b275599: Layer already exists [2020-10-26T19:13:18.197Z] 52543ddb2901: Layer already exists [2020-10-26T19:13:18.197Z] 3a47579f0cd1: Layer already exists [2020-10-26T19:13:18.197Z] cd6d79ebbfb6: Layer already exists [2020-10-26T19:13:18.197Z] b2e85fd0898f: Layer already exists [2020-10-26T19:13:18.197Z] 3e7dc55cab04: Layer already exists [2020-10-26T19:13:18.197Z] cd3761cfa1d9: Layer already exists [2020-10-26T19:13:18.197Z] 1.2.2-dev.99: digest: sha256:a9ab75c2283eb2797c1e7e9b9984b974a4722840a7f9f37c6f69f2519862d991 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:13:18.537Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:13:18.870Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:13:18.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-26T19:13:18.870Z] 7a0ee3be3575: Preparing [2020-10-26T19:13:18.870Z] 1fb1153f1e39: Preparing [2020-10-26T19:13:18.870Z] 3d4a15b76539: Preparing [2020-10-26T19:13:18.870Z] 92be61930393: Preparing [2020-10-26T19:13:18.870Z] a753727a941a: Preparing [2020-10-26T19:13:18.870Z] 9230a5e9ca44: Preparing [2020-10-26T19:13:18.870Z] 9bf7c28fd051: Preparing [2020-10-26T19:13:18.870Z] 52543ddb2901: Preparing [2020-10-26T19:13:18.870Z] 9f553b275599: Preparing [2020-10-26T19:13:18.870Z] 3a47579f0cd1: Preparing [2020-10-26T19:13:18.870Z] cd6d79ebbfb6: Preparing [2020-10-26T19:13:18.870Z] 3e7dc55cab04: Preparing [2020-10-26T19:13:18.870Z] b2e85fd0898f: Preparing [2020-10-26T19:13:18.870Z] cd3761cfa1d9: Preparing [2020-10-26T19:13:18.870Z] 9f553b275599: Waiting [2020-10-26T19:13:18.870Z] 3a47579f0cd1: Waiting [2020-10-26T19:13:18.870Z] cd6d79ebbfb6: Waiting [2020-10-26T19:13:18.870Z] 3e7dc55cab04: Waiting [2020-10-26T19:13:18.870Z] b2e85fd0898f: Waiting [2020-10-26T19:13:18.870Z] 9bf7c28fd051: Waiting [2020-10-26T19:13:18.870Z] cd3761cfa1d9: Waiting [2020-10-26T19:13:18.870Z] 52543ddb2901: Waiting [2020-10-26T19:13:18.870Z] 9230a5e9ca44: Waiting [2020-10-26T19:13:18.870Z] 1fb1153f1e39: Layer already exists [2020-10-26T19:13:18.870Z] 92be61930393: Layer already exists [2020-10-26T19:13:18.870Z] a753727a941a: Layer already exists [2020-10-26T19:13:18.870Z] 3d4a15b76539: Layer already exists [2020-10-26T19:13:18.870Z] 7a0ee3be3575: Layer already exists [2020-10-26T19:13:19.145Z] 9230a5e9ca44: Layer already exists [2020-10-26T19:13:19.145Z] 9bf7c28fd051: Layer already exists [2020-10-26T19:13:19.145Z] 52543ddb2901: Layer already exists [2020-10-26T19:13:19.145Z] 3a47579f0cd1: Layer already exists [2020-10-26T19:13:19.145Z] 9f553b275599: Layer already exists [2020-10-26T19:13:19.145Z] cd6d79ebbfb6: Layer already exists [2020-10-26T19:13:19.145Z] b2e85fd0898f: Layer already exists [2020-10-26T19:13:19.145Z] 3e7dc55cab04: Layer already exists [2020-10-26T19:13:19.145Z] cd3761cfa1d9: Layer already exists [2020-10-26T19:13:19.145Z] febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99: digest: sha256:a9ab75c2283eb2797c1e7e9b9984b974a4722840a7f9f37c6f69f2519862d991 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:13:19.483Z] + 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-26T19:13:19.817Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-26T19:13:19.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-26T19:13:19.817Z] 7a0ee3be3575: Preparing [2020-10-26T19:13:19.817Z] 1fb1153f1e39: Preparing [2020-10-26T19:13:19.817Z] 3d4a15b76539: Preparing [2020-10-26T19:13:19.817Z] 92be61930393: Preparing [2020-10-26T19:13:19.817Z] a753727a941a: Preparing [2020-10-26T19:13:19.817Z] 9230a5e9ca44: Preparing [2020-10-26T19:13:19.817Z] 9bf7c28fd051: Preparing [2020-10-26T19:13:19.817Z] 52543ddb2901: Preparing [2020-10-26T19:13:19.817Z] 9f553b275599: Preparing [2020-10-26T19:13:19.817Z] 3a47579f0cd1: Preparing [2020-10-26T19:13:19.817Z] cd6d79ebbfb6: Preparing [2020-10-26T19:13:19.817Z] 3e7dc55cab04: Preparing [2020-10-26T19:13:19.817Z] b2e85fd0898f: Preparing [2020-10-26T19:13:19.817Z] cd3761cfa1d9: Preparing [2020-10-26T19:13:19.817Z] 9230a5e9ca44: Waiting [2020-10-26T19:13:19.817Z] 9bf7c28fd051: Waiting [2020-10-26T19:13:19.817Z] cd6d79ebbfb6: Waiting [2020-10-26T19:13:19.817Z] 3e7dc55cab04: Waiting [2020-10-26T19:13:19.817Z] b2e85fd0898f: Waiting [2020-10-26T19:13:19.817Z] 52543ddb2901: Waiting [2020-10-26T19:13:19.817Z] cd3761cfa1d9: Waiting [2020-10-26T19:13:19.817Z] 9f553b275599: Waiting [2020-10-26T19:13:19.817Z] 3a47579f0cd1: Waiting [2020-10-26T19:13:20.090Z] 1fb1153f1e39: Layer already exists [2020-10-26T19:13:20.090Z] 92be61930393: Layer already exists [2020-10-26T19:13:20.090Z] 7a0ee3be3575: Layer already exists [2020-10-26T19:13:20.090Z] a753727a941a: Layer already exists [2020-10-26T19:13:20.090Z] 3d4a15b76539: Layer already exists [2020-10-26T19:13:20.090Z] 9230a5e9ca44: Layer already exists [2020-10-26T19:13:20.090Z] 3a47579f0cd1: Layer already exists [2020-10-26T19:13:20.090Z] 52543ddb2901: Layer already exists [2020-10-26T19:13:20.090Z] 9bf7c28fd051: Layer already exists [2020-10-26T19:13:20.090Z] 9f553b275599: Layer already exists [2020-10-26T19:13:20.090Z] b2e85fd0898f: Layer already exists [2020-10-26T19:13:20.090Z] cd6d79ebbfb6: Layer already exists [2020-10-26T19:13:20.090Z] 3e7dc55cab04: Layer already exists [2020-10-26T19:13:20.090Z] cd3761cfa1d9: Layer already exists [2020-10-26T19:13:20.090Z] master: digest: sha256:a9ab75c2283eb2797c1e7e9b9984b974a4722840a7f9f37c6f69f2519862d991 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T19:13:20.291Z] ===================================================== [Pipeline] echo [2020-10-26T19:13:20.344Z] taggedImages: [2020-10-26T19:13:20.344Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:13:20.344Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.99 [2020-10-26T19:13:20.344Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e-1.2.2-dev.99 [2020-10-26T19:13:20.344Z] - 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-26T19:13:22.219Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-26T19:13:22.221Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-26T19:13:22.272Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:13:22.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T19:13:22.641Z] [2020-10-26T19:13:22.641Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:13:22.983Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T19:13:22.983Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-26T19:13:22.983Z] cbdbe7a5bc2a: Already exists [2020-10-26T19:13:22.983Z] 408f87550127: Pulling fs layer [2020-10-26T19:13:22.983Z] fe522b08c979: Pulling fs layer [2020-10-26T19:13:22.983Z] 221eaa008020: Pulling fs layer [2020-10-26T19:13:22.983Z] 2a4607e5d6b9: Pulling fs layer [2020-10-26T19:13:22.983Z] 8f79b27c4fd2: Pulling fs layer [2020-10-26T19:13:22.983Z] e5c8dbe1645b: Pulling fs layer [2020-10-26T19:13:22.983Z] 23e8b3b47431: Pulling fs layer [2020-10-26T19:13:22.983Z] 5c568d65a230: Pulling fs layer [2020-10-26T19:13:22.983Z] 2a4607e5d6b9: Waiting [2020-10-26T19:13:22.983Z] 8f79b27c4fd2: Waiting [2020-10-26T19:13:22.983Z] e5c8dbe1645b: Waiting [2020-10-26T19:13:22.983Z] 23e8b3b47431: Waiting [2020-10-26T19:13:22.983Z] 5c568d65a230: Waiting [2020-10-26T19:13:23.245Z] fe522b08c979: Verifying Checksum [2020-10-26T19:13:23.245Z] fe522b08c979: Download complete [2020-10-26T19:13:23.245Z] 408f87550127: Verifying Checksum [2020-10-26T19:13:23.245Z] 408f87550127: Download complete [2020-10-26T19:13:23.245Z] 2a4607e5d6b9: Verifying Checksum [2020-10-26T19:13:23.245Z] 2a4607e5d6b9: Download complete [2020-10-26T19:13:23.245Z] 8f79b27c4fd2: Verifying Checksum [2020-10-26T19:13:23.245Z] 8f79b27c4fd2: Download complete [2020-10-26T19:13:23.509Z] 408f87550127: Pull complete [2020-10-26T19:13:23.509Z] fe522b08c979: Pull complete [2020-10-26T19:13:24.461Z] e5c8dbe1645b: Verifying Checksum [2020-10-26T19:13:24.461Z] e5c8dbe1645b: Download complete [2020-10-26T19:13:25.467Z] 23e8b3b47431: Verifying Checksum [2020-10-26T19:13:25.467Z] 23e8b3b47431: Download complete [2020-10-26T19:13:25.728Z] 5c568d65a230: Verifying Checksum [2020-10-26T19:13:26.687Z] 221eaa008020: Verifying Checksum [2020-10-26T19:13:26.687Z] 221eaa008020: Download complete [2020-10-26T19:13:33.299Z] 221eaa008020: Pull complete [2020-10-26T19:13:33.299Z] 2a4607e5d6b9: Pull complete [2020-10-26T19:13:33.562Z] 8f79b27c4fd2: Pull complete [2020-10-26T19:13:38.885Z] e5c8dbe1645b: Pull complete [2020-10-26T19:13:41.444Z] 23e8b3b47431: Pull complete [2020-10-26T19:13:42.840Z] 5c568d65a230: Pull complete [2020-10-26T19:13:42.840Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-26T19:13:42.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T19:13:42.840Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-26T19:13:43.032Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:13:43.094Z] $ 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/215:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:13:44.373Z] $ docker top f3eb036cb25dfd88092c2de7df1ae8d4e1d94f560db34c6681b8657d64bd2613 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T19:13:44.960Z] + snyk monitor '--org=edgex-jenkins' [2020-10-26T19:13:53.106Z] [2020-10-26T19:13:53.106Z] Monitoring /w/workspace/edgex-go/215 (github.com/edgexfoundry/edgex-go)... [2020-10-26T19:13:53.106Z] [2020-10-26T19:13:53.106Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/480eb3b4-ead1-4ced-a43c-4e9f12f7f373 [2020-10-26T19:13:53.106Z] [2020-10-26T19:13:53.106Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-26T19:13:53.106Z] [2020-10-26T19:13:53.106Z] [2020-10-26T19:13:53.106Z] Snyk CLI supports Node.js 8 and higher. [2020-10-26T19:13:53.106Z] 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-26T19:13:53.106Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-26T19:13:53.106Z] [2020-10-26T19:13:53.106Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-26T19:13:53.106Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-26T19:13:53.106Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-26T19:13:53.106Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-26T19:13:53.124Z] $ docker stop --time=1 f3eb036cb25dfd88092c2de7df1ae8d4e1d94f560db34c6681b8657d64bd2613 [2020-10-26T19:13:56.084Z] $ docker rm -f f3eb036cb25dfd88092c2de7df1ae8d4e1d94f560db34c6681b8657d64bd2613 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:13:58.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:13:58.122Z] [2020-10-26T19:13:58.122Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:13:58.471Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:13:58.472Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-26T19:13:58.472Z] e7c96db7181b: Pulling fs layer [2020-10-26T19:13:58.472Z] 1868ca2cb446: Pulling fs layer [2020-10-26T19:13:58.472Z] 136be5d0fe8e: Pulling fs layer [2020-10-26T19:13:58.472Z] 894bfe63afcb: Pulling fs layer [2020-10-26T19:13:58.472Z] 894bfe63afcb: Waiting [2020-10-26T19:13:58.472Z] 1868ca2cb446: Verifying Checksum [2020-10-26T19:13:58.472Z] 1868ca2cb446: Download complete [2020-10-26T19:13:58.472Z] 136be5d0fe8e: Download complete [2020-10-26T19:13:58.472Z] e7c96db7181b: Download complete [2020-10-26T19:13:58.733Z] 894bfe63afcb: Download complete [2020-10-26T19:13:58.997Z] e7c96db7181b: Pull complete [2020-10-26T19:13:58.997Z] 1868ca2cb446: Pull complete [2020-10-26T19:13:59.260Z] 136be5d0fe8e: Pull complete [2020-10-26T19:13:59.522Z] 894bfe63afcb: Pull complete [2020-10-26T19:13:59.522Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-26T19:13:59.522Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:13:59.522Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-26T19:13:59.627Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:13:59.675Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:14:00.503Z] $ docker top 60787da03aa7f2c1086371be013b6aee153d7be0fd2101f2f21132ffe00f1399 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:14:01.050Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:14:01.050Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:14:03.776Z] $ docker stop --time=1 60787da03aa7f2c1086371be013b6aee153d7be0fd2101f2f21132ffe00f1399 [2020-10-26T19:14:05.188Z] $ docker rm -f 60787da03aa7f2c1086371be013b6aee153d7be0fd2101f2f21132ffe00f1399 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:14:05.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:14:05.669Z] . [Pipeline] withDockerContainer [2020-10-26T19:14:05.766Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:14:05.848Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:14:06.573Z] $ docker top efed52b3dc9468b22743421cb87544ccf1998b32a1bd772fb2002da3c22483c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:14:07.179Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:14:07.179Z] + tee [2020-10-26T19:14:07.179Z] clair timeout 1m0s [2020-10-26T19:14:07.179Z] docker timeout: 1m0s [2020-10-26T19:14:07.179Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:14:07.859Z] $ docker stop --time=1 efed52b3dc9468b22743421cb87544ccf1998b32a1bd772fb2002da3c22483c1 [2020-10-26T19:14:09.221Z] $ docker rm -f efed52b3dc9468b22743421cb87544ccf1998b32a1bd772fb2002da3c22483c1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:14:09.672Z] + mkdir -p /w/workspace/edgex-go/215/clair-reports [Pipeline] echo [2020-10-26T19:14:09.684Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/215/clair-reports/clair_results_docker-core-command-go_febaae0c9fd73676df4f52fdb547a6dfc7be537e.html [Pipeline] writeFile [Pipeline] step [2020-10-26T19:14:09.737Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:14:10.178Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:14:10.178Z] . [Pipeline] withDockerContainer [2020-10-26T19:14:10.280Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:14:10.330Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:14:10.948Z] $ docker top 9ec0e2f450e6bddb63dec32096d38676f8180ed107b406e105e8cfeddb0d7a3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:14:11.545Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:14:11.545Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:14:17.039Z] $ docker stop --time=1 9ec0e2f450e6bddb63dec32096d38676f8180ed107b406e105e8cfeddb0d7a3a [2020-10-26T19:14:18.384Z] $ docker rm -f 9ec0e2f450e6bddb63dec32096d38676f8180ed107b406e105e8cfeddb0d7a3a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:14:18.908Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:14:18.909Z] . [Pipeline] withDockerContainer [2020-10-26T19:14:19.011Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:14:19.056Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:14:19.721Z] $ docker top 60c90d700ea25da69070c61227511b89de5b0217ac57d03e032dd65294f03a41 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:14:20.297Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:14:20.297Z] + tee [2020-10-26T19:14:20.297Z] clair timeout 1m0s [2020-10-26T19:14:20.297Z] docker timeout: 1m0s [2020-10-26T19:14:20.297Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:14:21.349Z] $ docker stop --time=1 60c90d700ea25da69070c61227511b89de5b0217ac57d03e032dd65294f03a41 [2020-10-26T19:14:23.243Z] $ docker rm -f 60c90d700ea25da69070c61227511b89de5b0217ac57d03e032dd65294f03a41 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:14:23.731Z] + mkdir -p /w/workspace/edgex-go/215/clair-reports [Pipeline] echo [2020-10-26T19:14:23.743Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/215/clair-reports/clair_results_docker-core-data-go_febaae0c9fd73676df4f52fdb547a6dfc7be537e.html [Pipeline] writeFile [Pipeline] step [2020-10-26T19:14:23.798Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:14:24.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:14:24.139Z] . [Pipeline] withDockerContainer [2020-10-26T19:14:24.242Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:14:24.293Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:14:25.041Z] $ docker top 7b813efbd4611e1d2d7d67f4b082701f445e6b22d2685e6affe930f431f901d7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:14:25.672Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:14:25.672Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:14:28.377Z] $ docker stop --time=1 7b813efbd4611e1d2d7d67f4b082701f445e6b22d2685e6affe930f431f901d7 [2020-10-26T19:14:29.754Z] $ docker rm -f 7b813efbd4611e1d2d7d67f4b082701f445e6b22d2685e6affe930f431f901d7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:14:30.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:14:30.241Z] . [Pipeline] withDockerContainer [2020-10-26T19:14:30.337Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:14:30.384Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:14:30.982Z] $ docker top f2ae73f74d708ac03138297d6527a65652ffdd6bd448d485b452e78cca59c316 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:14:31.550Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:14:31.550Z] + tee [2020-10-26T19:14:31.550Z] clair timeout 1m0s [2020-10-26T19:14:31.550Z] docker timeout: 1m0s [2020-10-26T19:14:31.550Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:14:32.222Z] $ docker stop --time=1 f2ae73f74d708ac03138297d6527a65652ffdd6bd448d485b452e78cca59c316 [2020-10-26T19:14:33.560Z] $ docker rm -f f2ae73f74d708ac03138297d6527a65652ffdd6bd448d485b452e78cca59c316 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:14:34.041Z] + mkdir -p /w/workspace/edgex-go/215/clair-reports [Pipeline] echo [2020-10-26T19:14:34.054Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/215/clair-reports/clair_results_docker-core-metadata-go_febaae0c9fd73676df4f52fdb547a6dfc7be537e.html [Pipeline] writeFile [Pipeline] step [2020-10-26T19:14:34.114Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:14:34.454Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:14:34.454Z] . [Pipeline] withDockerContainer [2020-10-26T19:14:34.553Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:14:34.598Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:14:35.284Z] $ docker top cd34998415ecc8427e7a19eb895fee5b1dbd60c46c9b9b6606081e23cb7c85e0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:14:35.833Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:14:35.833Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:14:40.323Z] $ docker stop --time=1 cd34998415ecc8427e7a19eb895fee5b1dbd60c46c9b9b6606081e23cb7c85e0 [2020-10-26T19:14:41.681Z] $ docker rm -f cd34998415ecc8427e7a19eb895fee5b1dbd60c46c9b9b6606081e23cb7c85e0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:14:42.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:14:42.256Z] . [Pipeline] withDockerContainer [2020-10-26T19:14:42.357Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:14:42.403Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:14:43.084Z] $ docker top fd34f3f8a16ee31019a0449b4ecff1116c9dc70aec7401320a87281898bf02a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:14:43.680Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:14:43.680Z] + tee [2020-10-26T19:14:43.680Z] clair timeout 1m0s [2020-10-26T19:14:43.680Z] docker timeout: 1m0s [2020-10-26T19:14:43.680Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:14:44.732Z] $ docker stop --time=1 fd34f3f8a16ee31019a0449b4ecff1116c9dc70aec7401320a87281898bf02a2 [2020-10-26T19:14:46.110Z] $ docker rm -f fd34f3f8a16ee31019a0449b4ecff1116c9dc70aec7401320a87281898bf02a2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:14:46.583Z] + mkdir -p /w/workspace/edgex-go/215/clair-reports [Pipeline] echo [2020-10-26T19:14:46.595Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/215/clair-reports/clair_results_docker-security-proxy-setup-go_febaae0c9fd73676df4f52fdb547a6dfc7be537e.html [Pipeline] writeFile [Pipeline] step [2020-10-26T19:14:46.649Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:14:46.996Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:14:46.996Z] . [Pipeline] withDockerContainer [2020-10-26T19:14:47.100Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:14:47.143Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:14:47.731Z] $ docker top dd5927d68582aa0b449538a9bb11ba2e73ed5ee00cf7575bc8db22917b3bef86 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:14:48.245Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:14:48.245Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:14:56.517Z] $ docker stop --time=1 dd5927d68582aa0b449538a9bb11ba2e73ed5ee00cf7575bc8db22917b3bef86 [2020-10-26T19:14:57.913Z] $ docker rm -f dd5927d68582aa0b449538a9bb11ba2e73ed5ee00cf7575bc8db22917b3bef86 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:14:58.407Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:14:58.407Z] . [Pipeline] withDockerContainer [2020-10-26T19:14:58.512Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:14:58.558Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:14:59.232Z] $ docker top 18e13415063080b415df9096eeee9c7a56dc0af5a82503852a3cc21302efb2e9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:14:59.760Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:14:59.760Z] + tee [2020-10-26T19:14:59.760Z] clair timeout 1m0s [2020-10-26T19:14:59.760Z] docker timeout: 1m0s [2020-10-26T19:14:59.760Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:15:01.248Z] $ docker stop --time=1 18e13415063080b415df9096eeee9c7a56dc0af5a82503852a3cc21302efb2e9 [2020-10-26T19:15:02.727Z] $ docker rm -f 18e13415063080b415df9096eeee9c7a56dc0af5a82503852a3cc21302efb2e9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:15:03.282Z] + mkdir -p /w/workspace/edgex-go/215/clair-reports [Pipeline] echo [2020-10-26T19:15:03.297Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/215/clair-reports/clair_results_docker-security-secrets-setup-go_febaae0c9fd73676df4f52fdb547a6dfc7be537e.html [Pipeline] writeFile [Pipeline] step [2020-10-26T19:15:03.448Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:15:03.819Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:15:03.819Z] . [Pipeline] withDockerContainer [2020-10-26T19:15:03.920Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:15:03.966Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:15:04.747Z] $ docker top 6768d54d7bc1d3a0facb0a572649a6d5226a2d0da0b5464a6774246ee8979a89 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:15:05.282Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:15:05.282Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:15:15.446Z] $ docker stop --time=1 6768d54d7bc1d3a0facb0a572649a6d5226a2d0da0b5464a6774246ee8979a89 [2020-10-26T19:15:16.786Z] $ docker rm -f 6768d54d7bc1d3a0facb0a572649a6d5226a2d0da0b5464a6774246ee8979a89 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:15:17.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:15:17.246Z] . [Pipeline] withDockerContainer [2020-10-26T19:15:17.343Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:15:17.385Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:15:18.022Z] $ docker top a3c8731a4b1634f6c2ac8700b7933e708c8f8f8316d96890cb5474e42ce98df9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:15:18.571Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:15:18.571Z] + tee [2020-10-26T19:15:18.571Z] clair timeout 1m0s [2020-10-26T19:15:18.571Z] docker timeout: 1m0s [2020-10-26T19:15:18.571Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:15:20.062Z] $ docker stop --time=1 a3c8731a4b1634f6c2ac8700b7933e708c8f8f8316d96890cb5474e42ce98df9 [2020-10-26T19:15:21.412Z] $ docker rm -f a3c8731a4b1634f6c2ac8700b7933e708c8f8f8316d96890cb5474e42ce98df9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:15:21.903Z] + mkdir -p /w/workspace/edgex-go/215/clair-reports [Pipeline] echo [2020-10-26T19:15:21.916Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/215/clair-reports/clair_results_docker-security-secretstore-setup-go_febaae0c9fd73676df4f52fdb547a6dfc7be537e.html [Pipeline] writeFile [Pipeline] step [2020-10-26T19:15:21.968Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:15:22.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:15:22.312Z] . [Pipeline] withDockerContainer [2020-10-26T19:15:22.408Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:15:22.449Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:15:23.169Z] $ docker top 4f6cca467d1a576142b9ddfbbf4213c60febc1d0aa7a6b456cec339025ed2799 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:15:23.760Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:15:23.760Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:15:27.207Z] $ docker stop --time=1 4f6cca467d1a576142b9ddfbbf4213c60febc1d0aa7a6b456cec339025ed2799 [2020-10-26T19:15:28.553Z] $ docker rm -f 4f6cca467d1a576142b9ddfbbf4213c60febc1d0aa7a6b456cec339025ed2799 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:15:29.040Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:15:29.040Z] . [Pipeline] withDockerContainer [2020-10-26T19:15:29.136Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:15:29.188Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:15:29.869Z] $ docker top bcf6a79c71021326b8fcd6773d786ac27936b7a3d4825575b347d008b6dccb61 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:15:30.416Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:15:30.416Z] + tee [2020-10-26T19:15:30.416Z] clair timeout 1m0s [2020-10-26T19:15:30.416Z] docker timeout: 1m0s [2020-10-26T19:15:30.416Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:15:31.093Z] $ docker stop --time=1 bcf6a79c71021326b8fcd6773d786ac27936b7a3d4825575b347d008b6dccb61 [2020-10-26T19:15:32.435Z] $ docker rm -f bcf6a79c71021326b8fcd6773d786ac27936b7a3d4825575b347d008b6dccb61 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:15:32.937Z] + mkdir -p /w/workspace/edgex-go/215/clair-reports [Pipeline] echo [2020-10-26T19:15:32.956Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/215/clair-reports/clair_results_docker-support-logging-go_febaae0c9fd73676df4f52fdb547a6dfc7be537e.html [Pipeline] writeFile [Pipeline] step [2020-10-26T19:15:33.012Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:15:33.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:15:33.361Z] . [Pipeline] withDockerContainer [2020-10-26T19:15:33.467Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:15:33.514Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:15:34.142Z] $ docker top ad0b23c2d58fd542aeab9cab84f066652c2223528c39b4d65ee7faf6900a73bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:15:34.748Z] + tee [2020-10-26T19:15:34.748Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:15:40.262Z] $ docker stop --time=1 ad0b23c2d58fd542aeab9cab84f066652c2223528c39b4d65ee7faf6900a73bb [2020-10-26T19:15:41.646Z] $ docker rm -f ad0b23c2d58fd542aeab9cab84f066652c2223528c39b4d65ee7faf6900a73bb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:15:42.144Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:15:42.144Z] . [Pipeline] withDockerContainer [2020-10-26T19:15:42.246Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:15:42.293Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:15:42.980Z] $ docker top 2baa8e5d54ef5e8be120d1ba44c58448856ee0202f877235ae494179a2c50283 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:15:43.502Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:15:43.503Z] + tee [2020-10-26T19:15:43.503Z] clair timeout 1m0s [2020-10-26T19:15:43.503Z] docker timeout: 1m0s [2020-10-26T19:15:43.503Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:15:44.562Z] $ docker stop --time=1 2baa8e5d54ef5e8be120d1ba44c58448856ee0202f877235ae494179a2c50283 [2020-10-26T19:15:45.923Z] $ docker rm -f 2baa8e5d54ef5e8be120d1ba44c58448856ee0202f877235ae494179a2c50283 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:15:46.406Z] + mkdir -p /w/workspace/edgex-go/215/clair-reports [Pipeline] echo [2020-10-26T19:15:46.421Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/215/clair-reports/clair_results_docker-support-notifications-go_febaae0c9fd73676df4f52fdb547a6dfc7be537e.html [Pipeline] writeFile [Pipeline] step [2020-10-26T19:15:46.505Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:15:46.845Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:15:46.845Z] . [Pipeline] withDockerContainer [2020-10-26T19:15:46.946Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:15:46.988Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:15:47.665Z] $ docker top 0f9081f3dc0eff730b698112439b8efd70ccb70cf38d4a4cc3e5410c6e8eb2aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:15:48.211Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:15:48.211Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:15:50.932Z] $ docker stop --time=1 0f9081f3dc0eff730b698112439b8efd70ccb70cf38d4a4cc3e5410c6e8eb2aa [2020-10-26T19:15:52.268Z] $ docker rm -f 0f9081f3dc0eff730b698112439b8efd70ccb70cf38d4a4cc3e5410c6e8eb2aa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:15:52.734Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:15:52.734Z] . [Pipeline] withDockerContainer [2020-10-26T19:15:52.886Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:15:52.930Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:15:53.795Z] $ docker top 1c8a42ff3c3e38741b7f27a78cf35b599d7d48fa1f2be47ac8d67ef9b07873b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:15:54.361Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:15:54.361Z] + tee [2020-10-26T19:15:54.361Z] clair timeout 1m0s [2020-10-26T19:15:54.361Z] docker timeout: 1m0s [2020-10-26T19:15:54.361Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:15:55.043Z] $ docker stop --time=1 1c8a42ff3c3e38741b7f27a78cf35b599d7d48fa1f2be47ac8d67ef9b07873b9 [2020-10-26T19:15:56.372Z] $ docker rm -f 1c8a42ff3c3e38741b7f27a78cf35b599d7d48fa1f2be47ac8d67ef9b07873b9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:15:56.862Z] + mkdir -p /w/workspace/edgex-go/215/clair-reports [Pipeline] echo [2020-10-26T19:15:56.888Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/215/clair-reports/clair_results_docker-support-scheduler-go_febaae0c9fd73676df4f52fdb547a6dfc7be537e.html [Pipeline] writeFile [Pipeline] step [2020-10-26T19:15:56.959Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:15:57.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:15:57.292Z] . [Pipeline] withDockerContainer [2020-10-26T19:15:57.391Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:15:57.436Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:15:58.092Z] $ docker top 3252fe8c91da67ecfa797f301520d420ae409da40ca0ab6fdaac19fc1ea32e6f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:15:58.619Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:15:58.619Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:16:13.732Z] $ docker stop --time=1 3252fe8c91da67ecfa797f301520d420ae409da40ca0ab6fdaac19fc1ea32e6f [2020-10-26T19:16:15.174Z] $ docker rm -f 3252fe8c91da67ecfa797f301520d420ae409da40ca0ab6fdaac19fc1ea32e6f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:16:15.648Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:16:15.649Z] . [Pipeline] withDockerContainer [2020-10-26T19:16:15.772Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:16:15.839Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:16:16.537Z] $ docker top 75348a889ad08fd00feff6dcecec8bcf16182b9e28f8b3479ae456ee656046c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:16:17.075Z] + tee [2020-10-26T19:16:17.075Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:16:17.075Z] clair timeout 1m0s [2020-10-26T19:16:17.075Z] docker timeout: 1m0s [2020-10-26T19:16:17.075Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:16:18.630Z] $ docker stop --time=1 75348a889ad08fd00feff6dcecec8bcf16182b9e28f8b3479ae456ee656046c9 [2020-10-26T19:16:19.970Z] $ docker rm -f 75348a889ad08fd00feff6dcecec8bcf16182b9e28f8b3479ae456ee656046c9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:16:20.545Z] + mkdir -p /w/workspace/edgex-go/215/clair-reports [Pipeline] echo [2020-10-26T19:16:20.560Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/215/clair-reports/clair_results_docker-sys-mgmt-agent-go_febaae0c9fd73676df4f52fdb547a6dfc7be537e.html [Pipeline] writeFile [Pipeline] step [2020-10-26T19:16:20.618Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:16:20.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:16:20.963Z] . [Pipeline] withDockerContainer [2020-10-26T19:16:21.066Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:16:21.121Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:16:21.849Z] $ docker top acc97a9ef8c03197d506d61355b29b0578cf3acfc84f3babf0caf56a7cf0aaba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:16:22.468Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:16:22.468Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:16:25.206Z] $ docker stop --time=1 acc97a9ef8c03197d506d61355b29b0578cf3acfc84f3babf0caf56a7cf0aaba [2020-10-26T19:16:26.548Z] $ docker rm -f acc97a9ef8c03197d506d61355b29b0578cf3acfc84f3babf0caf56a7cf0aaba [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:16:27.124Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:16:27.124Z] . [Pipeline] withDockerContainer [2020-10-26T19:16:27.244Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:16:27.303Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:16:27.959Z] $ docker top 0c43b7dfdb712317d6dc505032a631b43f93fcd12cda68a4dafd075de036dde3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:16:28.806Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:16:28.806Z] + tee [2020-10-26T19:16:28.806Z] clair timeout 1m0s [2020-10-26T19:16:28.806Z] docker timeout: 1m0s [2020-10-26T19:16:28.806Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:16:31.610Z] $ docker stop --time=1 0c43b7dfdb712317d6dc505032a631b43f93fcd12cda68a4dafd075de036dde3 [2020-10-26T19:16:32.997Z] $ docker rm -f 0c43b7dfdb712317d6dc505032a631b43f93fcd12cda68a4dafd075de036dde3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:16:33.514Z] + mkdir -p /w/workspace/edgex-go/215/clair-reports [Pipeline] echo [2020-10-26T19:16:33.532Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/215/clair-reports/clair_results_docker-core-command-go-arm64_febaae0c9fd73676df4f52fdb547a6dfc7be537e.html [Pipeline] writeFile [Pipeline] step [2020-10-26T19:16:33.584Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:16:33.961Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:16:33.961Z] . [Pipeline] withDockerContainer [2020-10-26T19:16:34.074Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:16:34.125Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:16:34.768Z] $ docker top f7244556b81d2bab9f64d8f759f3ec569a80eeac63766fea62db52a04a86a5c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:16:35.288Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:16:35.288Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:16:40.884Z] $ docker stop --time=1 f7244556b81d2bab9f64d8f759f3ec569a80eeac63766fea62db52a04a86a5c0 [2020-10-26T19:16:42.268Z] $ docker rm -f f7244556b81d2bab9f64d8f759f3ec569a80eeac63766fea62db52a04a86a5c0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:16:42.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:16:42.821Z] . [Pipeline] withDockerContainer [2020-10-26T19:16:42.972Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:16:43.065Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:16:43.769Z] $ docker top b06262f1abc0f3b2dfe5f47dc4b28e20b7ea8557bc4aaca61aff43678e021c3d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:16:44.392Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:16:44.392Z] + tee [2020-10-26T19:16:44.392Z] clair timeout 1m0s [2020-10-26T19:16:44.392Z] docker timeout: 1m0s [2020-10-26T19:16:44.392Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:16:45.503Z] $ docker stop --time=1 b06262f1abc0f3b2dfe5f47dc4b28e20b7ea8557bc4aaca61aff43678e021c3d [2020-10-26T19:16:46.847Z] $ docker rm -f b06262f1abc0f3b2dfe5f47dc4b28e20b7ea8557bc4aaca61aff43678e021c3d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:16:47.377Z] + mkdir -p /w/workspace/edgex-go/215/clair-reports [Pipeline] echo [2020-10-26T19:16:47.391Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/215/clair-reports/clair_results_docker-core-data-go-arm64_febaae0c9fd73676df4f52fdb547a6dfc7be537e.html [Pipeline] writeFile [Pipeline] step [2020-10-26T19:16:47.455Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:16:47.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:16:47.823Z] . [Pipeline] withDockerContainer [2020-10-26T19:16:47.923Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:16:47.968Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:16:48.645Z] $ docker top d7b7c0641a5cb00fd251ef753cd918e31f13b566b22421f6138978b9afc74b71 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:16:49.209Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:16:49.209Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:16:51.937Z] $ docker stop --time=1 d7b7c0641a5cb00fd251ef753cd918e31f13b566b22421f6138978b9afc74b71 [2020-10-26T19:16:53.658Z] $ docker rm -f d7b7c0641a5cb00fd251ef753cd918e31f13b566b22421f6138978b9afc74b71 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:16:54.132Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:16:54.132Z] . [Pipeline] withDockerContainer [2020-10-26T19:16:54.272Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:16:54.335Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:16:54.975Z] $ docker top dbcb923966425580b63ee0c95055815061d8e3f1e78f18aa0d693f089eef11af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:16:55.521Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:16:55.521Z] + tee [2020-10-26T19:16:55.521Z] clair timeout 1m0s [2020-10-26T19:16:55.521Z] docker timeout: 1m0s [2020-10-26T19:16:55.521Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:16:56.207Z] $ docker stop --time=1 dbcb923966425580b63ee0c95055815061d8e3f1e78f18aa0d693f089eef11af [2020-10-26T19:16:57.561Z] $ docker rm -f dbcb923966425580b63ee0c95055815061d8e3f1e78f18aa0d693f089eef11af [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:16:58.074Z] + mkdir -p /w/workspace/edgex-go/215/clair-reports [Pipeline] echo [2020-10-26T19:16:58.088Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/215/clair-reports/clair_results_docker-core-metadata-go-arm64_febaae0c9fd73676df4f52fdb547a6dfc7be537e.html [Pipeline] writeFile [Pipeline] step [2020-10-26T19:16:58.149Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:16:58.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:16:58.501Z] . [Pipeline] withDockerContainer [2020-10-26T19:16:58.603Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:16:58.648Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:16:59.318Z] $ docker top 0880310c9a92a172501c6d0f981efc6d3f6be9c2747f431dfab292eb44a44339 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:16:59.860Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:16:59.861Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:17:04.337Z] $ docker stop --time=1 0880310c9a92a172501c6d0f981efc6d3f6be9c2747f431dfab292eb44a44339 [2020-10-26T19:17:05.765Z] $ docker rm -f 0880310c9a92a172501c6d0f981efc6d3f6be9c2747f431dfab292eb44a44339 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:17:06.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:17:06.244Z] . [Pipeline] withDockerContainer [2020-10-26T19:17:06.344Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:17:06.388Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:17:07.083Z] $ docker top 8eca52b18f2f82a3bda7300220f2fef0d45b2fa55d0c739c77939437dbea7015 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:17:07.614Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:17:07.614Z] + tee [2020-10-26T19:17:07.614Z] clair timeout 1m0s [2020-10-26T19:17:07.614Z] docker timeout: 1m0s [2020-10-26T19:17:07.614Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:17:08.667Z] $ docker stop --time=1 8eca52b18f2f82a3bda7300220f2fef0d45b2fa55d0c739c77939437dbea7015 [2020-10-26T19:17:10.050Z] $ docker rm -f 8eca52b18f2f82a3bda7300220f2fef0d45b2fa55d0c739c77939437dbea7015 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:17:10.567Z] + mkdir -p /w/workspace/edgex-go/215/clair-reports [Pipeline] echo [2020-10-26T19:17:10.580Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/215/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_febaae0c9fd73676df4f52fdb547a6dfc7be537e.html [Pipeline] writeFile [Pipeline] step [2020-10-26T19:17:10.655Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:17:11.007Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:17:11.007Z] . [Pipeline] withDockerContainer [2020-10-26T19:17:11.111Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:17:11.160Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:17:11.744Z] $ docker top 8c512c4ae638ca37ce87176584bda3fdecc1adcb589b2d5044cc51ced3cbb3d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:17:12.253Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:17:12.253Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:17:19.103Z] $ docker stop --time=1 8c512c4ae638ca37ce87176584bda3fdecc1adcb589b2d5044cc51ced3cbb3d9 [2020-10-26T19:17:20.457Z] $ docker rm -f 8c512c4ae638ca37ce87176584bda3fdecc1adcb589b2d5044cc51ced3cbb3d9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:17:20.960Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:17:20.960Z] . [Pipeline] withDockerContainer [2020-10-26T19:17:21.057Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:17:21.101Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:17:21.796Z] $ docker top 5e42ed0ed787928a664322168f75a43d3aa6341b37ee032a6ff4a7575f9a8995 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:17:22.327Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e+ [2020-10-26T19:17:22.327Z] tee [2020-10-26T19:17:22.327Z] clair timeout 1m0s [2020-10-26T19:17:22.327Z] docker timeout: 1m0s [2020-10-26T19:17:22.327Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:17:23.830Z] $ docker stop --time=1 5e42ed0ed787928a664322168f75a43d3aa6341b37ee032a6ff4a7575f9a8995 [2020-10-26T19:17:25.236Z] $ docker rm -f 5e42ed0ed787928a664322168f75a43d3aa6341b37ee032a6ff4a7575f9a8995 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:17:25.758Z] + mkdir -p /w/workspace/edgex-go/215/clair-reports [Pipeline] echo [2020-10-26T19:17:25.771Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/215/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_febaae0c9fd73676df4f52fdb547a6dfc7be537e.html [Pipeline] writeFile [Pipeline] step [2020-10-26T19:17:25.833Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:17:26.194Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:17:26.194Z] . [Pipeline] withDockerContainer [2020-10-26T19:17:26.289Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:17:26.332Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:17:27.039Z] $ docker top de3c1a3883c2733c068cc8784c558c16f61f45286f674f36fd5abd46935462a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:17:27.585Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:17:27.585Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:17:35.887Z] $ docker stop --time=1 de3c1a3883c2733c068cc8784c558c16f61f45286f674f36fd5abd46935462a9 [2020-10-26T19:17:37.234Z] $ docker rm -f de3c1a3883c2733c068cc8784c558c16f61f45286f674f36fd5abd46935462a9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:17:37.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:17:37.717Z] . [Pipeline] withDockerContainer [2020-10-26T19:17:37.818Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:17:37.863Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:17:38.434Z] $ docker top 20c469f851fc65fe55a302867ca8b2923b691dcec3165dc0d7c30c2bed432120 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:17:38.973Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:17:38.973Z] + tee [2020-10-26T19:17:38.973Z] clair timeout 1m0s [2020-10-26T19:17:38.973Z] docker timeout: 1m0s [2020-10-26T19:17:38.973Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:17:40.487Z] $ docker stop --time=1 20c469f851fc65fe55a302867ca8b2923b691dcec3165dc0d7c30c2bed432120 [2020-10-26T19:17:41.851Z] $ docker rm -f 20c469f851fc65fe55a302867ca8b2923b691dcec3165dc0d7c30c2bed432120 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:17:42.374Z] + mkdir -p /w/workspace/edgex-go/215/clair-reports [Pipeline] echo [2020-10-26T19:17:42.387Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/215/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_febaae0c9fd73676df4f52fdb547a6dfc7be537e.html [Pipeline] writeFile [Pipeline] step [2020-10-26T19:17:42.442Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:17:42.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:17:42.823Z] . [Pipeline] withDockerContainer [2020-10-26T19:17:42.920Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:17:42.965Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:17:43.663Z] $ docker top d35c720cea6c6042d5c3ee8f6036a231c08d75a5819d44e62dd484e36280416e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:17:44.214Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:17:44.214Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:17:47.679Z] $ docker stop --time=1 d35c720cea6c6042d5c3ee8f6036a231c08d75a5819d44e62dd484e36280416e [2020-10-26T19:17:49.017Z] $ docker rm -f d35c720cea6c6042d5c3ee8f6036a231c08d75a5819d44e62dd484e36280416e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:17:49.516Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:17:49.516Z] . [Pipeline] withDockerContainer [2020-10-26T19:17:49.608Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:17:49.652Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:17:50.336Z] $ docker top 0df73b697cd35a1e77a81a07fe0659879a391bd09a45d45824d0905ca59a23d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:17:50.919Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:17:50.919Z] + tee [2020-10-26T19:17:50.919Z] clair timeout 1m0s [2020-10-26T19:17:50.919Z] docker timeout: 1m0s [2020-10-26T19:17:50.919Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:17:51.608Z] $ docker stop --time=1 0df73b697cd35a1e77a81a07fe0659879a391bd09a45d45824d0905ca59a23d1 [2020-10-26T19:17:52.988Z] $ docker rm -f 0df73b697cd35a1e77a81a07fe0659879a391bd09a45d45824d0905ca59a23d1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:17:53.483Z] + mkdir -p /w/workspace/edgex-go/215/clair-reports [Pipeline] echo [2020-10-26T19:17:53.496Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/215/clair-reports/clair_results_docker-support-logging-go-arm64_febaae0c9fd73676df4f52fdb547a6dfc7be537e.html [Pipeline] writeFile [Pipeline] step [2020-10-26T19:17:53.615Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:17:53.965Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:17:53.965Z] . [Pipeline] withDockerContainer [2020-10-26T19:17:54.056Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:17:54.100Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:17:54.693Z] $ docker top e179262a93c797a11d3725aa7db4c499ad0d993d8c3a2eba37fd7f6bbcc5760e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:17:55.245Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:17:55.245Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:18:00.741Z] $ docker stop --time=1 e179262a93c797a11d3725aa7db4c499ad0d993d8c3a2eba37fd7f6bbcc5760e [2020-10-26T19:18:02.132Z] $ docker rm -f e179262a93c797a11d3725aa7db4c499ad0d993d8c3a2eba37fd7f6bbcc5760e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:18:02.680Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:18:02.680Z] . [Pipeline] withDockerContainer [2020-10-26T19:18:02.778Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:18:02.834Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:18:03.511Z] $ docker top 7c3bb2430f31c51abb27cd366d0daab0d47b3d1644f6805bc726d8dc155d0f3f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:18:04.053Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:18:04.053Z] + tee [2020-10-26T19:18:04.053Z] clair timeout 1m0s [2020-10-26T19:18:04.053Z] docker timeout: 1m0s [2020-10-26T19:18:04.053Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:18:05.122Z] $ docker stop --time=1 7c3bb2430f31c51abb27cd366d0daab0d47b3d1644f6805bc726d8dc155d0f3f [2020-10-26T19:18:06.456Z] $ docker rm -f 7c3bb2430f31c51abb27cd366d0daab0d47b3d1644f6805bc726d8dc155d0f3f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:18:06.928Z] + mkdir -p /w/workspace/edgex-go/215/clair-reports [Pipeline] echo [2020-10-26T19:18:06.942Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/215/clair-reports/clair_results_docker-support-notifications-go-arm64_febaae0c9fd73676df4f52fdb547a6dfc7be537e.html [Pipeline] writeFile [Pipeline] step [2020-10-26T19:18:06.999Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:18:07.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:18:07.356Z] . [Pipeline] withDockerContainer [2020-10-26T19:18:07.454Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:18:07.496Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:18:08.115Z] $ docker top 8510f8d51fa8939467551254a74442d05ec51a87069b55313036ba5522fd5f57 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:18:08.652Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:18:08.652Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:18:11.373Z] $ docker stop --time=1 8510f8d51fa8939467551254a74442d05ec51a87069b55313036ba5522fd5f57 [2020-10-26T19:18:12.756Z] $ docker rm -f 8510f8d51fa8939467551254a74442d05ec51a87069b55313036ba5522fd5f57 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:18:13.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:18:13.234Z] . [Pipeline] withDockerContainer [2020-10-26T19:18:13.334Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:18:13.381Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:18:14.041Z] $ docker top 772f58390588ab924095d176df24377be363ea96783f439ece384a375bb80f37 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:18:14.603Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:18:14.603Z] + tee [2020-10-26T19:18:14.603Z] clair timeout 1m0s [2020-10-26T19:18:14.603Z] docker timeout: 1m0s [2020-10-26T19:18:14.603Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:18:15.296Z] $ docker stop --time=1 772f58390588ab924095d176df24377be363ea96783f439ece384a375bb80f37 [2020-10-26T19:18:16.646Z] $ docker rm -f 772f58390588ab924095d176df24377be363ea96783f439ece384a375bb80f37 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:18:17.096Z] + mkdir -p /w/workspace/edgex-go/215/clair-reports [Pipeline] echo [2020-10-26T19:18:17.109Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/215/clair-reports/clair_results_docker-support-scheduler-go-arm64_febaae0c9fd73676df4f52fdb547a6dfc7be537e.html [Pipeline] writeFile [Pipeline] step [2020-10-26T19:18:17.164Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:18:17.551Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:18:17.551Z] . [Pipeline] withDockerContainer [2020-10-26T19:18:17.654Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:18:17.699Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:18:18.283Z] $ docker top b0fa175271b35320f1a5344b7cf9862a43592d576c72f43fa86c08a028451cf2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:18:18.793Z] + tee [2020-10-26T19:18:18.793Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:18:33.931Z] $ docker stop --time=1 b0fa175271b35320f1a5344b7cf9862a43592d576c72f43fa86c08a028451cf2 [2020-10-26T19:18:35.315Z] $ docker rm -f b0fa175271b35320f1a5344b7cf9862a43592d576c72f43fa86c08a028451cf2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:18:35.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T19:18:35.820Z] . [Pipeline] withDockerContainer [2020-10-26T19:18:35.918Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:18:35.961Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:18:36.674Z] $ docker top f0b00b710c875d6ea0a000d8614b4b732e365f8f2a6eb76ac5a288771485a2c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T19:18:37.216Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:febaae0c9fd73676df4f52fdb547a6dfc7be537e [2020-10-26T19:18:37.216Z] + tee [2020-10-26T19:18:37.216Z] clair timeout 1m0s [2020-10-26T19:18:37.216Z] docker timeout: 1m0s [2020-10-26T19:18:37.216Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T19:18:38.717Z] $ docker stop --time=1 f0b00b710c875d6ea0a000d8614b4b732e365f8f2a6eb76ac5a288771485a2c9 [2020-10-26T19:18:40.064Z] $ docker rm -f f0b00b710c875d6ea0a000d8614b4b732e365f8f2a6eb76ac5a288771485a2c9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T19:18:40.548Z] + mkdir -p /w/workspace/edgex-go/215/clair-reports [Pipeline] echo [2020-10-26T19:18:40.561Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/215/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_febaae0c9fd73676df4f52fdb547a6dfc7be537e.html [Pipeline] writeFile [Pipeline] step [2020-10-26T19:18:40.619Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-26T19:18:41.279Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-26T19:18:41.333Z] provisioning config files... [2020-10-26T19:18:41.342Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/215@tmp/config8203696653457338699tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-26T19:18:41.718Z] --> edgex-publish-swagger.sh [2020-10-26T19:18:41.718Z] === Publish openapi/v1 API === [2020-10-26T19:18:41.718Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-26T19:18:41.718Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-26T19:18:41.718Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T19:18:41.718Z] Dload Upload Total Spent Left Speed [2020-10-26T19:18:43.106Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9098 0:00:01 0:00:01 --:--:-- 9109 100 10521 0 0 100 10521 0 9097 0:00:01 0:00:01 --:--:-- 9109 [2020-10-26T19:18:43.106Z] [2020-10-26T19:18:43.106Z] [2020-10-26T19:18:43.106Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-26T19:18:43.106Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T19:18:43.106Z] Dload Upload Total Spent Left Speed [2020-10-26T19:18:44.048Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28235 0:00:01 0:00:01 --:--:-- 28260 [2020-10-26T19:18:44.048Z] [2020-10-26T19:18:44.048Z] [2020-10-26T19:18:44.048Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-26T19:18:44.048Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T19:18:44.049Z] Dload Upload Total Spent Left Speed [2020-10-26T19:18:44.994Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 71585 0:00:01 0:00:01 --:--:-- 71642 100 73720 0 0 100 73720 0 71572 0:00:01 0:00:01 --:--:-- 71642 [2020-10-26T19:18:44.994Z] [2020-10-26T19:18:44.994Z] [2020-10-26T19:18:44.994Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-26T19:18:44.994Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T19:18:44.994Z] Dload Upload Total Spent Left Speed [2020-10-26T19:18:46.376Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11929 0:00:01 0:00:01 --:--:-- 11933 100 13580 0 0 100 13580 0 11927 0:00:01 0:00:01 --:--:-- 11933 [2020-10-26T19:18:46.376Z] [2020-10-26T19:18:46.376Z] [2020-10-26T19:18:46.376Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-26T19:18:46.376Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T19:18:46.376Z] Dload Upload Total Spent Left Speed [2020-10-26T19:18:47.316Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 35918 0:00:01 0:00:01 --:--:-- 35941 100 38889 0 0 100 38889 0 35913 0:00:01 0:00:01 --:--:-- 35941 [2020-10-26T19:18:47.316Z] [2020-10-26T19:18:47.316Z] [2020-10-26T19:18:47.316Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-26T19:18:47.316Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T19:18:47.316Z] Dload Upload Total Spent Left Speed [2020-10-26T19:18:48.258Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13395 0:00:01 0:00:01 --:--:-- 13403 100 14248 0 0 100 14248 0 13392 0:00:01 0:00:01 --:--:-- 13403 [2020-10-26T19:18:48.258Z] [2020-10-26T19:18:48.258Z] [2020-10-26T19:18:48.520Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-26T19:18:48.520Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T19:18:48.520Z] Dload Upload Total Spent Left Speed [2020-10-26T19:18:49.462Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3928 0:00:01 0:00:01 --:--:-- 3932 100 4109 0 0 100 4109 0 3927 0:00:01 0:00:01 --:--:-- 3932 [2020-10-26T19:18:49.462Z] [2020-10-26T19:18:49.462Z] [2020-10-26T19:18:49.462Z] === Publish openapi/v2 API === [2020-10-26T19:18:49.462Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-26T19:18:49.462Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-26T19:18:49.462Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T19:18:49.462Z] Dload Upload Total Spent Left Speed [2020-10-26T19:18:50.849Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 27152 0:00:01 0:00:01 --:--:-- 27171 100 29535 0 0 100 29535 0 27149 0:00:01 0:00:01 --:--:-- 27171 [2020-10-26T19:18:50.849Z] [2020-10-26T19:18:50.849Z] [2020-10-26T19:18:50.849Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-26T19:18:50.849Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T19:18:50.849Z] Dload Upload Total Spent Left Speed [2020-10-26T19:18:51.794Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65634 0 0 100 65634 0 60647 0:00:01 0:00:01 --:--:-- 60659 100 65634 0 0 100 65634 0 60638 0:00:01 0:00:01 --:--:-- 60659 [2020-10-26T19:18:51.794Z] [2020-10-26T19:18:51.794Z] [2020-10-26T19:18:51.794Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-26T19:18:51.794Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T19:18:51.794Z] Dload Upload Total Spent Left Speed [2020-10-26T19:18:52.775Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 112k 0:00:01 0:00:01 --:--:-- 112k 100 119k 0 0 100 119k 0 112k 0:00:01 0:00:01 --:--:-- 112k [2020-10-26T19:18:52.775Z] [2020-10-26T19:18:52.775Z] [2020-10-26T19:18:52.775Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-26T19:18:52.775Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T19:18:52.775Z] Dload Upload Total Spent Left Speed [2020-10-26T19:18:53.721Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 22721 0:00:01 0:00:01 --:--:-- 22736 100 23691 0 0 100 23691 0 22718 0:00:01 0:00:01 --:--:-- 22736 [2020-10-26T19:18:53.721Z] [2020-10-26T19:18:53.721Z] [2020-10-26T19:18:53.721Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-26T19:18:53.721Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T19:18:53.721Z] Dload Upload Total Spent Left Speed [2020-10-26T19:18:55.106Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 56825 0:00:01 0:00:01 --:--:-- 56836 100 62691 0 0 100 62691 0 56815 0:00:01 0:00:01 --:--:-- 56836 [2020-10-26T19:18:55.106Z] [2020-10-26T19:18:55.106Z] [2020-10-26T19:18:55.106Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-26T19:18:55.106Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T19:18:55.106Z] Dload Upload Total Spent Left Speed [2020-10-26T19:18:56.309Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 39498 0:00:01 0:00:01 --:--:-- 39485 100 46198 0 0 100 46198 0 35775 0:00:01 0:00:01 --:--:-- 35756 [2020-10-26T19:18:56.309Z] [2020-10-26T19:18:56.309Z] [2020-10-26T19:18:56.309Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-26T19:18:56.309Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T19:18:56.309Z] Dload Upload Total Spent Left Speed [2020-10-26T19:18:57.254Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 22654 0:00:01 0:00:01 --:--:-- 22659 100 23725 0 0 100 23725 0 22651 0:00:01 0:00:01 --:--:-- 22659 [2020-10-26T19:18:57.254Z] [2020-10-26T19:18:57.254Z] [Pipeline] } [2020-10-26T19:18:57.264Z] 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-26T19:18:58.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T19:18:58.169Z] . [Pipeline] withDockerContainer [2020-10-26T19:18:58.264Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:18:58.308Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:18:59.118Z] $ docker top 8d5c37aa60a2a4734f4026338130cc216bffa9659216ed8cb2b7456e356b65ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T19:18:59.440Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T19:18:59.440Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T19:18:59.655Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T19:18:59.660Z] $ docker exec 8d5c37aa60a2a4734f4026338130cc216bffa9659216ed8cb2b7456e356b65ab ssh-agent [2020-10-26T19:18:59.845Z] SSH_AUTH_SOCK=/tmp/ssh-p9UVrMhZagtU/agent.11 [2020-10-26T19:18:59.845Z] SSH_AGENT_PID=17 [2020-10-26T19:18:59.852Z] Running ssh-add (command line suppressed) [2020-10-26T19:18:59.991Z] Identity added: /w/workspace/edgex-go/215@tmp/private_key_7760742747560347433.key (/w/workspace/edgex-go/215@tmp/private_key_7760742747560347433.key) [2020-10-26T19:19:00.047Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T19:19:00.378Z] + git semver tag [2020-10-26T19:19:00.641Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T19:19:00.641Z] # $GIT_DIR = /w/workspace/edgex-go/215/.git [2020-10-26T19:19:00.641Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/215 [2020-10-26T19:19:00.641Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T19:19:00.641Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T19:19:00.641Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T19:19:00.641Z] # $SEMVER_BRANCH = master [2020-10-26T19:19:00.641Z] # $SEMVER_DIR = /w/workspace/edgex-go/215/.semver [2020-10-26T19:19:00.641Z] # febaae0c9fd73676df4f52fdb547a6dfc7be537e HEAD [2020-10-26T19:19:00.901Z] # -> Force: false [2020-10-26T19:19:00.901Z] # bade8757704bb3e2e927d052751071eab0270081 refs/tags/v1.2.2-dev.99 [Pipeline] } [2020-10-26T19:19:00.913Z] $ docker exec --env ******** --env ******** 8d5c37aa60a2a4734f4026338130cc216bffa9659216ed8cb2b7456e356b65ab ssh-agent -k [2020-10-26T19:19:01.033Z] unset SSH_AUTH_SOCK; [2020-10-26T19:19:01.033Z] unset SSH_AGENT_PID; [2020-10-26T19:19:01.033Z] echo Agent pid 17 killed; [2020-10-26T19:19:01.082Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T19:19:01.564Z] + git semver [Pipeline] } [2020-10-26T19:19:01.583Z] $ docker stop --time=1 8d5c37aa60a2a4734f4026338130cc216bffa9659216ed8cb2b7456e356b65ab [2020-10-26T19:19:02.925Z] $ docker rm -f 8d5c37aa60a2a4734f4026338130cc216bffa9659216ed8cb2b7456e356b65ab [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:19:03.544Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T19:19:03.544Z] [2020-10-26T19:19:03.544Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:19:03.923Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T19:19:03.923Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-26T19:19:03.923Z] ab5ef0e58194: Pulling fs layer [2020-10-26T19:19:03.923Z] 9712f1f96733: Pulling fs layer [2020-10-26T19:19:03.923Z] 63f879dbbcfc: Pulling fs layer [2020-10-26T19:19:03.923Z] 0d9ebad4ef96: Pulling fs layer [2020-10-26T19:19:03.923Z] e9a5061849ea: Pulling fs layer [2020-10-26T19:19:03.923Z] d747dcd14b5f: Pulling fs layer [2020-10-26T19:19:03.923Z] 2de7ff778b66: Pulling fs layer [2020-10-26T19:19:03.923Z] e9a5061849ea: Waiting [2020-10-26T19:19:03.923Z] d747dcd14b5f: Waiting [2020-10-26T19:19:03.923Z] 2de7ff778b66: Waiting [2020-10-26T19:19:03.923Z] 0d9ebad4ef96: Waiting [2020-10-26T19:19:03.923Z] 9712f1f96733: Download complete [2020-10-26T19:19:05.855Z] 63f879dbbcfc: Verifying Checksum [2020-10-26T19:19:05.855Z] 63f879dbbcfc: Download complete [2020-10-26T19:19:05.855Z] e9a5061849ea: Verifying Checksum [2020-10-26T19:19:05.855Z] e9a5061849ea: Download complete [2020-10-26T19:19:06.438Z] 2de7ff778b66: Verifying Checksum [2020-10-26T19:19:06.438Z] 2de7ff778b66: Download complete [2020-10-26T19:19:06.438Z] 0d9ebad4ef96: Download complete [2020-10-26T19:19:06.699Z] ab5ef0e58194: Verifying Checksum [2020-10-26T19:19:06.699Z] ab5ef0e58194: Download complete [2020-10-26T19:19:12.024Z] ab5ef0e58194: Pull complete [2020-10-26T19:19:12.024Z] 9712f1f96733: Pull complete [2020-10-26T19:19:14.579Z] 63f879dbbcfc: Pull complete [2020-10-26T19:19:21.263Z] 0d9ebad4ef96: Pull complete [2020-10-26T19:19:23.888Z] e9a5061849ea: Pull complete [2020-10-26T19:19:24.151Z] d747dcd14b5f: Pull complete [2020-10-26T19:19:25.547Z] 2de7ff778b66: Pull complete [2020-10-26T19:19:25.547Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-26T19:19:25.547Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T19:19:25.547Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-26T19:19:25.718Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:19:25.763Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:19:29.232Z] $ docker top e92e72d92cfe3400b1301f7ad58e85bbaa08afac2ce095498608b858fbc89a27 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-26T19:19:29.504Z] provisioning config files... [2020-10-26T19:19:29.517Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/215@tmp/config1067347554137172244tmp [2020-10-26T19:19:29.533Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/215@tmp/config5641805914118827371tmp [2020-10-26T19:19:29.546Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/215@tmp/config2613787978487026065tmp [Pipeline] { [Pipeline] echo [2020-10-26T19:19:29.604Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T19:19:29.896Z] ---> sigul-configuration.sh [2020-10-26T19:19:29.896Z] gpg: directory `/root/.gnupg' created [2020-10-26T19:19:29.896Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-26T19:19:29.896Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-26T19:19:29.896Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-26T19:19:29.896Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-26T19:19:29.896Z] gpg: CAST5 encrypted data [2020-10-26T19:19:30.158Z] gpg: encrypted with 1 passphrase [2020-10-26T19:19:30.158Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-26T19:19:30.451Z] + mkdir /home/jenkins [2020-10-26T19:19:30.451Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-26T19:19:30.744Z] + 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-26T19:19:30.755Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T19:19:31.086Z] ---> sigul-install.sh [2020-10-26T19:19:36.374Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-26T19:19:36.675Z] + git tag --list [2020-10-26T19:19:36.675Z] 0.6.0 [2020-10-26T19:19:36.675Z] 0.6.1 [2020-10-26T19:19:36.675Z] 0.7.0 [2020-10-26T19:19:36.675Z] 0.7.1 [2020-10-26T19:19:36.675Z] v1.0.0 [2020-10-26T19:19:36.675Z] v1.0.1 [2020-10-26T19:19:36.675Z] v1.1.0 [2020-10-26T19:19:36.675Z] v1.2.0 [2020-10-26T19:19:36.675Z] v1.2.1 [2020-10-26T19:19:36.675Z] v1.2.2-dev.1 [2020-10-26T19:19:36.675Z] v1.2.2-dev.10 [2020-10-26T19:19:36.675Z] v1.2.2-dev.11 [2020-10-26T19:19:36.676Z] v1.2.2-dev.12 [2020-10-26T19:19:36.676Z] v1.2.2-dev.13 [2020-10-26T19:19:36.676Z] v1.2.2-dev.14 [2020-10-26T19:19:36.676Z] v1.2.2-dev.15 [2020-10-26T19:19:36.676Z] v1.2.2-dev.16 [2020-10-26T19:19:36.676Z] v1.2.2-dev.17 [2020-10-26T19:19:36.676Z] v1.2.2-dev.18 [2020-10-26T19:19:36.676Z] v1.2.2-dev.19 [2020-10-26T19:19:36.676Z] v1.2.2-dev.2 [2020-10-26T19:19:36.676Z] v1.2.2-dev.20 [2020-10-26T19:19:36.676Z] v1.2.2-dev.21 [2020-10-26T19:19:36.676Z] v1.2.2-dev.22 [2020-10-26T19:19:36.676Z] v1.2.2-dev.23 [2020-10-26T19:19:36.676Z] v1.2.2-dev.24 [2020-10-26T19:19:36.676Z] v1.2.2-dev.25 [2020-10-26T19:19:36.676Z] v1.2.2-dev.26 [2020-10-26T19:19:36.676Z] v1.2.2-dev.27 [2020-10-26T19:19:36.676Z] v1.2.2-dev.28 [2020-10-26T19:19:36.676Z] v1.2.2-dev.29 [2020-10-26T19:19:36.676Z] v1.2.2-dev.3 [2020-10-26T19:19:36.676Z] v1.2.2-dev.30 [2020-10-26T19:19:36.676Z] v1.2.2-dev.31 [2020-10-26T19:19:36.676Z] v1.2.2-dev.32 [2020-10-26T19:19:36.676Z] v1.2.2-dev.33 [2020-10-26T19:19:36.676Z] v1.2.2-dev.34 [2020-10-26T19:19:36.676Z] v1.2.2-dev.35 [2020-10-26T19:19:36.676Z] v1.2.2-dev.36 [2020-10-26T19:19:36.676Z] v1.2.2-dev.37 [2020-10-26T19:19:36.676Z] v1.2.2-dev.38 [2020-10-26T19:19:36.676Z] v1.2.2-dev.39 [2020-10-26T19:19:36.676Z] v1.2.2-dev.4 [2020-10-26T19:19:36.676Z] v1.2.2-dev.40 [2020-10-26T19:19:36.676Z] v1.2.2-dev.41 [2020-10-26T19:19:36.676Z] v1.2.2-dev.42 [2020-10-26T19:19:36.676Z] v1.2.2-dev.43 [2020-10-26T19:19:36.676Z] v1.2.2-dev.44 [2020-10-26T19:19:36.676Z] v1.2.2-dev.45 [2020-10-26T19:19:36.676Z] v1.2.2-dev.46 [2020-10-26T19:19:36.676Z] v1.2.2-dev.47 [2020-10-26T19:19:36.676Z] v1.2.2-dev.48 [2020-10-26T19:19:36.676Z] v1.2.2-dev.49 [2020-10-26T19:19:36.676Z] v1.2.2-dev.5 [2020-10-26T19:19:36.676Z] v1.2.2-dev.50 [2020-10-26T19:19:36.676Z] v1.2.2-dev.51 [2020-10-26T19:19:36.676Z] v1.2.2-dev.52 [2020-10-26T19:19:36.676Z] v1.2.2-dev.53 [2020-10-26T19:19:36.676Z] v1.2.2-dev.54 [2020-10-26T19:19:36.676Z] v1.2.2-dev.55 [2020-10-26T19:19:36.676Z] v1.2.2-dev.56 [2020-10-26T19:19:36.676Z] v1.2.2-dev.57 [2020-10-26T19:19:36.676Z] v1.2.2-dev.58 [2020-10-26T19:19:36.676Z] v1.2.2-dev.59 [2020-10-26T19:19:36.676Z] v1.2.2-dev.6 [2020-10-26T19:19:36.676Z] v1.2.2-dev.60 [2020-10-26T19:19:36.676Z] v1.2.2-dev.61 [2020-10-26T19:19:36.676Z] v1.2.2-dev.62 [2020-10-26T19:19:36.676Z] v1.2.2-dev.63 [2020-10-26T19:19:36.676Z] v1.2.2-dev.64 [2020-10-26T19:19:36.676Z] v1.2.2-dev.65 [2020-10-26T19:19:36.676Z] v1.2.2-dev.66 [2020-10-26T19:19:36.676Z] v1.2.2-dev.67 [2020-10-26T19:19:36.676Z] v1.2.2-dev.68 [2020-10-26T19:19:36.676Z] v1.2.2-dev.69 [2020-10-26T19:19:36.676Z] v1.2.2-dev.7 [2020-10-26T19:19:36.676Z] v1.2.2-dev.70 [2020-10-26T19:19:36.676Z] v1.2.2-dev.71 [2020-10-26T19:19:36.676Z] v1.2.2-dev.72 [2020-10-26T19:19:36.676Z] v1.2.2-dev.73 [2020-10-26T19:19:36.676Z] v1.2.2-dev.74 [2020-10-26T19:19:36.676Z] v1.2.2-dev.75 [2020-10-26T19:19:36.676Z] v1.2.2-dev.76 [2020-10-26T19:19:36.676Z] v1.2.2-dev.77 [2020-10-26T19:19:36.676Z] v1.2.2-dev.78 [2020-10-26T19:19:36.676Z] v1.2.2-dev.79 [2020-10-26T19:19:36.676Z] v1.2.2-dev.8 [2020-10-26T19:19:36.676Z] v1.2.2-dev.80 [2020-10-26T19:19:36.676Z] v1.2.2-dev.81 [2020-10-26T19:19:36.676Z] v1.2.2-dev.82 [2020-10-26T19:19:36.676Z] v1.2.2-dev.83 [2020-10-26T19:19:36.676Z] v1.2.2-dev.84 [2020-10-26T19:19:36.676Z] v1.2.2-dev.85 [2020-10-26T19:19:36.676Z] v1.2.2-dev.86 [2020-10-26T19:19:36.676Z] v1.2.2-dev.87 [2020-10-26T19:19:36.676Z] v1.2.2-dev.88 [2020-10-26T19:19:36.676Z] v1.2.2-dev.89 [2020-10-26T19:19:36.676Z] v1.2.2-dev.9 [2020-10-26T19:19:36.676Z] v1.2.2-dev.90 [2020-10-26T19:19:36.676Z] v1.2.2-dev.91 [2020-10-26T19:19:36.676Z] v1.2.2-dev.92 [2020-10-26T19:19:36.676Z] v1.2.2-dev.93 [2020-10-26T19:19:36.676Z] v1.2.2-dev.94 [2020-10-26T19:19:36.676Z] v1.2.2-dev.95 [2020-10-26T19:19:36.676Z] v1.2.2-dev.96 [2020-10-26T19:19:36.676Z] v1.2.2-dev.97 [2020-10-26T19:19:36.676Z] v1.2.2-dev.98 [2020-10-26T19:19:36.676Z] v1.2.2-dev.99 [Pipeline] sh [2020-10-26T19:19:36.970Z] + lftools sign git-tag v1.2.2-dev.99 [2020-10-26T19:19:38.355Z] Signing Git tag with Sigul... [2020-10-26T19:19:38.355Z] Signing v1.2.2-dev.99 [Pipeline] echo [2020-10-26T19:19:39.308Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T19:19:39.600Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-26T19:19:39.609Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-26T19:19:39.715Z] $ docker stop --time=1 e92e72d92cfe3400b1301f7ad58e85bbaa08afac2ce095498608b858fbc89a27 [2020-10-26T19:19:41.726Z] $ docker rm -f e92e72d92cfe3400b1301f7ad58e85bbaa08afac2ce095498608b858fbc89a27 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:19:42.593Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T19:19:42.593Z] . [Pipeline] withDockerContainer [2020-10-26T19:19:42.690Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:19:42.735Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:19:43.518Z] $ docker top 112a68106ffe4fefdc45fcbc91d1352f19b90ac47c8115266f9a653fe104d34e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T19:19:43.860Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T19:19:43.860Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T19:19:44.089Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T19:19:44.094Z] $ docker exec 112a68106ffe4fefdc45fcbc91d1352f19b90ac47c8115266f9a653fe104d34e ssh-agent [2020-10-26T19:19:44.285Z] SSH_AUTH_SOCK=/tmp/ssh-87yGMf9iEcDV/agent.12 [2020-10-26T19:19:44.285Z] SSH_AGENT_PID=18 [2020-10-26T19:19:44.293Z] Running ssh-add (command line suppressed) [2020-10-26T19:19:44.433Z] Identity added: /w/workspace/edgex-go/215@tmp/private_key_736449076000390112.key (/w/workspace/edgex-go/215@tmp/private_key_736449076000390112.key) [2020-10-26T19:19:44.499Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T19:19:44.855Z] + git semver bump pre [2020-10-26T19:19:44.855Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T19:19:44.855Z] # $GIT_DIR = /w/workspace/edgex-go/215/.git [2020-10-26T19:19:44.855Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/215 [2020-10-26T19:19:44.855Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T19:19:44.855Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T19:19:44.855Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T19:19:44.855Z] # $SEMVER_BRANCH = master [2020-10-26T19:19:44.855Z] # $SEMVER_DIR = /w/workspace/edgex-go/215/.semver [2020-10-26T19:19:44.855Z] 1.2.2-dev.100 [Pipeline] } [2020-10-26T19:19:44.868Z] $ docker exec --env ******** --env ******** 112a68106ffe4fefdc45fcbc91d1352f19b90ac47c8115266f9a653fe104d34e ssh-agent -k [2020-10-26T19:19:44.991Z] unset SSH_AUTH_SOCK; [2020-10-26T19:19:44.991Z] unset SSH_AGENT_PID; [2020-10-26T19:19:44.991Z] echo Agent pid 18 killed; [2020-10-26T19:19:45.044Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T19:19:45.533Z] + git semver [Pipeline] } [2020-10-26T19:19:45.552Z] $ docker stop --time=1 112a68106ffe4fefdc45fcbc91d1352f19b90ac47c8115266f9a653fe104d34e [2020-10-26T19:19:46.913Z] $ docker rm -f 112a68106ffe4fefdc45fcbc91d1352f19b90ac47c8115266f9a653fe104d34e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:19:47.448Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T19:19:47.448Z] . [Pipeline] withDockerContainer [2020-10-26T19:19:47.552Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:19:47.599Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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:19:48.236Z] $ docker top 9bfe856bedffd80e20acca11f764deecd815a621ef592de02a90b06859efd876 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T19:19:48.542Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T19:19:48.542Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T19:19:48.729Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T19:19:48.734Z] $ docker exec 9bfe856bedffd80e20acca11f764deecd815a621ef592de02a90b06859efd876 ssh-agent [2020-10-26T19:19:48.899Z] SSH_AUTH_SOCK=/tmp/ssh-k8PmQ6f8OR0f/agent.12 [2020-10-26T19:19:48.899Z] SSH_AGENT_PID=18 [2020-10-26T19:19:48.906Z] Running ssh-add (command line suppressed) [2020-10-26T19:19:49.042Z] Identity added: /w/workspace/edgex-go/215@tmp/private_key_798970202173137633.key (/w/workspace/edgex-go/215@tmp/private_key_798970202173137633.key) [2020-10-26T19:19:49.095Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T19:19:49.433Z] + git semver push [2020-10-26T19:19:49.433Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T19:19:49.433Z] # $GIT_DIR = /w/workspace/edgex-go/215/.git [2020-10-26T19:19:49.433Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/215 [2020-10-26T19:19:49.433Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T19:19:49.433Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T19:19:49.433Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T19:19:49.433Z] # $SEMVER_BRANCH = master [2020-10-26T19:19:49.433Z] # $SEMVER_DIR = /w/workspace/edgex-go/215/.semver [Pipeline] } [2020-10-26T19:19:59.451Z] $ docker exec --env ******** --env ******** 9bfe856bedffd80e20acca11f764deecd815a621ef592de02a90b06859efd876 ssh-agent -k [2020-10-26T19:19:59.640Z] unset SSH_AUTH_SOCK; [2020-10-26T19:19:59.640Z] unset SSH_AGENT_PID; [2020-10-26T19:19:59.640Z] echo Agent pid 18 killed; [2020-10-26T19:19:59.709Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T19:20:00.266Z] + git semver [Pipeline] } [2020-10-26T19:20:00.284Z] $ docker stop --time=1 9bfe856bedffd80e20acca11f764deecd815a621ef592de02a90b06859efd876 [2020-10-26T19:20:01.675Z] $ docker rm -f 9bfe856bedffd80e20acca11f764deecd815a621ef592de02a90b06859efd876 [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-26T19:20:02.772Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T19:20:03.409Z] ---> package-listing.sh [2020-10-26T19:20:03.409Z] ++ facter osfamily [2020-10-26T19:20:03.409Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-26T19:20:03.409Z] + OS_FAMILY=redhat [2020-10-26T19:20:03.409Z] + workspace=/w/workspace/edgex-go/215 [2020-10-26T19:20:03.409Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-26T19:20:03.409Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-26T19:20:03.409Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-26T19:20:03.409Z] + PACKAGES=/tmp/packages_start.txt [2020-10-26T19:20:03.409Z] + '[' /w/workspace/edgex-go/215 ']' [2020-10-26T19:20:03.409Z] + PACKAGES=/tmp/packages_end.txt [2020-10-26T19:20:03.409Z] + case "${OS_FAMILY}" in [2020-10-26T19:20:03.409Z] + rpm -qa [2020-10-26T19:20:03.409Z] + sort [2020-10-26T19:20:07.622Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-26T19:20:07.622Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-26T19:20:07.622Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-26T19:20:07.622Z] + '[' /w/workspace/edgex-go/215 ']' [2020-10-26T19:20:07.622Z] + mkdir -p /w/workspace/edgex-go/215/archives/ [2020-10-26T19:20:07.622Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/215/archives/ [Pipeline] echo [2020-10-26T19:20:07.635Z] 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/215/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-26T19:20:07.924Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:20:08.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T19:20:08.228Z] [2020-10-26T19:20:08.228Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-26T19:20:08.594Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T19:20:08.594Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-26T19:20:08.594Z] df20fa9351a1: Already exists [2020-10-26T19:20:08.594Z] 36b3adc4ff6f: Pulling fs layer [2020-10-26T19:20:08.594Z] 8ad3a11d3b57: Pulling fs layer [2020-10-26T19:20:08.594Z] 46f8f816bc3b: Pulling fs layer [2020-10-26T19:20:08.594Z] 93b61091891f: Pulling fs layer [2020-10-26T19:20:08.594Z] 93b9cdb0e59b: Pulling fs layer [2020-10-26T19:20:08.594Z] 5e14af77c1be: Pulling fs layer [2020-10-26T19:20:08.594Z] 01666e4c0597: Pulling fs layer [2020-10-26T19:20:08.594Z] aa168da1d23b: Pulling fs layer [2020-10-26T19:20:08.594Z] 5e14af77c1be: Waiting [2020-10-26T19:20:08.594Z] 01666e4c0597: Waiting [2020-10-26T19:20:08.594Z] aa168da1d23b: Waiting [2020-10-26T19:20:08.594Z] 93b61091891f: Waiting [2020-10-26T19:20:08.594Z] 93b9cdb0e59b: Waiting [2020-10-26T19:20:08.594Z] 46f8f816bc3b: Download complete [2020-10-26T19:20:08.594Z] 36b3adc4ff6f: Download complete [2020-10-26T19:20:08.594Z] 93b9cdb0e59b: Download complete [2020-10-26T19:20:08.594Z] 5e14af77c1be: Verifying Checksum [2020-10-26T19:20:08.594Z] 5e14af77c1be: Download complete [2020-10-26T19:20:08.594Z] 01666e4c0597: Verifying Checksum [2020-10-26T19:20:08.594Z] 01666e4c0597: Download complete [2020-10-26T19:20:08.594Z] 93b61091891f: Verifying Checksum [2020-10-26T19:20:08.594Z] 93b61091891f: Download complete [2020-10-26T19:20:08.856Z] 36b3adc4ff6f: Pull complete [2020-10-26T19:20:09.121Z] 8ad3a11d3b57: Verifying Checksum [2020-10-26T19:20:09.121Z] 8ad3a11d3b57: Download complete [2020-10-26T19:20:10.078Z] 8ad3a11d3b57: Pull complete [2020-10-26T19:20:10.653Z] 46f8f816bc3b: Pull complete [2020-10-26T19:20:10.914Z] aa168da1d23b: Verifying Checksum [2020-10-26T19:20:10.914Z] aa168da1d23b: Download complete [2020-10-26T19:20:11.494Z] 93b61091891f: Pull complete [2020-10-26T19:20:11.754Z] 93b9cdb0e59b: Pull complete [2020-10-26T19:20:11.754Z] 5e14af77c1be: Pull complete [2020-10-26T19:20:12.021Z] 01666e4c0597: Pull complete [2020-10-26T19:20:18.623Z] aa168da1d23b: Pull complete [2020-10-26T19:20:18.623Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-26T19:20:18.623Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T19:20:18.623Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-26T19:20:18.793Z] prd-centos7-docker-4c-2g-8973 does not seem to be running inside a container [2020-10-26T19:20:18.842Z] $ 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/215/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/215 -v /w/workspace/edgex-go/215:/w/workspace/edgex-go/215:rw,z -v /w/workspace/edgex-go/215@tmp:/w/workspace/edgex-go/215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T19:20:22.175Z] $ docker top d5bc3f318a91f048998de344dfa32611bc9ba1f491d05affd9fa93d009e8bc7d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T19:20:23.633Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-26T19:20:23.932Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-26T19:20:24.228Z] + ls /var/log/sa-host [2020-10-26T19:20:24.228Z] + sadf -c /var/log/sa-host/sa05 [2020-10-26T19:20:24.228Z] file_magic: OK [2020-10-26T19:20:24.228Z] HZ: Using current value: 100 [2020-10-26T19:20:24.228Z] file_header: OK [2020-10-26T19:20:24.228Z] 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-26T19:20:24.228Z] Statistics: [2020-10-26T19:20:24.228Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-26T19:20:24.228Z] File successfully converted to sysstat format version 12.2.1 [2020-10-26T19:20:24.228Z] + sadf -c /var/log/sa-host/sa26 [2020-10-26T19:20:24.228Z] file_magic: OK [2020-10-26T19:20:24.228Z] HZ: Using current value: 100 [2020-10-26T19:20:24.228Z] file_header: OK [2020-10-26T19:20:24.228Z] 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-26T19:20:24.228Z] Statistics: [2020-10-26T19:20:24.228Z] 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... [2020-10-26T19:20:24.228Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-26T19:20:24.904Z] provisioning config files... [2020-10-26T19:20:24.924Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/215@tmp/config4693248133046174072tmp [Pipeline] { [Pipeline] echo [2020-10-26T19:20:24.997Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T19:20:25.295Z] ---> create-netrc.sh [Pipeline] } [2020-10-26T19:20:25.304Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-26T19:20:25.406Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T19:20:25.698Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-26T19:20:25.708Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T19:20:26.001Z] ---> sudo-logs.sh [2020-10-26T19:20:26.001Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-26T19:20:26.012Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T19:20:26.302Z] ---> job-cost.sh [2020-10-26T19:20:26.302Z] lf-activate-venv: SKIPPING [2020-10-26T19:20:26.302Z] INFO: No Stack... [2020-10-26T19:20:27.244Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-26T19:20:27.817Z] INFO: Archiving Costs [Pipeline] echo [2020-10-26T19:20:27.830Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T19:20:28.122Z] ---> logs-deploy.sh [2020-10-26T19:20:28.122Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/215 [2020-10-26T19:20:28.122Z] INFO: archiving workspace using pattern(s): [2020-10-26T19:20:29.506Z] Archives upload complete. [2020-10-26T19:20:29.770Z] INFO: archiving logs to Nexus [2020-10-26T19:20:30.714Z] ---> uname -a: [2020-10-26T19:20:30.714Z] Linux prd-centos7-docker-4c-2g-8973.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-26T19:20:30.714Z] [2020-10-26T19:20:30.714Z] [2020-10-26T19:20:30.714Z] ---> lscpu: [2020-10-26T19:20:30.714Z] Architecture: x86_64 [2020-10-26T19:20:30.714Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-26T19:20:30.714Z] Byte Order: Little Endian [2020-10-26T19:20:30.714Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-26T19:20:30.714Z] CPU(s): 4 [2020-10-26T19:20:30.714Z] On-line CPU(s) list: 0-3 [2020-10-26T19:20:30.714Z] Thread(s) per core: 1 [2020-10-26T19:20:30.714Z] Core(s) per socket: 1 [2020-10-26T19:20:30.714Z] Socket(s): 4 [2020-10-26T19:20:30.714Z] NUMA node(s): 1 [2020-10-26T19:20:30.714Z] Vendor ID: GenuineIntel [2020-10-26T19:20:30.714Z] CPU family: 6 [2020-10-26T19:20:30.714Z] Model: 44 [2020-10-26T19:20:30.714Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-26T19:20:30.714Z] Stepping: 1 [2020-10-26T19:20:30.714Z] CPU MHz: 2933.438 [2020-10-26T19:20:30.714Z] BogoMIPS: 5866.87 [2020-10-26T19:20:30.714Z] Virtualization: VT-x [2020-10-26T19:20:30.714Z] Hypervisor vendor: KVM [2020-10-26T19:20:30.714Z] Virtualization type: full [2020-10-26T19:20:30.714Z] L1d cache: 128 KiB [2020-10-26T19:20:30.714Z] L1i cache: 128 KiB [2020-10-26T19:20:30.714Z] L2 cache: 16 MiB [2020-10-26T19:20:30.714Z] L3 cache: 64 MiB [2020-10-26T19:20:30.714Z] NUMA node0 CPU(s): 0-3 [2020-10-26T19:20:30.714Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-26T19:20:30.714Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-26T19:20:30.714Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-26T19:20:30.714Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-26T19:20:30.714Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-26T19:20:30.714Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-26T19:20:30.714Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-26T19:20:30.714Z] Vulnerability Tsx async abort: Not affected [2020-10-26T19:20:30.714Z] 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-26T19:20:30.714Z] [2020-10-26T19:20:30.714Z] [2020-10-26T19:20:30.714Z] ---> nproc: [2020-10-26T19:20:30.714Z] 4 [2020-10-26T19:20:30.714Z] [2020-10-26T19:20:30.714Z] [2020-10-26T19:20:30.714Z] ---> df -h: [2020-10-26T19:20:30.714Z] Filesystem Size Used Available Use% Mounted on [2020-10-26T19:20:30.714Z] overlay 50.0G 13.1G 36.9G 26% / [2020-10-26T19:20:30.714Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-26T19:20:30.714Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-26T19:20:30.714Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-26T19:20:30.714Z] /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os [2020-10-26T19:20:30.714Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf [2020-10-26T19:20:30.714Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname [2020-10-26T19:20:30.714Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts [2020-10-26T19:20:30.714Z] /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json [2020-10-26T19:20:30.714Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host [2020-10-26T19:20:30.714Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure [2020-10-26T19:20:30.714Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log [2020-10-26T19:20:30.714Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/215 [2020-10-26T19:20:30.714Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/215@tmp [2020-10-26T19:20:30.714Z] [2020-10-26T19:20:30.714Z] [2020-10-26T19:20:30.714Z] ---> free -m: [2020-10-26T19:20:30.714Z] total used free shared buff/cache available [2020-10-26T19:20:30.714Z] Mem: 1837 775 138 0 923 1031 [2020-10-26T19:20:30.714Z] Swap: 1023 60 963 [2020-10-26T19:20:30.714Z] [2020-10-26T19:20:30.714Z] [2020-10-26T19:20:30.714Z] ---> ip addr: [2020-10-26T19:20:30.714Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-26T19:20:30.714Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-26T19:20:30.714Z] inet 127.0.0.1/8 scope host lo [2020-10-26T19:20:30.714Z] valid_lft forever preferred_lft forever [2020-10-26T19:20:30.714Z] inet6 ::1/128 scope host [2020-10-26T19:20:30.714Z] valid_lft forever preferred_lft forever [2020-10-26T19:20:30.714Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-26T19:20:30.714Z] link/ether fa:16:3e:54:70:9d brd ff:ff:ff:ff:ff:ff [2020-10-26T19:20:30.714Z] inet 10.30.123.182/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-26T19:20:30.714Z] valid_lft 85058sec preferred_lft 85058sec [2020-10-26T19:20:30.714Z] inet6 fe80::f816:3eff:fe54:709d/64 scope link [2020-10-26T19:20:30.714Z] valid_lft forever preferred_lft forever [2020-10-26T19:20:30.714Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-26T19:20:30.714Z] link/ether 02:42:7c:ae:22:b8 brd ff:ff:ff:ff:ff:ff [2020-10-26T19:20:30.714Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-26T19:20:30.714Z] valid_lft forever preferred_lft forever [2020-10-26T19:20:30.714Z] inet6 fe80::42:7cff:feae:22b8/64 scope link [2020-10-26T19:20:30.714Z] valid_lft forever preferred_lft forever [2020-10-26T19:20:30.714Z] [2020-10-26T19:20:30.714Z] [2020-10-26T19:20:30.714Z] ---> sar -b -r -n DEV: [2020-10-26T19:20:30.714Z] 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-26T19:20:30.714Z] [2020-10-26T19:20:30.714Z] 18:57:50 LINUX RESTART (4 CPU) [2020-10-26T19:20:30.714Z] [2020-10-26T19:20:30.714Z] 18:59:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-26T19:20:30.714Z] 19:00:01 116.92 51.06 65.86 0.00 8716.55 27595.67 0.00 [2020-10-26T19:20:30.714Z] 19:01:02 257.89 69.39 188.50 0.00 3073.17 49175.59 0.00 [2020-10-26T19:20:30.714Z] 19:02:01 1032.01 789.39 242.61 0.00 68455.31 130296.56 0.00 [2020-10-26T19:20:30.714Z] 19:03:01 1490.21 1174.71 315.50 0.00 108711.08 117077.26 0.00 [2020-10-26T19:20:30.714Z] 19:04:02 1202.38 880.43 321.95 0.00 56406.82 91093.11 0.00 [2020-10-26T19:20:30.714Z] 19:05:01 1500.91 1171.76 329.15 0.00 71484.08 96389.27 0.00 [2020-10-26T19:20:30.714Z] 19:06:01 805.01 536.56 268.45 0.00 41008.49 68388.10 0.00 [2020-10-26T19:20:30.714Z] 19:07:01 129.76 112.86 16.90 0.00 6721.60 428.06 0.00 [2020-10-26T19:20:30.714Z] 19:08:01 1.02 0.03 0.98 0.00 0.27 17.92 0.00 [2020-10-26T19:20:30.714Z] 19:09:01 0.80 0.48 0.32 0.00 15.06 3.41 0.00 [2020-10-26T19:20:30.714Z] 19:10:01 0.27 0.02 0.25 0.00 0.13 1.98 0.00 [2020-10-26T19:20:30.714Z] 19:11:01 0.20 0.00 0.20 0.00 0.00 1.80 0.00 [2020-10-26T19:20:30.714Z] 19:12:01 0.20 0.02 0.18 0.00 0.13 1.93 0.00 [2020-10-26T19:20:30.714Z] 19:13:01 329.42 307.89 21.53 0.00 4647.49 849.07 0.00 [2020-10-26T19:20:30.714Z] 19:14:01 257.13 113.42 143.71 0.00 6485.25 35158.72 0.00 [2020-10-26T19:20:30.714Z] 19:15:01 34.06 3.41 30.65 0.00 263.03 528.78 0.00 [2020-10-26T19:20:30.714Z] 19:16:02 29.39 0.88 28.50 0.00 9.86 429.05 0.00 [2020-10-26T19:20:30.714Z] 19:17:01 28.61 0.91 27.70 0.00 58.38 453.66 0.00 [2020-10-26T19:20:30.714Z] 19:18:01 26.97 0.48 26.49 0.00 9.06 436.50 0.00 [2020-10-26T19:20:30.714Z] 19:19:01 30.97 10.61 20.36 0.00 2231.50 353.30 0.00 [2020-10-26T19:20:30.714Z] 19:20:01 229.15 87.95 141.21 0.00 6052.08 33062.80 0.00 [2020-10-26T19:20:30.714Z] Average: 356.99 252.69 104.30 0.00 18287.58 31001.32 0.00 [2020-10-26T19:20:30.714Z] [2020-10-26T19:20:30.714Z] 18:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-26T19:20:30.714Z] 19:00:01 70900 0 663364 35.26 2620 1144672 1484636 50.67 702244 945596 32568 [2020-10-26T19:20:30.714Z] 19:01:02 71120 0 751472 39.94 1492 1057472 1520564 51.89 744848 826612 88564 [2020-10-26T19:20:30.714Z] 19:02:01 331264 0 745492 39.62 0 804800 2504896 85.49 657884 722176 772 [2020-10-26T19:20:30.714Z] 19:03:01 102676 0 1291468 68.64 0 487412 3154260 107.65 835996 733616 17752 [2020-10-26T19:20:30.714Z] 19:04:02 81252 0 701804 37.30 0 1098500 1528960 52.18 767036 825828 2512 [2020-10-26T19:20:30.714Z] 19:05:01 86008 0 698660 37.13 0 1096888 1663812 56.78 676524 917500 1160 [2020-10-26T19:20:30.714Z] 19:06:01 543072 0 621980 33.06 0 716504 1504244 51.34 363444 782812 20 [2020-10-26T19:20:30.714Z] 19:07:01 372256 0 594260 31.58 0 915040 1187148 40.52 376364 938516 44 [2020-10-26T19:20:30.714Z] 19:08:01 380828 0 585704 31.13 0 915024 1155764 39.44 370700 938016 12 [2020-10-26T19:20:30.714Z] 19:09:01 380716 0 585388 31.11 0 915452 1155788 39.44 370732 938272 8 [2020-10-26T19:20:30.714Z] 19:10:01 381696 0 584408 31.06 0 915452 1149596 39.23 370296 938240 12 [2020-10-26T19:20:30.714Z] 19:11:01 381856 0 584236 31.05 0 915464 1149596 39.23 370200 938244 8 [2020-10-26T19:20:30.714Z] 19:12:01 381584 0 584504 31.06 0 915468 1149596 39.23 370336 938244 8 [2020-10-26T19:20:30.714Z] 19:13:01 182532 0 721008 38.32 0 978016 1149628 39.23 409716 961428 7432 [2020-10-26T19:20:30.714Z] 19:14:01 230840 0 760516 40.42 0 890200 1366908 46.65 550412 740988 48 [2020-10-26T19:20:30.714Z] 19:15:01 207492 0 776272 41.26 0 897792 1442980 49.25 580040 738556 36 [2020-10-26T19:20:30.714Z] 19:16:02 230412 0 753196 40.03 0 897948 1350208 46.08 560268 736124 44 [2020-10-26T19:20:30.714Z] 19:17:01 232052 0 749972 39.86 0 899532 1353992 46.21 560884 733072 44 [2020-10-26T19:20:30.714Z] 19:18:01 212040 0 769852 40.92 0 899664 1432952 48.90 585368 729120 36 [2020-10-26T19:20:30.714Z] 19:19:01 158324 0 756712 40.22 0 966520 1247196 42.56 590324 763540 48 [2020-10-26T19:20:30.714Z] 19:20:01 177348 0 805060 42.79 0 899148 1435076 48.98 576052 735240 40 [2020-10-26T19:20:30.714Z] Average: 247441 0 718349 38.18 196 915570 1480371 50.52 542365 834369 7198 [2020-10-26T19:20:30.714Z] [2020-10-26T19:20:30.715Z] 18:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-26T19:20:30.715Z] 19:00:01 eth0 1212.43 1326.29 5286.38 152.40 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:00:01 docker0 845.13 647.00 68.54 2656.66 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:01:02 eth0 604.41 503.33 4791.34 46.97 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:01:02 docker0 153.80 175.94 10.94 829.25 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:02:01 veth8f518aa 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:02:01 veth505c89f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:02:01 vetha8d0997 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:02:01 vethe16ed44 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:03:01 veth758b7c4 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:03:01 vethfd44fe8 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:03:01 eth0 2547.44 2350.46 13033.99 352.95 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:03:01 vethd4353cc 0.00 0.41 0.00 0.02 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:04:02 vethf0d7351 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:04:02 eth0 143.19 91.11 540.82 96.89 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:04:02 vethd4353cc 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:04:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:05:01 vethe7c542a 3.39 6.12 0.23 36.30 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:05:01 eth0 93.08 67.90 123.01 91.11 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:05:01 vethd4353cc 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:06:01 eth0 50.36 28.57 100.51 17.80 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:06:01 vethd4353cc 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:06:01 docker0 1074.11 943.22 83.84 4269.28 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:07:01 eth0 444.55 456.55 207.35 1720.86 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:08:01 eth0 0.60 0.57 0.65 0.09 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:09:01 eth0 0.30 0.30 0.14 0.08 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:10:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:11:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:12:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:13:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:14:01 veth0e02668 0.30 0.33 0.05 0.14 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:14:01 eth0 462.05 415.30 4144.02 40.83 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:14:01 docker0 43.22 42.46 4.00 235.34 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:15:01 eth0 121.97 98.30 105.61 104.16 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:15:01 vethed959c9 0.57 0.57 0.20 0.29 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:15:01 docker0 4.23 3.78 1.03 1.82 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:16:02 eth0 140.59 113.39 108.96 120.72 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:16:02 vetha572b02 0.33 0.40 0.08 0.19 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:16:02 docker0 3.93 3.51 0.94 1.73 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:17:01 veth5fdf64f 0.30 0.34 0.06 0.14 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:17:01 eth0 99.92 77.01 97.40 84.92 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:17:01 docker0 3.74 3.34 0.92 1.61 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:18:01 eth0 105.09 82.97 98.72 89.26 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:18:01 veth6d820d1 0.47 0.58 0.12 0.20 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:18:01 docker0 4.06 3.90 1.16 1.88 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:19:01 vetha95db97 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:19:01 eth0 110.64 88.99 88.10 100.76 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:19:01 docker0 2.46 2.21 0.67 1.12 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:20:01 eth0 459.21 403.28 3451.15 94.54 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:20:01 vethad6d567 2.46 1.91 0.56 0.66 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] 19:20:01 docker0 31.19 37.81 2.11 199.79 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] Average: eth0 206.21 189.78 1004.67 136.55 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] Average: vethad6d567 0.12 0.09 0.03 0.03 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] Average: docker0 55.67 49.63 4.52 224.84 0.00 0.00 0.00 0.00 [2020-10-26T19:20:30.715Z] [2020-10-26T19:20:30.715Z] [2020-10-26T19:20:30.715Z] ---> sar -P ALL: [2020-10-26T19:20:30.715Z] 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-26T19:20:30.715Z] [2020-10-26T19:20:30.715Z] 18:57:50 LINUX RESTART (4 CPU) [2020-10-26T19:20:30.715Z] [2020-10-26T19:20:30.715Z] 18:59:01 CPU %user %nice %system %iowait %steal %idle [2020-10-26T19:20:30.715Z] 19:00:01 all 13.24 0.00 5.18 1.77 0.08 79.72 [2020-10-26T19:20:30.715Z] 19:00:01 0 15.69 0.00 7.76 1.20 0.09 75.27 [2020-10-26T19:20:30.715Z] 19:00:01 1 10.49 0.00 3.75 2.81 0.08 82.87 [2020-10-26T19:20:30.715Z] 19:00:01 2 12.65 0.00 4.58 2.71 0.07 79.99 [2020-10-26T19:20:30.715Z] 19:00:01 3 14.19 0.00 4.67 0.36 0.10 80.68 [2020-10-26T19:20:30.715Z] 19:01:02 all 10.91 0.00 6.69 4.95 0.11 77.35 [2020-10-26T19:20:30.715Z] 19:01:02 0 10.81 0.00 7.56 3.36 0.09 78.18 [2020-10-26T19:20:30.715Z] 19:01:02 1 11.51 0.00 6.34 7.02 0.14 74.99 [2020-10-26T19:20:30.715Z] 19:01:02 2 11.23 0.00 6.45 4.04 0.12 78.16 [2020-10-26T19:20:30.715Z] 19:01:02 3 10.07 0.00 6.43 5.36 0.09 78.06 [2020-10-26T19:20:30.715Z] 19:02:01 all 17.28 0.00 14.50 9.84 0.13 58.26 [2020-10-26T19:20:30.715Z] 19:02:01 0 17.57 0.00 13.40 7.58 0.14 61.32 [2020-10-26T19:20:30.715Z] 19:02:01 1 15.66 0.00 15.19 11.15 0.12 57.88 [2020-10-26T19:20:30.715Z] 19:02:01 2 16.06 0.00 15.18 12.36 0.12 56.28 [2020-10-26T19:20:30.715Z] 19:02:01 3 19.83 0.00 14.24 8.26 0.12 57.55 [2020-10-26T19:20:30.715Z] 19:03:01 all 39.21 0.00 18.62 24.80 0.22 17.14 [2020-10-26T19:20:30.715Z] 19:03:01 0 38.63 0.00 18.71 25.41 0.19 17.06 [2020-10-26T19:20:30.715Z] 19:03:01 1 39.66 0.00 18.09 26.62 0.21 15.42 [2020-10-26T19:20:30.715Z] 19:03:01 2 38.27 0.00 19.45 24.33 0.23 17.73 [2020-10-26T19:20:30.715Z] 19:03:01 3 40.30 0.00 18.24 22.84 0.26 18.36 [2020-10-26T19:20:30.715Z] 19:04:02 all 31.67 0.00 15.67 24.39 0.18 28.09 [2020-10-26T19:20:30.715Z] 19:04:02 0 30.24 0.00 15.89 24.16 0.26 29.45 [2020-10-26T19:20:30.715Z] 19:04:02 1 32.49 0.00 14.91 26.24 0.15 26.21 [2020-10-26T19:20:30.715Z] 19:04:02 2 32.75 0.00 15.77 26.31 0.15 25.02 [2020-10-26T19:20:30.715Z] 19:04:02 3 31.20 0.00 16.11 20.83 0.17 31.68 [2020-10-26T19:20:30.715Z] 19:05:01 all 42.44 0.00 17.24 26.49 0.11 13.71 [2020-10-26T19:20:30.715Z] 19:05:01 0 42.82 0.00 16.99 26.32 0.10 13.77 [2020-10-26T19:20:30.715Z] 19:05:01 1 41.40 0.00 17.75 26.22 0.12 14.51 [2020-10-26T19:20:30.715Z] 19:05:01 2 42.69 0.00 17.47 27.33 0.14 12.36 [2020-10-26T19:20:30.715Z] 19:05:01 3 42.86 0.00 16.75 26.10 0.09 14.20 [2020-10-26T19:20:30.715Z] 19:06:01 all 26.87 0.00 12.75 17.08 0.21 43.10 [2020-10-26T19:20:30.715Z] 19:06:01 0 26.58 0.00 12.52 17.36 0.24 43.30 [2020-10-26T19:20:30.715Z] 19:06:01 1 26.40 0.00 13.62 19.66 0.22 40.09 [2020-10-26T19:20:30.715Z] 19:06:01 2 26.83 0.00 12.16 15.18 0.24 45.59 [2020-10-26T19:20:30.715Z] 19:06:01 3 27.66 0.00 12.69 16.11 0.14 43.40 [2020-10-26T19:20:30.715Z] 19:07:01 all 10.34 0.00 3.49 2.66 0.10 83.41 [2020-10-26T19:20:30.715Z] 19:07:01 0 9.62 0.00 3.92 2.54 0.10 83.82 [2020-10-26T19:20:30.715Z] 19:07:01 1 10.62 0.00 3.22 2.93 0.10 83.13 [2020-10-26T19:20:30.715Z] 19:07:01 2 10.48 0.00 3.28 2.74 0.10 83.39 [2020-10-26T19:20:30.715Z] 19:07:01 3 10.63 0.00 3.55 2.43 0.08 83.31 [2020-10-26T19:20:30.715Z] 19:08:01 all 0.18 0.00 0.03 0.00 0.00 99.79 [2020-10-26T19:20:30.715Z] 19:08:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-26T19:20:30.715Z] 19:08:01 1 0.57 0.00 0.03 0.00 0.00 99.40 [2020-10-26T19:20:30.715Z] 19:08:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-26T19:20:30.715Z] 19:08:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2020-10-26T19:20:30.715Z] 19:09:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2020-10-26T19:20:30.715Z] 19:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-26T19:20:30.715Z] 19:09:01 1 0.53 0.00 0.00 0.00 0.00 99.47 [2020-10-26T19:20:30.715Z] 19:09:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-26T19:20:30.715Z] 19:09:01 3 0.03 0.00 0.03 0.02 0.00 99.92 [2020-10-26T19:20:30.715Z] 19:10:01 all 0.16 0.00 0.02 0.00 0.00 99.81 [2020-10-26T19:20:30.715Z] 19:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-26T19:20:30.715Z] 19:10:01 1 0.53 0.00 0.03 0.00 0.02 99.42 [2020-10-26T19:20:30.715Z] 19:10:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2020-10-26T19:20:30.715Z] 19:10:01 3 0.03 0.00 0.02 0.02 0.00 99.93 [2020-10-26T19:20:30.715Z] [2020-10-26T19:20:30.715Z] 19:10:01 CPU %user %nice %system %iowait %steal %idle [2020-10-26T19:20:30.715Z] 19:11:01 all 0.14 0.00 0.03 0.00 0.01 99.82 [2020-10-26T19:20:30.715Z] 19:11:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2020-10-26T19:20:30.715Z] 19:11:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2020-10-26T19:20:30.715Z] 19:11:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2020-10-26T19:20:30.715Z] 19:11:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-26T19:20:30.715Z] 19:12:01 all 0.13 0.00 0.02 0.00 0.00 99.85 [2020-10-26T19:20:30.715Z] 19:12:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2020-10-26T19:20:30.715Z] 19:12:01 1 0.43 0.00 0.03 0.00 0.00 99.53 [2020-10-26T19:20:30.715Z] 19:12:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-26T19:20:30.715Z] 19:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-26T19:20:30.715Z] 19:13:01 all 0.07 2.63 10.22 5.36 0.08 81.64 [2020-10-26T19:20:30.715Z] 19:13:01 0 0.08 2.79 10.94 7.60 0.07 78.52 [2020-10-26T19:20:30.715Z] 19:13:01 1 0.07 2.30 9.91 6.00 0.08 81.64 [2020-10-26T19:20:30.715Z] 19:13:01 2 0.08 2.27 9.45 1.60 0.08 86.51 [2020-10-26T19:20:30.715Z] 19:13:01 3 0.05 3.16 10.60 6.24 0.10 79.84 [2020-10-26T19:20:30.715Z] 19:14:01 all 8.96 0.00 5.71 7.51 0.06 77.77 [2020-10-26T19:20:30.715Z] 19:14:01 0 9.03 0.00 5.90 11.08 0.07 73.92 [2020-10-26T19:20:30.715Z] 19:14:01 1 7.84 0.00 5.58 6.47 0.03 80.08 [2020-10-26T19:20:30.715Z] 19:14:01 2 9.37 0.00 6.14 8.27 0.05 76.17 [2020-10-26T19:20:30.715Z] 19:14:01 3 9.59 0.00 5.23 4.24 0.07 80.88 [2020-10-26T19:20:30.715Z] 19:15:01 all 3.66 0.00 3.40 0.76 0.05 92.14 [2020-10-26T19:20:30.715Z] 19:15:01 0 3.84 0.00 3.97 0.83 0.03 91.33 [2020-10-26T19:20:30.716Z] 19:15:01 1 3.74 0.00 3.03 0.57 0.03 92.63 [2020-10-26T19:20:30.716Z] 19:15:01 2 3.45 0.00 3.05 0.42 0.08 93.00 [2020-10-26T19:20:30.716Z] 19:15:01 3 3.60 0.00 3.54 1.21 0.03 91.61 [2020-10-26T19:20:30.716Z] 19:16:02 all 3.53 0.00 3.36 0.57 0.05 92.49 [2020-10-26T19:20:30.716Z] 19:16:02 0 3.91 0.00 4.03 0.40 0.03 91.62 [2020-10-26T19:20:30.716Z] 19:16:02 1 3.79 0.00 3.57 0.56 0.05 92.04 [2020-10-26T19:20:30.716Z] 19:16:02 2 3.04 0.00 2.52 0.87 0.05 93.51 [2020-10-26T19:20:30.716Z] 19:16:02 3 3.37 0.00 3.32 0.45 0.05 92.81 [2020-10-26T19:20:30.716Z] 19:17:01 all 3.16 0.00 3.03 0.61 0.05 93.15 [2020-10-26T19:20:30.716Z] 19:17:01 0 3.40 0.00 3.26 0.21 0.05 93.08 [2020-10-26T19:20:30.716Z] 19:17:01 1 3.09 0.00 3.26 0.94 0.03 92.67 [2020-10-26T19:20:30.716Z] 19:17:01 2 2.79 0.00 2.56 0.51 0.05 94.08 [2020-10-26T19:20:30.716Z] 19:17:01 3 3.36 0.00 3.05 0.79 0.05 92.76 [2020-10-26T19:20:30.716Z] 19:18:01 all 3.21 0.00 2.98 0.44 0.03 93.35 [2020-10-26T19:20:30.716Z] 19:18:01 0 3.39 0.00 3.42 0.37 0.03 92.79 [2020-10-26T19:20:30.716Z] 19:18:01 1 3.43 0.00 2.79 0.52 0.02 93.25 [2020-10-26T19:20:30.716Z] 19:18:01 2 2.57 0.00 2.60 0.32 0.02 94.49 [2020-10-26T19:20:30.716Z] 19:18:01 3 3.45 0.00 3.09 0.54 0.03 92.89 [2020-10-26T19:20:30.716Z] 19:19:01 all 2.96 0.00 2.91 0.57 0.05 93.51 [2020-10-26T19:20:30.716Z] 19:19:01 0 3.50 0.00 3.18 0.61 0.05 92.67 [2020-10-26T19:20:30.716Z] 19:19:01 1 3.06 0.00 2.94 0.45 0.07 93.49 [2020-10-26T19:20:30.716Z] 19:19:01 2 2.46 0.00 2.40 0.52 0.05 94.57 [2020-10-26T19:20:30.716Z] 19:19:01 3 2.82 0.00 3.13 0.69 0.03 93.32 [2020-10-26T19:20:30.716Z] 19:20:01 all 11.58 0.00 7.63 3.95 0.08 76.76 [2020-10-26T19:20:30.716Z] 19:20:01 0 11.40 0.00 8.33 5.53 0.10 74.64 [2020-10-26T19:20:30.716Z] 19:20:01 1 10.42 0.00 7.03 4.33 0.10 78.12 [2020-10-26T19:20:30.716Z] 19:20:01 2 10.67 0.00 7.72 3.55 0.05 78.00 [2020-10-26T19:20:30.716Z] 19:20:01 3 13.84 0.00 7.45 2.37 0.07 76.27 [2020-10-26T19:20:30.716Z] Average: all 10.77 0.13 6.28 6.17 0.08 76.58 [2020-10-26T19:20:30.716Z] Average: 0 10.82 0.13 6.59 6.32 0.08 76.06 [2020-10-26T19:20:30.716Z] Average: 1 10.61 0.11 6.16 6.67 0.07 76.37 [2020-10-26T19:20:30.716Z] Average: 2 10.58 0.11 6.16 6.13 0.08 76.95 [2020-10-26T19:20:30.716Z] Average: 3 11.09 0.15 6.20 5.54 0.07 76.95 [2020-10-26T19:20:30.716Z] [2020-10-26T19:20:30.716Z] [2020-10-26T19:20:30.716Z]