Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2a86d860cf369141c507c16492d2a148a24443a3 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-8823 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/211 [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/211 # 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 2a86d860cf369141c507c16492d2a148a24443a3 (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 2a86d860cf369141c507c16492d2a148a24443a3 # timeout=10 Commit message: "Merge pull request #2811 from weichou1229/issue-2804" > git rev-list --no-walk 87989c57ec8656c33dee26ec9d4488518bd98395 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-26T08:16:19.531Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-26T08:16:19.776Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-26T08:16:19.866Z] ========================================================= [2020-10-26T08:16:19.866Z] EdgeX Global Pipelines Version Info [2020-10-26T08:16:19.866Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-26T08:16:21.341Z] ------------------- [2020-10-26T08:16:21.341Z] stable info: [2020-10-26T08:16:21.341Z] ------------------- [2020-10-26T08:16:21.341Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-26T08:16:21.341Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-26T08:16:21.341Z] Message: update stable to v1.0.148 [2020-10-26T08:16:22.288Z] ------------------- [2020-10-26T08:16:22.289Z] experimental info: [2020-10-26T08:16:22.289Z] ------------------- [2020-10-26T08:16:22.289Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-26T08:16:22.289Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-26T08:16:22.289Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-26T08:16:22.530Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-26T08:16:22.622Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-26T08:16:22.736Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-26T08:16:22.822Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-26T08:16:22.907Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-26T08:16:22.994Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-26T08:16:23.077Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-26T08:16:23.163Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-26T08:16:23.250Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-26T08:16:23.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-26T08:16:23.431Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-26T08:16:23.520Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-26T08:16:23.642Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-26T08:16:23.759Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-26T08:16:23.842Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-26T08:16:23.924Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-26T08:16:24.006Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-26T08:16:24.095Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-26T08:16:24.177Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-26T08:16:24.266Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-26T08:16:24.350Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-26T08:16:24.435Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-26T08:16:24.528Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-26T08:16:24.633Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-26T08:16:24.733Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] echo [2020-10-26T08:16:24.816Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2a86d86 [Pipeline] echo [2020-10-26T08:16:24.900Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-26T08:16:25.285Z] ++ 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-26T08:16:25.285Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T08:16:25.285Z] ++ dirname cmd/core-command/Dockerfile [2020-10-26T08:16:25.285Z] ++ cut -d/ -f2 [2020-10-26T08:16:25.285Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-26T08:16:25.285Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T08:16:25.285Z] ++ dirname cmd/core-data/Dockerfile [2020-10-26T08:16:25.285Z] ++ cut -d/ -f2 [2020-10-26T08:16:25.285Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-26T08:16:25.285Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T08:16:25.285Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-26T08:16:25.285Z] ++ cut -d/ -f2 [2020-10-26T08:16:25.285Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-26T08:16:25.285Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T08:16:25.285Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-26T08:16:25.285Z] ++ cut -d/ -f2 [2020-10-26T08:16:25.285Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-26T08:16:25.285Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T08:16:25.285Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-26T08:16:25.285Z] ++ cut -d/ -f2 [2020-10-26T08:16:25.285Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-26T08:16:25.285Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T08:16:25.285Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-26T08:16:25.285Z] ++ cut -d/ -f2 [2020-10-26T08:16:25.285Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-26T08:16:25.285Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T08:16:25.285Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-26T08:16:25.285Z] ++ cut -d/ -f2 [2020-10-26T08:16:25.285Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-26T08:16:25.285Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T08:16:25.285Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-26T08:16:25.285Z] ++ cut -d/ -f2 [2020-10-26T08:16:25.285Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-26T08:16:25.285Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T08:16:25.285Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-26T08:16:25.285Z] ++ cut -d/ -f2 [2020-10-26T08:16:25.285Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-26T08:16:25.285Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-26T08:16:25.285Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-26T08:16:25.285Z] ++ cut -d/ -f2 [2020-10-26T08:16:25.285Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-26T08:16:25.351Z] 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-26T08:16:27.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T08:16:27.383Z] [2020-10-26T08:16:27.383Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:16:27.752Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T08:16:27.752Z] latest: Pulling from edgex-devops/git-semver [2020-10-26T08:16:27.752Z] 31603596830f: Pulling fs layer [2020-10-26T08:16:27.752Z] 2a8b12db71e7: Pulling fs layer [2020-10-26T08:16:27.752Z] 6ca5941a6612: Pulling fs layer [2020-10-26T08:16:27.752Z] ecc8261a40a4: Pulling fs layer [2020-10-26T08:16:27.752Z] ecc8261a40a4: Waiting [2020-10-26T08:16:27.752Z] 2a8b12db71e7: Verifying Checksum [2020-10-26T08:16:27.752Z] 2a8b12db71e7: Download complete [2020-10-26T08:16:28.016Z] 31603596830f: Verifying Checksum [2020-10-26T08:16:28.016Z] 31603596830f: Download complete [2020-10-26T08:16:28.016Z] 6ca5941a6612: Verifying Checksum [2020-10-26T08:16:28.016Z] 6ca5941a6612: Download complete [2020-10-26T08:16:28.280Z] ecc8261a40a4: Verifying Checksum [2020-10-26T08:16:28.280Z] ecc8261a40a4: Download complete [2020-10-26T08:16:28.280Z] 31603596830f: Pull complete [2020-10-26T08:16:28.280Z] 2a8b12db71e7: Pull complete [2020-10-26T08:16:29.228Z] 6ca5941a6612: Pull complete [2020-10-26T08:16:29.228Z] ecc8261a40a4: Pull complete [2020-10-26T08:16:29.228Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-26T08:16:29.228Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T08:16:29.228Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-26T08:16:29.327Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:16:29.420Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:16:31.814Z] $ docker top 23d9897472a75c02e90ec36ad3a494d7b8d08f3b52ecbc9807c177165c293c6f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T08:16:32.171Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T08:16:32.171Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T08:16:32.370Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T08:16:32.375Z] $ docker exec 23d9897472a75c02e90ec36ad3a494d7b8d08f3b52ecbc9807c177165c293c6f ssh-agent [2020-10-26T08:16:32.540Z] SSH_AUTH_SOCK=/tmp/ssh-vBQNmxBcQUsT/agent.12 [2020-10-26T08:16:32.540Z] SSH_AGENT_PID=18 [2020-10-26T08:16:32.554Z] Running ssh-add (command line suppressed) [2020-10-26T08:16:32.676Z] Identity added: /w/workspace/edgex-go/211@tmp/private_key_5190736814048649707.key (/w/workspace/edgex-go/211@tmp/private_key_5190736814048649707.key) [2020-10-26T08:16:32.726Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T08:16:33.059Z] + git tag --points-at HEAD [Pipeline] } [2020-10-26T08:16:33.083Z] $ docker exec --env ******** --env ******** 23d9897472a75c02e90ec36ad3a494d7b8d08f3b52ecbc9807c177165c293c6f ssh-agent -k [2020-10-26T08:16:33.193Z] unset SSH_AUTH_SOCK; [2020-10-26T08:16:33.194Z] unset SSH_AGENT_PID; [2020-10-26T08:16:33.194Z] echo Agent pid 18 killed; [2020-10-26T08:16:33.237Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-26T08:16:33.379Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T08:16:33.379Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T08:16:33.545Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T08:16:33.550Z] $ docker exec 23d9897472a75c02e90ec36ad3a494d7b8d08f3b52ecbc9807c177165c293c6f ssh-agent [2020-10-26T08:16:33.710Z] SSH_AUTH_SOCK=/tmp/ssh-kYwng9zSU6UK/agent.46 [2020-10-26T08:16:33.710Z] SSH_AGENT_PID=51 [2020-10-26T08:16:33.717Z] Running ssh-add (command line suppressed) [2020-10-26T08:16:33.835Z] Identity added: /w/workspace/edgex-go/211@tmp/private_key_2871248878903243482.key (/w/workspace/edgex-go/211@tmp/private_key_2871248878903243482.key) [2020-10-26T08:16:33.882Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T08:16:34.226Z] + git semver init [2020-10-26T08:16:34.226Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T08:16:34.226Z] # $GIT_DIR = /w/workspace/edgex-go/211/.git [2020-10-26T08:16:34.226Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/211 [2020-10-26T08:16:34.226Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T08:16:34.226Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T08:16:34.226Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T08:16:34.226Z] # $SEMVER_BRANCH = master [2020-10-26T08:16:34.226Z] # $SEMVER_TEMP = /tmp/semver-079537505 [2020-10-26T08:16:34.226Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-26T08:16:52.396Z] # '/tmp/semver-079537505' -> '/w/workspace/edgex-go/211/.semver' [2020-10-26T08:16:52.396Z] # -> Force: false [2020-10-26T08:16:52.396Z] # $SEMVER_DIR = /w/workspace/edgex-go/211/.semver [Pipeline] } [2020-10-26T08:16:52.411Z] $ docker exec --env ******** --env ******** 23d9897472a75c02e90ec36ad3a494d7b8d08f3b52ecbc9807c177165c293c6f ssh-agent -k [2020-10-26T08:16:52.580Z] unset SSH_AUTH_SOCK; [2020-10-26T08:16:52.580Z] unset SSH_AGENT_PID; [2020-10-26T08:16:52.581Z] echo Agent pid 51 killed; [2020-10-26T08:16:52.638Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T08:16:53.114Z] + git semver [Pipeline] } [2020-10-26T08:16:53.135Z] $ docker stop --time=1 23d9897472a75c02e90ec36ad3a494d7b8d08f3b52ecbc9807c177165c293c6f [2020-10-26T08:16:54.722Z] $ docker rm -f 23d9897472a75c02e90ec36ad3a494d7b8d08f3b52ecbc9807c177165c293c6f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:16:55.211Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-26T08:16:55.681Z] Stashed 1 file(s) [Pipeline] echo [2020-10-26T08:16:55.683Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.95 [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-26T08:16:56.290Z] ========================================================= [2020-10-26T08:16:56.290Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-26T08:16:56.290Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:16:56.622Z] + 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-26T08:17:00.844Z] Sending build context to Docker daemon 325.6MB [2020-10-26T08:17:00.844Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-26T08:17:00.844Z] Step 2/7 : FROM ${BASE} [2020-10-26T08:17:00.844Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-26T08:17:00.844Z] df20fa9351a1: Pulling fs layer [2020-10-26T08:17:00.844Z] ed8968b2872e: Pulling fs layer [2020-10-26T08:17:00.844Z] a92cc7c5fd73: Pulling fs layer [2020-10-26T08:17:00.844Z] e871e8e8d7a9: Pulling fs layer [2020-10-26T08:17:00.844Z] e73272ec9a57: Pulling fs layer [2020-10-26T08:17:00.844Z] 1e910a182e73: Pulling fs layer [2020-10-26T08:17:00.844Z] 4e634b169226: Pulling fs layer [2020-10-26T08:17:00.844Z] e73272ec9a57: Waiting [2020-10-26T08:17:00.844Z] 1e910a182e73: Waiting [2020-10-26T08:17:00.844Z] 4e634b169226: Waiting [2020-10-26T08:17:00.844Z] e871e8e8d7a9: Waiting [2020-10-26T08:17:00.844Z] a92cc7c5fd73: Verifying Checksum [2020-10-26T08:17:00.844Z] a92cc7c5fd73: Download complete [2020-10-26T08:17:00.844Z] ed8968b2872e: Verifying Checksum [2020-10-26T08:17:00.844Z] ed8968b2872e: Download complete [2020-10-26T08:17:00.844Z] e73272ec9a57: Verifying Checksum [2020-10-26T08:17:00.844Z] e73272ec9a57: Download complete [2020-10-26T08:17:00.844Z] 1e910a182e73: Verifying Checksum [2020-10-26T08:17:00.844Z] 1e910a182e73: Download complete [2020-10-26T08:17:00.844Z] df20fa9351a1: Verifying Checksum [2020-10-26T08:17:00.844Z] df20fa9351a1: Download complete [2020-10-26T08:17:00.844Z] df20fa9351a1: Pull complete [2020-10-26T08:17:01.114Z] ed8968b2872e: Pull complete [2020-10-26T08:17:01.114Z] a92cc7c5fd73: Pull complete [2020-10-26T08:17:02.511Z] 4e634b169226: Verifying Checksum [2020-10-26T08:17:02.511Z] 4e634b169226: Download complete [2020-10-26T08:17:03.467Z] e871e8e8d7a9: Verifying Checksum [2020-10-26T08:17:03.468Z] e871e8e8d7a9: Download complete [2020-10-26T08:17:08.815Z] e871e8e8d7a9: Pull complete [2020-10-26T08:17:08.815Z] e73272ec9a57: Pull complete [2020-10-26T08:17:08.815Z] 1e910a182e73: Pull complete [2020-10-26T08:17:11.090Z] Still waiting to schedule task [2020-10-26T08:17:11.090Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-26T08:17:14.140Z] 4e634b169226: Pull complete [2020-10-26T08:17:14.140Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-26T08:17:14.140Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-26T08:17:14.140Z] ---> f7629b54cfaa [2020-10-26T08:17:14.140Z] 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-26T08:17:14.140Z] ---> Running in 7720f688fead [2020-10-26T08:17:14.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T08:17:15.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T08:17:15.347Z] (1/12) Installing libmagic (5.38-r0) [2020-10-26T08:17:15.922Z] (2/12) Installing file (5.38-r0) [2020-10-26T08:17:15.922Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-26T08:17:15.922Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-26T08:17:21.265Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-26T08:17:21.265Z] (6/12) Installing patch (2.7.6-r6) [2020-10-26T08:17:21.265Z] (7/12) Installing build-base (0.5-r2) [2020-10-26T08:17:21.265Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-26T08:17:21.265Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-26T08:17:21.265Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-26T08:17:21.265Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-26T08:17:21.265Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-26T08:17:21.527Z] Executing busybox-1.31.1-r16.trigger [2020-10-26T08:17:21.527Z] OK: 233 MiB in 51 packages [2020-10-26T08:17:25.749Z] Removing intermediate container 7720f688fead [2020-10-26T08:17:25.749Z] ---> 61422893f645 [2020-10-26T08:17:25.749Z] Step 4/7 : WORKDIR /edgex-go [2020-10-26T08:17:25.749Z] ---> Running in c8bac8447161 [2020-10-26T08:17:25.749Z] Removing intermediate container c8bac8447161 [2020-10-26T08:17:25.749Z] ---> 8bf91ed51103 [2020-10-26T08:17:25.749Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-26T08:17:25.749Z] latest: Pulling from library/docker [2020-10-26T08:17:25.749Z] 188c0c94c7c5: Pulling fs layer [2020-10-26T08:17:25.749Z] 0c7c675703d6: Pulling fs layer [2020-10-26T08:17:25.749Z] cc8c12a437cb: Pulling fs layer [2020-10-26T08:17:25.749Z] c5dafad2182a: Pulling fs layer [2020-10-26T08:17:25.749Z] 5aa711733414: Pulling fs layer [2020-10-26T08:17:25.749Z] 058f73b55e4b: Pulling fs layer [2020-10-26T08:17:25.749Z] 8c9c664faf12: Pulling fs layer [2020-10-26T08:17:25.749Z] 5aa711733414: Waiting [2020-10-26T08:17:25.749Z] 058f73b55e4b: Waiting [2020-10-26T08:17:25.749Z] 8c9c664faf12: Waiting [2020-10-26T08:17:25.749Z] c5dafad2182a: Waiting [2020-10-26T08:17:26.019Z] cc8c12a437cb: Verifying Checksum [2020-10-26T08:17:26.019Z] cc8c12a437cb: Download complete [2020-10-26T08:17:26.019Z] 188c0c94c7c5: Verifying Checksum [2020-10-26T08:17:26.019Z] 188c0c94c7c5: Download complete [2020-10-26T08:17:26.019Z] 0c7c675703d6: Verifying Checksum [2020-10-26T08:17:26.019Z] 0c7c675703d6: Download complete [2020-10-26T08:17:26.019Z] 058f73b55e4b: Verifying Checksum [2020-10-26T08:17:26.019Z] 058f73b55e4b: Download complete [2020-10-26T08:17:26.287Z] 188c0c94c7c5: Pull complete [2020-10-26T08:17:26.287Z] 8c9c664faf12: Verifying Checksum [2020-10-26T08:17:26.287Z] 8c9c664faf12: Download complete [2020-10-26T08:17:26.559Z] 0c7c675703d6: Pull complete [2020-10-26T08:17:26.559Z] cc8c12a437cb: Pull complete [2020-10-26T08:17:26.826Z] c5dafad2182a: Verifying Checksum [2020-10-26T08:17:26.826Z] c5dafad2182a: Download complete [2020-10-26T08:17:27.087Z] 5aa711733414: Verifying Checksum [2020-10-26T08:17:27.087Z] 5aa711733414: Download complete [2020-10-26T08:17:29.012Z] c5dafad2182a: Pull complete [2020-10-26T08:17:29.274Z] 5aa711733414: Pull complete [2020-10-26T08:17:29.274Z] 058f73b55e4b: Pull complete [2020-10-26T08:17:29.537Z] 8c9c664faf12: Pull complete [2020-10-26T08:17:29.537Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-26T08:17:29.537Z] Status: Downloaded newer image for docker:latest [2020-10-26T08:17:30.935Z] ---> 6616b618ab34 [2020-10-26T08:17:30.935Z] Step 6/7 : COPY go.mod . [2020-10-26T08:17:31.203Z] ---> 20faf23369d8 [2020-10-26T08:17:31.204Z] Step 7/7 : RUN go mod download [2020-10-26T08:17:31.204Z] ---> Running in 5df556e6eada [2020-10-26T08:17:49.354Z] Removing intermediate container 5df556e6eada [2020-10-26T08:17:49.354Z] ---> 0b847c79a25a [2020-10-26T08:17:49.354Z] Successfully built 0b847c79a25a [2020-10-26T08:17:49.354Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:17:49.665Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-26T08:17:49.665Z] . [Pipeline] withDockerContainer [2020-10-26T08:17:49.763Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:17:49.813Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:17:50.469Z] $ docker top 4cbca8ded3ffe87e0cf1a029698c8daaac1b16696a103ab378ce77a3e822acf3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T08:17:51.048Z] + go version [2020-10-26T08:17:51.048Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-26T08:17:51.065Z] $ docker stop --time=1 4cbca8ded3ffe87e0cf1a029698c8daaac1b16696a103ab378ce77a3e822acf3 [2020-10-26T08:17:52.956Z] $ docker rm -f 4cbca8ded3ffe87e0cf1a029698c8daaac1b16696a103ab378ce77a3e822acf3 [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-26T08:17:56.493Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-26T08:17:56.493Z] [2020-10-26T08:17:56.493Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:17:56.842Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-26T08:17:56.842Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-26T08:17:56.842Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-26T08:17:56.842Z] ca9280d653b3: Pulling fs layer [2020-10-26T08:17:56.842Z] 7e9c9ca2126c: Pulling fs layer [2020-10-26T08:17:57.107Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-26T08:17:57.107Z] cbdbe7a5bc2a: Download complete [2020-10-26T08:17:57.107Z] cbdbe7a5bc2a: Pull complete [2020-10-26T08:17:57.368Z] ca9280d653b3: Verifying Checksum [2020-10-26T08:17:57.368Z] ca9280d653b3: Download complete [2020-10-26T08:17:58.323Z] ca9280d653b3: Pull complete [2020-10-26T08:17:58.585Z] 7e9c9ca2126c: Verifying Checksum [2020-10-26T08:17:58.585Z] 7e9c9ca2126c: Download complete [2020-10-26T08:18:05.202Z] 7e9c9ca2126c: Pull complete [2020-10-26T08:18:05.202Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-26T08:18:05.202Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-26T08:18:05.202Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-26T08:18:05.308Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:18:05.358Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:18:08.147Z] $ docker top 2c7f72f743063dd471acaa088d3f722ccb0d648a07618f7030d98a18912adba0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T08:18:08.657Z] + docker-compose build --help [2020-10-26T08:18:08.657Z] + grep parallel [2020-10-26T08:18:09.602Z] --parallel Build images in parallel. [Pipeline] } [2020-10-26T08:18:09.617Z] $ docker stop --time=1 2c7f72f743063dd471acaa088d3f722ccb0d648a07618f7030d98a18912adba0 [2020-10-26T08:18:10.964Z] $ docker rm -f 2c7f72f743063dd471acaa088d3f722ccb0d648a07618f7030d98a18912adba0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:18:11.596Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-26T08:18:11.596Z] . [Pipeline] withDockerContainer [2020-10-26T08:18:11.695Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:18:11.740Z] $ 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/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:18:12.318Z] $ docker top c503c145e1b1dc1fbf8ba3d8f3214af4294606254379fb173191b930231ca7d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T08:18:12.831Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-26T08:18:13.774Z] Building docker-core-command-go ... [2020-10-26T08:18:13.774Z] Building docker-core-data-go ... [2020-10-26T08:18:13.774Z] Building docker-core-metadata-go ... [2020-10-26T08:18:13.774Z] Building docker-security-proxy-setup-go ... [2020-10-26T08:18:13.774Z] Building docker-security-secrets-setup-go ... [2020-10-26T08:18:13.774Z] Building docker-security-secretstore-setup-go ... [2020-10-26T08:18:13.774Z] Building docker-support-logging-go ... [2020-10-26T08:18:13.774Z] Building docker-support-notifications-go ... [2020-10-26T08:18:13.774Z] Building docker-support-scheduler-go ... [2020-10-26T08:18:13.774Z] Building docker-sys-mgmt-agent-go ... [2020-10-26T08:18:13.774Z] Building docker-core-command-go [2020-10-26T08:18:13.774Z] Building docker-support-notifications-go [2020-10-26T08:18:13.774Z] Building docker-core-metadata-go [2020-10-26T08:18:13.774Z] Building docker-sys-mgmt-agent-go [2020-10-26T08:18:13.774Z] Building docker-security-secrets-setup-go [2020-10-26T08:18:35.830Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T08:18:35.830Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-26T08:18:35.830Z] ---> 0b847c79a25a [2020-10-26T08:18:35.830Z] Step 3/27 : WORKDIR /edgex-go [2020-10-26T08:18:35.830Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T08:18:35.830Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-26T08:18:35.830Z] ---> 0b847c79a25a [2020-10-26T08:18:35.830Z] Step 3/24 : WORKDIR /edgex-go [2020-10-26T08:18:35.830Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T08:18:35.830Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-26T08:18:35.830Z] ---> 0b847c79a25a [2020-10-26T08:18:35.830Z] Step 3/29 : WORKDIR /edgex-go [2020-10-26T08:18:35.830Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T08:18:35.830Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T08:18:35.830Z] ---> 0b847c79a25a [2020-10-26T08:18:35.830Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T08:18:35.830Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T08:18:35.830Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T08:18:35.830Z] ---> 0b847c79a25a [2020-10-26T08:18:35.830Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T08:18:35.830Z] ---> Running in c58230748f23 [2020-10-26T08:18:35.830Z] ---> Running in a02572e6cb16 [2020-10-26T08:18:35.830Z] ---> Running in 8defd1efe4c5 [2020-10-26T08:18:35.830Z] ---> Running in 7ea4bb683464 [2020-10-26T08:18:35.830Z] ---> Running in faca58ac24ff [2020-10-26T08:18:35.830Z] Removing intermediate container c58230748f23 [2020-10-26T08:18:35.830Z] ---> d32fa0f2993e [2020-10-26T08:18:35.830Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T08:18:36.093Z] Removing intermediate container a02572e6cb16 [2020-10-26T08:18:36.093Z] ---> 5b36e8bac706 [2020-10-26T08:18:36.093Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T08:18:36.093Z] Removing intermediate container 7ea4bb683464 [2020-10-26T08:18:36.093Z] ---> c00260f291d6 [2020-10-26T08:18:36.093Z] Step 4/29 : RUN apk update && apk add make git [2020-10-26T08:18:36.093Z] Removing intermediate container faca58ac24ff [2020-10-26T08:18:36.093Z] ---> b955e6562023 [2020-10-26T08:18:36.093Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T08:18:36.093Z] Removing intermediate container 8defd1efe4c5 [2020-10-26T08:18:36.093Z] ---> bedd57b45ffe [2020-10-26T08:18:36.093Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T08:18:36.094Z] ---> Running in b8304963e241 [2020-10-26T08:18:36.094Z] ---> Running in 69ec41ac8470 [2020-10-26T08:18:36.094Z] ---> Running in eea74a02c79e [2020-10-26T08:18:36.094Z] ---> Running in 4445ef2b66f6 [2020-10-26T08:18:36.364Z] ---> Running in 64d60cc73b65 [2020-10-26T08:18:37.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T08:18:37.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T08:18:37.915Z] Removing intermediate container b8304963e241 [2020-10-26T08:18:37.915Z] ---> fe2ba1af0ab1 [2020-10-26T08:18:37.915Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-26T08:18:38.193Z] Removing intermediate container 69ec41ac8470 [2020-10-26T08:18:38.193Z] ---> baf4c93bad75 [2020-10-26T08:18:38.193Z] Step 5/22 : RUN apk update && apk add make git [2020-10-26T08:18:38.193Z] ---> Running in cc73b4686fcf [2020-10-26T08:18:38.193Z] ---> Running in f8557d137aeb [2020-10-26T08:18:38.193Z] Removing intermediate container 4445ef2b66f6 [2020-10-26T08:18:38.193Z] ---> 3dbe1897f149 [2020-10-26T08:18:38.193Z] Step 5/22 : RUN apk update && apk add make git [2020-10-26T08:18:38.456Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T08:18:38.456Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T08:18:38.456Z] OK: 12752 distinct packages available [2020-10-26T08:18:38.456Z] Removing intermediate container 64d60cc73b65 [2020-10-26T08:18:38.456Z] ---> c1ebfb1a2851 [2020-10-26T08:18:38.456Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-26T08:18:38.456Z] ---> Running in b13b0d7cc9e2 [2020-10-26T08:18:38.724Z] OK: 233 MiB in 51 packages [2020-10-26T08:18:38.724Z] ---> Running in bba653543b23 [2020-10-26T08:18:39.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T08:18:39.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T08:18:39.306Z] Removing intermediate container eea74a02c79e [2020-10-26T08:18:39.306Z] ---> a2ca66bca102 [2020-10-26T08:18:39.306Z] Step 5/29 : COPY go.mod . [2020-10-26T08:18:39.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T08:18:39.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T08:18:39.570Z] ---> a0db8e128c19 [2020-10-26T08:18:39.570Z] Step 6/29 : RUN go mod download [2020-10-26T08:18:39.570Z] ---> Running in f927ff9ff3df [2020-10-26T08:18:39.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T08:18:39.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T08:18:40.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T08:18:40.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T08:18:40.377Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T08:18:40.377Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T08:18:40.377Z] OK: 12752 distinct packages available [2020-10-26T08:18:40.668Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T08:18:40.668Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T08:18:40.668Z] OK: 12752 distinct packages available [2020-10-26T08:18:40.668Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T08:18:40.668Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T08:18:40.668Z] OK: 12752 distinct packages available [2020-10-26T08:18:40.668Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T08:18:40.668Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T08:18:40.668Z] OK: 12752 distinct packages available [2020-10-26T08:18:40.668Z] OK: 233 MiB in 51 packages [2020-10-26T08:18:40.933Z] OK: 233 MiB in 51 packages [2020-10-26T08:18:40.933Z] OK: 233 MiB in 51 packages [2020-10-26T08:18:40.933Z] OK: 233 MiB in 51 packages [2020-10-26T08:18:41.194Z] Removing intermediate container f8557d137aeb [2020-10-26T08:18:41.194Z] ---> c3e5327a6fd7 [2020-10-26T08:18:41.194Z] Step 6/27 : COPY go.mod . [2020-10-26T08:18:41.768Z] ---> 7d5f6c4ab6af [2020-10-26T08:18:41.768Z] Step 7/27 : RUN go mod download [2020-10-26T08:18:41.768Z] Removing intermediate container cc73b4686fcf [2020-10-26T08:18:41.768Z] ---> 0afb2e160ba2 [2020-10-26T08:18:41.768Z] Step 6/22 : COPY go.mod . [2020-10-26T08:18:42.034Z] Removing intermediate container f927ff9ff3df [2020-10-26T08:18:42.034Z] ---> 8b4aeeb2d705 [2020-10-26T08:18:42.034Z] Step 7/29 : COPY . . [2020-10-26T08:18:42.034Z] ---> Running in 1e42f47019b7 [2020-10-26T08:18:42.034Z] Removing intermediate container b13b0d7cc9e2 [2020-10-26T08:18:42.034Z] ---> 6363243744f4 [2020-10-26T08:18:42.034Z] Step 6/22 : COPY go.mod . [2020-10-26T08:18:42.034Z] Removing intermediate container bba653543b23 [2020-10-26T08:18:42.034Z] ---> cce14663915c [2020-10-26T08:18:42.034Z] Step 6/24 : COPY go.mod . [2020-10-26T08:18:42.298Z] ---> 7adbe13d7103 [2020-10-26T08:18:42.298Z] Step 7/22 : RUN go mod download [2020-10-26T08:18:43.883Z] ---> Running in a2a0572f42d3 [2020-10-26T08:18:44.491Z] ---> 2dd26dc8b978 [2020-10-26T08:18:44.491Z] Step 7/24 : RUN go mod download [2020-10-26T08:18:44.491Z] ---> a92687391151 [2020-10-26T08:18:44.491Z] Step 7/22 : RUN go mod download [2020-10-26T08:18:45.113Z] ---> Running in 89b30acc48c3 [2020-10-26T08:18:45.113Z] ---> Running in dfed05f4e08e [2020-10-26T08:18:48.475Z] Removing intermediate container 1e42f47019b7 [2020-10-26T08:18:48.475Z] ---> d956164655d0 [2020-10-26T08:18:48.475Z] Step 8/27 : COPY . . [2020-10-26T08:18:53.788Z] Removing intermediate container a2a0572f42d3 [2020-10-26T08:18:53.788Z] ---> 530758de8cf5 [2020-10-26T08:18:53.788Z] Step 8/22 : COPY . . [2020-10-26T08:18:59.131Z] Removing intermediate container 89b30acc48c3 [2020-10-26T08:18:59.131Z] ---> 3d30c6e13b32 [2020-10-26T08:18:59.131Z] Step 8/22 : COPY . . [2020-10-26T08:19:01.701Z] ---> ddd07b68c44d [2020-10-26T08:19:01.701Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-26T08:19:05.049Z] Removing intermediate container dfed05f4e08e [2020-10-26T08:19:05.049Z] ---> fb1d9527348e [2020-10-26T08:19:05.049Z] Step 8/24 : COPY . . [2020-10-26T08:19:05.205Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8828 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-26T08:19:05.285Z] Running in /w/workspace/edgex-go/211 [Pipeline] { [Pipeline] checkout [2020-10-26T08:19:07.338Z] ---> Running in c0667f39186e [2020-10-26T08:19:11.492Z] using credential edgex-jenkins-ssh [2020-10-26T08:19:11.607Z] Cloning the remote Git repository [2020-10-26T08:19:11.677Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-26T08:19:11.801Z] > git init /w/workspace/edgex-go/211 # timeout=10 [2020-10-26T08:19:11.887Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-26T08:19:11.888Z] > git --version # timeout=10 [2020-10-26T08:19:11.908Z] > git --version # 'git version 2.17.1' [2020-10-26T08:19:11.910Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T08:19:11.976Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T08:19:15.672Z] ---> f88767e4c1a1 [2020-10-26T08:19:15.672Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-26T08:19:15.672Z] ---> 3cfc86b9beb7 [2020-10-26T08:19:15.672Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-26T08:19:16.628Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-26T08:19:16.628Z] ---> Running in 3b2ec3a1908e [2020-10-26T08:19:16.628Z] ---> Running in a59460b1bfec [2020-10-26T08:19:16.898Z] ---> 6c410356cc1c [2020-10-26T08:19:16.898Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-26T08:19:17.168Z] ---> Running in e4ca57e68ec4 [2020-10-26T08:19:18.122Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-26T08:19:18.122Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-26T08:19:18.710Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/core-command/core-command ./cmd/core-command [2020-10-26T08:19:22.055Z] ---> 0c045a2e8835 [2020-10-26T08:19:22.055Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-26T08:19:22.641Z] ---> Running in b29934bf5ce9 [2020-10-26T08:19:23.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-26T08:19:45.644Z] Removing intermediate container c0667f39186e [2020-10-26T08:19:45.644Z] ---> 04c1f4f680b8 [2020-10-26T08:19:45.644Z] [2020-10-26T08:19:45.644Z] Step 9/29 : FROM alpine:latest [2020-10-26T08:19:45.644Z] latest: Pulling from library/alpine [2020-10-26T08:19:45.913Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-26T08:19:45.913Z] Status: Downloaded newer image for alpine:latest [2020-10-26T08:19:45.913Z] ---> d6e46aa2470d [2020-10-26T08:19:45.913Z] 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-26T08:19:46.384Z] Checking out Revision 2a86d860cf369141c507c16492d2a148a24443a3 (master) [2020-10-26T08:19:45.771Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-26T08:19:45.789Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T08:19:45.819Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-26T08:19:45.851Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-26T08:19:45.852Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T08:19:45.868Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-26T08:19:46.408Z] > git config core.sparsecheckout # timeout=10 [2020-10-26T08:19:46.428Z] > git checkout -f 2a86d860cf369141c507c16492d2a148a24443a3 # timeout=10 [2020-10-26T08:19:47.867Z] ---> Running in f92cd5a1ce62 [2020-10-26T08:19:48.139Z] Removing intermediate container 3b2ec3a1908e [2020-10-26T08:19:48.139Z] ---> 93430ebd61e0 [2020-10-26T08:19:48.139Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-26T08:19:48.404Z] Removing intermediate container f92cd5a1ce62 [2020-10-26T08:19:48.404Z] ---> 5fdd8c0abb0e [2020-10-26T08:19:48.404Z] Step 11/29 : USER root [2020-10-26T08:19:48.668Z] ---> Running in 5b9314d8cb50 [2020-10-26T08:19:48.935Z] ---> Running in 2545f845d2f7 [2020-10-26T08:19:49.523Z] Removing intermediate container 2545f845d2f7 [2020-10-26T08:19:49.523Z] ---> 3e8adebf894c [2020-10-26T08:19:49.523Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-26T08:19:49.523Z] ---> Running in b18427055ecd [2020-10-26T08:19:49.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-26T08:19:50.951Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T08:19:51.093Z] Commit message: "Merge pull request #2811 from weichou1229/issue-2804" [2020-10-26T08:19:51.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [2020-10-26T08:19:51.517Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-26T08:19:51.517Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-26T08:19:51.517Z] OK: 12744 distinct packages available [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-26T08:19:51.785Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-26T08:19:51.785Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-26T08:19:51.785Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T08:19:51.785Z] Executing ca-certificates-20191127-r4.trigger [2020-10-26T08:19:51.785Z] OK: 6 MiB in 16 packages [Pipeline] echo [2020-10-26T08:19:51.966Z] ========================================================= [2020-10-26T08:19:51.966Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-26T08:19:51.966Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:19:52.852Z] + 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-26T08:19:55.111Z] Removing intermediate container 5b9314d8cb50 [2020-10-26T08:19:55.111Z] ---> 3ca23ade1f16 [2020-10-26T08:19:55.111Z] [2020-10-26T08:19:55.111Z] Step 11/27 : FROM docker:latest [2020-10-26T08:19:55.111Z] ---> 6972c414f322 [2020-10-26T08:19:55.111Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-26T08:19:55.111Z] Removing intermediate container e4ca57e68ec4 [2020-10-26T08:19:55.111Z] ---> 9d729e2cc12a [2020-10-26T08:19:55.111Z] [2020-10-26T08:19:55.111Z] Step 10/22 : FROM scratch [2020-10-26T08:19:55.111Z] ---> [2020-10-26T08:19:55.111Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T08:19:55.389Z] ---> Running in ce52444e95c5 [2020-10-26T08:19:55.541Z] Sending build context to Docker daemon 165.2MB [2020-10-26T08:19:55.541Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-26T08:19:55.541Z] Step 2/7 : FROM ${BASE} [2020-10-26T08:19:55.816Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-26T08:19:55.816Z] b538f80385f9: Pulling fs layer [2020-10-26T08:19:55.816Z] 74f711af9a0d: Pulling fs layer [2020-10-26T08:19:55.816Z] 99f96fe45779: Pulling fs layer [2020-10-26T08:19:55.816Z] 8529a6b9a6be: Pulling fs layer [2020-10-26T08:19:55.816Z] 45590311c82a: Pulling fs layer [2020-10-26T08:19:55.816Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-26T08:19:55.816Z] 209524e5b208: Pulling fs layer [2020-10-26T08:19:55.816Z] 45590311c82a: Waiting [2020-10-26T08:19:55.816Z] 209524e5b208: Waiting [2020-10-26T08:19:55.816Z] 69ca0ff8b7b3: Waiting [2020-10-26T08:19:55.816Z] 8529a6b9a6be: Waiting [2020-10-26T08:19:55.816Z] 99f96fe45779: Verifying Checksum [2020-10-26T08:19:55.816Z] 99f96fe45779: Download complete [2020-10-26T08:19:55.816Z] 74f711af9a0d: Verifying Checksum [2020-10-26T08:19:55.816Z] 74f711af9a0d: Download complete [2020-10-26T08:19:55.816Z] 45590311c82a: Verifying Checksum [2020-10-26T08:19:55.816Z] 45590311c82a: Download complete [2020-10-26T08:19:55.816Z] 69ca0ff8b7b3: Download complete [2020-10-26T08:19:56.091Z] b538f80385f9: Verifying Checksum [2020-10-26T08:19:56.091Z] b538f80385f9: Download complete [2020-10-26T08:19:56.689Z] b538f80385f9: Pull complete [2020-10-26T08:19:56.777Z] ---> Running in 146d85fcd107 [2020-10-26T08:19:56.967Z] 74f711af9a0d: Pull complete [2020-10-26T08:19:57.581Z] 99f96fe45779: Pull complete [2020-10-26T08:19:58.177Z] Removing intermediate container b29934bf5ce9 [2020-10-26T08:19:58.177Z] ---> d64a16c9d44b [2020-10-26T08:19:58.177Z] [2020-10-26T08:19:58.177Z] Step 10/24 : FROM scratch [2020-10-26T08:19:58.177Z] ---> [2020-10-26T08:19:58.177Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-26T08:19:58.177Z] Removing intermediate container b18427055ecd [2020-10-26T08:19:58.177Z] ---> 12324b5fac55 [2020-10-26T08:19:58.177Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-26T08:19:58.442Z] Removing intermediate container 146d85fcd107 [2020-10-26T08:19:58.442Z] ---> 93e909e0a2e7 [2020-10-26T08:19:58.442Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-26T08:19:58.442Z] Removing intermediate container a59460b1bfec [2020-10-26T08:19:58.442Z] ---> 8a948c18546f [2020-10-26T08:19:58.442Z] [2020-10-26T08:19:58.442Z] Step 10/22 : FROM scratch [2020-10-26T08:19:58.442Z] ---> [2020-10-26T08:19:58.442Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T08:19:58.442Z] ---> Using cache [2020-10-26T08:19:58.442Z] ---> 93e909e0a2e7 [2020-10-26T08:19:58.442Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-26T08:19:58.442Z] ---> Running in 7e1a521a5f86 [2020-10-26T08:19:58.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T08:19:58.442Z] ---> Running in d818216e05ea [2020-10-26T08:19:58.442Z] ---> Running in a69f7e0b89a9 [2020-10-26T08:19:58.442Z] ---> Running in 13985706234a [2020-10-26T08:19:58.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T08:19:58.707Z] Removing intermediate container 7e1a521a5f86 [2020-10-26T08:19:58.707Z] ---> f25873aca531 [2020-10-26T08:19:58.707Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-26T08:19:58.707Z] (1/2) Installing readline (8.0.4-r0) [2020-10-26T08:19:58.707Z] Removing intermediate container d818216e05ea [2020-10-26T08:19:58.707Z] ---> 6adeb3cd6c03 [2020-10-26T08:19:58.707Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T08:19:58.707Z] (2/2) Installing bash (5.0.17-r0) [2020-10-26T08:19:58.969Z] Removing intermediate container a69f7e0b89a9 [2020-10-26T08:19:58.969Z] ---> 0857a0351395 [2020-10-26T08:19:58.969Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-26T08:19:58.969Z] Executing bash-5.0.17-r0.post-install [2020-10-26T08:19:58.969Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T08:19:58.969Z] OK: 12 MiB in 22 packages [2020-10-26T08:19:58.969Z] ---> Running in b5f4051e3d23 [2020-10-26T08:19:58.969Z] Removing intermediate container 13985706234a [2020-10-26T08:19:58.969Z] ---> d3bca8231490 [2020-10-26T08:19:58.969Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T08:19:58.969Z] ---> Running in cc3fa6bf976e [2020-10-26T08:19:59.231Z] ---> Running in 68c541e490b2 [2020-10-26T08:19:59.231Z] ---> Running in 7ab8b7f12955 [2020-10-26T08:19:59.231Z] Removing intermediate container b5f4051e3d23 [2020-10-26T08:19:59.231Z] ---> 3d4da1cf3033 [2020-10-26T08:19:59.231Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-26T08:20:00.177Z] Removing intermediate container cc3fa6bf976e [2020-10-26T08:20:00.177Z] ---> 20c4212626f6 [2020-10-26T08:20:00.177Z] Step 14/22 : WORKDIR / [2020-10-26T08:20:00.219Z] 209524e5b208: Verifying Checksum [2020-10-26T08:20:00.219Z] 209524e5b208: Download complete [2020-10-26T08:20:00.440Z] Removing intermediate container 68c541e490b2 [2020-10-26T08:20:00.440Z] ---> 53b018d9b041 [2020-10-26T08:20:00.440Z] Step 14/22 : WORKDIR / [2020-10-26T08:20:00.440Z] ---> Running in b4127a214283 [2020-10-26T08:20:00.440Z] ---> Running in 930048fc569f [2020-10-26T08:20:00.440Z] Removing intermediate container 7ab8b7f12955 [2020-10-26T08:20:00.440Z] ---> d8f3de817fa5 [2020-10-26T08:20:00.440Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-26T08:20:00.702Z] ---> Running in 1281b0913039 [2020-10-26T08:20:00.702Z] ---> Running in 815584c02000 [2020-10-26T08:20:00.702Z] Removing intermediate container b4127a214283 [2020-10-26T08:20:00.702Z] ---> bbb9ecfae5f2 [2020-10-26T08:20:00.702Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-26T08:20:00.964Z] Removing intermediate container ce52444e95c5 [2020-10-26T08:20:00.964Z] ---> cd369f9fcf5f [2020-10-26T08:20:00.964Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-26T08:20:00.964Z] Removing intermediate container 930048fc569f [2020-10-26T08:20:00.964Z] ---> b0a809b4a892 [2020-10-26T08:20:00.964Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-26T08:20:01.203Z] 8529a6b9a6be: Verifying Checksum [2020-10-26T08:20:01.203Z] 8529a6b9a6be: Download complete [2020-10-26T08:20:01.233Z] ---> Running in 533568c6fbd8 [2020-10-26T08:20:01.233Z] Removing intermediate container 1281b0913039 [2020-10-26T08:20:01.233Z] ---> ad0d0bdceb67 [2020-10-26T08:20:01.233Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-26T08:20:01.233Z] ---> cb7d93a3e8a5 [2020-10-26T08:20:01.233Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-26T08:20:01.504Z] ---> 7faf11055fa3 [2020-10-26T08:20:01.504Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-26T08:20:01.504Z] ---> 90e3d94cd426 [2020-10-26T08:20:01.504Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-26T08:20:02.912Z] ---> 4c8a5f11c705 [2020-10-26T08:20:02.912Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-26T08:20:03.178Z] ---> 9364b30617c6 [2020-10-26T08:20:03.178Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-26T08:20:03.178Z] ---> fe2da443a692 [2020-10-26T08:20:03.178Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-26T08:20:03.439Z] Removing intermediate container 815584c02000 [2020-10-26T08:20:03.439Z] ---> ee3eee426c00 [2020-10-26T08:20:03.439Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-26T08:20:03.701Z] ---> 68541a165709 [2020-10-26T08:20:03.701Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-26T08:20:03.701Z] ---> 05495eacf475 [2020-10-26T08:20:03.701Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-26T08:20:03.962Z] ---> 362f0ad18924 [2020-10-26T08:20:03.962Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-26T08:20:03.962Z] ---> Running in d1ee53fb8156 [2020-10-26T08:20:03.962Z] Removing intermediate container 533568c6fbd8 [2020-10-26T08:20:03.962Z] ---> e4273cb71371 [2020-10-26T08:20:03.962Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-26T08:20:03.962Z] ---> Running in 5b9ed6b2ad4b [2020-10-26T08:20:03.962Z] ---> 5ac1bfef551c [2020-10-26T08:20:03.962Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-26T08:20:04.224Z] ---> Running in e248f3fe52f5 [2020-10-26T08:20:04.224Z] ---> 0fd0e89614cb [2020-10-26T08:20:04.224Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-26T08:20:04.490Z] Removing intermediate container d1ee53fb8156 [2020-10-26T08:20:04.490Z] ---> 13c4b71887ec [2020-10-26T08:20:04.490Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T08:20:04.490Z] Removing intermediate container 5b9ed6b2ad4b [2020-10-26T08:20:04.490Z] ---> e0b8745b501f [2020-10-26T08:20:04.490Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T08:20:04.490Z] ---> 8639010eb989 [2020-10-26T08:20:04.490Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-26T08:20:04.490Z] Removing intermediate container e248f3fe52f5 [2020-10-26T08:20:04.490Z] ---> ddb9bffc6763 [2020-10-26T08:20:04.490Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-26T08:20:04.490Z] ---> Running in 480462cd6173 [2020-10-26T08:20:04.490Z] ---> Running in 518c5c47f568 [2020-10-26T08:20:04.755Z] ---> Running in c0a38b5d8221 [2020-10-26T08:20:05.023Z] Removing intermediate container 480462cd6173 [2020-10-26T08:20:05.023Z] ---> 67f21fe69c78 [2020-10-26T08:20:05.023Z] Step 20/22 : LABEL arch=x86_64 [2020-10-26T08:20:05.023Z] Removing intermediate container 518c5c47f568 [2020-10-26T08:20:05.023Z] ---> f886c9c5d923 [2020-10-26T08:20:05.023Z] Step 20/22 : LABEL arch=x86_64 [2020-10-26T08:20:05.023Z] ---> 3355b79af0b1 [2020-10-26T08:20:05.023Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-26T08:20:05.023Z] ---> 03ad1441e585 [2020-10-26T08:20:05.023Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-26T08:20:05.023Z] Removing intermediate container c0a38b5d8221 [2020-10-26T08:20:05.023Z] ---> f6c5413fc65f [2020-10-26T08:20:05.023Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-26T08:20:05.023Z] ---> Running in 0f4f074e9a92 [2020-10-26T08:20:05.286Z] ---> Running in 04b05571962b [2020-10-26T08:20:05.286Z] ---> Running in cb4f28d22c93 [2020-10-26T08:20:05.548Z] ---> 1ecfa98aa4cd [2020-10-26T08:20:05.548Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-26T08:20:05.548Z] Removing intermediate container 04b05571962b [2020-10-26T08:20:05.548Z] ---> 1f07f2df4985 [2020-10-26T08:20:05.548Z] Step 21/22 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:20:05.548Z] Removing intermediate container 0f4f074e9a92 [2020-10-26T08:20:05.548Z] ---> b42ff8b4b843 [2020-10-26T08:20:05.548Z] Step 21/22 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:20:05.548Z] ---> 1c084fd7df87 [2020-10-26T08:20:05.548Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-26T08:20:05.810Z] Removing intermediate container cb4f28d22c93 [2020-10-26T08:20:05.810Z] ---> f05cb09bf855 [2020-10-26T08:20:05.810Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-26T08:20:05.810Z] ---> Running in 4a43dd953be9 [2020-10-26T08:20:05.810Z] ---> Running in 374e4817fb53 [2020-10-26T08:20:05.810Z] ---> Running in 421051ad7eee [2020-10-26T08:20:06.073Z] ---> 6d0cc3d1f2f8 [2020-10-26T08:20:06.073Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-26T08:20:06.338Z] ---> Running in 63ae72a8fd12 [2020-10-26T08:20:06.338Z] Removing intermediate container 374e4817fb53 [2020-10-26T08:20:06.338Z] ---> 6173a9601ae1 [2020-10-26T08:20:06.338Z] Step 22/22 : LABEL version=1.2.2-dev.95 [2020-10-26T08:20:06.601Z] Removing intermediate container 4a43dd953be9 [2020-10-26T08:20:06.601Z] ---> 822bb9ee9dcb [2020-10-26T08:20:06.601Z] Step 22/22 : LABEL version=1.2.2-dev.95 [2020-10-26T08:20:06.601Z] Removing intermediate container 421051ad7eee [2020-10-26T08:20:06.601Z] ---> 995f55a871fb [2020-10-26T08:20:06.601Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T08:20:06.869Z] ---> Running in 99e58c1336d1 [2020-10-26T08:20:06.869Z] ---> Running in e1f7cc47072d [2020-10-26T08:20:06.869Z] ---> 388368096cc2 [2020-10-26T08:20:06.869Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-26T08:20:06.869Z] ---> Running in 2570b6dba8d1 [2020-10-26T08:20:07.131Z] Removing intermediate container e1f7cc47072d [2020-10-26T08:20:07.131Z] ---> 39c6636e88a9 [2020-10-26T08:20:07.131Z] [2020-10-26T08:20:07.131Z] Removing intermediate container 99e58c1336d1 [2020-10-26T08:20:07.131Z] ---> abccc984cee0 [2020-10-26T08:20:07.131Z] [2020-10-26T08:20:07.131Z] Successfully built abccc984cee0 [2020-10-26T08:20:07.131Z] Successfully built 39c6636e88a9 [2020-10-26T08:20:07.131Z] ---> 68c69889bfcf [2020-10-26T08:20:07.131Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-26T08:20:07.394Z] Successfully tagged docker-core-command-go:latest [2020-10-26T08:20:07.394Z] Building docker-support-logging-go [2020-10-26T08:20:07.394Z]  Building docker-core-command-go ... done Successfully tagged docker-core-metadata-go:latest [2020-10-26T08:20:07.394Z] Building docker-core-data-go [2020-10-26T08:20:07.394Z]  Building docker-core-metadata-go ... done Removing intermediate container 2570b6dba8d1 [2020-10-26T08:20:07.394Z] ---> 6fe7bc17bf95 [2020-10-26T08:20:07.394Z] Step 22/24 : LABEL arch=x86_64 [2020-10-26T08:20:07.394Z] ---> Running in 35615e3d2653 [2020-10-26T08:20:07.973Z] ---> 748818e5b9a2 [2020-10-26T08:20:07.973Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-26T08:20:07.973Z] Removing intermediate container 35615e3d2653 [2020-10-26T08:20:07.973Z] ---> 33ac8d88d1f1 [2020-10-26T08:20:07.973Z] Step 23/24 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:20:08.244Z] ---> Running in 8f3282e9740e [2020-10-26T08:20:08.244Z] Removing intermediate container 63ae72a8fd12 [2020-10-26T08:20:08.244Z] ---> 36420481799a [2020-10-26T08:20:08.244Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-26T08:20:08.510Z] ---> Running in 0f31736be9a8 [2020-10-26T08:20:11.387Z] 8529a6b9a6be: Pull complete [2020-10-26T08:20:11.387Z] 45590311c82a: Pull complete [2020-10-26T08:20:11.662Z] 69ca0ff8b7b3: Pull complete [2020-10-26T08:20:12.734Z] ---> af3841419eea [2020-10-26T08:20:12.735Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-26T08:20:12.735Z] Removing intermediate container 0f31736be9a8 [2020-10-26T08:20:12.735Z] ---> d40c68a40391 [2020-10-26T08:20:12.735Z] Step 24/24 : LABEL version=1.2.2-dev.95 [2020-10-26T08:20:12.735Z] ---> Running in a1c25aff9a28 [2020-10-26T08:20:12.996Z] ---> Running in 36c4990ee9b6 [2020-10-26T08:20:13.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T08:20:13.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T08:20:13.523Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-26T08:20:13.523Z] (2/33) Installing expat (2.2.9-r1) [2020-10-26T08:20:13.523Z] (3/33) Installing libffi (3.3-r2) [2020-10-26T08:20:13.523Z] (4/33) Installing gdbm (1.13-r1) [2020-10-26T08:20:13.523Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-26T08:20:13.790Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-26T08:20:13.790Z] Removing intermediate container 36c4990ee9b6 [2020-10-26T08:20:13.790Z] ---> 1cc2b179fca2 [2020-10-26T08:20:13.790Z] [2020-10-26T08:20:13.790Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-26T08:20:15.198Z] Successfully built 1cc2b179fca2 [2020-10-26T08:20:15.980Z] 209524e5b208: Pull complete [2020-10-26T08:20:15.980Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-26T08:20:15.980Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-26T08:20:15.980Z] ---> 5bddaf1c2fca [2020-10-26T08:20:15.980Z] 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-26T08:20:19.391Z] ---> Running in 446008df39dd [2020-10-26T08:20:19.431Z] Successfully tagged docker-support-notifications-go:latest [2020-10-26T08:20:19.431Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2020-10-26T08:20:20.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T08:20:21.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T08:20:22.775Z] (1/12) Installing libmagic (5.38-r0) [2020-10-26T08:20:22.775Z] (2/12) Installing file (5.38-r0) [2020-10-26T08:20:23.046Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-26T08:20:23.046Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-26T08:20:24.761Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-26T08:20:24.761Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-26T08:20:24.761Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-26T08:20:24.761Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-26T08:20:24.761Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-26T08:20:24.761Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-26T08:20:24.761Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-26T08:20:25.367Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-26T08:20:25.367Z] Removing intermediate container a1c25aff9a28 [2020-10-26T08:20:25.367Z] ---> b63a09b9edb2 [2020-10-26T08:20:25.367Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-26T08:20:25.367Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-26T08:20:25.367Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-26T08:20:26.313Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-26T08:20:26.313Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-26T08:20:26.313Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-26T08:20:26.885Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T08:20:26.885Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T08:20:26.885Z] ---> 0b847c79a25a [2020-10-26T08:20:26.885Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T08:20:26.885Z] ---> Using cache [2020-10-26T08:20:26.885Z] ---> bedd57b45ffe [2020-10-26T08:20:26.885Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T08:20:26.885Z] ---> Using cache [2020-10-26T08:20:26.885Z] ---> c1ebfb1a2851 [2020-10-26T08:20:26.885Z] Step 5/22 : RUN apk update && apk add make && apk add bash gitStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T08:20:26.885Z] [2020-10-26T08:20:26.885Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-26T08:20:26.885Z] ---> 0b847c79a25a [2020-10-26T08:20:26.885Z] Step 3/23 : WORKDIR /edgex-go [2020-10-26T08:20:26.885Z] ---> Using cache [2020-10-26T08:20:26.885Z] ---> bedd57b45ffe [2020-10-26T08:20:26.885Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T08:20:26.885Z] ---> Using cache [2020-10-26T08:20:26.885Z] ---> c1ebfb1a2851 [2020-10-26T08:20:26.885Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-26T08:20:27.459Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-26T08:20:28.031Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-26T08:20:28.979Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-26T08:20:29.244Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-26T08:20:29.244Z] ---> Running in ba7b91f341a9 [2020-10-26T08:20:29.244Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-26T08:20:29.244Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-26T08:20:29.511Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-26T08:20:29.511Z] ---> Running in b3eefa57cf81 [2020-10-26T08:20:29.511Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-26T08:20:29.511Z] ---> Running in 4eb147813fbd [2020-10-26T08:20:29.511Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-26T08:20:29.511Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-26T08:20:29.511Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-26T08:20:29.511Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-26T08:20:29.511Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-26T08:20:29.738Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-26T08:20:29.738Z] (6/12) Installing patch (2.7.6-r6) [2020-10-26T08:20:29.772Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T08:20:29.772Z] OK: 71 MiB in 55 packages [2020-10-26T08:20:30.009Z] (7/12) Installing build-base (0.5-r2) [2020-10-26T08:20:30.009Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-26T08:20:30.988Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-26T08:20:30.988Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-26T08:20:30.988Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-26T08:20:31.261Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-26T08:20:31.537Z] Executing busybox-1.31.1-r16.trigger [2020-10-26T08:20:31.537Z] OK: 217 MiB in 51 packages [2020-10-26T08:20:32.326Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T08:20:32.326Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-26T08:20:32.326Z] ---> 0b847c79a25a [2020-10-26T08:20:32.326Z] Step 3/26 : WORKDIR /edgex-go [2020-10-26T08:20:32.326Z] ---> Using cache [2020-10-26T08:20:32.326Z] ---> bedd57b45ffe [2020-10-26T08:20:32.326Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T08:20:32.326Z] ---> Using cache [2020-10-26T08:20:32.326Z] ---> c1ebfb1a2851 [2020-10-26T08:20:32.326Z] Step 5/26 : RUN apk update && apk add make git [2020-10-26T08:20:33.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T08:20:33.532Z] ---> Running in ebf8e2c59869 [2020-10-26T08:20:33.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T08:20:34.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T08:20:34.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T08:20:34.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T08:20:34.583Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T08:20:34.583Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T08:20:34.583Z] OK: 12752 distinct packages available [2020-10-26T08:20:34.843Z] Removing intermediate container ba7b91f341a9 [2020-10-26T08:20:34.843Z] ---> 0e5542a9ba07 [2020-10-26T08:20:34.843Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-26T08:20:34.843Z] OK: 233 MiB in 51 packages [2020-10-26T08:20:34.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T08:20:35.119Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T08:20:35.119Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T08:20:35.119Z] OK: 12752 distinct packages available [2020-10-26T08:20:35.382Z] OK: 233 MiB in 51 packages [2020-10-26T08:20:35.645Z] OK: 233 MiB in 51 packages [2020-10-26T08:20:35.645Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T08:20:35.645Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T08:20:35.645Z] OK: 12752 distinct packages available [2020-10-26T08:20:35.858Z] Removing intermediate container 446008df39dd [2020-10-26T08:20:35.858Z] ---> 8f8546ae6a34 [2020-10-26T08:20:35.858Z] Step 4/7 : WORKDIR /edgex-go [2020-10-26T08:20:35.858Z] ---> Running in b31797811fe3 [2020-10-26T08:20:35.907Z] OK: 233 MiB in 51 packages [2020-10-26T08:20:35.907Z] ---> Running in 2922ef9a8963 [2020-10-26T08:20:36.132Z] Removing intermediate container b31797811fe3 [2020-10-26T08:20:36.132Z] ---> 6718980c741d [2020-10-26T08:20:36.132Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-26T08:20:36.405Z] latest: Pulling from library/docker [2020-10-26T08:20:36.680Z] 5f621e34cdf4: Pulling fs layer [2020-10-26T08:20:36.680Z] 85db56a05063: Pulling fs layer [2020-10-26T08:20:36.680Z] ccb67d6aeaaa: Pulling fs layer [2020-10-26T08:20:36.680Z] a0b19fc83503: Pulling fs layer [2020-10-26T08:20:36.680Z] 8eb508b41278: Pulling fs layer [2020-10-26T08:20:36.680Z] 37236713561e: Pulling fs layer [2020-10-26T08:20:36.680Z] 07c93f2b1b56: Pulling fs layer [2020-10-26T08:20:36.680Z] 37236713561e: Waiting [2020-10-26T08:20:36.680Z] a0b19fc83503: Waiting [2020-10-26T08:20:36.680Z] 8eb508b41278: Waiting [2020-10-26T08:20:36.680Z] 07c93f2b1b56: Waiting [2020-10-26T08:20:36.680Z] ccb67d6aeaaa: Verifying Checksum [2020-10-26T08:20:36.680Z] 85db56a05063: Verifying Checksum [2020-10-26T08:20:36.680Z] 85db56a05063: Download complete [2020-10-26T08:20:36.955Z] 5f621e34cdf4: Download complete [2020-10-26T08:20:36.955Z] 8eb508b41278: Verifying Checksum [2020-10-26T08:20:36.955Z] 8eb508b41278: Download complete [2020-10-26T08:20:36.955Z] 37236713561e: Download complete [2020-10-26T08:20:36.955Z] 07c93f2b1b56: Verifying Checksum [2020-10-26T08:20:36.955Z] 07c93f2b1b56: Download complete [2020-10-26T08:20:37.302Z] Removing intermediate container 2922ef9a8963 [2020-10-26T08:20:37.302Z] ---> 56a3f4d1a9bc [2020-10-26T08:20:37.302Z] Step 26/29 : CMD [ "generate" ] [2020-10-26T08:20:37.554Z] 5f621e34cdf4: Pull complete [2020-10-26T08:20:38.171Z] a0b19fc83503: Verifying Checksum [2020-10-26T08:20:38.171Z] a0b19fc83503: Download complete [2020-10-26T08:20:38.171Z] 85db56a05063: Pull complete [2020-10-26T08:20:38.772Z] ccb67d6aeaaa: Pull complete [2020-10-26T08:20:39.861Z] ---> Running in 21287aa8e6f5 [2020-10-26T08:20:39.861Z] Removing intermediate container b3eefa57cf81 [2020-10-26T08:20:39.861Z] ---> 5c3545395b51 [2020-10-26T08:20:39.861Z] Step 6/23 : COPY go.mod . [2020-10-26T08:20:40.437Z] Removing intermediate container 4eb147813fbd [2020-10-26T08:20:40.437Z] ---> 4b45d3a48a0b [2020-10-26T08:20:40.437Z] Step 6/22 : COPY go.mod . [2020-10-26T08:20:40.698Z] Removing intermediate container ebf8e2c59869 [2020-10-26T08:20:40.698Z] ---> 7459d42b9546 [2020-10-26T08:20:40.698Z] Step 6/26 : COPY go.mod . [2020-10-26T08:20:40.698Z] ---> ad367891c105 [2020-10-26T08:20:40.698Z] Step 7/23 : RUN go mod download [2020-10-26T08:20:40.698Z] Removing intermediate container 8f3282e9740e [2020-10-26T08:20:40.698Z] ---> db349cddba54 [2020-10-26T08:20:40.698Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-26T08:20:40.698Z] Removing intermediate container 21287aa8e6f5 [2020-10-26T08:20:40.698Z] ---> f52feeb86011 [2020-10-26T08:20:40.698Z] Step 27/29 : LABEL arch=x86_64 [2020-10-26T08:20:40.959Z] ---> Running in 892a4ad8435a [2020-10-26T08:20:40.959Z] ---> Running in ea81c919c38d [2020-10-26T08:20:40.959Z] ---> a8f651d76f6f [2020-10-26T08:20:40.959Z] Step 7/22 : RUN go mod download [2020-10-26T08:20:40.959Z] ---> Running in 0e3a2d8b1b9b [2020-10-26T08:20:41.220Z] ---> ffa14623d15d [2020-10-26T08:20:41.220Z] Step 7/26 : RUN go mod download [2020-10-26T08:20:41.220Z] ---> Running in e32a40fac6e9 [2020-10-26T08:20:41.220Z] ---> Running in 8dc34c4183f6 [2020-10-26T08:20:41.482Z] Removing intermediate container 0e3a2d8b1b9b [2020-10-26T08:20:41.482Z] ---> 3a202f518f33 [2020-10-26T08:20:41.482Z] Step 28/29 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:20:41.744Z] ---> Running in ba18f837783c [2020-10-26T08:20:42.025Z] Removing intermediate container ba18f837783c [2020-10-26T08:20:42.025Z] ---> 33d3349c385d [2020-10-26T08:20:42.025Z] Step 29/29 : LABEL version=1.2.2-dev.95 [2020-10-26T08:20:42.025Z] ---> Running in aa3ce5169d41 [2020-10-26T08:20:42.163Z] a0b19fc83503: Pull complete [2020-10-26T08:20:42.163Z] 8eb508b41278: Pull complete [2020-10-26T08:20:42.293Z] Removing intermediate container aa3ce5169d41 [2020-10-26T08:20:42.293Z] ---> f7db610ce5d9 [2020-10-26T08:20:42.293Z] [2020-10-26T08:20:42.438Z] 37236713561e: Pull complete [2020-10-26T08:20:42.558Z] Successfully built f7db610ce5d9 [2020-10-26T08:20:42.822Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-26T08:20:42.822Z]  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go [2020-10-26T08:20:43.034Z] 07c93f2b1b56: Pull complete [2020-10-26T08:20:43.034Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-26T08:20:43.034Z] Status: Downloaded newer image for docker:latest [2020-10-26T08:20:43.180Z] Collecting docker-compose==1.23.2 [2020-10-26T08:20:43.180Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-26T08:20:43.571Z] Removing intermediate container 892a4ad8435a [2020-10-26T08:20:43.571Z] ---> d7d19cfa0dc0 [2020-10-26T08:20:43.571Z] Step 8/23 : COPY . . [2020-10-26T08:20:43.571Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-26T08:20:43.571Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-26T08:20:43.571Z] Removing intermediate container e32a40fac6e9 [2020-10-26T08:20:43.571Z] ---> f9fc8f7f4746 [2020-10-26T08:20:43.571Z] Step 8/22 : COPY . . [2020-10-26T08:20:43.857Z] Removing intermediate container 8dc34c4183f6 [2020-10-26T08:20:43.857Z] ---> b5167b8a8bc2 [2020-10-26T08:20:43.857Z] Step 8/26 : COPY . . [2020-10-26T08:20:43.857Z] Collecting PyYAML<4,>=3.10 [2020-10-26T08:20:43.857Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-26T08:20:46.431Z] ---> 7907338d477d [2020-10-26T08:20:46.431Z] Step 6/7 : COPY go.mod . [2020-10-26T08:20:46.703Z] ---> 39b7534aa43e [2020-10-26T08:20:46.703Z] Step 7/7 : RUN go mod download [2020-10-26T08:20:46.978Z] ---> Running in 744e0c233541 [2020-10-26T08:20:50.665Z] Collecting docker<4.0,>=3.6.0 [2020-10-26T08:20:50.665Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-26T08:20:53.223Z] Collecting cached-property<2,>=1.2.0 [2020-10-26T08:20:53.223Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-26T08:20:53.223Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-26T08:20:53.223Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-26T08:20:54.623Z] 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-26T08:20:54.623Z] Collecting jsonschema<3,>=2.5.1 [2020-10-26T08:20:54.623Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-26T08:20:57.188Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-26T08:20:57.188Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-26T08:20:59.766Z] Collecting docopt<0.7,>=0.6.1 [2020-10-26T08:20:59.766Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-26T08:21:03.401Z] Collecting texttable<0.10,>=0.9.0 [2020-10-26T08:21:03.401Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-26T08:21:04.375Z] Collecting docker-pycreds>=0.4.0 [2020-10-26T08:21:04.375Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-26T08:21:04.375Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T08:21:04.375Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-26T08:21:04.375Z] ---> 0b847c79a25a [2020-10-26T08:21:04.375Z] Step 3/21 : WORKDIR /edgex-go [2020-10-26T08:21:04.375Z] ---> Using cache [2020-10-26T08:21:04.375Z] ---> bedd57b45ffe [2020-10-26T08:21:04.375Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T08:21:04.375Z] ---> Using cache [2020-10-26T08:21:04.375Z] ---> c1ebfb1a2851 [2020-10-26T08:21:04.375Z] Step 5/21 : RUN apk update && apk add make git [2020-10-26T08:21:04.375Z] ---> Using cache [2020-10-26T08:21:04.375Z] ---> 7459d42b9546 [2020-10-26T08:21:04.375Z] Step 6/21 : COPY go.mod . [2020-10-26T08:21:04.375Z] ---> Using cache [2020-10-26T08:21:04.375Z] ---> ffa14623d15d [2020-10-26T08:21:04.375Z] Step 7/21 : RUN go mod download [2020-10-26T08:21:04.375Z] ---> Using cache [2020-10-26T08:21:04.375Z] ---> b5167b8a8bc2 [2020-10-26T08:21:04.375Z] Step 8/21 : COPY . . [2020-10-26T08:21:04.375Z] 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-26T08:21:04.375Z] 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-26T08:21:04.641Z] Collecting idna<2.8,>=2.5 [2020-10-26T08:21:04.641Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-26T08:21:04.905Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-26T08:21:05.167Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-26T08:21:06.559Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-26T08:21:06.559Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-26T08:21:06.559Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-26T08:21:06.559Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-26T08:21:07.162Z] Installing collected packages: websocket-client, PyYAML, docker-pycreds, idna, urllib3, requests, docker, cached-property, dockerpty, jsonschema, docopt, texttable, docker-compose [2020-10-26T08:21:09.791Z] Running setup.py install for PyYAML: started [2020-10-26T08:21:11.724Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-26T08:21:11.724Z] Attempting uninstall: idna [2020-10-26T08:21:11.724Z] Found existing installation: idna 2.9 [2020-10-26T08:21:11.724Z] Uninstalling idna-2.9: [2020-10-26T08:21:11.724Z] Successfully uninstalled idna-2.9 [2020-10-26T08:21:11.989Z] Attempting uninstall: urllib3 [2020-10-26T08:21:11.989Z] Found existing installation: urllib3 1.25.9 [2020-10-26T08:21:11.989Z] Uninstalling urllib3-1.25.9: [2020-10-26T08:21:11.989Z] Successfully uninstalled urllib3-1.25.9 [2020-10-26T08:21:13.783Z] Removing intermediate container 744e0c233541 [2020-10-26T08:21:13.783Z] ---> a6d5a2f09dd5 [2020-10-26T08:21:13.783Z] Successfully built a6d5a2f09dd5 [2020-10-26T08:21:13.783Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:21:14.190Z] + docker inspect -f . ci-base-image-arm64 [2020-10-26T08:21:14.190Z] . [Pipeline] withDockerContainer [2020-10-26T08:21:14.429Z] prd-ubuntu18.04-docker-arm64-4c-16g-8828 does not seem to be running inside a container [2020-10-26T08:21:14.517Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:21:16.292Z] $ docker top f19097e098b2bdd267b46200cf937b45e2e6ed709e649c4629b296a429c89f2e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T08:21:17.301Z] Attempting uninstall: requests [2020-10-26T08:21:17.301Z] Found existing installation: requests 2.23.0 [2020-10-26T08:21:17.301Z] Uninstalling requests-2.23.0: [2020-10-26T08:21:17.563Z] Successfully uninstalled requests-2.23.0 [2020-10-26T08:21:17.690Z] + go version [2020-10-26T08:21:17.690Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-26T08:21:17.716Z] $ docker stop --time=1 f19097e098b2bdd267b46200cf937b45e2e6ed709e649c4629b296a429c89f2e [2020-10-26T08:21:18.505Z] ---> 4c6de5ac4ceb [2020-10-26T08:21:18.506Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-26T08:21:18.767Z] ---> b489ea0ac4a8 [2020-10-26T08:21:18.767Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-26T08:21:19.028Z] ---> e3b4e89ee159 [2020-10-26T08:21:19.028Z] 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-26T08:21:19.028Z] ---> Running in 176e0bb915bd [2020-10-26T08:21:19.289Z] ---> Running in fe9889eff890 [2020-10-26T08:21:19.289Z] ---> 64c350f603bc [2020-10-26T08:21:19.289Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-26T08:21:19.551Z] ---> Running in 8cb5bf8d7f0d [2020-10-26T08:21:19.664Z] $ docker rm -f f19097e098b2bdd267b46200cf937b45e2e6ed709e649c4629b296a429c89f2e [2020-10-26T08:21:19.815Z] Running setup.py install for dockerpty: started [2020-10-26T08:21:19.815Z] ---> Running in 4e8a87b95781 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [2020-10-26T08:21:20.396Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-26T08:21:20.396Z] Running setup.py install for docopt: started [2020-10-26T08:21:20.396Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-26T08:21:20.396Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:21:20.665Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-26T08:21:20.665Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-26T08:21:20.899Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-26T08:21:20.899Z] [2020-10-26T08:21:20.899Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2020-10-26T08:21:20.939Z] Running setup.py install for docopt: finished with status 'done' [2020-10-26T08:21:20.939Z] Running setup.py install for texttable: started [Pipeline] sh [2020-10-26T08:21:21.284Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-26T08:21:21.284Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-26T08:21:21.284Z] 29e5d40040c1: Pulling fs layer [2020-10-26T08:21:21.284Z] 1ce36da41761: Pulling fs layer [2020-10-26T08:21:21.284Z] 25b303627fd3: Pulling fs layer [2020-10-26T08:21:21.538Z] Running setup.py install for texttable: finished with status 'done' [2020-10-26T08:21:21.806Z] 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-26T08:21:21.881Z] 29e5d40040c1: Verifying Checksum [2020-10-26T08:21:21.881Z] 29e5d40040c1: Download complete [2020-10-26T08:21:22.156Z] 1ce36da41761: Verifying Checksum [2020-10-26T08:21:22.156Z] 1ce36da41761: Download complete [2020-10-26T08:21:22.433Z] 29e5d40040c1: Pull complete [2020-10-26T08:21:23.872Z] 1ce36da41761: Pull complete [2020-10-26T08:21:24.145Z] 25b303627fd3: Verifying Checksum [2020-10-26T08:21:24.145Z] 25b303627fd3: Download complete [2020-10-26T08:21:28.465Z] Removing intermediate container ea81c919c38d [2020-10-26T08:21:28.465Z] ---> 98cb08c449ff [2020-10-26T08:21:28.465Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-26T08:21:28.465Z] ---> Running in 282fbf33eddb [2020-10-26T08:21:29.896Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T08:21:30.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T08:21:30.434Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-26T08:21:30.434Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-26T08:21:30.434Z] (3/3) Installing curl (7.69.1-r1) [2020-10-26T08:21:30.434Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T08:21:30.434Z] OK: 72 MiB in 58 packages [2020-10-26T08:21:32.396Z] Removing intermediate container 282fbf33eddb [2020-10-26T08:21:32.396Z] ---> 8f56c1ffe1ec [2020-10-26T08:21:32.396Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-26T08:21:32.396Z] ---> Running in 889b681d7b85 [2020-10-26T08:21:32.674Z] Removing intermediate container 889b681d7b85 [2020-10-26T08:21:32.674Z] ---> 6ab266d68edf [2020-10-26T08:21:32.674Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T08:21:32.674Z] ---> Running in 9d3bbb4528a3 [2020-10-26T08:21:32.947Z] Removing intermediate container 9d3bbb4528a3 [2020-10-26T08:21:32.947Z] ---> 02c79ec4ce0e [2020-10-26T08:21:32.947Z] Step 25/27 : LABEL arch=x86_64 [2020-10-26T08:21:32.947Z] ---> Running in 402f27a54215 [2020-10-26T08:21:33.217Z] Removing intermediate container 402f27a54215 [2020-10-26T08:21:33.218Z] ---> 002553902066 [2020-10-26T08:21:33.218Z] Step 26/27 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:21:33.218Z] ---> Running in 63ba14b6d8a8 [2020-10-26T08:21:34.315Z] 25b303627fd3: Pull complete [2020-10-26T08:21:34.315Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-26T08:21:34.315Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-26T08:21:34.315Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-26T08:21:34.548Z] prd-ubuntu18.04-docker-arm64-4c-16g-8828 does not seem to be running inside a container [2020-10-26T08:21:34.633Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:21:34.641Z] Removing intermediate container 63ba14b6d8a8 [2020-10-26T08:21:34.642Z] ---> db99324effa1 [2020-10-26T08:21:34.642Z] Step 27/27 : LABEL version=1.2.2-dev.95 [2020-10-26T08:21:34.915Z] ---> Running in bb78410caf04 [2020-10-26T08:21:35.882Z] Removing intermediate container bb78410caf04 [2020-10-26T08:21:35.882Z] ---> 1bf902f24a9a [2020-10-26T08:21:35.882Z] [2020-10-26T08:21:35.882Z] Successfully built 1bf902f24a9a [2020-10-26T08:21:35.882Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-26T08:21:35.882Z] Building docker-security-proxy-setup-go [2020-10-26T08:21:38.099Z] $ docker top a724ee6d6fb6e26b2b3c58adf6767a40684bf6edf6ac478764c66898a6f9c36c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T08:21:39.552Z] + docker-compose build --help [2020-10-26T08:21:39.552Z] + grep parallel [2020-10-26T08:21:42.941Z] --parallel Build images in parallel. [Pipeline] } [2020-10-26T08:21:42.966Z] $ docker stop --time=1 a724ee6d6fb6e26b2b3c58adf6767a40684bf6edf6ac478764c66898a6f9c36c [2020-10-26T08:21:44.967Z] $ docker rm -f a724ee6d6fb6e26b2b3c58adf6767a40684bf6edf6ac478764c66898a6f9c36c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:21:45.778Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-26T08:21:45.778Z] . [Pipeline] withDockerContainer [2020-10-26T08:21:46.055Z] prd-ubuntu18.04-docker-arm64-4c-16g-8828 does not seem to be running inside a container [2020-10-26T08:21:46.143Z] $ 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/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:21:47.531Z] $ docker top 2548958308c6e78b9b41a4141ef516cb8175e7409df6ec726ec9ecd81479ae7d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T08:21:48.252Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-26T08:21:48.653Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-26T08:21:49.234Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T08:21:49.234Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-26T08:21:49.234Z] ---> 0b847c79a25a [2020-10-26T08:21:49.234Z] Step 3/20 : WORKDIR /edgex-go [2020-10-26T08:21:49.234Z] ---> Using cache [2020-10-26T08:21:49.234Z] ---> bedd57b45ffe [2020-10-26T08:21:49.234Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T08:21:49.234Z] ---> Using cache [2020-10-26T08:21:49.234Z] ---> c1ebfb1a2851 [2020-10-26T08:21:49.234Z] Step 5/20 : RUN apk update && apk add make git [2020-10-26T08:21:49.234Z] ---> Using cache [2020-10-26T08:21:49.234Z] ---> 7459d42b9546 [2020-10-26T08:21:49.234Z] Step 6/20 : COPY go.mod . [2020-10-26T08:21:49.234Z] ---> Using cache [2020-10-26T08:21:49.234Z] ---> ffa14623d15d [2020-10-26T08:21:49.234Z] Step 7/20 : RUN go mod download [2020-10-26T08:21:49.234Z] ---> Using cache [2020-10-26T08:21:49.234Z] ---> b5167b8a8bc2 [2020-10-26T08:21:49.234Z] Step 8/20 : COPY . . [2020-10-26T08:21:49.503Z] ---> Using cache [2020-10-26T08:21:49.503Z] ---> 64c350f603bc [2020-10-26T08:21:49.503Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-26T08:21:51.437Z] ---> Running in 0cfe24ef6ca3 [2020-10-26T08:21:52.417Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-26T08:21:53.036Z] Building docker-core-command-go ... [2020-10-26T08:21:53.036Z] Building docker-core-data-go ... [2020-10-26T08:21:53.036Z] Building docker-core-metadata-go ... [2020-10-26T08:21:53.036Z] Building docker-security-proxy-setup-go ... [2020-10-26T08:21:53.036Z] Building docker-security-secrets-setup-go ... [2020-10-26T08:21:53.036Z] Building docker-security-secretstore-setup-go ... [2020-10-26T08:21:53.036Z] Building docker-support-logging-go ... [2020-10-26T08:21:53.036Z] Building docker-support-notifications-go ... [2020-10-26T08:21:53.036Z] Building docker-support-scheduler-go ... [2020-10-26T08:21:53.036Z] Building docker-sys-mgmt-agent-go ... [2020-10-26T08:21:53.036Z] Building docker-security-secretstore-setup-go [2020-10-26T08:21:53.036Z] Building docker-support-scheduler-go [2020-10-26T08:21:53.036Z] Building docker-security-secrets-setup-go [2020-10-26T08:21:53.036Z] Building docker-sys-mgmt-agent-go [2020-10-26T08:21:53.036Z] Building docker-support-notifications-go [2020-10-26T08:21:53.813Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-26T08:21:55.212Z] Removing intermediate container 176e0bb915bd [2020-10-26T08:21:55.212Z] ---> eba0f5c67b7d [2020-10-26T08:21:55.212Z] [2020-10-26T08:21:55.212Z] Step 10/22 : FROM scratch [2020-10-26T08:21:55.212Z] ---> [2020-10-26T08:21:55.212Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-26T08:21:55.808Z] ---> Using cache [2020-10-26T08:21:55.808Z] ---> f25873aca531 [2020-10-26T08:21:55.808Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-26T08:21:56.396Z] ---> Running in a5018dba4819 [2020-10-26T08:21:57.394Z] Removing intermediate container a5018dba4819 [2020-10-26T08:21:57.394Z] ---> b69e44fb266d [2020-10-26T08:21:57.394Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T08:21:58.364Z] ---> Running in 841eb4da034d [2020-10-26T08:21:59.772Z] Removing intermediate container 4e8a87b95781 [2020-10-26T08:21:59.772Z] ---> 9c3cb26a08d0 [2020-10-26T08:21:59.772Z] [2020-10-26T08:21:59.772Z] Step 10/21 : FROM scratch [2020-10-26T08:21:59.772Z] ---> [2020-10-26T08:21:59.772Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T08:21:59.772Z] ---> Using cache [2020-10-26T08:21:59.772Z] ---> 93e909e0a2e7 [2020-10-26T08:21:59.772Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-26T08:22:01.704Z] Removing intermediate container 841eb4da034d [2020-10-26T08:22:01.704Z] ---> 57b065486cbb [2020-10-26T08:22:01.704Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-26T08:22:01.704Z] ---> Running in d394db1fe100 [2020-10-26T08:22:01.704Z] Removing intermediate container 8cb5bf8d7f0d [2020-10-26T08:22:01.704Z] ---> 9b20a1e654b4 [2020-10-26T08:22:01.704Z] [2020-10-26T08:22:01.705Z] Step 10/26 : FROM alpine:3.10 [2020-10-26T08:22:01.705Z] Removing intermediate container d394db1fe100 [2020-10-26T08:22:01.705Z] ---> fec6f9321d0d [2020-10-26T08:22:01.705Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-26T08:22:01.979Z] ---> bd102583341a [2020-10-26T08:22:01.979Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-26T08:22:01.979Z] ---> Running in f21616a07a2f [2020-10-26T08:22:01.979Z] 3.10: Pulling from library/alpine [2020-10-26T08:22:02.255Z] Removing intermediate container f21616a07a2f [2020-10-26T08:22:02.255Z] ---> 64fdac196e26 [2020-10-26T08:22:02.255Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-26T08:22:02.864Z] ---> 09978d20bb0d [2020-10-26T08:22:02.864Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-26T08:22:03.440Z] ---> 68b3078e35db [2020-10-26T08:22:03.440Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-26T08:22:03.440Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-26T08:22:04.843Z] Status: Downloaded newer image for alpine:3.10 [2020-10-26T08:22:04.844Z] ---> be4e4bea2c2e [2020-10-26T08:22:04.844Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-26T08:22:05.110Z] ---> 497ba39c0107 [2020-10-26T08:22:05.110Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-26T08:22:05.380Z] ---> Running in 1beed7a58e5a [2020-10-26T08:22:05.380Z] ---> ffb1bc337c35 [2020-10-26T08:22:05.380Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-26T08:22:05.646Z] Removing intermediate container fe9889eff890 [2020-10-26T08:22:05.646Z] ---> 8e69c95f4b14 [2020-10-26T08:22:05.646Z] [2020-10-26T08:22:05.646Z] Step 10/23 : FROM alpine [2020-10-26T08:22:05.646Z] ---> d6e46aa2470d [2020-10-26T08:22:05.646Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T08:22:05.646Z] ---> a56bf96db100 [2020-10-26T08:22:05.646Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-26T08:22:05.910Z] ---> Running in 2dd44a701786 [2020-10-26T08:22:05.910Z] ---> Running in 6533f8c29df7 [2020-10-26T08:22:06.177Z] ---> c1984adbc573 [2020-10-26T08:22:06.177Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-26T08:22:06.177Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-26T08:22:06.177Z] Removing intermediate container 2dd44a701786 [2020-10-26T08:22:06.440Z] ---> 2a7aa8dbaf94 [2020-10-26T08:22:06.440Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-26T08:22:06.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-26T08:22:06.440Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-26T08:22:06.440Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-26T08:22:06.440Z] OK: 10346 distinct packages available [2020-10-26T08:22:06.440Z] ---> Running in 2c7617445d5e [2020-10-26T08:22:06.440Z] Removing intermediate container 6533f8c29df7 [2020-10-26T08:22:06.440Z] ---> fe8c4fe951d0 [2020-10-26T08:22:06.440Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T08:22:06.701Z] ---> Running in 9073a557fbd9 [2020-10-26T08:22:06.701Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-26T08:22:06.701Z] ---> Running in db7e0a6cd457 [2020-10-26T08:22:06.701Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-26T08:22:06.702Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-26T08:22:06.702Z] (4/5) Installing curl (7.66.0-r1) [2020-10-26T08:22:06.702Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-26T08:22:06.702Z] Executing busybox-1.30.1-r3.trigger [2020-10-26T08:22:06.702Z] Executing ca-certificates-20191127-r2.trigger [2020-10-26T08:22:06.963Z] OK: 7 MiB in 19 packages [2020-10-26T08:22:07.538Z] Removing intermediate container 2c7617445d5e [2020-10-26T08:22:07.538Z] ---> daf3c567010b [2020-10-26T08:22:07.538Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T08:22:08.111Z] ---> Running in b17b229b1e05 [2020-10-26T08:22:08.111Z] Removing intermediate container 9073a557fbd9 [2020-10-26T08:22:08.111Z] ---> 2337d21682e3 [2020-10-26T08:22:08.111Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-26T08:22:08.111Z] Removing intermediate container db7e0a6cd457 [2020-10-26T08:22:08.111Z] ---> ac3167353430 [2020-10-26T08:22:08.111Z] Step 20/22 : LABEL arch=x86_64 [2020-10-26T08:22:08.373Z] ---> Running in 8a3f283ba565 [2020-10-26T08:22:08.373Z] ---> Running in e21503702823 [2020-10-26T08:22:08.634Z] Removing intermediate container b17b229b1e05 [2020-10-26T08:22:08.634Z] ---> d74d1d47c21b [2020-10-26T08:22:08.634Z] Step 19/21 : LABEL arch=x86_64 [2020-10-26T08:22:08.634Z] Removing intermediate container 1beed7a58e5a [2020-10-26T08:22:08.634Z] ---> 56b25c81dfcd [2020-10-26T08:22:08.634Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-26T08:22:08.634Z] ---> Running in 5270f07482e3 [2020-10-26T08:22:08.896Z] Removing intermediate container 8a3f283ba565 [2020-10-26T08:22:08.896Z] ---> c844dbe7f953 [2020-10-26T08:22:08.896Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T08:22:08.896Z] Removing intermediate container e21503702823 [2020-10-26T08:22:08.896Z] ---> 06bf5327ee2c [2020-10-26T08:22:08.896Z] Step 21/22 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:08.896Z] ---> Running in 4bfc454a7ed3 [2020-10-26T08:22:09.838Z] ---> Running in c97bd85dc2ca [2020-10-26T08:22:09.838Z] ---> Running in e90f56f51d12 [2020-10-26T08:22:09.838Z] Removing intermediate container 5270f07482e3 [2020-10-26T08:22:09.838Z] ---> 0a7ee8197820 [2020-10-26T08:22:09.838Z] Step 20/21 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:10.102Z] Removing intermediate container 4bfc454a7ed3 [2020-10-26T08:22:10.102Z] ---> 1fe3730d066a [2020-10-26T08:22:10.102Z] Step 13/26 : WORKDIR / [2020-10-26T08:22:10.102Z] ---> Running in 6f0b19ef40a1 [2020-10-26T08:22:10.682Z] ---> Running in b838289e43ef [2020-10-26T08:22:11.255Z] Removing intermediate container e90f56f51d12 [2020-10-26T08:22:11.255Z] ---> 0e06617d3462 [2020-10-26T08:22:11.255Z] Step 22/22 : LABEL version=1.2.2-dev.95 [2020-10-26T08:22:11.517Z] Removing intermediate container 6f0b19ef40a1 [2020-10-26T08:22:11.517Z] ---> 76d09ec33558 [2020-10-26T08:22:11.517Z] Step 21/21 : LABEL version=1.2.2-dev.95 [2020-10-26T08:22:11.517Z] ---> Running in f4288baeef79 [2020-10-26T08:22:11.792Z] Removing intermediate container 0cfe24ef6ca3 [2020-10-26T08:22:11.792Z] ---> ec3eba11f933 [2020-10-26T08:22:11.792Z] [2020-10-26T08:22:11.792Z] Step 10/20 : FROM alpine [2020-10-26T08:22:11.792Z] ---> d6e46aa2470d [2020-10-26T08:22:11.792Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-26T08:22:11.792Z] Removing intermediate container b838289e43ef [2020-10-26T08:22:11.792Z] ---> 621738400917 [2020-10-26T08:22:11.792Z] 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-26T08:22:11.792Z] ---> Running in 88fff4e1a727 [2020-10-26T08:22:11.792Z] ---> Running in d0066df03343 [2020-10-26T08:22:12.055Z] Removing intermediate container f4288baeef79 [2020-10-26T08:22:12.055Z] ---> ec9ac75c202e [2020-10-26T08:22:12.055Z] [2020-10-26T08:22:12.326Z] Successfully built ec9ac75c202e [2020-10-26T08:22:12.326Z] Successfully tagged docker-support-logging-go:latest [2020-10-26T08:22:12.326Z]  Building docker-support-logging-go ... done  ---> ba6f761f0826 [2020-10-26T08:22:12.326Z] 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-26T08:22:12.326Z] Removing intermediate container c97bd85dc2ca [2020-10-26T08:22:12.326Z] ---> 62cd770062d4 [2020-10-26T08:22:12.326Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-26T08:22:12.595Z] Removing intermediate container 88fff4e1a727 [2020-10-26T08:22:12.595Z] ---> ccd41ab41dff [2020-10-26T08:22:12.595Z] [2020-10-26T08:22:12.595Z] ---> Running in 2d523e1ee2e6 [2020-10-26T08:22:12.595Z] Successfully built ccd41ab41dff [2020-10-26T08:22:12.595Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-26T08:22:12.865Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T08:22:12.865Z] ---> c3cdcdedc3ee [2020-10-26T08:22:12.865Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-26T08:22:12.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T08:22:13.126Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-26T08:22:13.126Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-26T08:22:13.126Z] OK: 12744 distinct packages available [2020-10-26T08:22:13.126Z] ---> 1a480b50c3a1 [2020-10-26T08:22:13.126Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-26T08:22:13.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T08:22:13.390Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-26T08:22:13.390Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-26T08:22:13.390Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-26T08:22:13.390Z] (4/4) Installing curl (7.69.1-r1) [2020-10-26T08:22:13.390Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T08:22:13.390Z] Executing ca-certificates-20191127-r4.trigger [2020-10-26T08:22:13.390Z] OK: 7 MiB in 18 packages [2020-10-26T08:22:13.654Z] ---> 81868f732814 [2020-10-26T08:22:13.654Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-26T08:22:13.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T08:22:14.189Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-26T08:22:14.450Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-26T08:22:14.450Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-26T08:22:14.711Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-26T08:22:14.711Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-26T08:22:14.711Z] Removing intermediate container d0066df03343 [2020-10-26T08:22:14.711Z] ---> e7fe3b812fe3 [2020-10-26T08:22:14.711Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-26T08:22:14.711Z] ---> 3ad18aa2d1f1 [2020-10-26T08:22:14.711Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-26T08:22:14.711Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T08:22:14.711Z] OK: 8 MiB in 19 packages [2020-10-26T08:22:15.135Z] ---> Running in c51bdc64731b [2020-10-26T08:22:15.135Z] Removing intermediate container c51bdc64731b [2020-10-26T08:22:15.135Z] ---> b31fb21eb66b [2020-10-26T08:22:15.135Z] Step 13/20 : WORKDIR /edgex [2020-10-26T08:22:15.497Z] ---> Running in d8d357c8f2ab [2020-10-26T08:22:15.497Z] ---> 1299db9cd42f [2020-10-26T08:22:15.497Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-26T08:22:15.497Z] Removing intermediate container 2d523e1ee2e6 [2020-10-26T08:22:15.497Z] ---> 2e27c601726b [2020-10-26T08:22:15.497Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-26T08:22:15.497Z] Removing intermediate container d8d357c8f2ab [2020-10-26T08:22:15.497Z] ---> 5f20f7249a93 [2020-10-26T08:22:15.497Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-26T08:22:15.852Z] ---> de254176503b [2020-10-26T08:22:15.852Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-26T08:22:15.852Z] ---> 54b152a65c88 [2020-10-26T08:22:15.852Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-26T08:22:15.852Z] ---> 78f75c0917a5 [2020-10-26T08:22:15.852Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-26T08:22:16.127Z] ---> c460b9c179aa [2020-10-26T08:22:16.127Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-26T08:22:16.127Z] ---> Running in 17f42f1f749c [2020-10-26T08:22:16.396Z] ---> fa632e39cdf4 [2020-10-26T08:22:16.396Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-26T08:22:16.396Z] ---> bcc0fe6152cf [2020-10-26T08:22:16.396Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-26T08:22:16.661Z] ---> Running in 9a9d2d362257 [2020-10-26T08:22:16.661Z] Removing intermediate container 9a9d2d362257 [2020-10-26T08:22:16.661Z] ---> 3fa9b48d6360 [2020-10-26T08:22:16.661Z] Step 17/20 : CMD ["--init=true"] [2020-10-26T08:22:17.240Z] ---> Running in 73126ec0bbcc [2020-10-26T08:22:17.240Z] ---> 2ae0a9470de5 [2020-10-26T08:22:17.240Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-26T08:22:17.504Z] ---> Running in e61bf2c86543 [2020-10-26T08:22:17.504Z] Removing intermediate container 73126ec0bbcc [2020-10-26T08:22:17.504Z] ---> eb1714dd6eaf [2020-10-26T08:22:17.504Z] Step 18/20 : LABEL arch=x86_64 [2020-10-26T08:22:17.766Z] ---> Running in f1e007afb65f [2020-10-26T08:22:17.766Z] Removing intermediate container e61bf2c86543 [2020-10-26T08:22:17.766Z] ---> 96865105f46e [2020-10-26T08:22:17.766Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T08:22:18.028Z] Removing intermediate container 17f42f1f749c [2020-10-26T08:22:18.028Z] ---> bbd4d0a891f5 [2020-10-26T08:22:18.028Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-26T08:22:18.028Z] ---> Running in dab65fc4499b [2020-10-26T08:22:18.028Z] Removing intermediate container f1e007afb65f [2020-10-26T08:22:18.028Z] ---> 25971d2313e9 [2020-10-26T08:22:18.028Z] Step 19/20 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:18.028Z] ---> Running in 6635d21e30e2 [2020-10-26T08:22:18.290Z] ---> Running in b7e4aa0ee022 [2020-10-26T08:22:18.290Z] Removing intermediate container dab65fc4499b [2020-10-26T08:22:18.290Z] ---> 3f0807f7a4fd [2020-10-26T08:22:18.290Z] Step 21/23 : LABEL arch=x86_64 [2020-10-26T08:22:18.290Z] ---> Running in e8c0b9c9160d [2020-10-26T08:22:18.290Z] Removing intermediate container 6635d21e30e2 [2020-10-26T08:22:18.290Z] ---> 897db04e4582 [2020-10-26T08:22:18.290Z] Step 24/26 : LABEL arch=x86_64 [2020-10-26T08:22:18.553Z] Removing intermediate container b7e4aa0ee022 [2020-10-26T08:22:18.553Z] ---> 3d630db0ee6d [2020-10-26T08:22:18.553Z] Step 20/20 : LABEL version=1.2.2-dev.95 [2020-10-26T08:22:18.553Z] ---> Running in 5aace4a72bd6 [2020-10-26T08:22:18.553Z] Removing intermediate container e8c0b9c9160d [2020-10-26T08:22:18.553Z] ---> d5096f9310c9 [2020-10-26T08:22:18.553Z] Step 22/23 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:18.553Z] ---> Running in e7caca58ba63 [2020-10-26T08:22:18.815Z] ---> Running in 0edfb7ee6078 [2020-10-26T08:22:18.815Z] Removing intermediate container 5aace4a72bd6 [2020-10-26T08:22:18.815Z] ---> a8ad950c875c [2020-10-26T08:22:18.815Z] Step 25/26 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:18.815Z] Removing intermediate container e7caca58ba63 [2020-10-26T08:22:18.815Z] ---> 296ea2485e09 [2020-10-26T08:22:18.815Z] [2020-10-26T08:22:19.391Z] Successfully built 296ea2485e09 [2020-10-26T08:22:19.391Z] ---> Running in fbe64d6d7c62 [2020-10-26T08:22:19.391Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-26T08:22:19.391Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 0edfb7ee6078 [2020-10-26T08:22:19.391Z] ---> 9652021d9324 [2020-10-26T08:22:19.391Z] Step 23/23 : LABEL version=1.2.2-dev.95 [2020-10-26T08:22:19.657Z] ---> Running in 085e4e4b2db9 [2020-10-26T08:22:19.657Z] Removing intermediate container fbe64d6d7c62 [2020-10-26T08:22:19.657Z] ---> 0d476833d2a0 [2020-10-26T08:22:19.657Z] Step 26/26 : LABEL version=1.2.2-dev.95 [2020-10-26T08:22:19.657Z] Removing intermediate container 085e4e4b2db9 [2020-10-26T08:22:19.657Z] ---> 7dfa9b4e43d7 [2020-10-26T08:22:19.657Z] [2020-10-26T08:22:19.657Z] ---> Running in 8fae9faa8a25 [2020-10-26T08:22:19.918Z] Successfully built 7dfa9b4e43d7 [2020-10-26T08:22:19.918Z] Successfully tagged docker-core-data-go:latest [2020-10-26T08:22:19.918Z]  Building docker-core-data-go ... done Removing intermediate container 8fae9faa8a25 [2020-10-26T08:22:19.918Z] ---> 2bf324d6277e [2020-10-26T08:22:19.918Z] [2020-10-26T08:22:20.179Z] Successfully built 2bf324d6277e [2020-10-26T08:22:20.179Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-26T08:22:20.462Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-10-26T08:22:20.514Z] $ docker stop --time=1 c503c145e1b1dc1fbf8ba3d8f3214af4294606254379fb173191b930231ca7d1 [2020-10-26T08:22:22.213Z] $ docker rm -f c503c145e1b1dc1fbf8ba3d8f3214af4294606254379fb173191b930231ca7d1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:22:23.436Z] + docker images [2020-10-26T08:22:23.436Z] + grep docker [2020-10-26T08:22:23.436Z] docker-security-secretstore-setup-go latest 2bf324d6277e 4 seconds ago 32.4MB [2020-10-26T08:22:23.436Z] docker-core-data-go latest 7dfa9b4e43d7 4 seconds ago 23.7MB [2020-10-26T08:22:23.436Z] docker-security-proxy-setup-go latest 296ea2485e09 5 seconds ago 15.8MB [2020-10-26T08:22:23.436Z] docker-support-scheduler-go latest ccd41ab41dff 11 seconds ago 12.3MB [2020-10-26T08:22:23.436Z] docker-support-logging-go latest ec9ac75c202e 12 seconds ago 11.1MB [2020-10-26T08:22:23.436Z] docker-sys-mgmt-agent-go latest 1bf902f24a9a 48 seconds ago 290MB [2020-10-26T08:22:23.436Z] docker-security-secrets-setup-go latest f7db610ce5d9 About a minute ago 24MB [2020-10-26T08:22:23.436Z] docker-support-notifications-go latest 1cc2b179fca2 2 minutes ago 13.6MB [2020-10-26T08:22:23.436Z] docker-core-command-go latest abccc984cee0 2 minutes ago 12.2MB [2020-10-26T08:22:23.436Z] docker-core-metadata-go latest 39c6636e88a9 2 minutes ago 14.5MB [2020-10-26T08:22:23.436Z] 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-26T08:22:24.026Z] provisioning config files... [2020-10-26T08:22:24.143Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/211@tmp/config1841351454006951283tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-26T08:22:24.555Z] ---> docker-login.sh [2020-10-26T08:22:24.555Z] nexus3.edgexfoundry.org:10001 [2020-10-26T08:22:24.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T08:22:24.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T08:22:24.555Z] Configure a credential helper to remove this warning. See [2020-10-26T08:22:24.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T08:22:24.555Z] [2020-10-26T08:22:24.555Z] Login Succeeded [2020-10-26T08:22:24.555Z] nexus3.edgexfoundry.org:10002 [2020-10-26T08:22:24.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T08:22:24.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T08:22:24.817Z] Configure a credential helper to remove this warning. See [2020-10-26T08:22:24.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T08:22:24.817Z] [2020-10-26T08:22:24.817Z] Login Succeeded [2020-10-26T08:22:24.817Z] nexus3.edgexfoundry.org:10003 [2020-10-26T08:22:25.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T08:22:25.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T08:22:25.079Z] Configure a credential helper to remove this warning. See [2020-10-26T08:22:25.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T08:22:25.079Z] [2020-10-26T08:22:25.079Z] Login Succeeded [2020-10-26T08:22:25.079Z] nexus3.edgexfoundry.org:10004 [2020-10-26T08:22:25.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T08:22:25.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T08:22:25.342Z] Configure a credential helper to remove this warning. See [2020-10-26T08:22:25.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T08:22:25.342Z] [2020-10-26T08:22:25.342Z] Login Succeeded [2020-10-26T08:22:25.342Z] docker.io [2020-10-26T08:22:25.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T08:22:25.604Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T08:22:25.604Z] Configure a credential helper to remove this warning. See [2020-10-26T08:22:25.604Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T08:22:25.604Z] [2020-10-26T08:22:25.604Z] Login Succeeded [2020-10-26T08:22:25.604Z] ---> docker-login.sh ends [Pipeline] } [2020-10-26T08:22:25.614Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:22:25.873Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-26T08:22:25.873Z] 2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:25.873Z] 1.2.2-dev.95 [2020-10-26T08:22:25.873Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:25.873Z] master [2020-10-26T08:22:25.873Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:26.372Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:26.674Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:26.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-26T08:22:26.674Z] 5b37ec463033: Preparing [2020-10-26T08:22:26.674Z] 3f0e45766927: Preparing [2020-10-26T08:22:26.674Z] 7f09ec8b7191: Preparing [2020-10-26T08:22:26.938Z] 5b37ec463033: Pushed [2020-10-26T08:22:26.938Z] 7f09ec8b7191: Pushed [2020-10-26T08:22:27.881Z] 3f0e45766927: Pushed [2020-10-26T08:22:28.452Z] 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:c6d3507ecc3f02f5ae384feeab2dc837ad08e897266282021f4fe675e8080a72 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:28.756Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:29.063Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.95 [2020-10-26T08:22:29.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-26T08:22:29.063Z] 5b37ec463033: Preparing [2020-10-26T08:22:29.063Z] 3f0e45766927: Preparing [2020-10-26T08:22:29.063Z] 7f09ec8b7191: Preparing [2020-10-26T08:22:29.063Z] 5b37ec463033: Layer already exists [2020-10-26T08:22:29.063Z] 3f0e45766927: Layer already exists [2020-10-26T08:22:29.063Z] 7f09ec8b7191: Layer already exists [2020-10-26T08:22:29.063Z] 1.2.2-dev.95: digest: sha256:c6d3507ecc3f02f5ae384feeab2dc837ad08e897266282021f4fe675e8080a72 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:29.371Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:29.675Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:29.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-26T08:22:29.675Z] 5b37ec463033: Preparing [2020-10-26T08:22:29.675Z] 3f0e45766927: Preparing [2020-10-26T08:22:29.675Z] 7f09ec8b7191: Preparing [2020-10-26T08:22:29.936Z] 5b37ec463033: Layer already exists [2020-10-26T08:22:29.936Z] 3f0e45766927: Layer already exists [2020-10-26T08:22:29.936Z] 7f09ec8b7191: Layer already exists [2020-10-26T08:22:30.197Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:c6d3507ecc3f02f5ae384feeab2dc837ad08e897266282021f4fe675e8080a72 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:30.497Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:30.794Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-26T08:22:30.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-26T08:22:30.794Z] 5b37ec463033: Preparing [2020-10-26T08:22:30.794Z] 3f0e45766927: Preparing [2020-10-26T08:22:30.794Z] 7f09ec8b7191: Preparing [2020-10-26T08:22:30.794Z] 7f09ec8b7191: Layer already exists [2020-10-26T08:22:30.794Z] 5b37ec463033: Layer already exists [2020-10-26T08:22:30.794Z] 3f0e45766927: Layer already exists [2020-10-26T08:22:30.794Z] master: digest: sha256:c6d3507ecc3f02f5ae384feeab2dc837ad08e897266282021f4fe675e8080a72 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:22:31.001Z] ===================================================== [Pipeline] echo [2020-10-26T08:22:31.046Z] taggedImages: [2020-10-26T08:22:31.046Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:31.046Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.95 [2020-10-26T08:22:31.046Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:31.046Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-26T08:22:31.112Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-26T08:22:31.112Z] 2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:31.112Z] 1.2.2-dev.95 [2020-10-26T08:22:31.112Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:31.112Z] master [2020-10-26T08:22:31.112Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:31.646Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:31.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:31.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-26T08:22:31.947Z] 58beca985b63: Preparing [2020-10-26T08:22:31.947Z] 399c0df06bdb: Preparing [2020-10-26T08:22:31.947Z] c5e54a5f36a2: Preparing [2020-10-26T08:22:31.947Z] 1b05bade004c: Preparing [2020-10-26T08:22:31.947Z] 88076c002611: Preparing [2020-10-26T08:22:31.947Z] ace0eda3e3be: Preparing [2020-10-26T08:22:31.947Z] ace0eda3e3be: Waiting [2020-10-26T08:22:31.947Z] 58beca985b63: Pushed [2020-10-26T08:22:32.210Z] 88076c002611: Pushed [2020-10-26T08:22:32.210Z] c5e54a5f36a2: Pushed [2020-10-26T08:22:32.210Z] ace0eda3e3be: Layer already exists [2020-10-26T08:22:32.210Z] 1b05bade004c: Pushed [2020-10-26T08:22:33.157Z] 399c0df06bdb: Pushed [2020-10-26T08:22:33.422Z] 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:887aa0a989499f4cc6d519b16d361a8fe24bff1dd801c9f58fa8ba56578bfd33 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:33.745Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:34.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.95 [2020-10-26T08:22:34.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-26T08:22:34.040Z] 58beca985b63: Preparing [2020-10-26T08:22:34.040Z] 399c0df06bdb: Preparing [2020-10-26T08:22:34.040Z] c5e54a5f36a2: Preparing [2020-10-26T08:22:34.040Z] 1b05bade004c: Preparing [2020-10-26T08:22:34.040Z] 88076c002611: Preparing [2020-10-26T08:22:34.040Z] ace0eda3e3be: Preparing [2020-10-26T08:22:34.040Z] ace0eda3e3be: Waiting [2020-10-26T08:22:34.040Z] 1b05bade004c: Layer already exists [2020-10-26T08:22:34.040Z] 58beca985b63: Layer already exists [2020-10-26T08:22:34.040Z] 399c0df06bdb: Layer already exists [2020-10-26T08:22:34.040Z] c5e54a5f36a2: Layer already exists [2020-10-26T08:22:34.040Z] 88076c002611: Layer already exists [2020-10-26T08:22:34.040Z] ace0eda3e3be: Layer already exists [2020-10-26T08:22:34.302Z] 1.2.2-dev.95: digest: sha256:887aa0a989499f4cc6d519b16d361a8fe24bff1dd801c9f58fa8ba56578bfd33 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:34.613Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:34.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:34.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-26T08:22:34.910Z] 58beca985b63: Preparing [2020-10-26T08:22:34.910Z] 399c0df06bdb: Preparing [2020-10-26T08:22:34.910Z] c5e54a5f36a2: Preparing [2020-10-26T08:22:34.910Z] 1b05bade004c: Preparing [2020-10-26T08:22:34.910Z] 88076c002611: Preparing [2020-10-26T08:22:34.910Z] ace0eda3e3be: Preparing [2020-10-26T08:22:34.910Z] 88076c002611: Layer already exists [2020-10-26T08:22:34.910Z] c5e54a5f36a2: Layer already exists [2020-10-26T08:22:34.910Z] 399c0df06bdb: Layer already exists [2020-10-26T08:22:34.910Z] 1b05bade004c: Layer already exists [2020-10-26T08:22:34.910Z] 58beca985b63: Layer already exists [2020-10-26T08:22:34.910Z] ace0eda3e3be: Layer already exists [2020-10-26T08:22:34.910Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:887aa0a989499f4cc6d519b16d361a8fe24bff1dd801c9f58fa8ba56578bfd33 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:35.216Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:35.567Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-26T08:22:35.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-26T08:22:35.567Z] 58beca985b63: Preparing [2020-10-26T08:22:35.567Z] 399c0df06bdb: Preparing [2020-10-26T08:22:35.567Z] c5e54a5f36a2: Preparing [2020-10-26T08:22:35.567Z] 1b05bade004c: Preparing [2020-10-26T08:22:35.567Z] 88076c002611: Preparing [2020-10-26T08:22:35.567Z] ace0eda3e3be: Preparing [2020-10-26T08:22:35.567Z] ace0eda3e3be: Waiting [2020-10-26T08:22:35.567Z] 399c0df06bdb: Layer already exists [2020-10-26T08:22:35.567Z] 1b05bade004c: Layer already exists [2020-10-26T08:22:35.567Z] 88076c002611: Layer already exists [2020-10-26T08:22:35.567Z] 58beca985b63: Layer already exists [2020-10-26T08:22:35.567Z] c5e54a5f36a2: Layer already exists [2020-10-26T08:22:35.567Z] ace0eda3e3be: Layer already exists [2020-10-26T08:22:35.567Z] master: digest: sha256:887aa0a989499f4cc6d519b16d361a8fe24bff1dd801c9f58fa8ba56578bfd33 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:22:35.757Z] ===================================================== [Pipeline] echo [2020-10-26T08:22:35.806Z] taggedImages: [2020-10-26T08:22:35.806Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:35.806Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.95 [2020-10-26T08:22:35.806Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:35.806Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-26T08:22:35.871Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-26T08:22:35.871Z] 2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:35.871Z] 1.2.2-dev.95 [2020-10-26T08:22:35.871Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:35.871Z] master [2020-10-26T08:22:35.871Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:36.391Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:36.696Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:36.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-26T08:22:36.696Z] c0638abb24ab: Preparing [2020-10-26T08:22:36.696Z] c3f6ae4ae067: Preparing [2020-10-26T08:22:36.696Z] b794fdb5b9aa: Preparing [2020-10-26T08:22:36.696Z] b794fdb5b9aa: Pushed [2020-10-26T08:22:36.959Z] c0638abb24ab: Pushed [2020-10-26T08:22:38.345Z] c3f6ae4ae067: Pushed [2020-10-26T08:22:38.345Z] 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:f1fe16d13a2734a74aaf3c8d38aa9a8bfb8883880d216369f556ec8b26de7792 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:38.653Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:38.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.95 [2020-10-26T08:22:38.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-26T08:22:38.956Z] c0638abb24ab: Preparing [2020-10-26T08:22:38.956Z] c3f6ae4ae067: Preparing [2020-10-26T08:22:38.956Z] b794fdb5b9aa: Preparing [2020-10-26T08:22:38.956Z] c3f6ae4ae067: Layer already exists [2020-10-26T08:22:38.956Z] b794fdb5b9aa: Layer already exists [2020-10-26T08:22:38.956Z] c0638abb24ab: Layer already exists [2020-10-26T08:22:38.956Z] 1.2.2-dev.95: digest: sha256:f1fe16d13a2734a74aaf3c8d38aa9a8bfb8883880d216369f556ec8b26de7792 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:39.257Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:39.557Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:39.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-26T08:22:39.557Z] c0638abb24ab: Preparing [2020-10-26T08:22:39.557Z] c3f6ae4ae067: Preparing [2020-10-26T08:22:39.557Z] b794fdb5b9aa: Preparing [2020-10-26T08:22:39.557Z] c0638abb24ab: Layer already exists [2020-10-26T08:22:39.557Z] b794fdb5b9aa: Layer already exists [2020-10-26T08:22:39.557Z] c3f6ae4ae067: Layer already exists [2020-10-26T08:22:39.557Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:f1fe16d13a2734a74aaf3c8d38aa9a8bfb8883880d216369f556ec8b26de7792 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:39.860Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:40.011Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T08:22:40.011Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-26T08:22:40.011Z] ---> a6d5a2f09dd5 [2020-10-26T08:22:40.011Z] Step 3/26 : WORKDIR /edgex-go [2020-10-26T08:22:40.011Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T08:22:40.011Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-26T08:22:40.011Z] ---> a6d5a2f09dd5 [2020-10-26T08:22:40.011Z] Step 3/27 : WORKDIR /edgex-go [2020-10-26T08:22:40.011Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T08:22:40.011Z] [2020-10-26T08:22:40.011Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-envStep 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-26T08:22:40.011Z] [2020-10-26T08:22:40.011Z] ---> a6d5a2f09dd5 [2020-10-26T08:22:40.011Z] ---> a6d5a2f09dd5 [2020-10-26T08:22:40.011Z] Step 3/29 : WORKDIR /edgex-goStep 3/21 : WORKDIR /edgex-go [2020-10-26T08:22:40.011Z] [2020-10-26T08:22:40.011Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T08:22:40.011Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-26T08:22:40.011Z] ---> a6d5a2f09dd5 [2020-10-26T08:22:40.011Z] Step 3/24 : WORKDIR /edgex-go [2020-10-26T08:22:40.172Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-26T08:22:40.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-26T08:22:40.172Z] c0638abb24ab: Preparing [2020-10-26T08:22:40.172Z] c3f6ae4ae067: Preparing [2020-10-26T08:22:40.172Z] b794fdb5b9aa: Preparing [2020-10-26T08:22:40.172Z] c0638abb24ab: Layer already exists [2020-10-26T08:22:40.172Z] b794fdb5b9aa: Layer already exists [2020-10-26T08:22:40.172Z] c3f6ae4ae067: Layer already exists [2020-10-26T08:22:40.172Z] master: digest: sha256:f1fe16d13a2734a74aaf3c8d38aa9a8bfb8883880d216369f556ec8b26de7792 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-10-26T08:22:40.291Z] ---> Running in 540b151f0c9a [2020-10-26T08:22:40.291Z] ---> Running in 4f97f3fa7e23 [2020-10-26T08:22:40.291Z] ---> Running in cacdf5308ca4 [2020-10-26T08:22:40.291Z] ---> Running in ae9430664e31 [2020-10-26T08:22:40.291Z] ---> Running in 64799f3c6523 [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:22:40.400Z] ===================================================== [Pipeline] echo [2020-10-26T08:22:40.469Z] taggedImages: [2020-10-26T08:22:40.469Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:40.469Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.95 [2020-10-26T08:22:40.469Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:40.469Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-26T08:22:40.533Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-26T08:22:40.533Z] 2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:40.533Z] 1.2.2-dev.95 [2020-10-26T08:22:40.533Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:40.533Z] master [2020-10-26T08:22:40.533Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:40.907Z] Removing intermediate container 540b151f0c9a [2020-10-26T08:22:40.907Z] ---> 5c4137555955 [2020-10-26T08:22:40.908Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T08:22:40.908Z] Removing intermediate container 4f97f3fa7e23 [2020-10-26T08:22:40.908Z] ---> cbfa6cc4b1bf [2020-10-26T08:22:40.908Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T08:22:41.073Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:41.218Z] Removing intermediate container cacdf5308ca4 [2020-10-26T08:22:41.218Z] ---> adfdcc065452 [2020-10-26T08:22:41.218Z] Step 4/29 : RUN apk update && apk add make git [2020-10-26T08:22:41.218Z] Removing intermediate container ae9430664e31 [2020-10-26T08:22:41.218Z] ---> 3ba8e53f398a [2020-10-26T08:22:41.218Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T08:22:41.218Z] Removing intermediate container 64799f3c6523 [2020-10-26T08:22:41.218Z] ---> 2a0e14f9a707 [2020-10-26T08:22:41.218Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T08:22:41.219Z] ---> Running in 763c2003c9b2 [2020-10-26T08:22:41.219Z] ---> Running in 9dac3d960d3d [2020-10-26T08:22:41.219Z] ---> Running in 62c3ede91b11 [2020-10-26T08:22:41.374Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:41.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-26T08:22:41.374Z] 195a8d7b336d: Preparing [2020-10-26T08:22:41.374Z] a66cc0f7394e: Preparing [2020-10-26T08:22:41.374Z] d4ae761576c2: Preparing [2020-10-26T08:22:41.374Z] d9dca11edb57: Preparing [2020-10-26T08:22:41.374Z] ace0eda3e3be: Preparing [2020-10-26T08:22:41.374Z] ace0eda3e3be: Layer already exists [2020-10-26T08:22:41.374Z] a66cc0f7394e: Pushed [2020-10-26T08:22:41.374Z] d4ae761576c2: Pushed [2020-10-26T08:22:41.503Z] ---> Running in 79e869de61cf [2020-10-26T08:22:41.503Z] ---> Running in 564ee87c2073 [2020-10-26T08:22:41.637Z] d9dca11edb57: Pushed [2020-10-26T08:22:42.208Z] 195a8d7b336d: Pushed [2020-10-26T08:22:42.503Z] 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:135cf6b6183b803e71d98b98e3116ba048c50b8d8a84de957b1df7cfac61e5d6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:42.837Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:43.260Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.95 [2020-10-26T08:22:43.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-26T08:22:43.522Z] 195a8d7b336d: Preparing [2020-10-26T08:22:43.522Z] a66cc0f7394e: Preparing [2020-10-26T08:22:43.522Z] d4ae761576c2: Preparing [2020-10-26T08:22:43.522Z] d9dca11edb57: Preparing [2020-10-26T08:22:43.522Z] ace0eda3e3be: Preparing [2020-10-26T08:22:43.522Z] d9dca11edb57: Layer already exists [2020-10-26T08:22:43.522Z] ace0eda3e3be: Layer already exists [2020-10-26T08:22:43.522Z] d4ae761576c2: Layer already exists [2020-10-26T08:22:43.522Z] 195a8d7b336d: Layer already exists [2020-10-26T08:22:43.522Z] a66cc0f7394e: Layer already exists [2020-10-26T08:22:43.522Z] 1.2.2-dev.95: digest: sha256:135cf6b6183b803e71d98b98e3116ba048c50b8d8a84de957b1df7cfac61e5d6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:43.828Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:44.128Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:44.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-26T08:22:44.129Z] 195a8d7b336d: Preparing [2020-10-26T08:22:44.129Z] a66cc0f7394e: Preparing [2020-10-26T08:22:44.129Z] d4ae761576c2: Preparing [2020-10-26T08:22:44.129Z] d9dca11edb57: Preparing [2020-10-26T08:22:44.129Z] ace0eda3e3be: Preparing [2020-10-26T08:22:44.129Z] d9dca11edb57: Layer already exists [2020-10-26T08:22:44.129Z] d4ae761576c2: Layer already exists [2020-10-26T08:22:44.129Z] ace0eda3e3be: Layer already exists [2020-10-26T08:22:44.129Z] 195a8d7b336d: Layer already exists [2020-10-26T08:22:44.129Z] a66cc0f7394e: Layer already exists [2020-10-26T08:22:44.129Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:135cf6b6183b803e71d98b98e3116ba048c50b8d8a84de957b1df7cfac61e5d6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:44.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T08:22:44.438Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:44.741Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-26T08:22:44.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-26T08:22:44.741Z] 195a8d7b336d: Preparing [2020-10-26T08:22:44.741Z] a66cc0f7394e: Preparing [2020-10-26T08:22:44.741Z] d4ae761576c2: Preparing [2020-10-26T08:22:44.741Z] d9dca11edb57: Preparing [2020-10-26T08:22:44.741Z] ace0eda3e3be: Preparing [2020-10-26T08:22:44.741Z] a66cc0f7394e: Layer already exists [2020-10-26T08:22:44.741Z] ace0eda3e3be: Layer already exists [2020-10-26T08:22:44.741Z] 195a8d7b336d: Layer already exists [2020-10-26T08:22:44.741Z] d4ae761576c2: Layer already exists [2020-10-26T08:22:44.741Z] d9dca11edb57: Layer already exists [2020-10-26T08:22:44.741Z] master: digest: sha256:135cf6b6183b803e71d98b98e3116ba048c50b8d8a84de957b1df7cfac61e5d6 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:22:44.986Z] ===================================================== [Pipeline] echo [2020-10-26T08:22:45.042Z] taggedImages: [2020-10-26T08:22:45.042Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:45.042Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.95 [2020-10-26T08:22:45.042Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:45.042Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-26T08:22:45.109Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-26T08:22:45.109Z] 2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:45.109Z] 1.2.2-dev.95 [2020-10-26T08:22:45.109Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:45.109Z] master [2020-10-26T08:22:45.109Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:45.622Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:45.680Z] Removing intermediate container 763c2003c9b2 [2020-10-26T08:22:45.680Z] ---> 35547ff6d008 [2020-10-26T08:22:45.680Z] Step 5/26 : RUN apk update && apk add make git [2020-10-26T08:22:45.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T08:22:45.680Z] ---> Running in e9fdd79ebbc7 [2020-10-26T08:22:45.680Z] Removing intermediate container 62c3ede91b11 [2020-10-26T08:22:45.680Z] ---> 180d3aeb1e0d [2020-10-26T08:22:45.680Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-26T08:22:45.942Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:45.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-26T08:22:45.942Z] 56b4fe3179c5: Preparing [2020-10-26T08:22:45.942Z] ddf1f6d7f809: Preparing [2020-10-26T08:22:45.942Z] 1e806615cebb: Preparing [2020-10-26T08:22:45.942Z] 162343c32b9a: Preparing [2020-10-26T08:22:45.942Z] 162343c32b9a: Preparing [2020-10-26T08:22:45.942Z] 4c3935463b25: Preparing [2020-10-26T08:22:45.942Z] 30a711eb4cf9: Preparing [2020-10-26T08:22:45.942Z] 96e7e77f3e8e: Preparing [2020-10-26T08:22:45.942Z] 56b4fe3179c5: Preparing [2020-10-26T08:22:45.942Z] cf931f07fd93: Preparing [2020-10-26T08:22:45.942Z] b8506e61aec8: Preparing [2020-10-26T08:22:45.942Z] 747e359c33f2: Preparing [2020-10-26T08:22:45.942Z] ace0eda3e3be: Preparing [2020-10-26T08:22:45.942Z] 30a711eb4cf9: Waiting [2020-10-26T08:22:45.942Z] 96e7e77f3e8e: Waiting [2020-10-26T08:22:45.942Z] cf931f07fd93: Waiting [2020-10-26T08:22:45.942Z] ace0eda3e3be: Waiting [2020-10-26T08:22:45.942Z] 747e359c33f2: Waiting [2020-10-26T08:22:45.942Z] b8506e61aec8: Waiting [2020-10-26T08:22:45.961Z] ---> Running in c233695121a4 [2020-10-26T08:22:46.205Z] 4c3935463b25: Pushed [2020-10-26T08:22:46.205Z] ddf1f6d7f809: Pushed [2020-10-26T08:22:46.205Z] 162343c32b9a: Pushed [2020-10-26T08:22:46.205Z] 1e806615cebb: Pushed [2020-10-26T08:22:46.205Z] 30a711eb4cf9: Pushed [2020-10-26T08:22:46.205Z] 96e7e77f3e8e: Pushed [2020-10-26T08:22:46.205Z] b8506e61aec8: Pushed [2020-10-26T08:22:46.205Z] cf931f07fd93: Pushed [2020-10-26T08:22:46.241Z] Removing intermediate container 564ee87c2073 [2020-10-26T08:22:46.242Z] ---> db361552316e [2020-10-26T08:22:46.242Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-26T08:22:46.242Z] Removing intermediate container 79e869de61cf [2020-10-26T08:22:46.242Z] ---> 712c50db5264 [2020-10-26T08:22:46.242Z] Step 5/21 : RUN apk update && apk add make git [2020-10-26T08:22:46.468Z] ace0eda3e3be: Layer already exists [2020-10-26T08:22:46.523Z] ---> Running in d1ddac7512e5 [2020-10-26T08:22:46.523Z] ---> Running in deab930a9eda [2020-10-26T08:22:46.729Z] 747e359c33f2: Pushed [2020-10-26T08:22:46.729Z] 56b4fe3179c5: Pushed [2020-10-26T08:22:46.992Z] 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:860a5711eceee09d54563156cf218d1abb855b12fda5a3bc756f5a305f4061e3 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:47.138Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T08:22:47.138Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T08:22:47.138Z] OK: 12623 distinct packages available [2020-10-26T08:22:47.321Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:47.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.95 [2020-10-26T08:22:47.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-26T08:22:47.627Z] 56b4fe3179c5: Preparing [2020-10-26T08:22:47.627Z] ddf1f6d7f809: Preparing [2020-10-26T08:22:47.627Z] 1e806615cebb: Preparing [2020-10-26T08:22:47.627Z] 162343c32b9a: Preparing [2020-10-26T08:22:47.627Z] 162343c32b9a: Preparing [2020-10-26T08:22:47.627Z] 4c3935463b25: Preparing [2020-10-26T08:22:47.627Z] 30a711eb4cf9: Preparing [2020-10-26T08:22:47.627Z] 96e7e77f3e8e: Preparing [2020-10-26T08:22:47.627Z] 56b4fe3179c5: Preparing [2020-10-26T08:22:47.627Z] cf931f07fd93: Preparing [2020-10-26T08:22:47.627Z] b8506e61aec8: Preparing [2020-10-26T08:22:47.627Z] 747e359c33f2: Preparing [2020-10-26T08:22:47.627Z] ace0eda3e3be: Preparing [2020-10-26T08:22:47.627Z] 30a711eb4cf9: Waiting [2020-10-26T08:22:47.627Z] 96e7e77f3e8e: Waiting [2020-10-26T08:22:47.627Z] cf931f07fd93: Waiting [2020-10-26T08:22:47.627Z] b8506e61aec8: Waiting [2020-10-26T08:22:47.627Z] 747e359c33f2: Waiting [2020-10-26T08:22:47.627Z] ace0eda3e3be: Waiting [2020-10-26T08:22:47.627Z] 4c3935463b25: Layer already exists [2020-10-26T08:22:47.627Z] 1e806615cebb: Layer already exists [2020-10-26T08:22:47.627Z] 56b4fe3179c5: Layer already exists [2020-10-26T08:22:47.627Z] ddf1f6d7f809: Layer already exists [2020-10-26T08:22:47.627Z] 162343c32b9a: Layer already exists [2020-10-26T08:22:47.627Z] cf931f07fd93: Layer already exists [2020-10-26T08:22:47.627Z] 747e359c33f2: Layer already exists [2020-10-26T08:22:47.627Z] 30a711eb4cf9: Layer already exists [2020-10-26T08:22:47.627Z] 96e7e77f3e8e: Layer already exists [2020-10-26T08:22:47.627Z] b8506e61aec8: Layer already exists [2020-10-26T08:22:47.627Z] ace0eda3e3be: Layer already exists [2020-10-26T08:22:47.627Z] 1.2.2-dev.95: digest: sha256:860a5711eceee09d54563156cf218d1abb855b12fda5a3bc756f5a305f4061e3 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:47.926Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:48.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T08:22:48.132Z] OK: 217 MiB in 51 packages [2020-10-26T08:22:48.225Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:48.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-26T08:22:48.225Z] 56b4fe3179c5: Preparing [2020-10-26T08:22:48.225Z] ddf1f6d7f809: Preparing [2020-10-26T08:22:48.225Z] 1e806615cebb: Preparing [2020-10-26T08:22:48.225Z] 162343c32b9a: Preparing [2020-10-26T08:22:48.225Z] 162343c32b9a: Preparing [2020-10-26T08:22:48.225Z] 4c3935463b25: Preparing [2020-10-26T08:22:48.225Z] 30a711eb4cf9: Preparing [2020-10-26T08:22:48.225Z] 96e7e77f3e8e: Preparing [2020-10-26T08:22:48.225Z] 56b4fe3179c5: Preparing [2020-10-26T08:22:48.225Z] cf931f07fd93: Preparing [2020-10-26T08:22:48.225Z] b8506e61aec8: Preparing [2020-10-26T08:22:48.225Z] 747e359c33f2: Preparing [2020-10-26T08:22:48.225Z] ace0eda3e3be: Preparing [2020-10-26T08:22:48.225Z] 30a711eb4cf9: Waiting [2020-10-26T08:22:48.225Z] 96e7e77f3e8e: Waiting [2020-10-26T08:22:48.225Z] cf931f07fd93: Waiting [2020-10-26T08:22:48.225Z] b8506e61aec8: Waiting [2020-10-26T08:22:48.225Z] 747e359c33f2: Waiting [2020-10-26T08:22:48.225Z] ace0eda3e3be: Waiting [2020-10-26T08:22:48.225Z] 4c3935463b25: Layer already exists [2020-10-26T08:22:48.225Z] 56b4fe3179c5: Layer already exists [2020-10-26T08:22:48.225Z] ddf1f6d7f809: Layer already exists [2020-10-26T08:22:48.225Z] 162343c32b9a: Layer already exists [2020-10-26T08:22:48.225Z] 1e806615cebb: Layer already exists [2020-10-26T08:22:48.225Z] 96e7e77f3e8e: Layer already exists [2020-10-26T08:22:48.225Z] 30a711eb4cf9: Layer already exists [2020-10-26T08:22:48.225Z] cf931f07fd93: Layer already exists [2020-10-26T08:22:48.225Z] b8506e61aec8: Layer already exists [2020-10-26T08:22:48.225Z] 747e359c33f2: Layer already exists [2020-10-26T08:22:48.225Z] ace0eda3e3be: Layer already exists [2020-10-26T08:22:48.225Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:860a5711eceee09d54563156cf218d1abb855b12fda5a3bc756f5a305f4061e3 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:48.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T08:22:48.565Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:48.864Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-26T08:22:48.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-26T08:22:48.864Z] 56b4fe3179c5: Preparing [2020-10-26T08:22:48.864Z] ddf1f6d7f809: Preparing [2020-10-26T08:22:48.864Z] 1e806615cebb: Preparing [2020-10-26T08:22:48.864Z] 162343c32b9a: Preparing [2020-10-26T08:22:48.864Z] 162343c32b9a: Preparing [2020-10-26T08:22:48.864Z] 4c3935463b25: Preparing [2020-10-26T08:22:48.864Z] 30a711eb4cf9: Preparing [2020-10-26T08:22:48.864Z] 96e7e77f3e8e: Preparing [2020-10-26T08:22:48.864Z] 56b4fe3179c5: Preparing [2020-10-26T08:22:48.864Z] cf931f07fd93: Preparing [2020-10-26T08:22:48.864Z] b8506e61aec8: Preparing [2020-10-26T08:22:48.864Z] 747e359c33f2: Preparing [2020-10-26T08:22:48.864Z] ace0eda3e3be: Preparing [2020-10-26T08:22:48.864Z] 96e7e77f3e8e: Waiting [2020-10-26T08:22:48.864Z] cf931f07fd93: Waiting [2020-10-26T08:22:48.864Z] b8506e61aec8: Waiting [2020-10-26T08:22:48.864Z] 747e359c33f2: Waiting [2020-10-26T08:22:48.864Z] ace0eda3e3be: Waiting [2020-10-26T08:22:48.864Z] 30a711eb4cf9: Waiting [2020-10-26T08:22:48.864Z] 4c3935463b25: Layer already exists [2020-10-26T08:22:48.864Z] 162343c32b9a: Layer already exists [2020-10-26T08:22:48.864Z] 56b4fe3179c5: Layer already exists [2020-10-26T08:22:48.864Z] ddf1f6d7f809: Layer already exists [2020-10-26T08:22:48.864Z] 1e806615cebb: Layer already exists [2020-10-26T08:22:48.864Z] 30a711eb4cf9: Layer already exists [2020-10-26T08:22:48.864Z] 96e7e77f3e8e: Layer already exists [2020-10-26T08:22:48.864Z] cf931f07fd93: Layer already exists [2020-10-26T08:22:48.864Z] 747e359c33f2: Layer already exists [2020-10-26T08:22:48.864Z] b8506e61aec8: Layer already exists [2020-10-26T08:22:48.864Z] ace0eda3e3be: Layer already exists [2020-10-26T08:22:48.864Z] master: digest: sha256:860a5711eceee09d54563156cf218d1abb855b12fda5a3bc756f5a305f4061e3 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-10-26T08:22:49.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T08:22:49.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T08:22:49.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:22:49.084Z] ===================================================== [Pipeline] echo [2020-10-26T08:22:49.133Z] taggedImages: [2020-10-26T08:22:49.133Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:49.133Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.95 [2020-10-26T08:22:49.133Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:49.133Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-26T08:22:49.198Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-26T08:22:49.198Z] 2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:49.198Z] 1.2.2-dev.95 [2020-10-26T08:22:49.198Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:49.198Z] master [2020-10-26T08:22:49.198Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:49.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T08:22:49.633Z] Removing intermediate container 9dac3d960d3d [2020-10-26T08:22:49.633Z] ---> 0d880e6c7219 [2020-10-26T08:22:49.633Z] Step 5/29 : COPY go.mod . [2020-10-26T08:22:49.671Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:49.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T08:22:49.967Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:49.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-26T08:22:49.967Z] 91ce975bc93d: Preparing [2020-10-26T08:22:49.967Z] 429c3edbf1cc: Preparing [2020-10-26T08:22:49.967Z] da1036cf95f0: Preparing [2020-10-26T08:22:49.967Z] 8c37da922e77: Preparing [2020-10-26T08:22:49.967Z] bfedfba75d33: Preparing [2020-10-26T08:22:49.967Z] e9789f5910aa: Preparing [2020-10-26T08:22:49.967Z] ca85d947c2ec: Preparing [2020-10-26T08:22:49.967Z] 708308f2eaae: Preparing [2020-10-26T08:22:49.967Z] c6c34bca7f66: Preparing [2020-10-26T08:22:49.967Z] 8d746630b13d: Preparing [2020-10-26T08:22:49.967Z] 1b3ee35aacca: Preparing [2020-10-26T08:22:49.967Z] 708308f2eaae: Waiting [2020-10-26T08:22:49.967Z] 8d746630b13d: Waiting [2020-10-26T08:22:49.967Z] c6c34bca7f66: Waiting [2020-10-26T08:22:49.967Z] 1b3ee35aacca: Waiting [2020-10-26T08:22:49.967Z] e9789f5910aa: Waiting [2020-10-26T08:22:49.967Z] ca85d947c2ec: Waiting [2020-10-26T08:22:50.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T08:22:50.232Z] 429c3edbf1cc: Pushed [2020-10-26T08:22:50.232Z] 91ce975bc93d: Pushed [2020-10-26T08:22:50.232Z] ca85d947c2ec: Pushed [2020-10-26T08:22:50.473Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T08:22:50.473Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T08:22:50.473Z] OK: 12623 distinct packages available [2020-10-26T08:22:50.473Z] ---> c6a469deea9f [2020-10-26T08:22:50.473Z] Step 6/29 : RUN go mod download [2020-10-26T08:22:50.493Z] e9789f5910aa: Pushed [2020-10-26T08:22:50.493Z] 708308f2eaae: Pushed [2020-10-26T08:22:51.766Z] ---> Running in eccfd251917d [2020-10-26T08:22:51.766Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T08:22:51.766Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T08:22:51.766Z] OK: 12623 distinct packages available [2020-10-26T08:22:51.766Z] c6c34bca7f66: Pushed [2020-10-26T08:22:51.766Z] OK: 217 MiB in 51 packages [2020-10-26T08:22:51.766Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T08:22:51.766Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T08:22:51.766Z] OK: 12623 distinct packages available [2020-10-26T08:22:51.766Z] 1b3ee35aacca: Layer already exists [2020-10-26T08:22:51.766Z] da1036cf95f0: Pushed [2020-10-26T08:22:51.766Z] 8d746630b13d: Pushed [2020-10-26T08:22:51.766Z] bfedfba75d33: Pushed [2020-10-26T08:22:51.766Z] 8c37da922e77: Pushed [2020-10-26T08:22:51.766Z] 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:b0ded76f7066acc4533762332da65a79f6ee8f83b80f7144d7b6bc2dd171df64 size: 2616 [2020-10-26T08:22:51.766Z] OK: 217 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:52.048Z] OK: 217 MiB in 51 packages [2020-10-26T08:22:52.048Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T08:22:52.049Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T08:22:52.049Z] OK: 12623 distinct packages available [2020-10-26T08:22:52.076Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:52.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.95 [2020-10-26T08:22:52.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-26T08:22:52.374Z] 91ce975bc93d: Preparing [2020-10-26T08:22:52.374Z] 429c3edbf1cc: Preparing [2020-10-26T08:22:52.374Z] da1036cf95f0: Preparing [2020-10-26T08:22:52.374Z] 8c37da922e77: Preparing [2020-10-26T08:22:52.374Z] bfedfba75d33: Preparing [2020-10-26T08:22:52.374Z] e9789f5910aa: Preparing [2020-10-26T08:22:52.374Z] ca85d947c2ec: Preparing [2020-10-26T08:22:52.374Z] 708308f2eaae: Preparing [2020-10-26T08:22:52.374Z] c6c34bca7f66: Preparing [2020-10-26T08:22:52.374Z] 8d746630b13d: Preparing [2020-10-26T08:22:52.374Z] 1b3ee35aacca: Preparing [2020-10-26T08:22:52.374Z] e9789f5910aa: Waiting [2020-10-26T08:22:52.374Z] ca85d947c2ec: Waiting [2020-10-26T08:22:52.374Z] 708308f2eaae: Waiting [2020-10-26T08:22:52.374Z] 1b3ee35aacca: Waiting [2020-10-26T08:22:52.374Z] c6c34bca7f66: Waiting [2020-10-26T08:22:52.374Z] 8d746630b13d: Waiting [2020-10-26T08:22:52.374Z] bfedfba75d33: Layer already exists [2020-10-26T08:22:52.374Z] 429c3edbf1cc: Layer already exists [2020-10-26T08:22:52.374Z] 91ce975bc93d: Layer already exists [2020-10-26T08:22:52.374Z] 8c37da922e77: Layer already exists [2020-10-26T08:22:52.374Z] da1036cf95f0: Layer already exists [2020-10-26T08:22:52.374Z] ca85d947c2ec: Layer already exists [2020-10-26T08:22:52.374Z] 8d746630b13d: Layer already exists [2020-10-26T08:22:52.374Z] 708308f2eaae: Layer already exists [2020-10-26T08:22:52.374Z] e9789f5910aa: Layer already exists [2020-10-26T08:22:52.374Z] c6c34bca7f66: Layer already exists [2020-10-26T08:22:52.374Z] 1b3ee35aacca: Layer already exists [2020-10-26T08:22:52.374Z] 1.2.2-dev.95: digest: sha256:b0ded76f7066acc4533762332da65a79f6ee8f83b80f7144d7b6bc2dd171df64 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:52.675Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:52.981Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:52.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-26T08:22:52.981Z] 91ce975bc93d: Preparing [2020-10-26T08:22:52.981Z] 429c3edbf1cc: Preparing [2020-10-26T08:22:52.981Z] da1036cf95f0: Preparing [2020-10-26T08:22:52.981Z] 8c37da922e77: Preparing [2020-10-26T08:22:52.981Z] bfedfba75d33: Preparing [2020-10-26T08:22:52.981Z] e9789f5910aa: Preparing [2020-10-26T08:22:52.981Z] ca85d947c2ec: Preparing [2020-10-26T08:22:52.981Z] 708308f2eaae: Preparing [2020-10-26T08:22:52.981Z] c6c34bca7f66: Preparing [2020-10-26T08:22:52.981Z] 8d746630b13d: Preparing [2020-10-26T08:22:52.981Z] 1b3ee35aacca: Preparing [2020-10-26T08:22:52.981Z] e9789f5910aa: Waiting [2020-10-26T08:22:52.981Z] ca85d947c2ec: Waiting [2020-10-26T08:22:52.981Z] 708308f2eaae: Waiting [2020-10-26T08:22:52.981Z] c6c34bca7f66: Waiting [2020-10-26T08:22:52.981Z] 8d746630b13d: Waiting [2020-10-26T08:22:52.981Z] 1b3ee35aacca: Waiting [2020-10-26T08:22:52.981Z] 429c3edbf1cc: Layer already exists [2020-10-26T08:22:52.981Z] 91ce975bc93d: Layer already exists [2020-10-26T08:22:52.981Z] da1036cf95f0: Layer already exists [2020-10-26T08:22:52.981Z] bfedfba75d33: Layer already exists [2020-10-26T08:22:52.981Z] 8c37da922e77: Layer already exists [2020-10-26T08:22:52.981Z] e9789f5910aa: Layer already exists [2020-10-26T08:22:52.981Z] ca85d947c2ec: Layer already exists [2020-10-26T08:22:52.981Z] 708308f2eaae: Layer already exists [2020-10-26T08:22:52.981Z] c6c34bca7f66: Layer already exists [2020-10-26T08:22:52.981Z] 8d746630b13d: Layer already exists [2020-10-26T08:22:52.981Z] 1b3ee35aacca: Layer already exists [2020-10-26T08:22:52.981Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:b0ded76f7066acc4533762332da65a79f6ee8f83b80f7144d7b6bc2dd171df64 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:53.069Z] OK: 217 MiB in 51 packages [2020-10-26T08:22:53.292Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:53.357Z] Removing intermediate container e9fdd79ebbc7 [2020-10-26T08:22:53.357Z] ---> b8fd2899aa11 [2020-10-26T08:22:53.357Z] Step 6/26 : COPY go.mod . [2020-10-26T08:22:53.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-26T08:22:53.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-26T08:22:53.593Z] 91ce975bc93d: Preparing [2020-10-26T08:22:53.593Z] 429c3edbf1cc: Preparing [2020-10-26T08:22:53.593Z] da1036cf95f0: Preparing [2020-10-26T08:22:53.593Z] 8c37da922e77: Preparing [2020-10-26T08:22:53.593Z] bfedfba75d33: Preparing [2020-10-26T08:22:53.593Z] e9789f5910aa: Preparing [2020-10-26T08:22:53.593Z] ca85d947c2ec: Preparing [2020-10-26T08:22:53.593Z] 708308f2eaae: Preparing [2020-10-26T08:22:53.593Z] c6c34bca7f66: Preparing [2020-10-26T08:22:53.593Z] 8d746630b13d: Preparing [2020-10-26T08:22:53.593Z] 1b3ee35aacca: Preparing [2020-10-26T08:22:53.593Z] ca85d947c2ec: Waiting [2020-10-26T08:22:53.593Z] 708308f2eaae: Waiting [2020-10-26T08:22:53.593Z] c6c34bca7f66: Waiting [2020-10-26T08:22:53.593Z] 8d746630b13d: Waiting [2020-10-26T08:22:53.593Z] 1b3ee35aacca: Waiting [2020-10-26T08:22:53.593Z] e9789f5910aa: Waiting [2020-10-26T08:22:53.593Z] 91ce975bc93d: Layer already exists [2020-10-26T08:22:53.593Z] bfedfba75d33: Layer already exists [2020-10-26T08:22:53.593Z] 429c3edbf1cc: Layer already exists [2020-10-26T08:22:53.593Z] da1036cf95f0: Layer already exists [2020-10-26T08:22:53.593Z] 8c37da922e77: Layer already exists [2020-10-26T08:22:53.593Z] 708308f2eaae: Layer already exists [2020-10-26T08:22:53.593Z] e9789f5910aa: Layer already exists [2020-10-26T08:22:53.593Z] c6c34bca7f66: Layer already exists [2020-10-26T08:22:53.593Z] 8d746630b13d: Layer already exists [2020-10-26T08:22:53.593Z] ca85d947c2ec: Layer already exists [2020-10-26T08:22:53.593Z] 1b3ee35aacca: Layer already exists [2020-10-26T08:22:53.593Z] master: digest: sha256:b0ded76f7066acc4533762332da65a79f6ee8f83b80f7144d7b6bc2dd171df64 size: 2616 [Pipeline] } [2020-10-26T08:22:53.634Z] Removing intermediate container c233695121a4 [2020-10-26T08:22:53.634Z] ---> f6306dd8dee2 [2020-10-26T08:22:53.634Z] Step 6/27 : COPY go.mod . [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:22:53.801Z] ===================================================== [Pipeline] echo [2020-10-26T08:22:53.853Z] taggedImages: [2020-10-26T08:22:53.853Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:53.853Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.95 [2020-10-26T08:22:53.853Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:53.853Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-26T08:22:53.921Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-26T08:22:53.921Z] 2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:53.921Z] 1.2.2-dev.95 [2020-10-26T08:22:53.921Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:53.921Z] master [2020-10-26T08:22:53.921Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:54.240Z] Removing intermediate container d1ddac7512e5 [2020-10-26T08:22:54.240Z] ---> 52df937cad90 [2020-10-26T08:22:54.240Z] Step 6/21 : COPY go.mod . [2020-10-26T08:22:54.401Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:54.516Z] ---> 2973139981eb [2020-10-26T08:22:54.516Z] Step 7/26 : RUN go mod download [2020-10-26T08:22:54.695Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:54.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-26T08:22:54.695Z] 137a60e8a42e: Preparing [2020-10-26T08:22:54.695Z] 6dc0c137169c: Preparing [2020-10-26T08:22:54.695Z] 11cce3719b9f: Preparing [2020-10-26T08:22:54.695Z] bc70360bfcb7: Preparing [2020-10-26T08:22:54.695Z] 137a60e8a42e: Pushed [2020-10-26T08:22:54.695Z] 11cce3719b9f: Pushed [2020-10-26T08:22:54.794Z] ---> Running in 7191b98433ca [2020-10-26T08:22:54.965Z] bc70360bfcb7: Pushed [2020-10-26T08:22:55.067Z] ---> 968df72bcb19 [2020-10-26T08:22:55.067Z] Step 7/27 : RUN go mod download [2020-10-26T08:22:55.067Z] Removing intermediate container deab930a9eda [2020-10-26T08:22:55.067Z] ---> 07e4a2748f3a [2020-10-26T08:22:55.067Z] Step 6/24 : COPY go.mod . [2020-10-26T08:22:55.067Z] Removing intermediate container eccfd251917d [2020-10-26T08:22:55.067Z] ---> c61e43665ede [2020-10-26T08:22:55.067Z] Step 7/29 : COPY . . [2020-10-26T08:22:55.348Z] ---> Running in 523061b61251 [2020-10-26T08:22:55.348Z] ---> 8b30ad566b41 [2020-10-26T08:22:55.348Z] Step 7/21 : RUN go mod download [2020-10-26T08:22:55.626Z] ---> Running in 823ef9d1db25 [2020-10-26T08:22:55.904Z] 6dc0c137169c: Pushed [2020-10-26T08:22:55.904Z] 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:cacc91b2612b45863690865877568ea5370445087f50555b47f63c33ddfe39ca size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:56.214Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:56.232Z] ---> 5a0855fa7fbf [2020-10-26T08:22:56.232Z] Step 7/24 : RUN go mod download [2020-10-26T08:22:56.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.95 [2020-10-26T08:22:56.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-26T08:22:56.506Z] 137a60e8a42e: Preparing [2020-10-26T08:22:56.506Z] 6dc0c137169c: Preparing [2020-10-26T08:22:56.506Z] 11cce3719b9f: Preparing [2020-10-26T08:22:56.506Z] bc70360bfcb7: Preparing [2020-10-26T08:22:56.506Z] 11cce3719b9f: Layer already exists [2020-10-26T08:22:56.506Z] 6dc0c137169c: Layer already exists [2020-10-26T08:22:56.506Z] 137a60e8a42e: Layer already exists [2020-10-26T08:22:56.506Z] bc70360bfcb7: Layer already exists [2020-10-26T08:22:56.506Z] 1.2.2-dev.95: digest: sha256:cacc91b2612b45863690865877568ea5370445087f50555b47f63c33ddfe39ca size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:56.807Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:56.838Z] ---> Running in 01a68db7ca06 [2020-10-26T08:22:57.101Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:57.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-26T08:22:57.101Z] 137a60e8a42e: Preparing [2020-10-26T08:22:57.101Z] 6dc0c137169c: Preparing [2020-10-26T08:22:57.101Z] 11cce3719b9f: Preparing [2020-10-26T08:22:57.101Z] bc70360bfcb7: Preparing [2020-10-26T08:22:57.101Z] 137a60e8a42e: Layer already exists [2020-10-26T08:22:57.101Z] bc70360bfcb7: Layer already exists [2020-10-26T08:22:57.101Z] 6dc0c137169c: Layer already exists [2020-10-26T08:22:57.101Z] 11cce3719b9f: Layer already exists [2020-10-26T08:22:57.101Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:cacc91b2612b45863690865877568ea5370445087f50555b47f63c33ddfe39ca size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:57.402Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:57.698Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-26T08:22:57.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-26T08:22:57.698Z] 137a60e8a42e: Preparing [2020-10-26T08:22:57.698Z] 6dc0c137169c: Preparing [2020-10-26T08:22:57.698Z] 11cce3719b9f: Preparing [2020-10-26T08:22:57.698Z] bc70360bfcb7: Preparing [2020-10-26T08:22:57.698Z] bc70360bfcb7: Layer already exists [2020-10-26T08:22:57.698Z] 137a60e8a42e: Layer already exists [2020-10-26T08:22:57.698Z] 11cce3719b9f: Layer already exists [2020-10-26T08:22:57.698Z] 6dc0c137169c: Layer already exists [2020-10-26T08:22:57.698Z] master: digest: sha256:cacc91b2612b45863690865877568ea5370445087f50555b47f63c33ddfe39ca size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:22:57.890Z] ===================================================== [Pipeline] echo [2020-10-26T08:22:57.936Z] taggedImages: [2020-10-26T08:22:57.936Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:57.936Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.95 [2020-10-26T08:22:57.936Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:57.936Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-26T08:22:58.002Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-26T08:22:58.002Z] 2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:58.002Z] 1.2.2-dev.95 [2020-10-26T08:22:58.002Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:22:58.002Z] master [2020-10-26T08:22:58.002Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:58.482Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:22:58.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:22:58.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-26T08:22:58.777Z] 337dad2ed462: Preparing [2020-10-26T08:22:58.777Z] 65f1e5145d26: Preparing [2020-10-26T08:22:58.777Z] 46db693d68b4: Preparing [2020-10-26T08:22:58.777Z] 8d1799f672df: Preparing [2020-10-26T08:22:58.777Z] c33c99ee433c: Preparing [2020-10-26T08:22:58.777Z] c6f8ab5b1ee2: Preparing [2020-10-26T08:22:58.777Z] c6f8ab5b1ee2: Waiting [2020-10-26T08:22:59.039Z] 46db693d68b4: Pushed [2020-10-26T08:22:59.039Z] 337dad2ed462: Pushed [2020-10-26T08:22:59.039Z] 8d1799f672df: Pushed [2020-10-26T08:22:59.039Z] c33c99ee433c: Pushed [2020-10-26T08:22:59.039Z] c6f8ab5b1ee2: Pushed [2020-10-26T08:22:59.984Z] 65f1e5145d26: Pushed [2020-10-26T08:23:00.249Z] 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:d27b5ba5174e465563ac2b717bf50310cbdb2870edb5222e2cbaf3f5f7d8f815 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:00.562Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:00.860Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.95 [2020-10-26T08:23:00.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-26T08:23:00.860Z] 337dad2ed462: Preparing [2020-10-26T08:23:00.860Z] 65f1e5145d26: Preparing [2020-10-26T08:23:00.860Z] 46db693d68b4: Preparing [2020-10-26T08:23:00.860Z] 8d1799f672df: Preparing [2020-10-26T08:23:00.860Z] c33c99ee433c: Preparing [2020-10-26T08:23:00.860Z] c6f8ab5b1ee2: Preparing [2020-10-26T08:23:00.860Z] c6f8ab5b1ee2: Waiting [2020-10-26T08:23:00.860Z] 337dad2ed462: Layer already exists [2020-10-26T08:23:00.860Z] c33c99ee433c: Layer already exists [2020-10-26T08:23:00.860Z] 65f1e5145d26: Layer already exists [2020-10-26T08:23:00.860Z] 46db693d68b4: Layer already exists [2020-10-26T08:23:00.860Z] 8d1799f672df: Layer already exists [2020-10-26T08:23:00.860Z] c6f8ab5b1ee2: Layer already exists [2020-10-26T08:23:00.860Z] 1.2.2-dev.95: digest: sha256:d27b5ba5174e465563ac2b717bf50310cbdb2870edb5222e2cbaf3f5f7d8f815 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:01.161Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:01.226Z] Removing intermediate container 7191b98433ca [2020-10-26T08:23:01.226Z] ---> 66eef00150d2 [2020-10-26T08:23:01.226Z] Step 8/26 : COPY . . [2020-10-26T08:23:01.226Z] Removing intermediate container 523061b61251 [2020-10-26T08:23:01.226Z] ---> 862137e299c7 [2020-10-26T08:23:01.226Z] Step 8/27 : COPY . . [2020-10-26T08:23:01.226Z] Removing intermediate container 823ef9d1db25 [2020-10-26T08:23:01.226Z] ---> b2bc956dac04 [2020-10-26T08:23:01.226Z] Step 8/21 : COPY . . [2020-10-26T08:23:01.488Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:23:01.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-26T08:23:01.488Z] 337dad2ed462: Preparing [2020-10-26T08:23:01.488Z] 65f1e5145d26: Preparing [2020-10-26T08:23:01.488Z] 46db693d68b4: Preparing [2020-10-26T08:23:01.488Z] 8d1799f672df: Preparing [2020-10-26T08:23:01.488Z] c33c99ee433c: Preparing [2020-10-26T08:23:01.488Z] c6f8ab5b1ee2: Preparing [2020-10-26T08:23:01.488Z] c6f8ab5b1ee2: Waiting [2020-10-26T08:23:01.488Z] 46db693d68b4: Layer already exists [2020-10-26T08:23:01.488Z] c33c99ee433c: Layer already exists [2020-10-26T08:23:01.488Z] 337dad2ed462: Layer already exists [2020-10-26T08:23:01.488Z] 8d1799f672df: Layer already exists [2020-10-26T08:23:01.488Z] 65f1e5145d26: Layer already exists [2020-10-26T08:23:01.488Z] c6f8ab5b1ee2: Layer already exists [2020-10-26T08:23:01.504Z] Removing intermediate container 01a68db7ca06 [2020-10-26T08:23:01.504Z] ---> 1d46a80d6e5b [2020-10-26T08:23:01.504Z] Step 8/24 : COPY . . [2020-10-26T08:23:01.753Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:d27b5ba5174e465563ac2b717bf50310cbdb2870edb5222e2cbaf3f5f7d8f815 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:02.064Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:02.361Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-26T08:23:02.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-26T08:23:02.361Z] 337dad2ed462: Preparing [2020-10-26T08:23:02.361Z] 65f1e5145d26: Preparing [2020-10-26T08:23:02.361Z] 46db693d68b4: Preparing [2020-10-26T08:23:02.361Z] 8d1799f672df: Preparing [2020-10-26T08:23:02.361Z] c33c99ee433c: Preparing [2020-10-26T08:23:02.361Z] c6f8ab5b1ee2: Preparing [2020-10-26T08:23:02.361Z] c6f8ab5b1ee2: Waiting [2020-10-26T08:23:02.361Z] 8d1799f672df: Layer already exists [2020-10-26T08:23:02.361Z] 65f1e5145d26: Layer already exists [2020-10-26T08:23:02.361Z] c33c99ee433c: Layer already exists [2020-10-26T08:23:02.361Z] 337dad2ed462: Layer already exists [2020-10-26T08:23:02.361Z] 46db693d68b4: Layer already exists [2020-10-26T08:23:02.361Z] c6f8ab5b1ee2: Layer already exists [2020-10-26T08:23:02.361Z] master: digest: sha256:d27b5ba5174e465563ac2b717bf50310cbdb2870edb5222e2cbaf3f5f7d8f815 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:23:02.565Z] ===================================================== [Pipeline] echo [2020-10-26T08:23:02.611Z] taggedImages: [2020-10-26T08:23:02.611Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:23:02.611Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.95 [2020-10-26T08:23:02.611Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:23:02.611Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-26T08:23:02.671Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-26T08:23:02.671Z] 2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:23:02.671Z] 1.2.2-dev.95 [2020-10-26T08:23:02.671Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:23:02.671Z] master [2020-10-26T08:23:02.671Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:03.149Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:03.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:23:03.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-26T08:23:03.443Z] ebdc4ccfff32: Preparing [2020-10-26T08:23:03.443Z] b54b653ee355: Preparing [2020-10-26T08:23:03.443Z] d831aa6df925: Preparing [2020-10-26T08:23:03.703Z] d831aa6df925: Pushed [2020-10-26T08:23:03.703Z] ebdc4ccfff32: Pushed [2020-10-26T08:23:04.645Z] b54b653ee355: Pushed [2020-10-26T08:23:04.907Z] 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:8eef6c39dd553b2374f6bdac7caa520c83d40ebcf1e9fd2407f51ffa5918cc9a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:05.278Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:05.700Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.95 [2020-10-26T08:23:05.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-26T08:23:05.700Z] ebdc4ccfff32: Preparing [2020-10-26T08:23:05.700Z] b54b653ee355: Preparing [2020-10-26T08:23:05.700Z] d831aa6df925: Preparing [2020-10-26T08:23:05.700Z] d831aa6df925: Layer already exists [2020-10-26T08:23:05.700Z] ebdc4ccfff32: Layer already exists [2020-10-26T08:23:05.700Z] b54b653ee355: Layer already exists [2020-10-26T08:23:05.700Z] 1.2.2-dev.95: digest: sha256:8eef6c39dd553b2374f6bdac7caa520c83d40ebcf1e9fd2407f51ffa5918cc9a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:05.996Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:06.292Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:23:06.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-26T08:23:06.292Z] ebdc4ccfff32: Preparing [2020-10-26T08:23:06.292Z] b54b653ee355: Preparing [2020-10-26T08:23:06.292Z] d831aa6df925: Preparing [2020-10-26T08:23:06.292Z] ebdc4ccfff32: Layer already exists [2020-10-26T08:23:06.292Z] d831aa6df925: Layer already exists [2020-10-26T08:23:06.292Z] b54b653ee355: Layer already exists [2020-10-26T08:23:06.292Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:8eef6c39dd553b2374f6bdac7caa520c83d40ebcf1e9fd2407f51ffa5918cc9a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:06.592Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:06.885Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-26T08:23:06.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-26T08:23:06.885Z] ebdc4ccfff32: Preparing [2020-10-26T08:23:06.885Z] b54b653ee355: Preparing [2020-10-26T08:23:06.885Z] d831aa6df925: Preparing [2020-10-26T08:23:06.885Z] ebdc4ccfff32: Layer already exists [2020-10-26T08:23:06.885Z] d831aa6df925: Layer already exists [2020-10-26T08:23:06.885Z] b54b653ee355: Layer already exists [2020-10-26T08:23:06.885Z] master: digest: sha256:8eef6c39dd553b2374f6bdac7caa520c83d40ebcf1e9fd2407f51ffa5918cc9a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:23:07.168Z] ===================================================== [Pipeline] echo [2020-10-26T08:23:07.214Z] taggedImages: [2020-10-26T08:23:07.214Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:23:07.214Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.95 [2020-10-26T08:23:07.214Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:23:07.214Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-26T08:23:07.277Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-26T08:23:07.277Z] 2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:23:07.277Z] 1.2.2-dev.95 [2020-10-26T08:23:07.277Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:23:07.277Z] master [2020-10-26T08:23:07.277Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:07.763Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:08.068Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:23:08.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-26T08:23:08.068Z] f70004ba8a0b: Preparing [2020-10-26T08:23:08.068Z] 0c07d088d3f8: Preparing [2020-10-26T08:23:08.068Z] 5d2eff2c0190: Preparing [2020-10-26T08:23:08.068Z] 517c82381d14: Preparing [2020-10-26T08:23:08.068Z] 52c3364fa1d2: Preparing [2020-10-26T08:23:08.068Z] 4c3f2eb53f41: Preparing [2020-10-26T08:23:08.068Z] 3f7bba87cfec: Preparing [2020-10-26T08:23:08.068Z] 1d278c39f50a: Preparing [2020-10-26T08:23:08.068Z] 3730a0890c46: Preparing [2020-10-26T08:23:08.068Z] 383f309b5d37: Preparing [2020-10-26T08:23:08.068Z] e1a73c32da76: Preparing [2020-10-26T08:23:08.068Z] 31b11ec6ff38: Preparing [2020-10-26T08:23:08.068Z] 911954e2fe49: Preparing [2020-10-26T08:23:08.068Z] ace0eda3e3be: Preparing [2020-10-26T08:23:08.068Z] 4c3f2eb53f41: Waiting [2020-10-26T08:23:08.068Z] 383f309b5d37: Waiting [2020-10-26T08:23:08.068Z] 1d278c39f50a: Waiting [2020-10-26T08:23:08.068Z] 3f7bba87cfec: Waiting [2020-10-26T08:23:08.068Z] 3730a0890c46: Waiting [2020-10-26T08:23:08.068Z] 911954e2fe49: Waiting [2020-10-26T08:23:08.068Z] ace0eda3e3be: Waiting [2020-10-26T08:23:08.068Z] 31b11ec6ff38: Waiting [2020-10-26T08:23:08.332Z] 52c3364fa1d2: Pushed [2020-10-26T08:23:08.332Z] f70004ba8a0b: Pushed [2020-10-26T08:23:08.595Z] 517c82381d14: Pushed [2020-10-26T08:23:08.595Z] 1d278c39f50a: Layer already exists [2020-10-26T08:23:08.595Z] 3730a0890c46: Layer already exists [2020-10-26T08:23:08.595Z] 383f309b5d37: Layer already exists [2020-10-26T08:23:08.595Z] 3f7bba87cfec: Pushed [2020-10-26T08:23:08.595Z] e1a73c32da76: Layer already exists [2020-10-26T08:23:08.858Z] 31b11ec6ff38: Layer already exists [2020-10-26T08:23:08.858Z] ace0eda3e3be: Layer already exists [2020-10-26T08:23:08.858Z] 911954e2fe49: Layer already exists [2020-10-26T08:23:09.432Z] 4c3f2eb53f41: Pushed [2020-10-26T08:23:09.432Z] 0c07d088d3f8: Pushed [2020-10-26T08:23:13.966Z] ---> b459df99091a [2020-10-26T08:23:13.966Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-26T08:23:13.966Z] ---> Running in c2d198c50a80 [2020-10-26T08:23:13.966Z] ---> 32855a9161d9 [2020-10-26T08:23:13.966Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-26T08:23:13.966Z] ---> 7b3a19d5b700 [2020-10-26T08:23:13.966Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-26T08:23:13.966Z] ---> 855db75543ee [2020-10-26T08:23:13.966Z] 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-26T08:23:13.966Z] ---> a2898a6b457b [2020-10-26T08:23:13.966Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-26T08:23:13.966Z] ---> Running in 2f9201a951fc [2020-10-26T08:23:13.966Z] ---> Running in dbb92ab7f930 [2020-10-26T08:23:13.966Z] ---> Running in d945f87e9b29 [2020-10-26T08:23:13.966Z] ---> Running in cfbd5af58807 [2020-10-26T08:23:15.418Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-26T08:23:16.020Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-26T08:23:16.296Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-26T08:23:16.572Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-26T08:23:16.573Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-26T08:23:17.577Z] 5d2eff2c0190: Pushed [2020-10-26T08:23:17.577Z] 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:af83f91796ccd0c560a225c5824f412394c018a85a00697142b4ae29f6151b6b size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:17.883Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:18.182Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.95 [2020-10-26T08:23:18.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-26T08:23:18.183Z] f70004ba8a0b: Preparing [2020-10-26T08:23:18.183Z] 0c07d088d3f8: Preparing [2020-10-26T08:23:18.183Z] 5d2eff2c0190: Preparing [2020-10-26T08:23:18.183Z] 517c82381d14: Preparing [2020-10-26T08:23:18.183Z] 52c3364fa1d2: Preparing [2020-10-26T08:23:18.183Z] 4c3f2eb53f41: Preparing [2020-10-26T08:23:18.183Z] 3f7bba87cfec: Preparing [2020-10-26T08:23:18.183Z] 1d278c39f50a: Preparing [2020-10-26T08:23:18.183Z] 3730a0890c46: Preparing [2020-10-26T08:23:18.183Z] 383f309b5d37: Preparing [2020-10-26T08:23:18.183Z] e1a73c32da76: Preparing [2020-10-26T08:23:18.183Z] 31b11ec6ff38: Preparing [2020-10-26T08:23:18.183Z] 911954e2fe49: Preparing [2020-10-26T08:23:18.183Z] ace0eda3e3be: Preparing [2020-10-26T08:23:18.183Z] 4c3f2eb53f41: Waiting [2020-10-26T08:23:18.183Z] 3f7bba87cfec: Waiting [2020-10-26T08:23:18.183Z] 1d278c39f50a: Waiting [2020-10-26T08:23:18.183Z] 911954e2fe49: Waiting [2020-10-26T08:23:18.183Z] 3730a0890c46: Waiting [2020-10-26T08:23:18.183Z] 383f309b5d37: Waiting [2020-10-26T08:23:18.183Z] ace0eda3e3be: Waiting [2020-10-26T08:23:18.183Z] 31b11ec6ff38: Waiting [2020-10-26T08:23:18.183Z] e1a73c32da76: Waiting [2020-10-26T08:23:18.183Z] 52c3364fa1d2: Layer already exists [2020-10-26T08:23:18.183Z] 0c07d088d3f8: Layer already exists [2020-10-26T08:23:18.183Z] 517c82381d14: Layer already exists [2020-10-26T08:23:18.183Z] 5d2eff2c0190: Layer already exists [2020-10-26T08:23:18.183Z] f70004ba8a0b: Layer already exists [2020-10-26T08:23:18.183Z] 4c3f2eb53f41: Layer already exists [2020-10-26T08:23:18.183Z] 3730a0890c46: Layer already exists [2020-10-26T08:23:18.183Z] 3f7bba87cfec: Layer already exists [2020-10-26T08:23:18.183Z] 1d278c39f50a: Layer already exists [2020-10-26T08:23:18.183Z] 383f309b5d37: Layer already exists [2020-10-26T08:23:18.183Z] e1a73c32da76: Layer already exists [2020-10-26T08:23:18.183Z] 911954e2fe49: Layer already exists [2020-10-26T08:23:18.183Z] 31b11ec6ff38: Layer already exists [2020-10-26T08:23:18.183Z] ace0eda3e3be: Layer already exists [2020-10-26T08:23:18.183Z] 1.2.2-dev.95: digest: sha256:af83f91796ccd0c560a225c5824f412394c018a85a00697142b4ae29f6151b6b size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:18.491Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:18.796Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:23:18.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-26T08:23:18.796Z] f70004ba8a0b: Preparing [2020-10-26T08:23:18.796Z] 0c07d088d3f8: Preparing [2020-10-26T08:23:18.796Z] 5d2eff2c0190: Preparing [2020-10-26T08:23:18.796Z] 517c82381d14: Preparing [2020-10-26T08:23:18.796Z] 52c3364fa1d2: Preparing [2020-10-26T08:23:18.796Z] 4c3f2eb53f41: Preparing [2020-10-26T08:23:18.796Z] 3f7bba87cfec: Preparing [2020-10-26T08:23:18.796Z] 1d278c39f50a: Preparing [2020-10-26T08:23:18.796Z] 3730a0890c46: Preparing [2020-10-26T08:23:18.796Z] 383f309b5d37: Preparing [2020-10-26T08:23:18.796Z] e1a73c32da76: Preparing [2020-10-26T08:23:18.796Z] 31b11ec6ff38: Preparing [2020-10-26T08:23:18.796Z] 911954e2fe49: Preparing [2020-10-26T08:23:18.796Z] ace0eda3e3be: Preparing [2020-10-26T08:23:18.796Z] 4c3f2eb53f41: Waiting [2020-10-26T08:23:18.796Z] 3f7bba87cfec: Waiting [2020-10-26T08:23:18.796Z] 1d278c39f50a: Waiting [2020-10-26T08:23:18.796Z] 383f309b5d37: Waiting [2020-10-26T08:23:18.796Z] e1a73c32da76: Waiting [2020-10-26T08:23:18.796Z] 3730a0890c46: Waiting [2020-10-26T08:23:18.796Z] 31b11ec6ff38: Waiting [2020-10-26T08:23:18.796Z] 911954e2fe49: Waiting [2020-10-26T08:23:18.796Z] ace0eda3e3be: Waiting [2020-10-26T08:23:18.796Z] 517c82381d14: Layer already exists [2020-10-26T08:23:18.796Z] f70004ba8a0b: Layer already exists [2020-10-26T08:23:18.796Z] 52c3364fa1d2: Layer already exists [2020-10-26T08:23:18.796Z] 5d2eff2c0190: Layer already exists [2020-10-26T08:23:18.796Z] 0c07d088d3f8: Layer already exists [2020-10-26T08:23:18.796Z] 1d278c39f50a: Layer already exists [2020-10-26T08:23:18.796Z] 3730a0890c46: Layer already exists [2020-10-26T08:23:18.796Z] 4c3f2eb53f41: Layer already exists [2020-10-26T08:23:18.796Z] 3f7bba87cfec: Layer already exists [2020-10-26T08:23:18.796Z] 383f309b5d37: Layer already exists [2020-10-26T08:23:18.796Z] e1a73c32da76: Layer already exists [2020-10-26T08:23:18.796Z] 31b11ec6ff38: Layer already exists [2020-10-26T08:23:18.796Z] 911954e2fe49: Layer already exists [2020-10-26T08:23:18.796Z] ace0eda3e3be: Layer already exists [2020-10-26T08:23:18.796Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:af83f91796ccd0c560a225c5824f412394c018a85a00697142b4ae29f6151b6b size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:19.110Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:23:19.418Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-26T08:23:19.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-26T08:23:19.418Z] f70004ba8a0b: Preparing [2020-10-26T08:23:19.418Z] 0c07d088d3f8: Preparing [2020-10-26T08:23:19.418Z] 5d2eff2c0190: Preparing [2020-10-26T08:23:19.418Z] 517c82381d14: Preparing [2020-10-26T08:23:19.418Z] 52c3364fa1d2: Preparing [2020-10-26T08:23:19.418Z] 4c3f2eb53f41: Preparing [2020-10-26T08:23:19.418Z] 3f7bba87cfec: Preparing [2020-10-26T08:23:19.418Z] 1d278c39f50a: Preparing [2020-10-26T08:23:19.418Z] 3730a0890c46: Preparing [2020-10-26T08:23:19.418Z] 383f309b5d37: Preparing [2020-10-26T08:23:19.418Z] e1a73c32da76: Preparing [2020-10-26T08:23:19.418Z] 31b11ec6ff38: Preparing [2020-10-26T08:23:19.418Z] 911954e2fe49: Preparing [2020-10-26T08:23:19.418Z] ace0eda3e3be: Preparing [2020-10-26T08:23:19.418Z] 3f7bba87cfec: Waiting [2020-10-26T08:23:19.418Z] 1d278c39f50a: Waiting [2020-10-26T08:23:19.418Z] 3730a0890c46: Waiting [2020-10-26T08:23:19.418Z] 383f309b5d37: Waiting [2020-10-26T08:23:19.418Z] e1a73c32da76: Waiting [2020-10-26T08:23:19.418Z] 31b11ec6ff38: Waiting [2020-10-26T08:23:19.418Z] 911954e2fe49: Waiting [2020-10-26T08:23:19.418Z] ace0eda3e3be: Waiting [2020-10-26T08:23:19.418Z] 4c3f2eb53f41: Waiting [2020-10-26T08:23:19.418Z] 517c82381d14: Layer already exists [2020-10-26T08:23:19.418Z] 0c07d088d3f8: Layer already exists [2020-10-26T08:23:19.418Z] 52c3364fa1d2: Layer already exists [2020-10-26T08:23:19.418Z] f70004ba8a0b: Layer already exists [2020-10-26T08:23:19.418Z] 5d2eff2c0190: Layer already exists [2020-10-26T08:23:19.418Z] 1d278c39f50a: Layer already exists [2020-10-26T08:23:19.418Z] 3f7bba87cfec: Layer already exists [2020-10-26T08:23:19.418Z] 4c3f2eb53f41: Layer already exists [2020-10-26T08:23:19.418Z] 383f309b5d37: Layer already exists [2020-10-26T08:23:19.418Z] 3730a0890c46: Layer already exists [2020-10-26T08:23:19.418Z] 911954e2fe49: Layer already exists [2020-10-26T08:23:19.418Z] e1a73c32da76: Layer already exists [2020-10-26T08:23:19.418Z] ace0eda3e3be: Layer already exists [2020-10-26T08:23:19.419Z] 31b11ec6ff38: Layer already exists [2020-10-26T08:23:19.419Z] master: digest: sha256:af83f91796ccd0c560a225c5824f412394c018a85a00697142b4ae29f6151b6b size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:23:19.634Z] ===================================================== [Pipeline] echo [2020-10-26T08:23:19.716Z] taggedImages: [2020-10-26T08:23:19.716Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:23:19.716Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.95 [2020-10-26T08:23:19.716Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:23:19.716Z] - 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-26T08:24:38.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-26T08:24:38.394Z] Removing intermediate container c2d198c50a80 [2020-10-26T08:24:38.394Z] ---> 01e8639038b6 [2020-10-26T08:24:38.394Z] [2020-10-26T08:24:38.394Z] Step 9/29 : FROM alpine:latest [2020-10-26T08:24:38.394Z] latest: Pulling from library/alpine [2020-10-26T08:24:38.394Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-26T08:24:38.394Z] Status: Downloaded newer image for alpine:latest [2020-10-26T08:24:38.394Z] ---> 2e77e061c27f [2020-10-26T08:24:38.394Z] 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-26T08:24:38.394Z] ---> Running in ed6df15b3f52 [2020-10-26T08:24:38.394Z] Removing intermediate container ed6df15b3f52 [2020-10-26T08:24:38.394Z] ---> 563b6b8226c9 [2020-10-26T08:24:38.394Z] Step 11/29 : USER root [2020-10-26T08:24:38.394Z] ---> Running in 64d6a12d6b3e [2020-10-26T08:24:38.394Z] Removing intermediate container 64d6a12d6b3e [2020-10-26T08:24:38.394Z] ---> c3957454f0d1 [2020-10-26T08:24:38.394Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-26T08:24:38.394Z] ---> Running in ba29a1decd12 [2020-10-26T08:24:41.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T08:24:41.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T08:24:42.657Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-26T08:24:42.657Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-26T08:24:42.657Z] OK: 12615 distinct packages available [2020-10-26T08:24:43.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-26T08:24:43.858Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-26T08:24:43.858Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-26T08:24:43.858Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T08:24:43.858Z] Executing ca-certificates-20191127-r4.trigger [2020-10-26T08:24:44.471Z] OK: 6 MiB in 16 packages [2020-10-26T08:24:47.112Z] Removing intermediate container 2f9201a951fc [2020-10-26T08:24:47.112Z] ---> 783dff638dea [2020-10-26T08:24:47.112Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-26T08:24:47.112Z] ---> Running in a58ac49592df [2020-10-26T08:24:48.562Z] Removing intermediate container ba29a1decd12 [2020-10-26T08:24:48.562Z] ---> fcf738d52c2e [2020-10-26T08:24:48.562Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-26T08:24:48.562Z] ---> Running in a2d115a9d936 [2020-10-26T08:24:49.166Z] Removing intermediate container a2d115a9d936 [2020-10-26T08:24:49.166Z] ---> a79da1ec9803 [2020-10-26T08:24:49.166Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-26T08:24:49.443Z] ---> Running in 8eb38c9652b5 [2020-10-26T08:24:49.443Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-26T08:24:50.441Z] Removing intermediate container 8eb38c9652b5 [2020-10-26T08:24:50.441Z] ---> 9ce344cc4f4c [2020-10-26T08:24:50.441Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-26T08:24:50.441Z] ---> Running in a32ddd3b7af5 [2020-10-26T08:24:57.473Z] Removing intermediate container a32ddd3b7af5 [2020-10-26T08:24:57.473Z] ---> 4732d74b2b6e [2020-10-26T08:24:57.473Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-26T08:24:57.473Z] Removing intermediate container a58ac49592df [2020-10-26T08:24:57.473Z] ---> 487b4b7b0684 [2020-10-26T08:24:57.473Z] [2020-10-26T08:24:57.473Z] Step 11/27 : FROM docker:latest [2020-10-26T08:24:57.473Z] ---> 5d4db4dc0692 [2020-10-26T08:24:57.473Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-26T08:24:57.473Z] Removing intermediate container d945f87e9b29 [2020-10-26T08:24:57.473Z] ---> 013de2a85ff4 [2020-10-26T08:24:57.473Z] [2020-10-26T08:24:57.473Z] Step 10/26 : FROM alpine:3.10 [2020-10-26T08:24:57.473Z] ---> Running in 434c59833586 [2020-10-26T08:24:57.748Z] 3.10: Pulling from library/alpine [2020-10-26T08:24:58.735Z] ---> 08f81e742a8c [2020-10-26T08:24:58.736Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-26T08:24:59.337Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-26T08:24:59.337Z] Status: Downloaded newer image for alpine:3.10 [2020-10-26T08:24:59.337Z] ---> 536a684cf733 [2020-10-26T08:24:59.337Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-26T08:24:59.623Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T08:24:59.623Z] ---> Running in 545d3f5607d6 [2020-10-26T08:24:59.898Z] ---> 9d4ee0553759 [2020-10-26T08:24:59.898Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-26T08:24:59.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T08:25:00.889Z] (1/2) Installing readline (8.0.4-r0) [2020-10-26T08:25:00.889Z] (2/2) Installing bash (5.0.17-r0) [2020-10-26T08:25:00.889Z] Executing bash-5.0.17-r0.post-install [2020-10-26T08:25:00.889Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T08:25:00.889Z] OK: 12 MiB in 22 packages [2020-10-26T08:25:01.496Z] ---> 450234022d46 [2020-10-26T08:25:01.496Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-26T08:25:02.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-26T08:25:02.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-26T08:25:02.711Z] Removing intermediate container 434c59833586 [2020-10-26T08:25:02.711Z] ---> d5e909ec816c [2020-10-26T08:25:02.711Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-26T08:25:02.985Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-26T08:25:02.985Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-26T08:25:02.985Z] OK: 10167 distinct packages available [2020-10-26T08:25:03.256Z] ---> d36bed4c805c [2020-10-26T08:25:03.256Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-26T08:25:03.256Z] ---> Running in 2cd767b36ffc [2020-10-26T08:25:03.861Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-26T08:25:03.861Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-26T08:25:03.861Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-26T08:25:03.861Z] (4/5) Installing curl (7.66.0-r1) [2020-10-26T08:25:03.861Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-26T08:25:03.861Z] Executing busybox-1.30.1-r3.trigger [2020-10-26T08:25:03.861Z] Executing ca-certificates-20191127-r2.trigger [2020-10-26T08:25:04.133Z] OK: 7 MiB in 19 packages [2020-10-26T08:25:05.121Z] ---> cf67bf213b37 [2020-10-26T08:25:05.121Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-26T08:25:05.716Z] ---> Running in a8aa46888fda [2020-10-26T08:25:06.001Z] Removing intermediate container dbb92ab7f930 [2020-10-26T08:25:06.001Z] ---> b76144c954dd [2020-10-26T08:25:06.001Z] [2020-10-26T08:25:06.001Z] Step 10/21 : FROM scratch [2020-10-26T08:25:06.001Z] ---> [2020-10-26T08:25:06.001Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T08:25:06.288Z] ---> Running in 57c96fa5bd72 [2020-10-26T08:25:06.288Z] Removing intermediate container cfbd5af58807 [2020-10-26T08:25:06.288Z] ---> e4ffd115922f [2020-10-26T08:25:06.288Z] [2020-10-26T08:25:06.288Z] Step 10/24 : FROM scratch [2020-10-26T08:25:06.288Z] ---> [2020-10-26T08:25:06.288Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-26T08:25:06.879Z] ---> Running in d9b29892ca94 [2020-10-26T08:25:06.879Z] Removing intermediate container 545d3f5607d6 [2020-10-26T08:25:06.879Z] ---> 9b920f5d3484 [2020-10-26T08:25:06.879Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-26T08:25:06.879Z] Removing intermediate container 57c96fa5bd72 [2020-10-26T08:25:06.879Z] ---> b62d4e3df32e [2020-10-26T08:25:06.879Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-26T08:25:07.159Z] Removing intermediate container 2cd767b36ffc [2020-10-26T08:25:07.159Z] ---> c186931a9f40 [2020-10-26T08:25:07.159Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-26T08:25:07.159Z] ---> Running in 1df152bcc7ea [2020-10-26T08:25:07.159Z] ---> Running in 09c1e5d31c70 [2020-10-26T08:25:07.438Z] ---> Running in 1879ba8ff31e [2020-10-26T08:25:07.438Z] Removing intermediate container d9b29892ca94 [2020-10-26T08:25:07.438Z] ---> 50074b8a99b9 [2020-10-26T08:25:07.438Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-26T08:25:07.438Z] ---> Running in 8bee90f51929 [2020-10-26T08:25:07.713Z] Removing intermediate container 09c1e5d31c70 [2020-10-26T08:25:07.713Z] ---> 3c4e431a33e7 [2020-10-26T08:25:07.713Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-26T08:25:07.713Z] Removing intermediate container 1df152bcc7ea [2020-10-26T08:25:07.713Z] ---> c10e13b75006 [2020-10-26T08:25:07.713Z] Step 13/26 : WORKDIR / [2020-10-26T08:25:07.986Z] ---> Running in 8774bcede217 [2020-10-26T08:25:07.986Z] ---> Running in d1dd12454564 [2020-10-26T08:25:07.986Z] Removing intermediate container 1879ba8ff31e [2020-10-26T08:25:07.986Z] ---> 59e1e79cad4f [2020-10-26T08:25:07.986Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-26T08:25:07.986Z] Removing intermediate container 8bee90f51929 [2020-10-26T08:25:07.986Z] ---> 5eb3bb012b2c [2020-10-26T08:25:08.269Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-26T08:25:08.269Z] ---> Running in 82ff8f33dd7b [2020-10-26T08:25:08.545Z] ---> Running in 2b45ebfc8d70 [2020-10-26T08:25:08.828Z] Removing intermediate container d1dd12454564 [2020-10-26T08:25:08.828Z] ---> 40bed66989f0 [2020-10-26T08:25:08.828Z] 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-26T08:25:08.828Z] Removing intermediate container 8774bcede217 [2020-10-26T08:25:08.828Z] ---> b5afbbf6c6e7 [2020-10-26T08:25:08.828Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-26T08:25:09.105Z] Removing intermediate container 82ff8f33dd7b [2020-10-26T08:25:09.105Z] ---> ba63f512c1e4 [2020-10-26T08:25:09.105Z] Removing intermediate container a8aa46888fda [2020-10-26T08:25:09.105Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh ---> d4523b99bfbe [2020-10-26T08:25:09.105Z] [2020-10-26T08:25:09.105Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-26T08:25:09.105Z] Removing intermediate container 2b45ebfc8d70 [2020-10-26T08:25:09.105Z] ---> 995f5109c78c [2020-10-26T08:25:09.105Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-26T08:25:09.378Z] ---> Running in 29284552f6a7 [2020-10-26T08:25:09.656Z] ---> e628ea83753d [2020-10-26T08:25:09.656Z] 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-26T08:25:09.656Z] ---> f9ab07f7e6df [2020-10-26T08:25:09.656Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-26T08:25:09.941Z] Removing intermediate container 29284552f6a7 [2020-10-26T08:25:09.941Z] ---> 2a07771c1cba [2020-10-26T08:25:09.941Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-26T08:25:10.212Z] ---> 0d91aeac594c [2020-10-26T08:25:10.212Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-26T08:25:10.485Z] ---> 3a013c29b7b6 [2020-10-26T08:25:10.485Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-26T08:25:10.766Z] ---> Running in b63d50bbe48c [2020-10-26T08:25:10.766Z] ---> 6147d041d7bc [2020-10-26T08:25:10.766Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-26T08:25:11.756Z] ---> 123d2178132a [2020-10-26T08:25:11.756Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-26T08:25:11.756Z] ---> d2af4395c4d0 [2020-10-26T08:25:11.756Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-26T08:25:11.756Z] ---> 8037f5f2c824 [2020-10-26T08:25:11.756Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-26T08:25:12.034Z] ---> 3bc6d021a0ab [2020-10-26T08:25:12.034Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-26T08:25:12.631Z] ---> b45855f84e66 [2020-10-26T08:25:12.631Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-26T08:25:12.631Z] ---> Running in 99b731098271 [2020-10-26T08:25:12.903Z] ---> dddf83784a16 [2020-10-26T08:25:12.903Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-26T08:25:13.177Z] ---> f4539b6c1986 [2020-10-26T08:25:13.177Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-26T08:25:13.457Z] Removing intermediate container 99b731098271 [2020-10-26T08:25:13.457Z] ---> 11e502847a5c [2020-10-26T08:25:13.457Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T08:25:13.740Z] ---> Running in c5785bf6ce56 [2020-10-26T08:25:14.026Z] ---> c37df3725ba2 [2020-10-26T08:25:14.026Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-26T08:25:14.303Z] ---> a9507b4fdb33 [2020-10-26T08:25:14.303Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-26T08:25:14.576Z] ---> Running in 7775299df7ed [2020-10-26T08:25:14.576Z] Removing intermediate container c5785bf6ce56 [2020-10-26T08:25:14.576Z] ---> a01fd135a8d8 [2020-10-26T08:25:14.576Z] Step 19/21 : LABEL arch=arm64 [2020-10-26T08:25:14.849Z] ---> ecec200abca7 [2020-10-26T08:25:14.849Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-26T08:25:14.849Z] Removing intermediate container b63d50bbe48c [2020-10-26T08:25:14.849Z] ---> f350ba92edaf [2020-10-26T08:25:14.849Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-26T08:25:14.849Z] ---> Running in 19d127c767cf [2020-10-26T08:25:15.136Z] ---> Running in bcb45c82bb04 [2020-10-26T08:25:15.136Z] ---> 6ed24db4d47a [2020-10-26T08:25:15.136Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-26T08:25:16.117Z] Removing intermediate container 19d127c767cf [2020-10-26T08:25:16.118Z] ---> f8819622573e [2020-10-26T08:25:16.118Z] Step 20/21 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:25:16.391Z] ---> Running in 05d2b3df1492 [2020-10-26T08:25:16.666Z] ---> bdd92a935801 [2020-10-26T08:25:16.666Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-26T08:25:16.666Z] ---> 1c838530537a [2020-10-26T08:25:16.666Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-26T08:25:16.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T08:25:17.227Z] Removing intermediate container 05d2b3df1492 [2020-10-26T08:25:17.227Z] ---> c6d695326544 [2020-10-26T08:25:17.227Z] Step 21/21 : LABEL version=1.2.2-dev.95 [2020-10-26T08:25:17.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T08:25:17.510Z] ---> Running in deb3486dc9f9 [2020-10-26T08:25:17.782Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-26T08:25:18.061Z] (2/33) Installing expat (2.2.9-r1) [2020-10-26T08:25:18.061Z] (3/33) Installing libffi (3.3-r2) [2020-10-26T08:25:18.061Z] (4/33) Installing gdbm (1.13-r1) [2020-10-26T08:25:18.062Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-26T08:25:18.062Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-26T08:25:18.062Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-26T08:25:18.062Z] ---> 5621fb0e1b4d [2020-10-26T08:25:18.062Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-26T08:25:18.338Z] ---> Running in ae526b1c66b8 [2020-10-26T08:25:18.338Z] Removing intermediate container deb3486dc9f9 [2020-10-26T08:25:18.338Z] ---> 807edabd2a19 [2020-10-26T08:25:18.338Z] [2020-10-26T08:25:18.338Z] ---> 0dbd40fd3ac0 [2020-10-26T08:25:18.338Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-26T08:25:18.933Z] Successfully built 807edabd2a19 [2020-10-26T08:25:19.209Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-26T08:25:19.209Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-10-26T08:25:19.483Z] Removing intermediate container ae526b1c66b8 [2020-10-26T08:25:19.483Z] Removing intermediate container bcb45c82bb04 [2020-10-26T08:25:19.483Z] ---> 9a59a57000d6 [2020-10-26T08:25:19.483Z] ---> 7ed19d2ecfad [2020-10-26T08:25:19.483Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T08:25:19.764Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-26T08:25:20.039Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-26T08:25:20.039Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-26T08:25:20.039Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-26T08:25:20.039Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-26T08:25:20.039Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-26T08:25:20.039Z] ---> b47faccdb8a5 [2020-10-26T08:25:20.039Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-26T08:25:20.039Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-26T08:25:20.315Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-26T08:25:20.315Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-26T08:25:20.315Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-26T08:25:20.315Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-26T08:25:20.315Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-26T08:25:20.315Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-26T08:25:20.315Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-26T08:25:20.589Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-26T08:25:20.589Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-26T08:25:20.589Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-26T08:25:20.589Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-26T08:25:20.589Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-26T08:25:20.589Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-26T08:25:20.589Z] ---> Running in 48199a6ab9fb [2020-10-26T08:25:20.589Z] ---> Running in 07a54dfd0750 [2020-10-26T08:25:20.589Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-26T08:25:20.589Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-26T08:25:20.589Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-26T08:25:20.866Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-26T08:25:20.866Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-26T08:25:20.866Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-26T08:25:20.866Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-26T08:25:20.866Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T08:25:21.140Z] OK: 71 MiB in 55 packages [2020-10-26T08:25:21.140Z] ---> Running in 637d0a947795 [2020-10-26T08:25:21.737Z] Removing intermediate container 07a54dfd0750 [2020-10-26T08:25:21.737Z] ---> 76b917fa2ed1 [2020-10-26T08:25:21.737Z] Step 22/24 : LABEL arch=arm64 [2020-10-26T08:25:21.737Z] Removing intermediate container 48199a6ab9fb [2020-10-26T08:25:21.737Z] ---> c0b78b53d02f [2020-10-26T08:25:21.737Z] Step 26/29 : CMD [ "generate" ] [2020-10-26T08:25:22.343Z] ---> Running in 0c460dbe53ba [2020-10-26T08:25:22.343Z] ---> Running in fd9dc5e3e6b1 [2020-10-26T08:25:22.941Z] Removing intermediate container fd9dc5e3e6b1 [2020-10-26T08:25:22.941Z] ---> 68c7c599a778 [2020-10-26T08:25:22.941Z] Step 27/29 : LABEL arch=arm64 [2020-10-26T08:25:23.217Z] Removing intermediate container 0c460dbe53ba [2020-10-26T08:25:23.218Z] ---> d45dcc5ad000 [2020-10-26T08:25:23.218Z] Step 23/24 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:25:23.218Z] ---> Running in c1835a0f4276 [2020-10-26T08:25:23.491Z] ---> Running in 2c5025650ae4 [2020-10-26T08:25:24.098Z] Removing intermediate container c1835a0f4276 [2020-10-26T08:25:24.098Z] ---> 736773dcbee7 [2020-10-26T08:25:24.098Z] Step 28/29 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:25:24.382Z] Removing intermediate container 2c5025650ae4 [2020-10-26T08:25:24.382Z] ---> 71cccac8b4fc [2020-10-26T08:25:24.382Z] Step 24/24 : LABEL version=1.2.2-dev.95 [2020-10-26T08:25:24.657Z] ---> Running in 15f66288f15e [2020-10-26T08:25:24.657Z] ---> Running in 3484209b7bcf [2020-10-26T08:25:25.652Z] Removing intermediate container 3484209b7bcf [2020-10-26T08:25:25.652Z] ---> 862c11f173de [2020-10-26T08:25:25.652Z] [2020-10-26T08:25:25.938Z] Removing intermediate container 15f66288f15e [2020-10-26T08:25:25.938Z] ---> a76de4f65aa9 [2020-10-26T08:25:25.938Z] Step 29/29 : LABEL version=1.2.2-dev.95 [2020-10-26T08:25:25.938Z] Successfully built 862c11f173de [2020-10-26T08:25:26.214Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-26T08:25:26.214Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2020-10-26T08:25:26.214Z] Removing intermediate container 637d0a947795 [2020-10-26T08:25:26.214Z] ---> b6111645e989 [2020-10-26T08:25:26.214Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-26T08:25:26.490Z] ---> Running in aec097602728 [2020-10-26T08:25:26.764Z] ---> Running in bf59bc1e747d [2020-10-26T08:25:27.040Z] Removing intermediate container aec097602728 [2020-10-26T08:25:27.040Z] ---> 549a368e9a9c [2020-10-26T08:25:27.040Z] [2020-10-26T08:25:27.638Z] Successfully built 549a368e9a9c [2020-10-26T08:25:27.638Z] Removing intermediate container bf59bc1e747d [2020-10-26T08:25:27.638Z] ---> 4bf4ee2fe16b [2020-10-26T08:25:27.638Z] Step 24/26 : LABEL arch=arm64 [2020-10-26T08:25:27.638Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-26T08:25:27.638Z] Building docker-support-logging-go [2020-10-26T08:25:28.257Z]  Building docker-security-secrets-setup-go ... done  ---> Running in 09b72f9f30d9 [2020-10-26T08:25:29.242Z] Removing intermediate container 09b72f9f30d9 [2020-10-26T08:25:29.242Z] ---> 01d26ac0f6cf [2020-10-26T08:25:29.242Z] Step 25/26 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:25:30.228Z] ---> Running in 085dd05f68b1 [2020-10-26T08:25:30.567Z] Removing intermediate container 7775299df7ed [2020-10-26T08:25:30.567Z] ---> 73f3255c34c1 [2020-10-26T08:25:30.567Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-26T08:25:31.547Z] ---> Running in 54df54f25a02 [2020-10-26T08:25:31.547Z] Removing intermediate container 085dd05f68b1 [2020-10-26T08:25:31.547Z] ---> d2ebd426dd34 [2020-10-26T08:25:31.547Z] Step 26/26 : LABEL version=1.2.2-dev.95 [2020-10-26T08:25:32.155Z] ---> Running in b75720450eba [2020-10-26T08:25:33.145Z] Removing intermediate container b75720450eba [2020-10-26T08:25:33.145Z] ---> 8bf2c75cce5f [2020-10-26T08:25:33.145Z] [2020-10-26T08:25:33.419Z] Successfully built 8bf2c75cce5f [2020-10-26T08:25:33.419Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-26T08:25:33.419Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-10-26T08:25:34.856Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T08:25:34.856Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T08:25:34.856Z] ---> a6d5a2f09dd5 [2020-10-26T08:25:34.856Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T08:25:34.856Z] ---> Using cache [2020-10-26T08:25:34.856Z] ---> 2a0e14f9a707 [2020-10-26T08:25:34.856Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T08:25:34.856Z] ---> Using cache [2020-10-26T08:25:34.856Z] ---> db361552316e [2020-10-26T08:25:34.856Z] Step 5/22 : RUN apk update && apk add make git [2020-10-26T08:25:35.835Z] ---> Running in 21cd22048c40 [2020-10-26T08:25:37.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T08:25:37.879Z] Collecting docker-compose==1.23.2 [2020-10-26T08:25:38.158Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-26T08:25:39.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T08:25:39.749Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-26T08:25:39.749Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-26T08:25:40.033Z] Collecting docopt<0.7,>=0.6.1 [2020-10-26T08:25:40.033Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-26T08:25:41.479Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T08:25:41.480Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T08:25:41.480Z] OK: 12623 distinct packages available [2020-10-26T08:25:42.089Z] OK: 217 MiB in 51 packages [2020-10-26T08:25:42.367Z] 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-26T08:25:42.975Z] Collecting texttable<0.10,>=0.9.0 [2020-10-26T08:25:42.975Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-26T08:25:45.608Z] Removing intermediate container 21cd22048c40 [2020-10-26T08:25:45.608Z] ---> 09026203a8c2 [2020-10-26T08:25:45.608Z] Step 6/22 : COPY go.mod . [2020-10-26T08:25:45.608Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-26T08:25:45.608Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-26T08:25:46.217Z] ---> e7dbb992291f [2020-10-26T08:25:46.217Z] Step 7/22 : RUN go mod download [2020-10-26T08:25:46.497Z] ---> Running in d43b6ccbea90 [2020-10-26T08:25:48.477Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-26T08:25:48.477Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-26T08:25:49.077Z] Collecting jsonschema<3,>=2.5.1 [2020-10-26T08:25:49.077Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-26T08:25:49.692Z] Collecting docker<4.0,>=3.6.0 [2020-10-26T08:25:49.994Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-26T08:25:49.994Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T08:25:49.994Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-26T08:25:49.994Z] ---> a6d5a2f09dd5 [2020-10-26T08:25:49.994Z] Step 3/20 : WORKDIR /edgex-go [2020-10-26T08:25:49.994Z] ---> Using cache [2020-10-26T08:25:49.994Z] ---> 2a0e14f9a707 [2020-10-26T08:25:49.994Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T08:25:49.994Z] ---> Using cache [2020-10-26T08:25:49.994Z] ---> db361552316e [2020-10-26T08:25:49.994Z] Step 5/20 : RUN apk update && apk add make git [2020-10-26T08:25:49.994Z] ---> Using cache [2020-10-26T08:25:49.994Z] ---> 09026203a8c2 [2020-10-26T08:25:49.994Z] Step 6/20 : COPY go.mod . [2020-10-26T08:25:49.994Z] ---> Using cache [2020-10-26T08:25:49.994Z] ---> e7dbb992291f [2020-10-26T08:25:50.270Z] Step 7/20 : RUN go mod download [2020-10-26T08:25:50.270Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T08:25:50.270Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T08:25:50.270Z] ---> a6d5a2f09dd5 [2020-10-26T08:25:50.270Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T08:25:50.270Z] ---> Using cache [2020-10-26T08:25:50.270Z] ---> 2a0e14f9a707 [2020-10-26T08:25:50.270Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T08:25:50.270Z] ---> Using cache [2020-10-26T08:25:50.270Z] ---> db361552316e [2020-10-26T08:25:50.270Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-26T08:25:51.711Z] ---> Running in 577f57737940 [2020-10-26T08:25:51.711Z] ---> Running in ef2ebaf722b7 [2020-10-26T08:25:51.711Z] Collecting PyYAML<4,>=3.10 [2020-10-26T08:25:51.711Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-26T08:25:52.310Z] Removing intermediate container d43b6ccbea90 [2020-10-26T08:25:52.310Z] ---> 382fd85f38f0 [2020-10-26T08:25:52.310Z] Step 8/22 : COPY . . [2020-10-26T08:25:54.313Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T08:25:54.313Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-26T08:25:54.313Z] ---> a6d5a2f09dd5 [2020-10-26T08:25:54.313Z] Step 3/23 : WORKDIR /edgex-go [2020-10-26T08:25:54.313Z] ---> Using cache [2020-10-26T08:25:54.313Z] ---> 2a0e14f9a707 [2020-10-26T08:25:54.313Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T08:25:54.313Z] ---> Using cache [2020-10-26T08:25:54.313Z] ---> db361552316e [2020-10-26T08:25:54.313Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-26T08:25:54.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T08:25:55.581Z] ---> Running in d3b6c59fe5e6 [2020-10-26T08:25:55.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T08:25:56.178Z] Collecting cached-property<2,>=1.2.0 [2020-10-26T08:25:56.178Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-26T08:25:56.517Z] 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-26T08:25:56.517Z] 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-26T08:25:56.517Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T08:25:56.517Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T08:25:56.517Z] OK: 12623 distinct packages available [2020-10-26T08:25:56.896Z] Collecting idna<2.8,>=2.5 [2020-10-26T08:25:56.896Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-26T08:25:57.189Z] Removing intermediate container ef2ebaf722b7 [2020-10-26T08:25:57.189Z] ---> a3ae493b2d67 [2020-10-26T08:25:57.189Z] Step 8/20 : COPY . . [2020-10-26T08:25:57.482Z] OK: 217 MiB in 51 packages [2020-10-26T08:25:58.639Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-26T08:25:58.639Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-26T08:25:58.639Z] OK: 217 MiB in 51 packages [2020-10-26T08:25:58.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T08:25:58.989Z] Collecting docker-pycreds>=0.4.0 [2020-10-26T08:25:58.989Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-26T08:25:59.299Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-26T08:25:59.299Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-26T08:25:59.299Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-26T08:25:59.299Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-26T08:25:59.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T08:26:00.184Z] Installing collected packages: idna, urllib3, requests, docopt, texttable, dockerpty, websocket-client, jsonschema, docker-pycreds, docker, PyYAML, cached-property, docker-compose [2020-10-26T08:26:00.184Z] Attempting uninstall: idna [2020-10-26T08:26:00.184Z] Found existing installation: idna 2.9 [2020-10-26T08:26:00.184Z] Uninstalling idna-2.9: [2020-10-26T08:26:00.460Z] Successfully uninstalled idna-2.9 [2020-10-26T08:26:00.737Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-26T08:26:00.737Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-26T08:26:00.737Z] OK: 12623 distinct packages available [2020-10-26T08:26:01.013Z] Attempting uninstall: urllib3 [2020-10-26T08:26:01.013Z] Found existing installation: urllib3 1.25.9 [2020-10-26T08:26:01.013Z] Uninstalling urllib3-1.25.9: [2020-10-26T08:26:01.292Z] Successfully uninstalled urllib3-1.25.9 [2020-10-26T08:26:01.292Z] OK: 217 MiB in 51 packages [2020-10-26T08:26:01.937Z] Removing intermediate container 577f57737940 [2020-10-26T08:26:01.937Z] ---> f0b0bfaf283d [2020-10-26T08:26:01.937Z] Step 6/22 : COPY go.mod . [2020-10-26T08:26:01.937Z] Attempting uninstall: requests [2020-10-26T08:26:01.937Z] Found existing installation: requests 2.23.0 [2020-10-26T08:26:01.937Z] Uninstalling requests-2.23.0: [2020-10-26T08:26:02.212Z] Successfully uninstalled requests-2.23.0 [2020-10-26T08:26:02.813Z] Running setup.py install for docopt: started [2020-10-26T08:26:03.089Z] ---> e5666fbbbfdb [2020-10-26T08:26:03.089Z] Step 7/22 : RUN go mod download [2020-10-26T08:26:03.690Z] ---> Running in 136e4bd24cec [2020-10-26T08:26:03.967Z] Removing intermediate container d3b6c59fe5e6 [2020-10-26T08:26:03.967Z] ---> 16518ab57652 [2020-10-26T08:26:03.967Z] Step 6/23 : COPY go.mod . [2020-10-26T08:26:04.950Z] Running setup.py install for docopt: finished with status 'done' [2020-10-26T08:26:04.950Z] Running setup.py install for texttable: started [2020-10-26T08:26:05.546Z] ---> cb40fd76c94c [2020-10-26T08:26:05.546Z] Step 7/23 : RUN go mod download [2020-10-26T08:26:06.142Z] ---> Running in 803d506de444 [2020-10-26T08:26:07.125Z] ---> f69a2336b41e [2020-10-26T08:26:07.125Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-26T08:26:07.400Z] Running setup.py install for texttable: finished with status 'done' [2020-10-26T08:26:07.400Z] Running setup.py install for dockerpty: started [2020-10-26T08:26:07.673Z] ---> Running in b75f7e3c1de8 [2020-10-26T08:26:09.669Z] Removing intermediate container 136e4bd24cec [2020-10-26T08:26:09.669Z] ---> cb076e40962e [2020-10-26T08:26:09.669Z] Step 8/22 : COPY . . [2020-10-26T08:26:09.948Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-26T08:26:10.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/core-command/core-command ./cmd/core-command [2020-10-26T08:26:11.551Z] ---> 0d91efa87119 [2020-10-26T08:26:11.551Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-26T08:26:11.551Z] Removing intermediate container 803d506de444 [2020-10-26T08:26:11.551Z] ---> fc551859b52f [2020-10-26T08:26:11.551Z] Step 8/23 : COPY . . [2020-10-26T08:26:12.153Z] ---> Running in db324e30539e [2020-10-26T08:26:12.432Z] Running setup.py install for PyYAML: started [2020-10-26T08:26:15.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-26T08:26:15.678Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-26T08:26:16.664Z] 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-26T08:26:26.848Z] Removing intermediate container 54df54f25a02 [2020-10-26T08:26:26.848Z] ---> c10bd588e845 [2020-10-26T08:26:26.848Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-26T08:26:26.848Z] ---> 8b3494de88f8 [2020-10-26T08:26:26.848Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-26T08:26:26.848Z] ---> Running in 9963205170b9 [2020-10-26T08:26:26.848Z] ---> Running in 436d29a2fade [2020-10-26T08:26:28.839Z] ---> 0b9f6460bb61 [2020-10-26T08:26:28.839Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-26T08:26:29.111Z] ---> Running in e1bfae5ee023 [2020-10-26T08:26:30.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-26T08:26:30.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T08:26:30.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T08:26:31.093Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-26T08:26:31.093Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-26T08:26:31.093Z] (3/3) Installing curl (7.69.1-r1) [2020-10-26T08:26:31.093Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T08:26:31.093Z] OK: 71 MiB in 58 packages [2020-10-26T08:26:31.370Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/core-data/core-data ./cmd/core-data [2020-10-26T08:26:32.845Z] Removing intermediate container 9963205170b9 [2020-10-26T08:26:32.845Z] ---> 1b193d374cd3 [2020-10-26T08:26:32.845Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-26T08:26:33.123Z] ---> Running in f3c65469a233 [2020-10-26T08:26:33.721Z] Removing intermediate container f3c65469a233 [2020-10-26T08:26:33.721Z] ---> 21582299d711 [2020-10-26T08:26:33.721Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T08:26:33.721Z] ---> Running in d264dd00a38c [2020-10-26T08:26:34.326Z] Removing intermediate container d264dd00a38c [2020-10-26T08:26:34.326Z] ---> 44d3efbe71a1 [2020-10-26T08:26:34.326Z] Step 25/27 : LABEL arch=arm64 [2020-10-26T08:26:34.601Z] ---> Running in 6af60111a858 [2020-10-26T08:26:35.229Z] Removing intermediate container 6af60111a858 [2020-10-26T08:26:35.229Z] ---> 434585778c2e [2020-10-26T08:26:35.229Z] Step 26/27 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:26:35.229Z] ---> Running in e762b7edbac4 [2020-10-26T08:26:35.843Z] Removing intermediate container e762b7edbac4 [2020-10-26T08:26:35.843Z] ---> 4b180c473ae2 [2020-10-26T08:26:35.843Z] Step 27/27 : LABEL version=1.2.2-dev.95 [2020-10-26T08:26:36.113Z] ---> Running in c3036fd9cef9 [2020-10-26T08:26:36.722Z] Removing intermediate container c3036fd9cef9 [2020-10-26T08:26:36.722Z] ---> 36265d15c15a [2020-10-26T08:26:36.722Z] [2020-10-26T08:26:36.999Z] Successfully built 36265d15c15a [2020-10-26T08:26:36.999Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-26T08:26:36.999Z] Building docker-core-metadata-go [2020-10-26T08:26:52.135Z]  Building docker-sys-mgmt-agent-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-26T08:26:52.135Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-26T08:26:52.135Z] ---> a6d5a2f09dd5 [2020-10-26T08:26:52.135Z] Step 3/22 : WORKDIR /edgex-go [2020-10-26T08:26:52.135Z] ---> Using cache [2020-10-26T08:26:52.135Z] ---> 2a0e14f9a707 [2020-10-26T08:26:52.135Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T08:26:52.135Z] ---> Using cache [2020-10-26T08:26:52.135Z] ---> db361552316e [2020-10-26T08:26:52.135Z] Step 5/22 : RUN apk update && apk add make git [2020-10-26T08:26:52.135Z] ---> Using cache [2020-10-26T08:26:52.135Z] ---> 09026203a8c2 [2020-10-26T08:26:52.135Z] Step 6/22 : COPY go.mod . [2020-10-26T08:26:52.135Z] ---> Using cache [2020-10-26T08:26:52.135Z] ---> e7dbb992291f [2020-10-26T08:26:52.135Z] Step 7/22 : RUN go mod download [2020-10-26T08:26:52.135Z] ---> Using cache [2020-10-26T08:26:52.135Z] ---> a3ae493b2d67 [2020-10-26T08:26:52.135Z] Step 8/22 : COPY . . [2020-10-26T08:26:52.135Z] ---> Using cache [2020-10-26T08:26:52.135Z] ---> 0d91efa87119 [2020-10-26T08:26:52.135Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-26T08:26:52.135Z] ---> Running in 93539fdb5fdd [2020-10-26T08:26:53.586Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.95" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-26T08:27:40.606Z] Removing intermediate container db324e30539e [2020-10-26T08:27:40.606Z] ---> f7cddcb3f17e [2020-10-26T08:27:40.606Z] [2020-10-26T08:27:40.606Z] Step 10/20 : FROM alpine [2020-10-26T08:27:40.606Z] ---> 2e77e061c27f [2020-10-26T08:27:40.606Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-26T08:27:40.606Z] ---> Running in 4c5781c70a7c [2020-10-26T08:27:40.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T08:27:40.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T08:27:40.606Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-26T08:27:40.606Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-26T08:27:40.606Z] OK: 12615 distinct packages available [2020-10-26T08:27:40.606Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-26T08:27:40.606Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-26T08:27:40.606Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-26T08:27:40.606Z] (4/4) Installing curl (7.69.1-r1) [2020-10-26T08:27:40.606Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T08:27:40.606Z] Executing ca-certificates-20191127-r4.trigger [2020-10-26T08:27:40.606Z] OK: 7 MiB in 18 packages [2020-10-26T08:27:43.248Z] Removing intermediate container 4c5781c70a7c [2020-10-26T08:27:43.248Z] ---> f9ffa1727ac6 [2020-10-26T08:27:43.248Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-26T08:27:43.248Z] ---> Running in 88a5659f3113 [2020-10-26T08:27:43.850Z] Removing intermediate container 88a5659f3113 [2020-10-26T08:27:43.850Z] ---> 02037eff7f98 [2020-10-26T08:27:43.850Z] Step 13/20 : WORKDIR /edgex [2020-10-26T08:27:44.125Z] ---> Running in 15a8e90c350c [2020-10-26T08:27:44.729Z] Removing intermediate container 15a8e90c350c [2020-10-26T08:27:44.729Z] ---> a13843800ed0 [2020-10-26T08:27:44.729Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-26T08:27:46.169Z] ---> 94edb24203df [2020-10-26T08:27:46.169Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-26T08:27:47.611Z] ---> d207e68a2c09 [2020-10-26T08:27:47.611Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-26T08:27:47.886Z] ---> Running in 788298169c34 [2020-10-26T08:27:48.873Z] Removing intermediate container 788298169c34 [2020-10-26T08:27:48.873Z] ---> a40d81db220a [2020-10-26T08:27:48.873Z] Step 17/20 : CMD ["--init=true"] [2020-10-26T08:27:48.873Z] ---> Running in e598272c02ad [2020-10-26T08:27:49.474Z] Removing intermediate container e598272c02ad [2020-10-26T08:27:49.474Z] ---> 28915b50cb31 [2020-10-26T08:27:49.474Z] Step 18/20 : LABEL arch=arm64 [2020-10-26T08:27:49.750Z] ---> Running in 322c6680a2ec [2020-10-26T08:27:50.359Z] Removing intermediate container 322c6680a2ec [2020-10-26T08:27:50.359Z] ---> ea08113bc2bc [2020-10-26T08:27:50.359Z] Step 19/20 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:27:50.634Z] ---> Running in 6c4f171d581d [2020-10-26T08:27:51.233Z] Removing intermediate container 6c4f171d581d [2020-10-26T08:27:51.233Z] ---> b7520b5dcea4 [2020-10-26T08:27:51.233Z] Step 20/20 : LABEL version=1.2.2-dev.95 [2020-10-26T08:27:51.233Z] ---> Running in c92cb3a71063 [2020-10-26T08:27:51.840Z] Removing intermediate container c92cb3a71063 [2020-10-26T08:27:51.840Z] ---> 68cb6d07d78a [2020-10-26T08:27:51.840Z] [2020-10-26T08:27:52.439Z] Successfully built 68cb6d07d78a [2020-10-26T08:27:52.439Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-26T08:27:59.368Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container b75f7e3c1de8 [2020-10-26T08:27:59.368Z] ---> c2d124f23726 [2020-10-26T08:27:59.368Z] [2020-10-26T08:27:59.368Z] Step 10/22 : FROM scratch [2020-10-26T08:27:59.368Z] ---> [2020-10-26T08:27:59.368Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T08:27:59.368Z] ---> Using cache [2020-10-26T08:27:59.368Z] ---> b62d4e3df32e [2020-10-26T08:27:59.368Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-26T08:27:59.368Z] ---> Running in dc67470433bc [2020-10-26T08:27:59.981Z] Removing intermediate container dc67470433bc [2020-10-26T08:27:59.981Z] ---> 65714103b34b [2020-10-26T08:27:59.981Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T08:28:00.263Z] ---> Running in 8a74cc9e9136 [2020-10-26T08:28:00.870Z] Removing intermediate container 8a74cc9e9136 [2020-10-26T08:28:00.870Z] ---> e3bcd1880bfd [2020-10-26T08:28:00.870Z] Step 14/22 : WORKDIR / [2020-10-26T08:28:00.870Z] ---> Running in 9e0091bfa7cc [2020-10-26T08:28:01.485Z] Removing intermediate container 9e0091bfa7cc [2020-10-26T08:28:01.485Z] ---> 71d1e9f67914 [2020-10-26T08:28:01.485Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-26T08:28:02.957Z] ---> f198028cb620 [2020-10-26T08:28:02.957Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-26T08:28:04.950Z] ---> 32703a850dd6 [2020-10-26T08:28:04.950Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-26T08:28:06.941Z] ---> 06090e8d509f [2020-10-26T08:28:06.941Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-26T08:28:07.213Z] ---> Running in 220ee012825a [2020-10-26T08:28:07.816Z] Removing intermediate container 436d29a2fade [2020-10-26T08:28:07.816Z] ---> b7dd09f02b39 [2020-10-26T08:28:07.816Z] [2020-10-26T08:28:07.816Z] Step 10/22 : FROM scratch [2020-10-26T08:28:07.816Z] ---> [2020-10-26T08:28:07.816Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-26T08:28:07.816Z] Removing intermediate container 220ee012825a [2020-10-26T08:28:07.816Z] ---> 3db6f7052aa3 [2020-10-26T08:28:07.816Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T08:28:08.093Z] ---> Using cache [2020-10-26T08:28:08.093Z] ---> 50074b8a99b9 [2020-10-26T08:28:08.093Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-26T08:28:08.093Z] ---> Running in ac2cb49cc949 [2020-10-26T08:28:08.093Z] ---> Running in 406a59d1e377 [2020-10-26T08:28:08.696Z] Removing intermediate container ac2cb49cc949 [2020-10-26T08:28:08.696Z] ---> 218e550057b4 [2020-10-26T08:28:08.696Z] Step 20/22 : LABEL arch=arm64 [2020-10-26T08:28:08.973Z] Removing intermediate container 406a59d1e377 [2020-10-26T08:28:08.973Z] ---> f62f394ce53c [2020-10-26T08:28:08.973Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T08:28:08.973Z] ---> Running in e9141ba15551 [2020-10-26T08:28:08.973Z] ---> Running in c7cdf46613d2 [2020-10-26T08:28:09.971Z] Removing intermediate container c7cdf46613d2 [2020-10-26T08:28:09.971Z] ---> b2cf39847c13 [2020-10-26T08:28:09.971Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-26T08:28:09.971Z] Removing intermediate container e9141ba15551 [2020-10-26T08:28:09.971Z] ---> 85b862711afa [2020-10-26T08:28:09.971Z] Step 21/22 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:28:10.246Z] ---> Running in 32923a3af4e0 [2020-10-26T08:28:10.858Z] Removing intermediate container 32923a3af4e0 [2020-10-26T08:28:10.858Z] ---> 6bbbe8a5227a [2020-10-26T08:28:10.858Z] Step 22/22 : LABEL version=1.2.2-dev.95 [2020-10-26T08:28:11.132Z] ---> Running in feebac720806 [2020-10-26T08:28:11.132Z] ---> 47562251f849 [2020-10-26T08:28:11.132Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-26T08:28:12.135Z] Removing intermediate container feebac720806 [2020-10-26T08:28:12.135Z] ---> dd550f6e3287 [2020-10-26T08:28:12.135Z] [2020-10-26T08:28:12.414Z] Successfully built dd550f6e3287 [2020-10-26T08:28:12.414Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-26T08:28:12.690Z]  Building docker-core-command-go ... done  ---> 631bb2342170 [2020-10-26T08:28:12.690Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-26T08:28:14.722Z] ---> 1ea89980c61c [2020-10-26T08:28:14.722Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-26T08:28:15.721Z] ---> f04e928211ee [2020-10-26T08:28:15.721Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-26T08:28:15.721Z] ---> Running in b8c90638f8cf [2020-10-26T08:28:16.334Z] Removing intermediate container b8c90638f8cf [2020-10-26T08:28:16.334Z] ---> dc13398155d8 [2020-10-26T08:28:16.334Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T08:28:16.616Z] ---> Running in 668dfca42ad9 [2020-10-26T08:28:17.230Z] Removing intermediate container 668dfca42ad9 [2020-10-26T08:28:17.230Z] ---> 1e6be34d3bb8 [2020-10-26T08:28:17.230Z] Step 20/22 : LABEL arch=arm64 [2020-10-26T08:28:17.230Z] ---> Running in c8dadd600258 [2020-10-26T08:28:17.854Z] Removing intermediate container c8dadd600258 [2020-10-26T08:28:17.854Z] ---> da7d6fbe1119 [2020-10-26T08:28:17.854Z] Step 21/22 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:28:18.134Z] ---> Running in eb68808542f7 [2020-10-26T08:28:18.758Z] Removing intermediate container eb68808542f7 [2020-10-26T08:28:18.758Z] ---> 3cebc4dd8d1f [2020-10-26T08:28:18.758Z] Step 22/22 : LABEL version=1.2.2-dev.95 [2020-10-26T08:28:19.039Z] ---> Running in 2b5eb5aa57cf [2020-10-26T08:28:20.039Z] Removing intermediate container 2b5eb5aa57cf [2020-10-26T08:28:20.039Z] ---> 0d13cf24ecf0 [2020-10-26T08:28:20.039Z] [2020-10-26T08:28:20.039Z] Successfully built 0d13cf24ecf0 [2020-10-26T08:28:20.039Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-26T08:28:38.404Z]  Building docker-support-logging-go ... done Removing intermediate container 93539fdb5fdd [2020-10-26T08:28:38.404Z] ---> 417eb1b3fdbc [2020-10-26T08:28:38.404Z] [2020-10-26T08:28:38.404Z] Step 10/22 : FROM scratch [2020-10-26T08:28:38.404Z] ---> [2020-10-26T08:28:38.404Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T08:28:38.404Z] ---> Using cache [2020-10-26T08:28:38.404Z] ---> b62d4e3df32e [2020-10-26T08:28:38.404Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-26T08:28:38.404Z] ---> Running in 74705a2ee227 [2020-10-26T08:28:38.683Z] Removing intermediate container 74705a2ee227 [2020-10-26T08:28:38.683Z] ---> 408617c94b89 [2020-10-26T08:28:38.683Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-26T08:28:38.962Z] ---> Running in 05294fd59b95 [2020-10-26T08:28:39.562Z] Removing intermediate container 05294fd59b95 [2020-10-26T08:28:39.562Z] ---> 573969df94e9 [2020-10-26T08:28:39.562Z] Step 14/22 : WORKDIR / [2020-10-26T08:28:39.845Z] ---> Running in eff48a8eea9e [2020-10-26T08:28:39.845Z] Removing intermediate container e1bfae5ee023 [2020-10-26T08:28:39.845Z] ---> df939fcbe925 [2020-10-26T08:28:39.845Z] [2020-10-26T08:28:39.845Z] Step 10/23 : FROM alpine [2020-10-26T08:28:39.845Z] ---> 2e77e061c27f [2020-10-26T08:28:39.845Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-26T08:28:40.125Z] ---> Running in a3bb498c5873 [2020-10-26T08:28:40.401Z] Removing intermediate container eff48a8eea9e [2020-10-26T08:28:40.401Z] ---> f21e46151238 [2020-10-26T08:28:40.401Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-26T08:28:40.677Z] Removing intermediate container a3bb498c5873 [2020-10-26T08:28:40.677Z] ---> 95dcef119596 [2020-10-26T08:28:40.677Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-26T08:28:40.677Z] ---> Running in 75533ba38365 [2020-10-26T08:28:41.278Z] Removing intermediate container 75533ba38365 [2020-10-26T08:28:41.278Z] ---> a1556c6c64b4 [2020-10-26T08:28:41.278Z] ---> e91782327329 [2020-10-26T08:28:41.278Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata /Step 13/23 : EXPOSE $APP_PORT [2020-10-26T08:28:41.278Z] [2020-10-26T08:28:41.278Z] ---> Running in 63bbc2d94e7d [2020-10-26T08:28:41.883Z] Removing intermediate container 63bbc2d94e7d [2020-10-26T08:28:41.883Z] ---> 380627a0d894 [2020-10-26T08:28:41.883Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T08:28:42.156Z] ---> Running in a28ee3eda9b2 [2020-10-26T08:28:42.755Z] ---> f8770f047475 [2020-10-26T08:28:42.755Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-26T08:28:43.346Z] ---> 8dc87598187d [2020-10-26T08:28:43.346Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-26T08:28:43.619Z] ---> Running in e5cbccb5d2bc [2020-10-26T08:28:43.893Z] Removing intermediate container e5cbccb5d2bc [2020-10-26T08:28:43.893Z] ---> 75de6446545a [2020-10-26T08:28:43.893Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T08:28:44.167Z] ---> Running in 966140f1b54b [2020-10-26T08:28:44.763Z] Removing intermediate container 966140f1b54b [2020-10-26T08:28:44.763Z] ---> c78004fc6291 [2020-10-26T08:28:44.763Z] Step 20/22 : LABEL arch=arm64 [2020-10-26T08:28:44.763Z] ---> Running in 7624c2718769 [2020-10-26T08:28:45.035Z] Removing intermediate container a28ee3eda9b2 [2020-10-26T08:28:45.035Z] ---> af6275550649 [2020-10-26T08:28:45.035Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-26T08:28:45.309Z] ---> Running in a17431608af3 [2020-10-26T08:28:45.309Z] Removing intermediate container 7624c2718769 [2020-10-26T08:28:45.309Z] ---> f231a90125cf [2020-10-26T08:28:45.309Z] Step 21/22 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:28:45.581Z] ---> Running in 5cd81a18db39 [2020-10-26T08:28:46.179Z] Removing intermediate container 5cd81a18db39 [2020-10-26T08:28:46.179Z] ---> 8d47f6ad564e [2020-10-26T08:28:46.179Z] Step 22/22 : LABEL version=1.2.2-dev.95 [2020-10-26T08:28:46.179Z] ---> Running in 133a75e2d85c [2020-10-26T08:28:46.462Z] Removing intermediate container 133a75e2d85c [2020-10-26T08:28:46.462Z] ---> c8420a18acd6 [2020-10-26T08:28:46.737Z] [2020-10-26T08:28:46.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T08:28:47.009Z] Successfully built c8420a18acd6 [2020-10-26T08:28:47.009Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-26T08:28:47.601Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T08:28:48.196Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-26T08:28:48.196Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-26T08:28:48.468Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-26T08:28:48.468Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-26T08:28:48.740Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-26T08:28:48.740Z] Executing busybox-1.31.1-r19.trigger [2020-10-26T08:28:48.740Z] OK: 8 MiB in 19 packages [2020-10-26T08:28:50.173Z] Removing intermediate container a17431608af3 [2020-10-26T08:28:50.173Z] ---> 7ca8834662ba [2020-10-26T08:28:50.173Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-26T08:28:50.765Z] ---> 0735b9ba269b [2020-10-26T08:28:50.765Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-26T08:28:52.190Z] ---> 074a3af4c0fb [2020-10-26T08:28:52.190Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-26T08:28:52.785Z] ---> 21cfeae12d2e [2020-10-26T08:28:52.785Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-26T08:28:52.785Z] ---> Running in 3d20165e6021 [2020-10-26T08:28:53.376Z] Removing intermediate container 3d20165e6021 [2020-10-26T08:28:53.376Z] ---> 431895ae3f14 [2020-10-26T08:28:53.376Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-26T08:28:53.376Z] ---> Running in e0074dfddf60 [2020-10-26T08:28:53.970Z] Removing intermediate container e0074dfddf60 [2020-10-26T08:28:53.970Z] ---> 091f8fdbdb02 [2020-10-26T08:28:53.970Z] Step 21/23 : LABEL arch=arm64 [2020-10-26T08:28:53.970Z] ---> Running in 57c90a88b178 [2020-10-26T08:28:54.240Z] Removing intermediate container 57c90a88b178 [2020-10-26T08:28:54.240Z] ---> d85a017703e5 [2020-10-26T08:28:54.240Z] Step 22/23 : LABEL git_sha=2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:28:54.510Z] ---> Running in 97c93d0a4be6 [2020-10-26T08:28:54.781Z] Removing intermediate container 97c93d0a4be6 [2020-10-26T08:28:54.781Z] ---> fd121bfee830 [2020-10-26T08:28:54.781Z] Step 23/23 : LABEL version=1.2.2-dev.95 [2020-10-26T08:28:55.054Z] ---> Running in d14d7dbf25a1 [2020-10-26T08:28:55.327Z] Removing intermediate container d14d7dbf25a1 [2020-10-26T08:28:55.327Z] ---> 0d9874b4d76e [2020-10-26T08:28:55.327Z] [2020-10-26T08:28:55.598Z] Successfully built 0d9874b4d76e [2020-10-26T08:28:55.598Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-26T08:28:55.887Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-10-26T08:28:55.893Z] $ docker stop --time=1 2548958308c6e78b9b41a4141ef516cb8175e7409df6ec726ec9ecd81479ae7d [2020-10-26T08:28:57.759Z] $ docker rm -f 2548958308c6e78b9b41a4141ef516cb8175e7409df6ec726ec9ecd81479ae7d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:28:58.405Z] + docker images [2020-10-26T08:28:58.405Z] + grep docker [2020-10-26T08:28:58.676Z] docker-core-data-go-arm64 latest 0d9874b4d76e 3 seconds ago 22.3MB [2020-10-26T08:28:58.676Z] docker-core-metadata-go-arm64 latest c8420a18acd6 12 seconds ago 13.5MB [2020-10-26T08:28:58.676Z] docker-support-logging-go-arm64 latest 0d13cf24ecf0 39 seconds ago 10.6MB [2020-10-26T08:28:58.676Z] docker-core-command-go-arm64 latest dd550f6e3287 47 seconds ago 11.4MB [2020-10-26T08:28:58.676Z] docker-security-proxy-setup-go-arm64 latest 68cb6d07d78a About a minute ago 15.1MB [2020-10-26T08:28:58.676Z] docker-sys-mgmt-agent-go-arm64 latest 36265d15c15a 2 minutes ago 270MB [2020-10-26T08:28:58.676Z] docker-security-secretstore-setup-go-arm64 latest 8bf2c75cce5f 3 minutes ago 30.8MB [2020-10-26T08:28:58.676Z] docker-security-secrets-setup-go-arm64 latest 549a368e9a9c 3 minutes ago 22.7MB [2020-10-26T08:28:58.676Z] docker-support-notifications-go-arm64 latest 862c11f173de 3 minutes ago 12.9MB [2020-10-26T08:28:58.676Z] docker-support-scheduler-go-arm64 latest 807edabd2a19 3 minutes ago 11.5MB [2020-10-26T08:28:58.676Z] 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-26T08:28:59.237Z] provisioning config files... [2020-10-26T08:28:59.278Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/211@tmp/config1188158373214766513tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-26T08:28:59.672Z] ---> docker-login.sh [2020-10-26T08:28:59.672Z] nexus3.edgexfoundry.org:10001 [2020-10-26T08:28:59.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T08:29:00.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T08:29:00.215Z] Configure a credential helper to remove this warning. See [2020-10-26T08:29:00.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T08:29:00.215Z] [2020-10-26T08:29:00.215Z] Login Succeeded [2020-10-26T08:29:00.215Z] nexus3.edgexfoundry.org:10002 [2020-10-26T08:29:00.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T08:29:00.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T08:29:00.759Z] Configure a credential helper to remove this warning. See [2020-10-26T08:29:00.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T08:29:00.759Z] [2020-10-26T08:29:00.759Z] Login Succeeded [2020-10-26T08:29:00.759Z] nexus3.edgexfoundry.org:10003 [2020-10-26T08:29:01.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T08:29:01.351Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T08:29:01.351Z] Configure a credential helper to remove this warning. See [2020-10-26T08:29:01.351Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T08:29:01.351Z] [2020-10-26T08:29:01.351Z] Login Succeeded [2020-10-26T08:29:01.351Z] nexus3.edgexfoundry.org:10004 [2020-10-26T08:29:01.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T08:29:01.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T08:29:01.951Z] Configure a credential helper to remove this warning. See [2020-10-26T08:29:01.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T08:29:01.951Z] [2020-10-26T08:29:01.951Z] Login Succeeded [2020-10-26T08:29:01.951Z] docker.io [2020-10-26T08:29:02.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-26T08:29:02.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-26T08:29:02.815Z] Configure a credential helper to remove this warning. See [2020-10-26T08:29:02.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-26T08:29:02.815Z] [2020-10-26T08:29:02.815Z] Login Succeeded [2020-10-26T08:29:02.815Z] ---> docker-login.sh ends [Pipeline] } [2020-10-26T08:29:02.832Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:29:03.046Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-26T08:29:03.046Z] 2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:03.046Z] 1.2.2-dev.95 [2020-10-26T08:29:03.046Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:03.046Z] master [2020-10-26T08:29:03.046Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:03.619Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:03.980Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:03.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-26T08:29:03.980Z] 7a51c194583e: Preparing [2020-10-26T08:29:03.980Z] 83b59acfe468: Preparing [2020-10-26T08:29:03.980Z] e64cb00029ca: Preparing [2020-10-26T08:29:04.266Z] e64cb00029ca: Pushed [2020-10-26T08:29:04.266Z] 7a51c194583e: Pushed [2020-10-26T08:29:06.924Z] 83b59acfe468: Pushed [2020-10-26T08:29:07.195Z] 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:bb3f81032161383c71a4c9fb0da5e6d4c848a21da33b1f0d0f28f83063a41f3f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:07.531Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:07.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.95 [2020-10-26T08:29:07.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-26T08:29:07.859Z] 7a51c194583e: Preparing [2020-10-26T08:29:07.859Z] 83b59acfe468: Preparing [2020-10-26T08:29:07.859Z] e64cb00029ca: Preparing [2020-10-26T08:29:07.859Z] e64cb00029ca: Layer already exists [2020-10-26T08:29:07.859Z] 83b59acfe468: Layer already exists [2020-10-26T08:29:07.859Z] 7a51c194583e: Layer already exists [2020-10-26T08:29:08.130Z] 1.2.2-dev.95: digest: sha256:bb3f81032161383c71a4c9fb0da5e6d4c848a21da33b1f0d0f28f83063a41f3f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:08.469Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:08.803Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:08.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-26T08:29:08.804Z] 7a51c194583e: Preparing [2020-10-26T08:29:08.804Z] 83b59acfe468: Preparing [2020-10-26T08:29:08.804Z] e64cb00029ca: Preparing [2020-10-26T08:29:08.804Z] e64cb00029ca: Layer already exists [2020-10-26T08:29:08.804Z] 7a51c194583e: Layer already exists [2020-10-26T08:29:08.804Z] 83b59acfe468: Layer already exists [2020-10-26T08:29:09.075Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:bb3f81032161383c71a4c9fb0da5e6d4c848a21da33b1f0d0f28f83063a41f3f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:09.415Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:09.746Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-26T08:29:09.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-26T08:29:09.746Z] 7a51c194583e: Preparing [2020-10-26T08:29:09.746Z] 83b59acfe468: Preparing [2020-10-26T08:29:09.746Z] e64cb00029ca: Preparing [2020-10-26T08:29:09.746Z] 7a51c194583e: Layer already exists [2020-10-26T08:29:09.746Z] e64cb00029ca: Layer already exists [2020-10-26T08:29:09.746Z] 83b59acfe468: Layer already exists [2020-10-26T08:29:10.032Z] master: digest: sha256:bb3f81032161383c71a4c9fb0da5e6d4c848a21da33b1f0d0f28f83063a41f3f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:29:10.362Z] ===================================================== [Pipeline] echo [2020-10-26T08:29:10.412Z] taggedImages: [2020-10-26T08:29:10.412Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:10.412Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.95 [2020-10-26T08:29:10.412Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:10.412Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-26T08:29:10.500Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-26T08:29:10.500Z] 2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:10.500Z] 1.2.2-dev.95 [2020-10-26T08:29:10.500Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:10.500Z] master [2020-10-26T08:29:10.500Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:11.003Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:11.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:11.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-26T08:29:11.339Z] a9b8fbdd56f2: Preparing [2020-10-26T08:29:11.339Z] 1683d8971d84: Preparing [2020-10-26T08:29:11.339Z] c323e7468eeb: Preparing [2020-10-26T08:29:11.339Z] de8be2c2e534: Preparing [2020-10-26T08:29:11.339Z] b42f8dc69eb8: Preparing [2020-10-26T08:29:11.339Z] cd3761cfa1d9: Preparing [2020-10-26T08:29:11.339Z] cd3761cfa1d9: Waiting [2020-10-26T08:29:11.611Z] a9b8fbdd56f2: Pushed [2020-10-26T08:29:11.611Z] c323e7468eeb: Pushed [2020-10-26T08:29:11.611Z] b42f8dc69eb8: Pushed [2020-10-26T08:29:11.611Z] cd3761cfa1d9: Layer already exists [2020-10-26T08:29:12.203Z] de8be2c2e534: Pushed [2020-10-26T08:29:15.579Z] 1683d8971d84: Pushed [2020-10-26T08:29:15.580Z] 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:8b9bb02f896e090663ade784e8647c48a1cfa4be4eab19aacfe3dc1a0cb215b3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:15.920Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:16.252Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.95 [2020-10-26T08:29:16.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-26T08:29:16.252Z] a9b8fbdd56f2: Preparing [2020-10-26T08:29:16.252Z] 1683d8971d84: Preparing [2020-10-26T08:29:16.252Z] c323e7468eeb: Preparing [2020-10-26T08:29:16.252Z] de8be2c2e534: Preparing [2020-10-26T08:29:16.252Z] b42f8dc69eb8: Preparing [2020-10-26T08:29:16.252Z] cd3761cfa1d9: Preparing [2020-10-26T08:29:16.252Z] cd3761cfa1d9: Waiting [2020-10-26T08:29:16.523Z] c323e7468eeb: Layer already exists [2020-10-26T08:29:16.523Z] de8be2c2e534: Layer already exists [2020-10-26T08:29:16.523Z] a9b8fbdd56f2: Layer already exists [2020-10-26T08:29:16.523Z] b42f8dc69eb8: Layer already exists [2020-10-26T08:29:16.523Z] 1683d8971d84: Layer already exists [2020-10-26T08:29:16.523Z] cd3761cfa1d9: Layer already exists [2020-10-26T08:29:16.523Z] 1.2.2-dev.95: digest: sha256:8b9bb02f896e090663ade784e8647c48a1cfa4be4eab19aacfe3dc1a0cb215b3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:16.860Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:17.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:17.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-26T08:29:17.194Z] a9b8fbdd56f2: Preparing [2020-10-26T08:29:17.194Z] 1683d8971d84: Preparing [2020-10-26T08:29:17.194Z] c323e7468eeb: Preparing [2020-10-26T08:29:17.194Z] de8be2c2e534: Preparing [2020-10-26T08:29:17.194Z] b42f8dc69eb8: Preparing [2020-10-26T08:29:17.194Z] cd3761cfa1d9: Preparing [2020-10-26T08:29:17.194Z] cd3761cfa1d9: Waiting [2020-10-26T08:29:17.194Z] a9b8fbdd56f2: Layer already exists [2020-10-26T08:29:17.194Z] c323e7468eeb: Layer already exists [2020-10-26T08:29:17.194Z] b42f8dc69eb8: Layer already exists [2020-10-26T08:29:17.194Z] de8be2c2e534: Layer already exists [2020-10-26T08:29:17.465Z] 1683d8971d84: Layer already exists [2020-10-26T08:29:17.465Z] cd3761cfa1d9: Layer already exists [2020-10-26T08:29:17.465Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:8b9bb02f896e090663ade784e8647c48a1cfa4be4eab19aacfe3dc1a0cb215b3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:17.804Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:18.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-26T08:29:18.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-26T08:29:18.139Z] a9b8fbdd56f2: Preparing [2020-10-26T08:29:18.139Z] 1683d8971d84: Preparing [2020-10-26T08:29:18.139Z] c323e7468eeb: Preparing [2020-10-26T08:29:18.139Z] de8be2c2e534: Preparing [2020-10-26T08:29:18.139Z] b42f8dc69eb8: Preparing [2020-10-26T08:29:18.139Z] cd3761cfa1d9: Preparing [2020-10-26T08:29:18.139Z] cd3761cfa1d9: Waiting [2020-10-26T08:29:18.412Z] c323e7468eeb: Layer already exists [2020-10-26T08:29:18.412Z] de8be2c2e534: Layer already exists [2020-10-26T08:29:18.412Z] 1683d8971d84: Layer already exists [2020-10-26T08:29:18.412Z] a9b8fbdd56f2: Layer already exists [2020-10-26T08:29:18.412Z] b42f8dc69eb8: Layer already exists [2020-10-26T08:29:18.412Z] cd3761cfa1d9: Layer already exists [2020-10-26T08:29:18.704Z] master: digest: sha256:8b9bb02f896e090663ade784e8647c48a1cfa4be4eab19aacfe3dc1a0cb215b3 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:29:18.904Z] ===================================================== [Pipeline] echo [2020-10-26T08:29:18.958Z] taggedImages: [2020-10-26T08:29:18.958Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:18.958Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.95 [2020-10-26T08:29:18.958Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:18.958Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-26T08:29:19.027Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-26T08:29:19.027Z] 2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:19.027Z] 1.2.2-dev.95 [2020-10-26T08:29:19.027Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:19.027Z] master [2020-10-26T08:29:19.027Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:19.556Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:19.917Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:19.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-26T08:29:19.917Z] 10891ee99fbb: Preparing [2020-10-26T08:29:19.917Z] 1f39f6dd3341: Preparing [2020-10-26T08:29:19.917Z] 3bc9627964d1: Preparing [2020-10-26T08:29:20.190Z] 3bc9627964d1: Pushed [2020-10-26T08:29:20.190Z] 10891ee99fbb: Pushed [2020-10-26T08:29:23.563Z] 1f39f6dd3341: Pushed [2020-10-26T08:29:23.563Z] 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:e063ab92e01c4461015da8933ba0f42cab5abd6789d7b127bee7be08f46078a4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:23.902Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:24.233Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.95 [2020-10-26T08:29:24.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-26T08:29:24.233Z] 10891ee99fbb: Preparing [2020-10-26T08:29:24.233Z] 1f39f6dd3341: Preparing [2020-10-26T08:29:24.233Z] 3bc9627964d1: Preparing [2020-10-26T08:29:24.233Z] 10891ee99fbb: Layer already exists [2020-10-26T08:29:24.233Z] 1f39f6dd3341: Layer already exists [2020-10-26T08:29:24.504Z] 3bc9627964d1: Layer already exists [2020-10-26T08:29:24.504Z] 1.2.2-dev.95: digest: sha256:e063ab92e01c4461015da8933ba0f42cab5abd6789d7b127bee7be08f46078a4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:24.840Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:25.170Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:25.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-26T08:29:25.170Z] 10891ee99fbb: Preparing [2020-10-26T08:29:25.170Z] 1f39f6dd3341: Preparing [2020-10-26T08:29:25.170Z] 3bc9627964d1: Preparing [2020-10-26T08:29:25.170Z] 10891ee99fbb: Layer already exists [2020-10-26T08:29:25.170Z] 1f39f6dd3341: Layer already exists [2020-10-26T08:29:25.170Z] 3bc9627964d1: Layer already exists [2020-10-26T08:29:25.447Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:e063ab92e01c4461015da8933ba0f42cab5abd6789d7b127bee7be08f46078a4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:25.793Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:26.133Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-26T08:29:26.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-26T08:29:26.133Z] 10891ee99fbb: Preparing [2020-10-26T08:29:26.133Z] 1f39f6dd3341: Preparing [2020-10-26T08:29:26.133Z] 3bc9627964d1: Preparing [2020-10-26T08:29:26.402Z] 3bc9627964d1: Layer already exists [2020-10-26T08:29:26.402Z] 10891ee99fbb: Layer already exists [2020-10-26T08:29:26.402Z] 1f39f6dd3341: Layer already exists [2020-10-26T08:29:26.402Z] master: digest: sha256:e063ab92e01c4461015da8933ba0f42cab5abd6789d7b127bee7be08f46078a4 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:29:26.678Z] ===================================================== [Pipeline] echo [2020-10-26T08:29:26.730Z] taggedImages: [2020-10-26T08:29:26.730Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:26.730Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.95 [2020-10-26T08:29:26.730Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:26.730Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-26T08:29:26.876Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-26T08:29:26.876Z] 2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:26.876Z] 1.2.2-dev.95 [2020-10-26T08:29:26.876Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:26.876Z] master [2020-10-26T08:29:26.876Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:27.383Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:27.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:27.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-26T08:29:27.742Z] 32445d537e57: Preparing [2020-10-26T08:29:27.742Z] e49f863fb137: Preparing [2020-10-26T08:29:27.742Z] ae4b9c459a2b: Preparing [2020-10-26T08:29:27.742Z] 0edda87dc79f: Preparing [2020-10-26T08:29:27.742Z] cd3761cfa1d9: Preparing [2020-10-26T08:29:28.039Z] cd3761cfa1d9: Layer already exists [2020-10-26T08:29:28.039Z] e49f863fb137: Pushed [2020-10-26T08:29:28.039Z] ae4b9c459a2b: Pushed [2020-10-26T08:29:28.657Z] 0edda87dc79f: Pushed [2020-10-26T08:29:30.102Z] 32445d537e57: Pushed [2020-10-26T08:29:30.374Z] 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:887f1464a4b5468df779ce1b502ac48fd59fa08c0ecfe2e5a6d5386c19740480 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:30.716Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:31.057Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.95 [2020-10-26T08:29:31.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-26T08:29:31.057Z] 32445d537e57: Preparing [2020-10-26T08:29:31.057Z] e49f863fb137: Preparing [2020-10-26T08:29:31.057Z] ae4b9c459a2b: Preparing [2020-10-26T08:29:31.057Z] 0edda87dc79f: Preparing [2020-10-26T08:29:31.057Z] cd3761cfa1d9: Preparing [2020-10-26T08:29:31.057Z] cd3761cfa1d9: Layer already exists [2020-10-26T08:29:31.057Z] 0edda87dc79f: Layer already exists [2020-10-26T08:29:31.329Z] e49f863fb137: Layer already exists [2020-10-26T08:29:31.329Z] 32445d537e57: Layer already exists [2020-10-26T08:29:31.329Z] ae4b9c459a2b: Layer already exists [2020-10-26T08:29:31.329Z] 1.2.2-dev.95: digest: sha256:887f1464a4b5468df779ce1b502ac48fd59fa08c0ecfe2e5a6d5386c19740480 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:31.667Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:32.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:32.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-26T08:29:32.004Z] 32445d537e57: Preparing [2020-10-26T08:29:32.004Z] e49f863fb137: Preparing [2020-10-26T08:29:32.004Z] ae4b9c459a2b: Preparing [2020-10-26T08:29:32.004Z] 0edda87dc79f: Preparing [2020-10-26T08:29:32.004Z] cd3761cfa1d9: Preparing [2020-10-26T08:29:32.004Z] 32445d537e57: Layer already exists [2020-10-26T08:29:32.004Z] cd3761cfa1d9: Layer already exists [2020-10-26T08:29:32.004Z] ae4b9c459a2b: Layer already exists [2020-10-26T08:29:32.004Z] e49f863fb137: Layer already exists [2020-10-26T08:29:32.004Z] 0edda87dc79f: Layer already exists [2020-10-26T08:29:32.280Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:887f1464a4b5468df779ce1b502ac48fd59fa08c0ecfe2e5a6d5386c19740480 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:32.632Z] + 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-26T08:29:32.989Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-26T08:29:32.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-26T08:29:32.989Z] 32445d537e57: Preparing [2020-10-26T08:29:32.989Z] e49f863fb137: Preparing [2020-10-26T08:29:32.989Z] ae4b9c459a2b: Preparing [2020-10-26T08:29:32.989Z] 0edda87dc79f: Preparing [2020-10-26T08:29:32.989Z] cd3761cfa1d9: Preparing [2020-10-26T08:29:32.989Z] cd3761cfa1d9: Layer already exists [2020-10-26T08:29:32.989Z] e49f863fb137: Layer already exists [2020-10-26T08:29:32.989Z] 0edda87dc79f: Layer already exists [2020-10-26T08:29:32.989Z] ae4b9c459a2b: Layer already exists [2020-10-26T08:29:32.989Z] 32445d537e57: Layer already exists [2020-10-26T08:29:33.265Z] master: digest: sha256:887f1464a4b5468df779ce1b502ac48fd59fa08c0ecfe2e5a6d5386c19740480 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:29:34.210Z] ===================================================== [Pipeline] echo [2020-10-26T08:29:34.257Z] taggedImages: [2020-10-26T08:29:34.257Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:34.257Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.95 [2020-10-26T08:29:34.257Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:34.257Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-26T08:29:34.322Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-26T08:29:34.322Z] 2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:34.322Z] 1.2.2-dev.95 [2020-10-26T08:29:34.322Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:34.322Z] master [2020-10-26T08:29:34.322Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:34.844Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:35.191Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:35.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-26T08:29:35.191Z] ab023ee33ee7: Preparing [2020-10-26T08:29:35.191Z] 14518464eb56: Preparing [2020-10-26T08:29:35.191Z] d10ad7b36996: Preparing [2020-10-26T08:29:35.191Z] 9a985d8607a3: Preparing [2020-10-26T08:29:35.191Z] 9a985d8607a3: Preparing [2020-10-26T08:29:35.191Z] 247402a53d6e: Preparing [2020-10-26T08:29:35.191Z] 3b2090aa782c: Preparing [2020-10-26T08:29:35.192Z] ad049855e161: Preparing [2020-10-26T08:29:35.192Z] ab023ee33ee7: Preparing [2020-10-26T08:29:35.192Z] b71426d1d40a: Preparing [2020-10-26T08:29:35.192Z] bb7d1245a87c: Preparing [2020-10-26T08:29:35.192Z] 2e1c617855f1: Preparing [2020-10-26T08:29:35.192Z] cd3761cfa1d9: Preparing [2020-10-26T08:29:35.192Z] ad049855e161: Waiting [2020-10-26T08:29:35.192Z] b71426d1d40a: Waiting [2020-10-26T08:29:35.192Z] bb7d1245a87c: Waiting [2020-10-26T08:29:35.192Z] 2e1c617855f1: Waiting [2020-10-26T08:29:35.192Z] cd3761cfa1d9: Waiting [2020-10-26T08:29:35.192Z] 3b2090aa782c: Waiting [2020-10-26T08:29:35.472Z] d10ad7b36996: Pushed [2020-10-26T08:29:35.472Z] 247402a53d6e: Pushed [2020-10-26T08:29:35.749Z] 14518464eb56: Pushed [2020-10-26T08:29:35.749Z] 9a985d8607a3: Pushed [2020-10-26T08:29:35.749Z] 3b2090aa782c: Pushed [2020-10-26T08:29:35.749Z] ad049855e161: Pushed [2020-10-26T08:29:35.749Z] cd3761cfa1d9: Layer already exists [2020-10-26T08:29:36.022Z] bb7d1245a87c: Pushed [2020-10-26T08:29:36.022Z] b71426d1d40a: Pushed [2020-10-26T08:29:36.292Z] 2e1c617855f1: Pushed [2020-10-26T08:29:37.720Z] ab023ee33ee7: Pushed [2020-10-26T08:29:37.991Z] 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:ed1313daa93fe71a586dee8148644815239c46ed211311094ecdccb5a105580b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:38.334Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:38.670Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.95 [2020-10-26T08:29:38.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-26T08:29:38.671Z] ab023ee33ee7: Preparing [2020-10-26T08:29:38.671Z] 14518464eb56: Preparing [2020-10-26T08:29:38.671Z] d10ad7b36996: Preparing [2020-10-26T08:29:38.671Z] 9a985d8607a3: Preparing [2020-10-26T08:29:38.671Z] 9a985d8607a3: Preparing [2020-10-26T08:29:38.671Z] 247402a53d6e: Preparing [2020-10-26T08:29:38.671Z] 3b2090aa782c: Preparing [2020-10-26T08:29:38.671Z] ad049855e161: Preparing [2020-10-26T08:29:38.671Z] ab023ee33ee7: Preparing [2020-10-26T08:29:38.671Z] b71426d1d40a: Preparing [2020-10-26T08:29:38.671Z] bb7d1245a87c: Preparing [2020-10-26T08:29:38.671Z] 2e1c617855f1: Preparing [2020-10-26T08:29:38.671Z] cd3761cfa1d9: Preparing [2020-10-26T08:29:38.671Z] ad049855e161: Waiting [2020-10-26T08:29:38.671Z] b71426d1d40a: Waiting [2020-10-26T08:29:38.671Z] bb7d1245a87c: Waiting [2020-10-26T08:29:38.671Z] 2e1c617855f1: Waiting [2020-10-26T08:29:38.671Z] cd3761cfa1d9: Waiting [2020-10-26T08:29:38.671Z] 3b2090aa782c: Waiting [2020-10-26T08:29:38.940Z] 9a985d8607a3: Layer already exists [2020-10-26T08:29:38.940Z] 14518464eb56: Layer already exists [2020-10-26T08:29:38.940Z] d10ad7b36996: Layer already exists [2020-10-26T08:29:38.940Z] ab023ee33ee7: Layer already exists [2020-10-26T08:29:38.940Z] 247402a53d6e: Layer already exists [2020-10-26T08:29:38.940Z] 3b2090aa782c: Layer already exists [2020-10-26T08:29:38.940Z] ad049855e161: Layer already exists [2020-10-26T08:29:38.940Z] bb7d1245a87c: Layer already exists [2020-10-26T08:29:38.940Z] b71426d1d40a: Layer already exists [2020-10-26T08:29:38.940Z] 2e1c617855f1: Layer already exists [2020-10-26T08:29:38.940Z] cd3761cfa1d9: Layer already exists [2020-10-26T08:29:38.940Z] 1.2.2-dev.95: digest: sha256:ed1313daa93fe71a586dee8148644815239c46ed211311094ecdccb5a105580b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:39.279Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:39.613Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:39.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-26T08:29:39.614Z] ab023ee33ee7: Preparing [2020-10-26T08:29:39.614Z] 14518464eb56: Preparing [2020-10-26T08:29:39.614Z] d10ad7b36996: Preparing [2020-10-26T08:29:39.614Z] 9a985d8607a3: Preparing [2020-10-26T08:29:39.614Z] 9a985d8607a3: Preparing [2020-10-26T08:29:39.614Z] 247402a53d6e: Preparing [2020-10-26T08:29:39.614Z] 3b2090aa782c: Preparing [2020-10-26T08:29:39.614Z] ad049855e161: Preparing [2020-10-26T08:29:39.614Z] ab023ee33ee7: Preparing [2020-10-26T08:29:39.614Z] b71426d1d40a: Preparing [2020-10-26T08:29:39.614Z] bb7d1245a87c: Preparing [2020-10-26T08:29:39.614Z] 2e1c617855f1: Preparing [2020-10-26T08:29:39.614Z] cd3761cfa1d9: Preparing [2020-10-26T08:29:39.614Z] b71426d1d40a: Waiting [2020-10-26T08:29:39.614Z] bb7d1245a87c: Waiting [2020-10-26T08:29:39.614Z] 2e1c617855f1: Waiting [2020-10-26T08:29:39.614Z] cd3761cfa1d9: Waiting [2020-10-26T08:29:39.614Z] d10ad7b36996: Layer already exists [2020-10-26T08:29:39.614Z] 247402a53d6e: Layer already exists [2020-10-26T08:29:39.614Z] 9a985d8607a3: Layer already exists [2020-10-26T08:29:39.614Z] 14518464eb56: Layer already exists [2020-10-26T08:29:39.614Z] ab023ee33ee7: Layer already exists [2020-10-26T08:29:39.888Z] b71426d1d40a: Layer already exists [2020-10-26T08:29:39.888Z] 3b2090aa782c: Layer already exists [2020-10-26T08:29:39.888Z] ad049855e161: Layer already exists [2020-10-26T08:29:39.888Z] bb7d1245a87c: Layer already exists [2020-10-26T08:29:39.888Z] 2e1c617855f1: Layer already exists [2020-10-26T08:29:39.888Z] cd3761cfa1d9: Layer already exists [2020-10-26T08:29:39.888Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:ed1313daa93fe71a586dee8148644815239c46ed211311094ecdccb5a105580b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:40.235Z] + 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-26T08:29:40.601Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-26T08:29:40.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-26T08:29:40.601Z] ab023ee33ee7: Preparing [2020-10-26T08:29:40.601Z] 14518464eb56: Preparing [2020-10-26T08:29:40.601Z] d10ad7b36996: Preparing [2020-10-26T08:29:40.601Z] 9a985d8607a3: Preparing [2020-10-26T08:29:40.601Z] 9a985d8607a3: Preparing [2020-10-26T08:29:40.601Z] 247402a53d6e: Preparing [2020-10-26T08:29:40.601Z] 3b2090aa782c: Preparing [2020-10-26T08:29:40.601Z] ad049855e161: Preparing [2020-10-26T08:29:40.601Z] ab023ee33ee7: Preparing [2020-10-26T08:29:40.601Z] b71426d1d40a: Preparing [2020-10-26T08:29:40.601Z] bb7d1245a87c: Preparing [2020-10-26T08:29:40.601Z] 2e1c617855f1: Preparing [2020-10-26T08:29:40.601Z] cd3761cfa1d9: Preparing [2020-10-26T08:29:40.601Z] 3b2090aa782c: Waiting [2020-10-26T08:29:40.601Z] b71426d1d40a: Waiting [2020-10-26T08:29:40.601Z] ad049855e161: Waiting [2020-10-26T08:29:40.601Z] 2e1c617855f1: Waiting [2020-10-26T08:29:40.872Z] d10ad7b36996: Layer already exists [2020-10-26T08:29:40.872Z] ab023ee33ee7: Layer already exists [2020-10-26T08:29:40.872Z] 14518464eb56: Layer already exists [2020-10-26T08:29:40.872Z] 9a985d8607a3: Layer already exists [2020-10-26T08:29:40.872Z] 247402a53d6e: Layer already exists [2020-10-26T08:29:40.872Z] ad049855e161: Layer already exists [2020-10-26T08:29:40.872Z] 3b2090aa782c: Layer already exists [2020-10-26T08:29:40.872Z] 2e1c617855f1: Layer already exists [2020-10-26T08:29:40.872Z] b71426d1d40a: Layer already exists [2020-10-26T08:29:40.872Z] bb7d1245a87c: Layer already exists [2020-10-26T08:29:40.872Z] cd3761cfa1d9: Layer already exists [2020-10-26T08:29:40.872Z] master: digest: sha256:ed1313daa93fe71a586dee8148644815239c46ed211311094ecdccb5a105580b size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:29:41.086Z] ===================================================== [Pipeline] echo [2020-10-26T08:29:41.130Z] taggedImages: [2020-10-26T08:29:41.130Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:41.130Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.95 [2020-10-26T08:29:41.130Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:41.130Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-26T08:29:41.198Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-26T08:29:41.198Z] 2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:41.198Z] 1.2.2-dev.95 [2020-10-26T08:29:41.198Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:41.198Z] master [2020-10-26T08:29:41.198Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:41.763Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:42.091Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:42.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-26T08:29:42.091Z] 201713cbb2c3: Preparing [2020-10-26T08:29:42.091Z] 546c438e080b: Preparing [2020-10-26T08:29:42.091Z] 041e954442b1: Preparing [2020-10-26T08:29:42.091Z] 7edf840d6a0a: Preparing [2020-10-26T08:29:42.091Z] 28c22e7655bd: Preparing [2020-10-26T08:29:42.091Z] 1f76d7915a9b: Preparing [2020-10-26T08:29:42.091Z] df112e0798ff: Preparing [2020-10-26T08:29:42.091Z] f7498823a16e: Preparing [2020-10-26T08:29:42.091Z] 91d802c0b399: Preparing [2020-10-26T08:29:42.091Z] 498a6637a20e: Preparing [2020-10-26T08:29:42.091Z] 66b385cf80cf: Preparing [2020-10-26T08:29:42.091Z] 1f76d7915a9b: Waiting [2020-10-26T08:29:42.091Z] df112e0798ff: Waiting [2020-10-26T08:29:42.091Z] f7498823a16e: Waiting [2020-10-26T08:29:42.091Z] 91d802c0b399: Waiting [2020-10-26T08:29:42.091Z] 498a6637a20e: Waiting [2020-10-26T08:29:42.091Z] 66b385cf80cf: Waiting [2020-10-26T08:29:42.366Z] 546c438e080b: Pushed [2020-10-26T08:29:42.647Z] 201713cbb2c3: Pushed [2020-10-26T08:29:42.647Z] 1f76d7915a9b: Pushed [2020-10-26T08:29:42.647Z] df112e0798ff: Pushed [2020-10-26T08:29:42.925Z] f7498823a16e: Pushed [2020-10-26T08:29:42.925Z] 91d802c0b399: Pushed [2020-10-26T08:29:43.198Z] 66b385cf80cf: Layer already exists [2020-10-26T08:29:43.472Z] 498a6637a20e: Pushed [2020-10-26T08:29:44.446Z] 041e954442b1: Pushed [2020-10-26T08:29:44.446Z] 7edf840d6a0a: Pushed [2020-10-26T08:29:44.446Z] 28c22e7655bd: Pushed [2020-10-26T08:29:44.717Z] 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:3d2a97394cf768dcfbd08dbe72fb4d2d4303ca136d449221024ca309a84812df size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:45.054Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:45.390Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.95 [2020-10-26T08:29:45.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-26T08:29:45.390Z] 201713cbb2c3: Preparing [2020-10-26T08:29:45.390Z] 546c438e080b: Preparing [2020-10-26T08:29:45.390Z] 041e954442b1: Preparing [2020-10-26T08:29:45.390Z] 7edf840d6a0a: Preparing [2020-10-26T08:29:45.390Z] 28c22e7655bd: Preparing [2020-10-26T08:29:45.390Z] 1f76d7915a9b: Preparing [2020-10-26T08:29:45.390Z] df112e0798ff: Preparing [2020-10-26T08:29:45.390Z] f7498823a16e: Preparing [2020-10-26T08:29:45.390Z] 91d802c0b399: Preparing [2020-10-26T08:29:45.390Z] 498a6637a20e: Preparing [2020-10-26T08:29:45.390Z] 66b385cf80cf: Preparing [2020-10-26T08:29:45.390Z] 1f76d7915a9b: Waiting [2020-10-26T08:29:45.390Z] 91d802c0b399: Waiting [2020-10-26T08:29:45.390Z] df112e0798ff: Waiting [2020-10-26T08:29:45.390Z] f7498823a16e: Waiting [2020-10-26T08:29:45.390Z] 66b385cf80cf: Waiting [2020-10-26T08:29:45.390Z] 498a6637a20e: Waiting [2020-10-26T08:29:45.663Z] 041e954442b1: Layer already exists [2020-10-26T08:29:45.664Z] 201713cbb2c3: Layer already exists [2020-10-26T08:29:45.664Z] 546c438e080b: Layer already exists [2020-10-26T08:29:45.664Z] 7edf840d6a0a: Layer already exists [2020-10-26T08:29:45.664Z] 28c22e7655bd: Layer already exists [2020-10-26T08:29:45.664Z] f7498823a16e: Layer already exists [2020-10-26T08:29:45.664Z] df112e0798ff: Layer already exists [2020-10-26T08:29:45.664Z] 91d802c0b399: Layer already exists [2020-10-26T08:29:45.664Z] 1f76d7915a9b: Layer already exists [2020-10-26T08:29:45.664Z] 498a6637a20e: Layer already exists [2020-10-26T08:29:45.664Z] 66b385cf80cf: Layer already exists [2020-10-26T08:29:45.664Z] 1.2.2-dev.95: digest: sha256:3d2a97394cf768dcfbd08dbe72fb4d2d4303ca136d449221024ca309a84812df size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:46.023Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:46.357Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:46.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-26T08:29:46.358Z] 201713cbb2c3: Preparing [2020-10-26T08:29:46.358Z] 546c438e080b: Preparing [2020-10-26T08:29:46.358Z] 041e954442b1: Preparing [2020-10-26T08:29:46.358Z] 7edf840d6a0a: Preparing [2020-10-26T08:29:46.358Z] 28c22e7655bd: Preparing [2020-10-26T08:29:46.358Z] 1f76d7915a9b: Preparing [2020-10-26T08:29:46.358Z] df112e0798ff: Preparing [2020-10-26T08:29:46.358Z] f7498823a16e: Preparing [2020-10-26T08:29:46.358Z] 91d802c0b399: Preparing [2020-10-26T08:29:46.358Z] 498a6637a20e: Preparing [2020-10-26T08:29:46.358Z] 66b385cf80cf: Preparing [2020-10-26T08:29:46.358Z] f7498823a16e: Waiting [2020-10-26T08:29:46.358Z] 91d802c0b399: Waiting [2020-10-26T08:29:46.358Z] 498a6637a20e: Waiting [2020-10-26T08:29:46.358Z] 66b385cf80cf: Waiting [2020-10-26T08:29:46.358Z] 1f76d7915a9b: Waiting [2020-10-26T08:29:46.358Z] df112e0798ff: Waiting [2020-10-26T08:29:46.630Z] 28c22e7655bd: Layer already exists [2020-10-26T08:29:46.630Z] 546c438e080b: Layer already exists [2020-10-26T08:29:46.630Z] 201713cbb2c3: Layer already exists [2020-10-26T08:29:46.630Z] 041e954442b1: Layer already exists [2020-10-26T08:29:46.630Z] 7edf840d6a0a: Layer already exists [2020-10-26T08:29:46.630Z] f7498823a16e: Layer already exists [2020-10-26T08:29:46.630Z] 1f76d7915a9b: Layer already exists [2020-10-26T08:29:46.630Z] 91d802c0b399: Layer already exists [2020-10-26T08:29:46.630Z] df112e0798ff: Layer already exists [2020-10-26T08:29:46.630Z] 498a6637a20e: Layer already exists [2020-10-26T08:29:46.630Z] 66b385cf80cf: Layer already exists [2020-10-26T08:29:46.630Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:3d2a97394cf768dcfbd08dbe72fb4d2d4303ca136d449221024ca309a84812df size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:46.966Z] + 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-26T08:29:47.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-26T08:29:47.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-26T08:29:47.299Z] 201713cbb2c3: Preparing [2020-10-26T08:29:47.299Z] 546c438e080b: Preparing [2020-10-26T08:29:47.299Z] 041e954442b1: Preparing [2020-10-26T08:29:47.299Z] 7edf840d6a0a: Preparing [2020-10-26T08:29:47.299Z] 28c22e7655bd: Preparing [2020-10-26T08:29:47.299Z] 1f76d7915a9b: Preparing [2020-10-26T08:29:47.299Z] df112e0798ff: Preparing [2020-10-26T08:29:47.299Z] f7498823a16e: Preparing [2020-10-26T08:29:47.299Z] 91d802c0b399: Preparing [2020-10-26T08:29:47.299Z] 498a6637a20e: Preparing [2020-10-26T08:29:47.299Z] 66b385cf80cf: Preparing [2020-10-26T08:29:47.299Z] 1f76d7915a9b: Waiting [2020-10-26T08:29:47.299Z] df112e0798ff: Waiting [2020-10-26T08:29:47.299Z] 498a6637a20e: Waiting [2020-10-26T08:29:47.299Z] f7498823a16e: Waiting [2020-10-26T08:29:47.299Z] 91d802c0b399: Waiting [2020-10-26T08:29:47.299Z] 66b385cf80cf: Waiting [2020-10-26T08:29:47.570Z] 201713cbb2c3: Layer already exists [2020-10-26T08:29:47.570Z] 546c438e080b: Layer already exists [2020-10-26T08:29:47.570Z] 7edf840d6a0a: Layer already exists [2020-10-26T08:29:47.570Z] 041e954442b1: Layer already exists [2020-10-26T08:29:47.570Z] 1f76d7915a9b: Layer already exists [2020-10-26T08:29:47.570Z] f7498823a16e: Layer already exists [2020-10-26T08:29:47.570Z] df112e0798ff: Layer already exists [2020-10-26T08:29:47.570Z] 91d802c0b399: Layer already exists [2020-10-26T08:29:47.570Z] 498a6637a20e: Layer already exists [2020-10-26T08:29:47.570Z] 66b385cf80cf: Layer already exists [2020-10-26T08:29:47.570Z] 28c22e7655bd: Layer already exists [2020-10-26T08:29:47.842Z] master: digest: sha256:3d2a97394cf768dcfbd08dbe72fb4d2d4303ca136d449221024ca309a84812df size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:29:48.108Z] ===================================================== [Pipeline] echo [2020-10-26T08:29:48.155Z] taggedImages: [2020-10-26T08:29:48.155Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:48.155Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.95 [2020-10-26T08:29:48.155Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:48.155Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-26T08:29:48.223Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-26T08:29:48.223Z] 2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:48.223Z] 1.2.2-dev.95 [2020-10-26T08:29:48.223Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:48.223Z] master [2020-10-26T08:29:48.223Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:48.792Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:49.138Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:49.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-26T08:29:49.138Z] 825d5ea8b9a8: Preparing [2020-10-26T08:29:49.138Z] aa9cc0691d39: Preparing [2020-10-26T08:29:49.138Z] 573db51967f9: Preparing [2020-10-26T08:29:49.138Z] 002df2c9123a: Preparing [2020-10-26T08:29:49.410Z] 825d5ea8b9a8: Pushed [2020-10-26T08:29:49.682Z] 573db51967f9: Pushed [2020-10-26T08:29:49.682Z] 002df2c9123a: Pushed [2020-10-26T08:29:52.291Z] aa9cc0691d39: Pushed [2020-10-26T08:29:52.562Z] 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:986d1458a3c19e722def66fd23cfeb10f7a5ae6e9e6edc0233c7b3af4ee28f6e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:52.921Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:53.278Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.95 [2020-10-26T08:29:53.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-26T08:29:53.278Z] 825d5ea8b9a8: Preparing [2020-10-26T08:29:53.278Z] aa9cc0691d39: Preparing [2020-10-26T08:29:53.278Z] 573db51967f9: Preparing [2020-10-26T08:29:53.278Z] 002df2c9123a: Preparing [2020-10-26T08:29:53.278Z] 825d5ea8b9a8: Layer already exists [2020-10-26T08:29:53.278Z] aa9cc0691d39: Layer already exists [2020-10-26T08:29:53.278Z] 002df2c9123a: Layer already exists [2020-10-26T08:29:53.278Z] 573db51967f9: Layer already exists [2020-10-26T08:29:53.555Z] 1.2.2-dev.95: digest: sha256:986d1458a3c19e722def66fd23cfeb10f7a5ae6e9e6edc0233c7b3af4ee28f6e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:53.912Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:54.265Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:54.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-26T08:29:54.265Z] 825d5ea8b9a8: Preparing [2020-10-26T08:29:54.265Z] aa9cc0691d39: Preparing [2020-10-26T08:29:54.265Z] 573db51967f9: Preparing [2020-10-26T08:29:54.265Z] 002df2c9123a: Preparing [2020-10-26T08:29:54.535Z] aa9cc0691d39: Layer already exists [2020-10-26T08:29:54.535Z] 002df2c9123a: Layer already exists [2020-10-26T08:29:54.535Z] 825d5ea8b9a8: Layer already exists [2020-10-26T08:29:54.535Z] 573db51967f9: Layer already exists [2020-10-26T08:29:54.535Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:986d1458a3c19e722def66fd23cfeb10f7a5ae6e9e6edc0233c7b3af4ee28f6e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:54.876Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:55.207Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-26T08:29:55.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-26T08:29:55.207Z] 825d5ea8b9a8: Preparing [2020-10-26T08:29:55.207Z] aa9cc0691d39: Preparing [2020-10-26T08:29:55.207Z] 573db51967f9: Preparing [2020-10-26T08:29:55.207Z] 002df2c9123a: Preparing [2020-10-26T08:29:55.207Z] aa9cc0691d39: Layer already exists [2020-10-26T08:29:55.207Z] 002df2c9123a: Layer already exists [2020-10-26T08:29:55.207Z] 573db51967f9: Layer already exists [2020-10-26T08:29:55.207Z] 825d5ea8b9a8: Layer already exists [2020-10-26T08:29:55.477Z] master: digest: sha256:986d1458a3c19e722def66fd23cfeb10f7a5ae6e9e6edc0233c7b3af4ee28f6e size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:29:55.694Z] ===================================================== [Pipeline] echo [2020-10-26T08:29:55.738Z] taggedImages: [2020-10-26T08:29:55.738Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:55.738Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.95 [2020-10-26T08:29:55.738Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:55.738Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-26T08:29:55.800Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-26T08:29:55.800Z] 2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:55.800Z] 1.2.2-dev.95 [2020-10-26T08:29:55.800Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:29:55.800Z] master [2020-10-26T08:29:55.800Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:56.300Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:29:56.631Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:29:56.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-26T08:29:56.631Z] 73458d44575c: Preparing [2020-10-26T08:29:56.631Z] cc832dfc84f7: Preparing [2020-10-26T08:29:56.631Z] 2d5af61503bb: Preparing [2020-10-26T08:29:56.631Z] b6f296b84a39: Preparing [2020-10-26T08:29:56.631Z] 8c9803e539a6: Preparing [2020-10-26T08:29:56.631Z] 444510f7a5cb: Preparing [2020-10-26T08:29:56.631Z] 444510f7a5cb: Waiting [2020-10-26T08:29:57.223Z] 2d5af61503bb: Pushed [2020-10-26T08:29:57.223Z] 73458d44575c: Pushed [2020-10-26T08:29:57.223Z] 8c9803e539a6: Pushed [2020-10-26T08:29:57.223Z] b6f296b84a39: Pushed [2020-10-26T08:29:57.494Z] 444510f7a5cb: Pushed [2020-10-26T08:30:00.107Z] cc832dfc84f7: Pushed [2020-10-26T08:30:00.107Z] 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:4740f476ac15cdc4560f0e5ff9515ac5200ed23544f6a27bc9d7123143724d1e size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:00.444Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:00.778Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.95 [2020-10-26T08:30:00.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-26T08:30:00.778Z] 73458d44575c: Preparing [2020-10-26T08:30:00.778Z] cc832dfc84f7: Preparing [2020-10-26T08:30:00.778Z] 2d5af61503bb: Preparing [2020-10-26T08:30:00.778Z] b6f296b84a39: Preparing [2020-10-26T08:30:00.778Z] 8c9803e539a6: Preparing [2020-10-26T08:30:00.778Z] 444510f7a5cb: Preparing [2020-10-26T08:30:00.778Z] 444510f7a5cb: Waiting [2020-10-26T08:30:00.778Z] 73458d44575c: Layer already exists [2020-10-26T08:30:00.778Z] 8c9803e539a6: Layer already exists [2020-10-26T08:30:00.778Z] cc832dfc84f7: Layer already exists [2020-10-26T08:30:01.049Z] 2d5af61503bb: Layer already exists [2020-10-26T08:30:01.049Z] b6f296b84a39: Layer already exists [2020-10-26T08:30:01.049Z] 444510f7a5cb: Layer already exists [2020-10-26T08:30:01.049Z] 1.2.2-dev.95: digest: sha256:4740f476ac15cdc4560f0e5ff9515ac5200ed23544f6a27bc9d7123143724d1e size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:01.389Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:01.736Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:30:01.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-26T08:30:01.736Z] 73458d44575c: Preparing [2020-10-26T08:30:01.736Z] cc832dfc84f7: Preparing [2020-10-26T08:30:01.736Z] 2d5af61503bb: Preparing [2020-10-26T08:30:01.736Z] b6f296b84a39: Preparing [2020-10-26T08:30:01.736Z] 8c9803e539a6: Preparing [2020-10-26T08:30:01.736Z] 444510f7a5cb: Preparing [2020-10-26T08:30:01.736Z] 444510f7a5cb: Waiting [2020-10-26T08:30:02.010Z] 73458d44575c: Layer already exists [2020-10-26T08:30:02.010Z] b6f296b84a39: Layer already exists [2020-10-26T08:30:02.010Z] 2d5af61503bb: Layer already exists [2020-10-26T08:30:02.010Z] 8c9803e539a6: Layer already exists [2020-10-26T08:30:02.010Z] 444510f7a5cb: Layer already exists [2020-10-26T08:30:02.010Z] cc832dfc84f7: Layer already exists [2020-10-26T08:30:02.010Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:4740f476ac15cdc4560f0e5ff9515ac5200ed23544f6a27bc9d7123143724d1e size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:02.355Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:02.692Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-26T08:30:02.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-26T08:30:02.692Z] 73458d44575c: Preparing [2020-10-26T08:30:02.692Z] cc832dfc84f7: Preparing [2020-10-26T08:30:02.692Z] 2d5af61503bb: Preparing [2020-10-26T08:30:02.692Z] b6f296b84a39: Preparing [2020-10-26T08:30:02.692Z] 8c9803e539a6: Preparing [2020-10-26T08:30:02.692Z] 444510f7a5cb: Preparing [2020-10-26T08:30:02.692Z] 444510f7a5cb: Waiting [2020-10-26T08:30:02.964Z] 73458d44575c: Layer already exists [2020-10-26T08:30:02.964Z] b6f296b84a39: Layer already exists [2020-10-26T08:30:02.964Z] 8c9803e539a6: Layer already exists [2020-10-26T08:30:02.964Z] cc832dfc84f7: Layer already exists [2020-10-26T08:30:02.964Z] 2d5af61503bb: Layer already exists [2020-10-26T08:30:02.964Z] 444510f7a5cb: Layer already exists [2020-10-26T08:30:02.964Z] master: digest: sha256:4740f476ac15cdc4560f0e5ff9515ac5200ed23544f6a27bc9d7123143724d1e size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:30:03.172Z] ===================================================== [Pipeline] echo [2020-10-26T08:30:03.243Z] taggedImages: [2020-10-26T08:30:03.243Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:30:03.243Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.95 [2020-10-26T08:30:03.243Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:30:03.243Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-26T08:30:03.355Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-26T08:30:03.355Z] 2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:30:03.355Z] 1.2.2-dev.95 [2020-10-26T08:30:03.355Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:30:03.355Z] master [2020-10-26T08:30:03.355Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:03.861Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:04.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:30:04.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-26T08:30:04.194Z] b643291dffc7: Preparing [2020-10-26T08:30:04.194Z] 4e871a41231b: Preparing [2020-10-26T08:30:04.194Z] c885a87dd8fa: Preparing [2020-10-26T08:30:04.464Z] c885a87dd8fa: Pushed [2020-10-26T08:30:04.464Z] b643291dffc7: Pushed [2020-10-26T08:30:07.065Z] 4e871a41231b: Pushed [2020-10-26T08:30:07.065Z] 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:00112a46a64aa38bdeb598c79b3f96d3ec7875a37d608f781afe6b8a6dad461c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:07.414Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:07.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.95 [2020-10-26T08:30:07.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-26T08:30:07.743Z] b643291dffc7: Preparing [2020-10-26T08:30:07.743Z] 4e871a41231b: Preparing [2020-10-26T08:30:07.743Z] c885a87dd8fa: Preparing [2020-10-26T08:30:07.743Z] 4e871a41231b: Layer already exists [2020-10-26T08:30:07.743Z] b643291dffc7: Layer already exists [2020-10-26T08:30:07.743Z] c885a87dd8fa: Layer already exists [2020-10-26T08:30:08.012Z] 1.2.2-dev.95: digest: sha256:00112a46a64aa38bdeb598c79b3f96d3ec7875a37d608f781afe6b8a6dad461c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:08.347Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:08.677Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:30:08.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-26T08:30:08.677Z] b643291dffc7: Preparing [2020-10-26T08:30:08.677Z] 4e871a41231b: Preparing [2020-10-26T08:30:08.677Z] c885a87dd8fa: Preparing [2020-10-26T08:30:08.947Z] c885a87dd8fa: Layer already exists [2020-10-26T08:30:08.947Z] b643291dffc7: Layer already exists [2020-10-26T08:30:08.947Z] 4e871a41231b: Layer already exists [2020-10-26T08:30:08.947Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:00112a46a64aa38bdeb598c79b3f96d3ec7875a37d608f781afe6b8a6dad461c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:09.282Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:09.613Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-26T08:30:09.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-26T08:30:09.614Z] b643291dffc7: Preparing [2020-10-26T08:30:09.614Z] 4e871a41231b: Preparing [2020-10-26T08:30:09.614Z] c885a87dd8fa: Preparing [2020-10-26T08:30:09.884Z] b643291dffc7: Layer already exists [2020-10-26T08:30:09.884Z] c885a87dd8fa: Layer already exists [2020-10-26T08:30:09.884Z] 4e871a41231b: Layer already exists [2020-10-26T08:30:09.884Z] master: digest: sha256:00112a46a64aa38bdeb598c79b3f96d3ec7875a37d608f781afe6b8a6dad461c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:30:10.118Z] ===================================================== [Pipeline] echo [2020-10-26T08:30:10.213Z] taggedImages: [2020-10-26T08:30:10.213Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:30:10.213Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.95 [2020-10-26T08:30:10.213Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:30:10.213Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-26T08:30:10.278Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-26T08:30:10.278Z] 2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:30:10.278Z] 1.2.2-dev.95 [2020-10-26T08:30:10.278Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:30:10.278Z] master [2020-10-26T08:30:10.278Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:10.823Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:11.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:30:11.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-26T08:30:11.154Z] bdf18b21bf88: Preparing [2020-10-26T08:30:11.154Z] 3722dd4da063: Preparing [2020-10-26T08:30:11.154Z] 78df9dedd977: Preparing [2020-10-26T08:30:11.154Z] d059f65c34a3: Preparing [2020-10-26T08:30:11.154Z] 85d4f08f8910: Preparing [2020-10-26T08:30:11.154Z] 057f135d967d: Preparing [2020-10-26T08:30:11.154Z] 9fe075c2e996: Preparing [2020-10-26T08:30:11.154Z] 52543ddb2901: Preparing [2020-10-26T08:30:11.154Z] 9f553b275599: Preparing [2020-10-26T08:30:11.154Z] 3a47579f0cd1: Preparing [2020-10-26T08:30:11.154Z] cd6d79ebbfb6: Preparing [2020-10-26T08:30:11.154Z] 3e7dc55cab04: Preparing [2020-10-26T08:30:11.154Z] b2e85fd0898f: Preparing [2020-10-26T08:30:11.154Z] cd3761cfa1d9: Preparing [2020-10-26T08:30:11.154Z] 9fe075c2e996: Waiting [2020-10-26T08:30:11.154Z] 52543ddb2901: Waiting [2020-10-26T08:30:11.154Z] 9f553b275599: Waiting [2020-10-26T08:30:11.154Z] 3a47579f0cd1: Waiting [2020-10-26T08:30:11.154Z] cd6d79ebbfb6: Waiting [2020-10-26T08:30:11.154Z] 3e7dc55cab04: Waiting [2020-10-26T08:30:11.154Z] cd3761cfa1d9: Waiting [2020-10-26T08:30:11.154Z] 057f135d967d: Waiting [2020-10-26T08:30:11.752Z] 85d4f08f8910: Pushed [2020-10-26T08:30:12.025Z] bdf18b21bf88: Pushed [2020-10-26T08:30:12.623Z] d059f65c34a3: Pushed [2020-10-26T08:30:12.623Z] 52543ddb2901: Layer already exists [2020-10-26T08:30:12.623Z] 9f553b275599: Layer already exists [2020-10-26T08:30:12.623Z] 3a47579f0cd1: Layer already exists [2020-10-26T08:30:12.623Z] cd6d79ebbfb6: Layer already exists [2020-10-26T08:30:12.623Z] 9fe075c2e996: Pushed [2020-10-26T08:30:12.623Z] 3e7dc55cab04: Layer already exists [2020-10-26T08:30:12.623Z] b2e85fd0898f: Layer already exists [2020-10-26T08:30:12.623Z] cd3761cfa1d9: Layer already exists [2020-10-26T08:30:13.216Z] 3722dd4da063: Pushed [2020-10-26T08:30:14.189Z] 057f135d967d: Pushed [2020-10-26T08:30:24.324Z] 78df9dedd977: Pushed [2020-10-26T08:30:24.324Z] 2a86d860cf369141c507c16492d2a148a24443a3: digest: sha256:27f4ebb5e00a5d2a5516d6a2eaa693d2838516bc172329de593015ed421f2ce9 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:24.689Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:25.050Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.95 [2020-10-26T08:30:25.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-26T08:30:25.050Z] bdf18b21bf88: Preparing [2020-10-26T08:30:25.050Z] 3722dd4da063: Preparing [2020-10-26T08:30:25.050Z] 78df9dedd977: Preparing [2020-10-26T08:30:25.050Z] d059f65c34a3: Preparing [2020-10-26T08:30:25.050Z] 85d4f08f8910: Preparing [2020-10-26T08:30:25.051Z] 057f135d967d: Preparing [2020-10-26T08:30:25.051Z] 9fe075c2e996: Preparing [2020-10-26T08:30:25.051Z] 52543ddb2901: Preparing [2020-10-26T08:30:25.051Z] 9f553b275599: Preparing [2020-10-26T08:30:25.051Z] 3a47579f0cd1: Preparing [2020-10-26T08:30:25.051Z] cd6d79ebbfb6: Preparing [2020-10-26T08:30:25.051Z] 3e7dc55cab04: Preparing [2020-10-26T08:30:25.051Z] b2e85fd0898f: Preparing [2020-10-26T08:30:25.051Z] cd3761cfa1d9: Preparing [2020-10-26T08:30:25.051Z] 057f135d967d: Waiting [2020-10-26T08:30:25.051Z] 9fe075c2e996: Waiting [2020-10-26T08:30:25.051Z] 3a47579f0cd1: Waiting [2020-10-26T08:30:25.051Z] 52543ddb2901: Waiting [2020-10-26T08:30:25.051Z] 9f553b275599: Waiting [2020-10-26T08:30:25.051Z] 3e7dc55cab04: Waiting [2020-10-26T08:30:25.051Z] b2e85fd0898f: Waiting [2020-10-26T08:30:25.051Z] cd3761cfa1d9: Waiting [2020-10-26T08:30:25.051Z] cd6d79ebbfb6: Waiting [2020-10-26T08:30:25.332Z] 3722dd4da063: Layer already exists [2020-10-26T08:30:25.332Z] 85d4f08f8910: Layer already exists [2020-10-26T08:30:25.332Z] bdf18b21bf88: Layer already exists [2020-10-26T08:30:25.332Z] d059f65c34a3: Layer already exists [2020-10-26T08:30:25.332Z] 78df9dedd977: Layer already exists [2020-10-26T08:30:25.332Z] 9fe075c2e996: Layer already exists [2020-10-26T08:30:25.332Z] 52543ddb2901: Layer already exists [2020-10-26T08:30:25.332Z] 9f553b275599: Layer already exists [2020-10-26T08:30:25.332Z] 057f135d967d: Layer already exists [2020-10-26T08:30:25.332Z] 3a47579f0cd1: Layer already exists [2020-10-26T08:30:25.332Z] cd6d79ebbfb6: Layer already exists [2020-10-26T08:30:25.332Z] 3e7dc55cab04: Layer already exists [2020-10-26T08:30:25.332Z] b2e85fd0898f: Layer already exists [2020-10-26T08:30:25.332Z] cd3761cfa1d9: Layer already exists [2020-10-26T08:30:25.332Z] 1.2.2-dev.95: digest: sha256:27f4ebb5e00a5d2a5516d6a2eaa693d2838516bc172329de593015ed421f2ce9 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:25.679Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:26.014Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:30:26.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-26T08:30:26.014Z] bdf18b21bf88: Preparing [2020-10-26T08:30:26.014Z] 3722dd4da063: Preparing [2020-10-26T08:30:26.014Z] 78df9dedd977: Preparing [2020-10-26T08:30:26.014Z] d059f65c34a3: Preparing [2020-10-26T08:30:26.014Z] 85d4f08f8910: Preparing [2020-10-26T08:30:26.014Z] 057f135d967d: Preparing [2020-10-26T08:30:26.014Z] 9fe075c2e996: Preparing [2020-10-26T08:30:26.014Z] 52543ddb2901: Preparing [2020-10-26T08:30:26.014Z] 9f553b275599: Preparing [2020-10-26T08:30:26.014Z] 3a47579f0cd1: Preparing [2020-10-26T08:30:26.014Z] cd6d79ebbfb6: Preparing [2020-10-26T08:30:26.014Z] 3e7dc55cab04: Preparing [2020-10-26T08:30:26.014Z] b2e85fd0898f: Preparing [2020-10-26T08:30:26.014Z] cd3761cfa1d9: Preparing [2020-10-26T08:30:26.014Z] 3a47579f0cd1: Waiting [2020-10-26T08:30:26.014Z] cd6d79ebbfb6: Waiting [2020-10-26T08:30:26.014Z] 057f135d967d: Waiting [2020-10-26T08:30:26.014Z] 9fe075c2e996: Waiting [2020-10-26T08:30:26.014Z] 3e7dc55cab04: Waiting [2020-10-26T08:30:26.014Z] cd3761cfa1d9: Waiting [2020-10-26T08:30:26.014Z] b2e85fd0898f: Waiting [2020-10-26T08:30:26.014Z] 52543ddb2901: Waiting [2020-10-26T08:30:26.014Z] 9f553b275599: Waiting [2020-10-26T08:30:26.014Z] 3722dd4da063: Layer already exists [2020-10-26T08:30:26.014Z] bdf18b21bf88: Layer already exists [2020-10-26T08:30:26.014Z] 78df9dedd977: Layer already exists [2020-10-26T08:30:26.014Z] d059f65c34a3: Layer already exists [2020-10-26T08:30:26.014Z] 85d4f08f8910: Layer already exists [2020-10-26T08:30:26.014Z] 057f135d967d: Layer already exists [2020-10-26T08:30:26.014Z] 52543ddb2901: Layer already exists [2020-10-26T08:30:26.283Z] 9f553b275599: Layer already exists [2020-10-26T08:30:26.283Z] 9fe075c2e996: Layer already exists [2020-10-26T08:30:26.283Z] 3a47579f0cd1: Layer already exists [2020-10-26T08:30:26.283Z] 3e7dc55cab04: Layer already exists [2020-10-26T08:30:26.283Z] cd6d79ebbfb6: Layer already exists [2020-10-26T08:30:26.283Z] b2e85fd0898f: Layer already exists [2020-10-26T08:30:26.283Z] cd3761cfa1d9: Layer already exists [2020-10-26T08:30:26.283Z] 2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95: digest: sha256:27f4ebb5e00a5d2a5516d6a2eaa693d2838516bc172329de593015ed421f2ce9 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:26.623Z] + 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-26T08:30:26.958Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-26T08:30:26.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-26T08:30:26.958Z] bdf18b21bf88: Preparing [2020-10-26T08:30:26.958Z] 3722dd4da063: Preparing [2020-10-26T08:30:26.958Z] 78df9dedd977: Preparing [2020-10-26T08:30:26.958Z] d059f65c34a3: Preparing [2020-10-26T08:30:26.958Z] 85d4f08f8910: Preparing [2020-10-26T08:30:26.958Z] 057f135d967d: Preparing [2020-10-26T08:30:26.959Z] 9fe075c2e996: Preparing [2020-10-26T08:30:26.959Z] 52543ddb2901: Preparing [2020-10-26T08:30:26.959Z] 9f553b275599: Preparing [2020-10-26T08:30:26.959Z] 3a47579f0cd1: Preparing [2020-10-26T08:30:26.959Z] cd6d79ebbfb6: Preparing [2020-10-26T08:30:26.959Z] 3e7dc55cab04: Preparing [2020-10-26T08:30:26.959Z] b2e85fd0898f: Preparing [2020-10-26T08:30:26.959Z] cd3761cfa1d9: Preparing [2020-10-26T08:30:26.959Z] 9f553b275599: Waiting [2020-10-26T08:30:26.959Z] 3a47579f0cd1: Waiting [2020-10-26T08:30:26.959Z] cd6d79ebbfb6: Waiting [2020-10-26T08:30:26.959Z] 3e7dc55cab04: Waiting [2020-10-26T08:30:26.959Z] b2e85fd0898f: Waiting [2020-10-26T08:30:26.959Z] cd3761cfa1d9: Waiting [2020-10-26T08:30:26.959Z] 057f135d967d: Waiting [2020-10-26T08:30:26.959Z] 9fe075c2e996: Waiting [2020-10-26T08:30:26.959Z] 52543ddb2901: Waiting [2020-10-26T08:30:27.228Z] 85d4f08f8910: Layer already exists [2020-10-26T08:30:27.228Z] bdf18b21bf88: Layer already exists [2020-10-26T08:30:27.228Z] d059f65c34a3: Layer already exists [2020-10-26T08:30:27.228Z] 78df9dedd977: Layer already exists [2020-10-26T08:30:27.228Z] 3722dd4da063: Layer already exists [2020-10-26T08:30:27.228Z] 057f135d967d: Layer already exists [2020-10-26T08:30:27.228Z] 9fe075c2e996: Layer already exists [2020-10-26T08:30:27.228Z] 52543ddb2901: Layer already exists [2020-10-26T08:30:27.228Z] 3a47579f0cd1: Layer already exists [2020-10-26T08:30:27.228Z] 9f553b275599: Layer already exists [2020-10-26T08:30:27.228Z] b2e85fd0898f: Layer already exists [2020-10-26T08:30:27.228Z] cd6d79ebbfb6: Layer already exists [2020-10-26T08:30:27.228Z] 3e7dc55cab04: Layer already exists [2020-10-26T08:30:27.228Z] cd3761cfa1d9: Layer already exists [2020-10-26T08:30:27.228Z] master: digest: sha256:27f4ebb5e00a5d2a5516d6a2eaa693d2838516bc172329de593015ed421f2ce9 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-26T08:30:27.661Z] ===================================================== [Pipeline] echo [2020-10-26T08:30:27.723Z] taggedImages: [2020-10-26T08:30:27.723Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:30:27.723Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.95 [2020-10-26T08:30:27.723Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3-1.2.2-dev.95 [2020-10-26T08:30:27.723Z] - 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-26T08:30:29.249Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-26T08:30:29.251Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-26T08:30:29.372Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:29.762Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T08:30:29.762Z] [2020-10-26T08:30:29.762Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:30:30.112Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T08:30:30.112Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-26T08:30:30.112Z] cbdbe7a5bc2a: Already exists [2020-10-26T08:30:30.112Z] 408f87550127: Pulling fs layer [2020-10-26T08:30:30.112Z] fe522b08c979: Pulling fs layer [2020-10-26T08:30:30.112Z] 221eaa008020: Pulling fs layer [2020-10-26T08:30:30.112Z] 2a4607e5d6b9: Pulling fs layer [2020-10-26T08:30:30.112Z] 8f79b27c4fd2: Pulling fs layer [2020-10-26T08:30:30.112Z] e5c8dbe1645b: Pulling fs layer [2020-10-26T08:30:30.112Z] 23e8b3b47431: Pulling fs layer [2020-10-26T08:30:30.112Z] 5c568d65a230: Pulling fs layer [2020-10-26T08:30:30.112Z] e5c8dbe1645b: Waiting [2020-10-26T08:30:30.112Z] 23e8b3b47431: Waiting [2020-10-26T08:30:30.112Z] 2a4607e5d6b9: Waiting [2020-10-26T08:30:30.112Z] 8f79b27c4fd2: Waiting [2020-10-26T08:30:30.112Z] 5c568d65a230: Waiting [2020-10-26T08:30:30.112Z] fe522b08c979: Verifying Checksum [2020-10-26T08:30:30.112Z] fe522b08c979: Download complete [2020-10-26T08:30:30.112Z] 408f87550127: Verifying Checksum [2020-10-26T08:30:30.112Z] 408f87550127: Download complete [2020-10-26T08:30:30.112Z] 2a4607e5d6b9: Verifying Checksum [2020-10-26T08:30:30.112Z] 2a4607e5d6b9: Download complete [2020-10-26T08:30:30.112Z] 8f79b27c4fd2: Verifying Checksum [2020-10-26T08:30:30.112Z] 8f79b27c4fd2: Download complete [2020-10-26T08:30:30.375Z] 408f87550127: Pull complete [2020-10-26T08:30:30.646Z] fe522b08c979: Pull complete [2020-10-26T08:30:31.217Z] e5c8dbe1645b: Verifying Checksum [2020-10-26T08:30:31.217Z] e5c8dbe1645b: Download complete [2020-10-26T08:30:32.177Z] 23e8b3b47431: Verifying Checksum [2020-10-26T08:30:32.177Z] 23e8b3b47431: Download complete [2020-10-26T08:30:32.442Z] 5c568d65a230: Download complete [2020-10-26T08:30:33.388Z] 221eaa008020: Verifying Checksum [2020-10-26T08:30:33.388Z] 221eaa008020: Download complete [2020-10-26T08:30:39.996Z] 221eaa008020: Pull complete [2020-10-26T08:30:40.259Z] 2a4607e5d6b9: Pull complete [2020-10-26T08:30:40.524Z] 8f79b27c4fd2: Pull complete [2020-10-26T08:30:45.837Z] e5c8dbe1645b: Pull complete [2020-10-26T08:30:50.054Z] 23e8b3b47431: Pull complete [2020-10-26T08:30:51.442Z] 5c568d65a230: Pull complete [2020-10-26T08:30:51.442Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-26T08:30:51.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T08:30:51.442Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-26T08:30:51.646Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:30:51.708Z] $ 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/211:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:30:52.684Z] $ docker top 9c0c5c254f8d074b550464d45723daee216ceecf375a08a1b1d2e7a3700709a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T08:30:53.221Z] + snyk monitor '--org=edgex-jenkins' [2020-10-26T08:31:01.380Z] [2020-10-26T08:31:01.380Z] Monitoring /w/workspace/edgex-go/211 (github.com/edgexfoundry/edgex-go)... [2020-10-26T08:31:01.380Z] [2020-10-26T08:31:01.380Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/9943acce-7873-4511-bef1-a5ceb87288c1 [2020-10-26T08:31:01.380Z] [2020-10-26T08:31:01.380Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-26T08:31:01.380Z] [2020-10-26T08:31:01.380Z] [2020-10-26T08:31:01.380Z] Snyk CLI supports Node.js 8 and higher. [2020-10-26T08:31:01.380Z] 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-26T08:31:01.380Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-26T08:31:01.380Z] [2020-10-26T08:31:01.380Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-26T08:31:01.380Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-26T08:31:01.380Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-26T08:31:01.380Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-26T08:31:01.661Z] $ docker stop --time=1 9c0c5c254f8d074b550464d45723daee216ceecf375a08a1b1d2e7a3700709a6 [2020-10-26T08:31:04.485Z] $ docker rm -f 9c0c5c254f8d074b550464d45723daee216ceecf375a08a1b1d2e7a3700709a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:31:06.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:31:06.117Z] [2020-10-26T08:31:06.117Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:31:06.463Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:31:06.463Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-26T08:31:06.463Z] e7c96db7181b: Pulling fs layer [2020-10-26T08:31:06.463Z] 1868ca2cb446: Pulling fs layer [2020-10-26T08:31:06.463Z] 136be5d0fe8e: Pulling fs layer [2020-10-26T08:31:06.463Z] 894bfe63afcb: Pulling fs layer [2020-10-26T08:31:06.463Z] 894bfe63afcb: Waiting [2020-10-26T08:31:06.463Z] 1868ca2cb446: Verifying Checksum [2020-10-26T08:31:06.463Z] 1868ca2cb446: Download complete [2020-10-26T08:31:06.463Z] 136be5d0fe8e: Download complete [2020-10-26T08:31:06.463Z] e7c96db7181b: Verifying Checksum [2020-10-26T08:31:06.463Z] e7c96db7181b: Download complete [2020-10-26T08:31:06.725Z] 894bfe63afcb: Verifying Checksum [2020-10-26T08:31:06.725Z] 894bfe63afcb: Download complete [2020-10-26T08:31:06.725Z] e7c96db7181b: Pull complete [2020-10-26T08:31:06.985Z] 1868ca2cb446: Pull complete [2020-10-26T08:31:06.985Z] 136be5d0fe8e: Pull complete [2020-10-26T08:31:07.247Z] 894bfe63afcb: Pull complete [2020-10-26T08:31:07.247Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-26T08:31:07.247Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:31:07.247Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-26T08:31:07.416Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:31:07.604Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:31:08.373Z] $ docker top 3fb64c87e7a3306c510279c0dcab9a911f5bc5524f26e5694f610f9e8c363ae5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:31:08.926Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-core-command-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:31:08.926Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:31:11.651Z] $ docker stop --time=1 3fb64c87e7a3306c510279c0dcab9a911f5bc5524f26e5694f610f9e8c363ae5 [2020-10-26T08:31:13.016Z] $ docker rm -f 3fb64c87e7a3306c510279c0dcab9a911f5bc5524f26e5694f610f9e8c363ae5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:31:13.508Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:31:13.509Z] . [Pipeline] withDockerContainer [2020-10-26T08:31:13.605Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:31:13.651Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:31:14.300Z] $ docker top b02c44df3c2b60aa881b13917c2da4e4bd7a6e4d2529c4b7935a2d2d525dd58e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:31:14.840Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:31:14.840Z] + tee [2020-10-26T08:31:14.840Z] clair timeout 1m0s [2020-10-26T08:31:14.840Z] docker timeout: 1m0s [2020-10-26T08:31:14.840Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:31:15.522Z] $ docker stop --time=1 b02c44df3c2b60aa881b13917c2da4e4bd7a6e4d2529c4b7935a2d2d525dd58e [2020-10-26T08:31:16.876Z] $ docker rm -f b02c44df3c2b60aa881b13917c2da4e4bd7a6e4d2529c4b7935a2d2d525dd58e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:31:17.362Z] + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo [2020-10-26T08:31:17.376Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-core-command-go_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step [2020-10-26T08:31:17.432Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:31:17.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:31:17.913Z] . [Pipeline] withDockerContainer [2020-10-26T08:31:18.006Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:31:18.056Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:31:18.695Z] $ docker top be333cc53a7acf0e12208036a92feed1bbdb13ef22127cd1114d5627fbd662f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:31:19.227Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:31:19.227Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:31:24.701Z] $ docker stop --time=1 be333cc53a7acf0e12208036a92feed1bbdb13ef22127cd1114d5627fbd662f2 [2020-10-26T08:31:26.059Z] $ docker rm -f be333cc53a7acf0e12208036a92feed1bbdb13ef22127cd1114d5627fbd662f2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:31:26.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:31:26.556Z] . [Pipeline] withDockerContainer [2020-10-26T08:31:26.661Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:31:26.707Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:31:27.329Z] $ docker top 302c65f248ae5f7367a60da24b7c53df71311f076fe6611a85c39bf200fe724a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:31:27.895Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:31:27.896Z] + tee [2020-10-26T08:31:27.896Z] clair timeout 1m0s [2020-10-26T08:31:27.896Z] docker timeout: 1m0s [2020-10-26T08:31:27.896Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:31:28.942Z] $ docker stop --time=1 302c65f248ae5f7367a60da24b7c53df71311f076fe6611a85c39bf200fe724a [2020-10-26T08:31:30.287Z] $ docker rm -f 302c65f248ae5f7367a60da24b7c53df71311f076fe6611a85c39bf200fe724a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:31:30.745Z] + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo [2020-10-26T08:31:30.758Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-core-data-go_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step [2020-10-26T08:31:30.847Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:31:31.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:31:31.193Z] . [Pipeline] withDockerContainer [2020-10-26T08:31:31.291Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:31:31.343Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:31:31.930Z] $ docker top f643aaad2eb0697f1886876735595fe51260cb2cbc9b737f6165e31814441c6c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:31:32.447Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:31:32.447Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:31:35.212Z] $ docker stop --time=1 f643aaad2eb0697f1886876735595fe51260cb2cbc9b737f6165e31814441c6c [2020-10-26T08:31:36.536Z] $ docker rm -f f643aaad2eb0697f1886876735595fe51260cb2cbc9b737f6165e31814441c6c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:31:37.006Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:31:37.006Z] . [Pipeline] withDockerContainer [2020-10-26T08:31:37.101Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:31:37.146Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:31:37.786Z] $ docker top fa78a5279082136388e0182cde9dd571f3536f17171c2f386e386a07534e385e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:31:38.314Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:31:38.314Z] + tee [2020-10-26T08:31:38.314Z] clair timeout 1m0s [2020-10-26T08:31:38.314Z] docker timeout: 1m0s [2020-10-26T08:31:38.314Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:31:39.011Z] $ docker stop --time=1 fa78a5279082136388e0182cde9dd571f3536f17171c2f386e386a07534e385e [2020-10-26T08:31:40.370Z] $ docker rm -f fa78a5279082136388e0182cde9dd571f3536f17171c2f386e386a07534e385e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:31:40.887Z] + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo [2020-10-26T08:31:40.899Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-core-metadata-go_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step [2020-10-26T08:31:40.953Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:31:41.296Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:31:41.296Z] . [Pipeline] withDockerContainer [2020-10-26T08:31:41.404Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:31:41.449Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:31:42.108Z] $ docker top 1a49da2de03a2b57ae43999b7111a69958fa57a275aa4794d2783c5421e376ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:31:42.614Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:31:42.614Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:31:46.980Z] $ docker stop --time=1 1a49da2de03a2b57ae43999b7111a69958fa57a275aa4794d2783c5421e376ff [2020-10-26T08:31:48.350Z] $ docker rm -f 1a49da2de03a2b57ae43999b7111a69958fa57a275aa4794d2783c5421e376ff [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:31:48.829Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:31:48.829Z] . [Pipeline] withDockerContainer [2020-10-26T08:31:48.923Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:31:48.970Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:31:49.554Z] $ docker top dc17d4570063f74f0241e87fa4b94bff0c7d5a4bf8824ad94a189724438432ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:31:50.072Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:31:50.072Z] + tee [2020-10-26T08:31:50.072Z] clair timeout 1m0s [2020-10-26T08:31:50.072Z] docker timeout: 1m0s [2020-10-26T08:31:50.072Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:31:50.770Z] $ docker stop --time=1 dc17d4570063f74f0241e87fa4b94bff0c7d5a4bf8824ad94a189724438432ea [2020-10-26T08:31:52.110Z] $ docker rm -f dc17d4570063f74f0241e87fa4b94bff0c7d5a4bf8824ad94a189724438432ea [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:31:52.562Z] + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo [2020-10-26T08:31:52.574Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-security-proxy-setup-go_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step [2020-10-26T08:31:52.630Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:31:52.997Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:31:52.997Z] . [Pipeline] withDockerContainer [2020-10-26T08:31:53.099Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:31:53.148Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:31:53.769Z] $ docker top 4a9e4edfaa9902220ba06fbe6558ced2e713eddfb1ace7039a9b9f60bc2e6169 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:31:54.434Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:31:54.434Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:32:01.261Z] $ docker stop --time=1 4a9e4edfaa9902220ba06fbe6558ced2e713eddfb1ace7039a9b9f60bc2e6169 [2020-10-26T08:32:02.605Z] $ docker rm -f 4a9e4edfaa9902220ba06fbe6558ced2e713eddfb1ace7039a9b9f60bc2e6169 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:32:03.159Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:32:03.159Z] . [Pipeline] withDockerContainer [2020-10-26T08:32:03.251Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:32:03.296Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:32:03.969Z] $ docker top 158a912bdb2ea051885daa86499bb206a8825125bb6ec03056560706c08e6ba7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:32:04.612Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:32:04.613Z] + tee [2020-10-26T08:32:04.613Z] clair timeout 1m0s [2020-10-26T08:32:04.613Z] docker timeout: 1m0s [2020-10-26T08:32:04.613Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:32:06.131Z] $ docker stop --time=1 158a912bdb2ea051885daa86499bb206a8825125bb6ec03056560706c08e6ba7 [2020-10-26T08:32:07.481Z] $ docker rm -f 158a912bdb2ea051885daa86499bb206a8825125bb6ec03056560706c08e6ba7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:32:07.980Z] + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo [2020-10-26T08:32:07.993Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-security-secrets-setup-go_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step [2020-10-26T08:32:08.052Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:32:08.397Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:32:08.397Z] . [Pipeline] withDockerContainer [2020-10-26T08:32:08.492Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:32:08.538Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:32:09.122Z] $ docker top 93c0575ca11b1459456d02265a5b584b206d265705e0b34c9af285e494d43536 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:32:09.633Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:32:09.633Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:32:17.971Z] $ docker stop --time=1 93c0575ca11b1459456d02265a5b584b206d265705e0b34c9af285e494d43536 [2020-10-26T08:32:19.311Z] $ docker rm -f 93c0575ca11b1459456d02265a5b584b206d265705e0b34c9af285e494d43536 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:32:19.779Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:32:19.779Z] . [Pipeline] withDockerContainer [2020-10-26T08:32:19.927Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:32:19.975Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:32:20.576Z] $ docker top 071b6d93417fcbcc0211d6aba4f4924a5a6f454a6b779bdb8eec141da1332fd3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:32:21.116Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:32:21.116Z] + tee [2020-10-26T08:32:21.116Z] clair timeout 1m0s [2020-10-26T08:32:21.116Z] docker timeout: 1m0s [2020-10-26T08:32:21.116Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:32:22.617Z] $ docker stop --time=1 071b6d93417fcbcc0211d6aba4f4924a5a6f454a6b779bdb8eec141da1332fd3 [2020-10-26T08:32:23.976Z] $ docker rm -f 071b6d93417fcbcc0211d6aba4f4924a5a6f454a6b779bdb8eec141da1332fd3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:32:24.858Z] + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo [2020-10-26T08:32:24.872Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-security-secretstore-setup-go_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step [2020-10-26T08:32:24.932Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:32:25.278Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:32:25.279Z] . [Pipeline] withDockerContainer [2020-10-26T08:32:25.381Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:32:25.425Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:32:26.047Z] $ docker top d8cf76937e9a28366e289f176c4bdd8bb8fb9f06e29b392968c0f09f8eb5a052 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:32:26.613Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-support-logging-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:32:26.614Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:32:30.099Z] $ docker stop --time=1 d8cf76937e9a28366e289f176c4bdd8bb8fb9f06e29b392968c0f09f8eb5a052 [2020-10-26T08:32:31.454Z] $ docker rm -f d8cf76937e9a28366e289f176c4bdd8bb8fb9f06e29b392968c0f09f8eb5a052 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:32:31.970Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:32:31.970Z] . [Pipeline] withDockerContainer [2020-10-26T08:32:32.064Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:32:32.113Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:32:32.752Z] $ docker top 091225351ab010425eba9bc3bc0e793afa2e3c29cc864eaacce4387531618b84 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:32:33.278Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:32:33.278Z] + tee [2020-10-26T08:32:33.278Z] clair timeout 1m0s [2020-10-26T08:32:33.278Z] docker timeout: 1m0s [2020-10-26T08:32:33.278Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:32:33.975Z] $ docker stop --time=1 091225351ab010425eba9bc3bc0e793afa2e3c29cc864eaacce4387531618b84 [2020-10-26T08:32:35.321Z] $ docker rm -f 091225351ab010425eba9bc3bc0e793afa2e3c29cc864eaacce4387531618b84 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:32:35.845Z] + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo [2020-10-26T08:32:35.858Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-support-logging-go_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step [2020-10-26T08:32:35.922Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:32:36.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:32:36.260Z] . [Pipeline] withDockerContainer [2020-10-26T08:32:36.354Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:32:36.397Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:32:36.988Z] $ docker top 9ff6f86885ef9edf91aa189124542ee52d37acfa9c9402a71f76c704a0a76c6a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:32:37.494Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:32:37.494Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:32:43.020Z] $ docker stop --time=1 9ff6f86885ef9edf91aa189124542ee52d37acfa9c9402a71f76c704a0a76c6a [2020-10-26T08:32:44.359Z] $ docker rm -f 9ff6f86885ef9edf91aa189124542ee52d37acfa9c9402a71f76c704a0a76c6a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:32:44.846Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:32:44.846Z] . [Pipeline] withDockerContainer [2020-10-26T08:32:44.949Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:32:44.998Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:32:45.635Z] $ docker top c99b2efb663bddac3a25a60dfddc5cea157de0bd007aac833a7f9c3ad143b823 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:32:46.151Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:32:46.151Z] + tee [2020-10-26T08:32:46.151Z] clair timeout 1m0s [2020-10-26T08:32:46.151Z] docker timeout: 1m0s [2020-10-26T08:32:46.151Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:32:47.197Z] $ docker stop --time=1 c99b2efb663bddac3a25a60dfddc5cea157de0bd007aac833a7f9c3ad143b823 [2020-10-26T08:32:48.558Z] $ docker rm -f c99b2efb663bddac3a25a60dfddc5cea157de0bd007aac833a7f9c3ad143b823 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:32:49.021Z] + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo [2020-10-26T08:32:49.035Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-support-notifications-go_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step [2020-10-26T08:32:49.088Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:32:49.426Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:32:49.427Z] . [Pipeline] withDockerContainer [2020-10-26T08:32:49.534Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:32:49.578Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:32:50.197Z] $ docker top ea767e1cdfa08484668b9a716fd3efdc5653b6bb74e9f00f8e40e005eb04f05c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:32:50.796Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:32:50.796Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:32:53.487Z] $ docker stop --time=1 ea767e1cdfa08484668b9a716fd3efdc5653b6bb74e9f00f8e40e005eb04f05c [2020-10-26T08:32:54.846Z] $ docker rm -f ea767e1cdfa08484668b9a716fd3efdc5653b6bb74e9f00f8e40e005eb04f05c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:32:55.320Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:32:55.320Z] . [Pipeline] withDockerContainer [2020-10-26T08:32:55.410Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:32:55.450Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:32:56.070Z] $ docker top 4bb8cd858ae34993cb4b6450c23cdd90897cd41ce897164e15c4b094138e031c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:32:56.632Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:32:56.632Z] + tee [2020-10-26T08:32:56.632Z] clair timeout 1m0s [2020-10-26T08:32:56.632Z] docker timeout: 1m0s [2020-10-26T08:32:56.632Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:32:57.308Z] $ docker stop --time=1 4bb8cd858ae34993cb4b6450c23cdd90897cd41ce897164e15c4b094138e031c [2020-10-26T08:32:58.664Z] $ docker rm -f 4bb8cd858ae34993cb4b6450c23cdd90897cd41ce897164e15c4b094138e031c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:32:59.115Z] + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo [2020-10-26T08:32:59.127Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-support-scheduler-go_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step [2020-10-26T08:32:59.179Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:32:59.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:32:59.540Z] . [Pipeline] withDockerContainer [2020-10-26T08:32:59.762Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:32:59.830Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:33:00.494Z] $ docker top 836b97417bd0561b3ef5f1e8dccac0c313ad8d23495dd8ef79580785070a068e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:33:01.031Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:33:01.031Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:33:16.162Z] $ docker stop --time=1 836b97417bd0561b3ef5f1e8dccac0c313ad8d23495dd8ef79580785070a068e [2020-10-26T08:33:17.503Z] $ docker rm -f 836b97417bd0561b3ef5f1e8dccac0c313ad8d23495dd8ef79580785070a068e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:33:17.960Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:33:17.960Z] . [Pipeline] withDockerContainer [2020-10-26T08:33:18.053Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:33:18.096Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:33:18.675Z] $ docker top b138857e2d9b1155edcf8021025bfa4a09b3781e835c3788a27180c6128b693f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:33:19.185Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:33:19.185Z] + tee [2020-10-26T08:33:19.185Z] clair timeout 1m0s [2020-10-26T08:33:19.185Z] docker timeout: 1m0s [2020-10-26T08:33:19.185Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:33:21.211Z] $ docker stop --time=1 b138857e2d9b1155edcf8021025bfa4a09b3781e835c3788a27180c6128b693f [2020-10-26T08:33:22.542Z] $ docker rm -f b138857e2d9b1155edcf8021025bfa4a09b3781e835c3788a27180c6128b693f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:33:23.003Z] + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo [2020-10-26T08:33:23.016Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-sys-mgmt-agent-go_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step [2020-10-26T08:33:24.065Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:33:24.408Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:33:24.408Z] . [Pipeline] withDockerContainer [2020-10-26T08:33:24.503Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:33:24.549Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:33:25.197Z] $ docker top 8af9412ec68f48cb35fc7fbdb35c223f8d8957e13f88339aa008c595e106dec5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:33:25.724Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:33:25.724Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:33:28.446Z] $ docker stop --time=1 8af9412ec68f48cb35fc7fbdb35c223f8d8957e13f88339aa008c595e106dec5 [2020-10-26T08:33:29.793Z] $ docker rm -f 8af9412ec68f48cb35fc7fbdb35c223f8d8957e13f88339aa008c595e106dec5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:33:30.281Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:33:30.281Z] . [Pipeline] withDockerContainer [2020-10-26T08:33:30.378Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:33:30.421Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:33:31.084Z] $ docker top be2488e655501f40f8b18b38ff6486e4344936dbec22be32de2c1c77b369d962 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:33:31.599Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:33:31.599Z] + tee [2020-10-26T08:33:31.599Z] clair timeout 1m0s [2020-10-26T08:33:31.599Z] docker timeout: 1m0s [2020-10-26T08:33:31.599Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:33:32.278Z] $ docker stop --time=1 be2488e655501f40f8b18b38ff6486e4344936dbec22be32de2c1c77b369d962 [2020-10-26T08:33:33.623Z] $ docker rm -f be2488e655501f40f8b18b38ff6486e4344936dbec22be32de2c1c77b369d962 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:33:34.094Z] + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo [2020-10-26T08:33:34.108Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-core-command-go-arm64_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step [2020-10-26T08:33:34.161Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:33:34.681Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:33:34.681Z] . [Pipeline] withDockerContainer [2020-10-26T08:33:34.773Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:33:34.838Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:33:35.428Z] $ docker top 9121412c912d2e588c54d6c4d9ff3026a8d1f3c86ae3a47270c7285666c0592b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:33:35.943Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:33:35.943Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:33:41.435Z] $ docker stop --time=1 9121412c912d2e588c54d6c4d9ff3026a8d1f3c86ae3a47270c7285666c0592b [2020-10-26T08:33:42.770Z] $ docker rm -f 9121412c912d2e588c54d6c4d9ff3026a8d1f3c86ae3a47270c7285666c0592b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:33:43.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:33:43.241Z] . [Pipeline] withDockerContainer [2020-10-26T08:33:43.334Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:33:43.374Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:33:43.953Z] $ docker top 72047d0b818d859a8db59cbe44a20dba6a09dbe27488da5a74193e7efe998d06 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:33:44.455Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:33:44.455Z] + tee [2020-10-26T08:33:44.455Z] clair timeout 1m0s [2020-10-26T08:33:44.455Z] docker timeout: 1m0s [2020-10-26T08:33:44.455Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:33:45.501Z] $ docker stop --time=1 72047d0b818d859a8db59cbe44a20dba6a09dbe27488da5a74193e7efe998d06 [2020-10-26T08:33:46.852Z] $ docker rm -f 72047d0b818d859a8db59cbe44a20dba6a09dbe27488da5a74193e7efe998d06 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:33:47.315Z] + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo [2020-10-26T08:33:47.329Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-core-data-go-arm64_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step [2020-10-26T08:33:47.385Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:33:47.725Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:33:47.725Z] . [Pipeline] withDockerContainer [2020-10-26T08:33:47.823Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:33:47.892Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:33:48.497Z] $ docker top 8a70dd66c7da1e30df43f30e2b8bdce16e14179325417626cd102663d6aa6189 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:33:49.024Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:33:49.024Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:33:51.798Z] $ docker stop --time=1 8a70dd66c7da1e30df43f30e2b8bdce16e14179325417626cd102663d6aa6189 [2020-10-26T08:33:53.153Z] $ docker rm -f 8a70dd66c7da1e30df43f30e2b8bdce16e14179325417626cd102663d6aa6189 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:33:53.656Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:33:53.656Z] . [Pipeline] withDockerContainer [2020-10-26T08:33:53.754Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:33:53.795Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:33:54.680Z] $ docker top f6d31653ef2e449aa9c584f33f228710566c3f1fb2bc48cf1d3c14e2c7ba3722 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:33:55.227Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3+ tee [2020-10-26T08:33:55.227Z] [2020-10-26T08:33:55.227Z] clair timeout 1m0s [2020-10-26T08:33:55.227Z] docker timeout: 1m0s [2020-10-26T08:33:55.227Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:33:55.910Z] $ docker stop --time=1 f6d31653ef2e449aa9c584f33f228710566c3f1fb2bc48cf1d3c14e2c7ba3722 [2020-10-26T08:33:57.277Z] $ docker rm -f f6d31653ef2e449aa9c584f33f228710566c3f1fb2bc48cf1d3c14e2c7ba3722 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:33:57.872Z] + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo [2020-10-26T08:33:57.885Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-core-metadata-go-arm64_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step [2020-10-26T08:33:57.939Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:33:58.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:33:58.275Z] . [Pipeline] withDockerContainer [2020-10-26T08:33:58.373Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:33:58.412Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:33:59.013Z] $ docker top 51d0a79b49e7c11177f43e8af45076c947d1dd251a2add93135380b13882172c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:33:59.528Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:33:59.529Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:34:03.883Z] $ docker stop --time=1 51d0a79b49e7c11177f43e8af45076c947d1dd251a2add93135380b13882172c [2020-10-26T08:34:05.229Z] $ docker rm -f 51d0a79b49e7c11177f43e8af45076c947d1dd251a2add93135380b13882172c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:34:05.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:34:05.702Z] . [Pipeline] withDockerContainer [2020-10-26T08:34:05.818Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:34:05.869Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:34:06.496Z] $ docker top cf88f72fa6b5309f20d86a239d154e918d5e2b12f18f30d19f7b552c2bf6f631 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:34:07.064Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:34:07.064Z] + tee [2020-10-26T08:34:07.064Z] clair timeout 1m0s [2020-10-26T08:34:07.064Z] docker timeout: 1m0s [2020-10-26T08:34:07.064Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:34:07.745Z] $ docker stop --time=1 cf88f72fa6b5309f20d86a239d154e918d5e2b12f18f30d19f7b552c2bf6f631 [2020-10-26T08:34:09.089Z] $ docker rm -f cf88f72fa6b5309f20d86a239d154e918d5e2b12f18f30d19f7b552c2bf6f631 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:34:09.549Z] + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo [2020-10-26T08:34:09.562Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step [2020-10-26T08:34:09.615Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:34:09.975Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:34:09.976Z] . [Pipeline] withDockerContainer [2020-10-26T08:34:10.070Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:34:10.113Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:34:10.786Z] $ docker top 3fd642f4c7c48ce9b4a2f41698efcd22dddd6c4a66ce60a5d682101ce66515e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:34:11.329Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:34:11.329Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:34:19.673Z] $ docker stop --time=1 3fd642f4c7c48ce9b4a2f41698efcd22dddd6c4a66ce60a5d682101ce66515e3 [2020-10-26T08:34:21.017Z] $ docker rm -f 3fd642f4c7c48ce9b4a2f41698efcd22dddd6c4a66ce60a5d682101ce66515e3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:34:21.495Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:34:21.495Z] . [Pipeline] withDockerContainer [2020-10-26T08:34:21.587Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:34:21.633Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:34:22.251Z] $ docker top 810dd1036a9617105ac45b244ce6a35d33d69b3e50aa6dda8b9715967c1b23b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:34:22.756Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:34:22.756Z] + tee [2020-10-26T08:34:22.756Z] clair timeout 1m0s [2020-10-26T08:34:22.756Z] docker timeout: 1m0s [2020-10-26T08:34:22.756Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:34:25.503Z] $ docker stop --time=1 810dd1036a9617105ac45b244ce6a35d33d69b3e50aa6dda8b9715967c1b23b1 [2020-10-26T08:34:26.865Z] $ docker rm -f 810dd1036a9617105ac45b244ce6a35d33d69b3e50aa6dda8b9715967c1b23b1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:34:27.329Z] + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo [2020-10-26T08:34:27.342Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step [2020-10-26T08:34:27.397Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:34:27.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:34:27.743Z] . [Pipeline] withDockerContainer [2020-10-26T08:34:27.835Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:34:27.878Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:34:28.470Z] $ docker top 684ed5ac9f07a2b750d643198307b30c3f1924d86d4302a4ad312a8135e0d4ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:34:29.015Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:34:29.015Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:34:37.307Z] $ docker stop --time=1 684ed5ac9f07a2b750d643198307b30c3f1924d86d4302a4ad312a8135e0d4ce [2020-10-26T08:34:38.659Z] $ docker rm -f 684ed5ac9f07a2b750d643198307b30c3f1924d86d4302a4ad312a8135e0d4ce [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:34:39.159Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:34:39.159Z] . [Pipeline] withDockerContainer [2020-10-26T08:34:39.255Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:34:39.295Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:34:39.904Z] $ docker top e2cd4392f0da3744d7b1dcbefef4859e04fbdac076133842c0ca02e70320f127 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:34:40.435Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:34:40.435Z] + tee [2020-10-26T08:34:40.435Z] clair timeout 1m0s [2020-10-26T08:34:40.435Z] docker timeout: 1m0s [2020-10-26T08:34:40.435Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:34:41.936Z] $ docker stop --time=1 e2cd4392f0da3744d7b1dcbefef4859e04fbdac076133842c0ca02e70320f127 [2020-10-26T08:34:43.296Z] $ docker rm -f e2cd4392f0da3744d7b1dcbefef4859e04fbdac076133842c0ca02e70320f127 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:34:43.751Z] + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo [2020-10-26T08:34:43.764Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step [2020-10-26T08:34:43.818Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:34:44.174Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:34:44.174Z] . [Pipeline] withDockerContainer [2020-10-26T08:34:44.266Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:34:44.309Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:34:44.940Z] $ docker top fe4ac3e5339b6f86baf797460f611daf174ddc8bee4406d8853dc200dc3622ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:34:45.526Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:34:45.527Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:34:49.881Z] $ docker stop --time=1 fe4ac3e5339b6f86baf797460f611daf174ddc8bee4406d8853dc200dc3622ee [2020-10-26T08:34:51.227Z] $ docker rm -f fe4ac3e5339b6f86baf797460f611daf174ddc8bee4406d8853dc200dc3622ee [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:34:51.687Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:34:51.687Z] . [Pipeline] withDockerContainer [2020-10-26T08:34:51.796Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:34:51.836Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:34:52.425Z] $ docker top be41f03fdf7e1b419ab9bcfabf71a9cdb763a3b0280460e7e0769ca03f03adb9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:34:52.940Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:34:52.940Z] + tee [2020-10-26T08:34:52.940Z] clair timeout 1m0s [2020-10-26T08:34:52.941Z] docker timeout: 1m0s [2020-10-26T08:34:52.941Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:34:53.611Z] $ docker stop --time=1 be41f03fdf7e1b419ab9bcfabf71a9cdb763a3b0280460e7e0769ca03f03adb9 [2020-10-26T08:34:55.080Z] $ docker rm -f be41f03fdf7e1b419ab9bcfabf71a9cdb763a3b0280460e7e0769ca03f03adb9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:34:55.544Z] + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo [2020-10-26T08:34:55.556Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-support-logging-go-arm64_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step [2020-10-26T08:34:55.610Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:34:55.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:34:55.953Z] . [Pipeline] withDockerContainer [2020-10-26T08:34:56.059Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:34:56.103Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:34:56.718Z] $ docker top 69eb0d7e84c7dda3bde6cb71958896604590a5e6f8bf99044f454ac9a73ba327 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:34:57.238Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:34:57.238Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:35:02.755Z] $ docker stop --time=1 69eb0d7e84c7dda3bde6cb71958896604590a5e6f8bf99044f454ac9a73ba327 [2020-10-26T08:35:04.117Z] $ docker rm -f 69eb0d7e84c7dda3bde6cb71958896604590a5e6f8bf99044f454ac9a73ba327 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:35:04.613Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:35:04.613Z] . [Pipeline] withDockerContainer [2020-10-26T08:35:04.705Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:35:04.744Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:35:05.405Z] $ docker top 8ace97ba64db15446164b03a5dd3cbd1020c76d106c9fabc4922416300d78bdb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:35:05.957Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:35:05.958Z] + tee [2020-10-26T08:35:05.958Z] clair timeout 1m0s [2020-10-26T08:35:05.958Z] docker timeout: 1m0s [2020-10-26T08:35:05.958Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:35:07.010Z] $ docker stop --time=1 8ace97ba64db15446164b03a5dd3cbd1020c76d106c9fabc4922416300d78bdb [2020-10-26T08:35:08.368Z] $ docker rm -f 8ace97ba64db15446164b03a5dd3cbd1020c76d106c9fabc4922416300d78bdb [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:35:08.834Z] + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo [2020-10-26T08:35:08.847Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-support-notifications-go-arm64_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step [2020-10-26T08:35:08.901Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:35:09.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:35:09.260Z] . [Pipeline] withDockerContainer [2020-10-26T08:35:09.353Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:35:09.395Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:35:10.023Z] $ docker top 8ba8e2e9feab418d40fbd88de63112a4135a210f76195e4961969752a7304805 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:35:10.581Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:35:10.581Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:35:13.287Z] $ docker stop --time=1 8ba8e2e9feab418d40fbd88de63112a4135a210f76195e4961969752a7304805 [2020-10-26T08:35:14.612Z] $ docker rm -f 8ba8e2e9feab418d40fbd88de63112a4135a210f76195e4961969752a7304805 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:35:15.062Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:35:15.062Z] . [Pipeline] withDockerContainer [2020-10-26T08:35:15.152Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:35:15.195Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:35:15.770Z] $ docker top c26be1d86d1d41d0c5f7bae37a92315bfe9176485544e8448555252a6cb126d8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:35:16.276Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:35:16.276Z] + tee [2020-10-26T08:35:16.276Z] clair timeout 1m0s [2020-10-26T08:35:16.276Z] docker timeout: 1m0s [2020-10-26T08:35:16.276Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:35:16.963Z] $ docker stop --time=1 c26be1d86d1d41d0c5f7bae37a92315bfe9176485544e8448555252a6cb126d8 [2020-10-26T08:35:18.327Z] $ docker rm -f c26be1d86d1d41d0c5f7bae37a92315bfe9176485544e8448555252a6cb126d8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:35:18.773Z] + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo [2020-10-26T08:35:18.786Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-support-scheduler-go-arm64_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step [2020-10-26T08:35:18.836Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:35:19.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:35:19.185Z] . [Pipeline] withDockerContainer [2020-10-26T08:35:19.283Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:35:19.326Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:35:19.933Z] $ docker top 43c3d85f7cd489952646e8243bec49919910e88e23a165586a87c9260770d597 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:35:20.479Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:35:20.479Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:35:35.615Z] $ docker stop --time=1 43c3d85f7cd489952646e8243bec49919910e88e23a165586a87c9260770d597 [2020-10-26T08:35:36.986Z] $ docker rm -f 43c3d85f7cd489952646e8243bec49919910e88e23a165586a87c9260770d597 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:35:37.464Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-26T08:35:37.464Z] . [Pipeline] withDockerContainer [2020-10-26T08:35:37.560Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:35:37.607Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:35:38.280Z] $ docker top efdfc19fe0d621fe13ecf3e11c5d43ed1a45d7198214764eb8c75e9a9a7a60f7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-26T08:35:38.814Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a86d860cf369141c507c16492d2a148a24443a3 [2020-10-26T08:35:38.814Z] + tee [2020-10-26T08:35:38.814Z] clair timeout 1m0s [2020-10-26T08:35:38.814Z] docker timeout: 1m0s [2020-10-26T08:35:38.814Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-26T08:35:40.475Z] $ docker stop --time=1 efdfc19fe0d621fe13ecf3e11c5d43ed1a45d7198214764eb8c75e9a9a7a60f7 [2020-10-26T08:35:41.836Z] $ docker rm -f efdfc19fe0d621fe13ecf3e11c5d43ed1a45d7198214764eb8c75e9a9a7a60f7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T08:35:42.301Z] + mkdir -p /w/workspace/edgex-go/211/clair-reports [Pipeline] echo [2020-10-26T08:35:42.315Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/211/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_2a86d860cf369141c507c16492d2a148a24443a3.html [Pipeline] writeFile [Pipeline] step [2020-10-26T08:35:42.369Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-26T08:35:42.865Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-26T08:35:42.941Z] provisioning config files... [2020-10-26T08:35:42.949Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/211@tmp/config5206672826748481181tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-26T08:35:43.326Z] --> edgex-publish-swagger.sh [2020-10-26T08:35:43.326Z] === Publish openapi/v1 API === [2020-10-26T08:35:43.326Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-26T08:35:43.326Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-26T08:35:43.326Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T08:35:43.326Z] Dload Upload Total Spent Left Speed [2020-10-26T08:35:44.714Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 7621 0:00:01 0:00:01 --:--:-- 7629 100 10521 0 0 100 10521 0 7620 0:00:01 0:00:01 --:--:-- 7629 [2020-10-26T08:35:44.714Z] [2020-10-26T08:35:44.714Z] [2020-10-26T08:35:44.714Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-26T08:35:44.714Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T08:35:44.714Z] Dload Upload Total Spent Left Speed [2020-10-26T08:35:46.097Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28365 0:00:01 0:00:01 --:--:-- 28383 100 32556 0 0 100 32556 0 28361 0:00:01 0:00:01 --:--:-- 28383 [2020-10-26T08:35:46.097Z] [2020-10-26T08:35:46.097Z] [2020-10-26T08:35:46.097Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-26T08:35:46.097Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T08:35:46.097Z] Dload Upload Total Spent Left Speed [2020-10-26T08:35:47.036Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 326k --:--:-- --:--:-- --:--:-- 325k 100 73720 0 0 100 73720 0 66954 0:00:01 0:00:01 --:--:-- 67018 [2020-10-26T08:35:47.036Z] [2020-10-26T08:35:47.036Z] [2020-10-26T08:35:47.036Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-26T08:35:47.036Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T08:35:47.036Z] Dload Upload Total Spent Left Speed [2020-10-26T08:35:48.420Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11586 0:00:01 0:00:01 --:--:-- 11587 100 13580 0 0 100 13580 0 11405 0:00:01 0:00:01 --:--:-- 11402 [2020-10-26T08:35:48.420Z] [2020-10-26T08:35:48.420Z] [2020-10-26T08:35:48.420Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-26T08:35:48.420Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T08:35:48.420Z] Dload Upload Total Spent Left Speed [2020-10-26T08:35:49.358Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 33278 0:00:01 0:00:01 --:--:-- 33295 100 38889 0 0 100 38889 0 32123 0:00:01 0:00:01 --:--:-- 32139 [2020-10-26T08:35:49.358Z] [2020-10-26T08:35:49.358Z] [2020-10-26T08:35:49.358Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-26T08:35:49.358Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T08:35:49.358Z] Dload Upload Total Spent Left Speed [2020-10-26T08:35:50.737Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13603 0:00:01 0:00:01 --:--:-- 13608 100 14248 0 0 100 14248 0 13600 0:00:01 0:00:01 --:--:-- 13608 [2020-10-26T08:35:50.737Z] [2020-10-26T08:35:50.737Z] [2020-10-26T08:35:50.737Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-26T08:35:50.737Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T08:35:50.737Z] Dload Upload Total Spent Left Speed [2020-10-26T08:35:51.678Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4034 0:00:01 0:00:01 --:--:-- 4036 100 4109 0 0 100 4109 0 4034 0:00:01 0:00:01 --:--:-- 4036 [2020-10-26T08:35:51.678Z] [2020-10-26T08:35:51.678Z] [2020-10-26T08:35:51.678Z] === Publish openapi/v2 API === [2020-10-26T08:35:51.678Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-26T08:35:51.678Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-26T08:35:51.678Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T08:35:51.678Z] Dload Upload Total Spent Left Speed [2020-10-26T08:35:52.879Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 25234 0:00:01 0:00:01 --:--:-- 25243 100 29535 0 0 100 29535 0 22600 0:00:01 0:00:01 --:--:-- 22614 [2020-10-26T08:35:52.879Z] [2020-10-26T08:35:52.879Z] [2020-10-26T08:35:52.879Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-26T08:35:52.879Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T08:35:52.879Z] Dload Upload Total Spent Left Speed [2020-10-26T08:35:53.821Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65642 0 0 100 65642 0 63551 0:00:01 0:00:01 --:--:-- 63606 100 65642 0 0 100 65642 0 63541 0:00:01 0:00:01 --:--:-- 63606 [2020-10-26T08:35:53.821Z] [2020-10-26T08:35:53.821Z] [2020-10-26T08:35:53.821Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-26T08:35:53.821Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T08:35:53.821Z] Dload Upload Total Spent Left Speed [2020-10-26T08:35:55.477Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 67 119k 0 0 67 81920 0 376k --:--:-- --:--:-- --:--:-- 375k 100 119k 0 0 100 119k 0 95381 0:00:01 0:00:01 --:--:-- 95379 100 119k 0 0 100 119k 0 95371 0:00:01 0:00:01 --:--:-- 95379 [2020-10-26T08:35:55.477Z] [2020-10-26T08:35:55.477Z] [2020-10-26T08:35:55.477Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-26T08:35:55.477Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T08:35:55.477Z] Dload Upload Total Spent Left Speed [2020-10-26T08:35:56.419Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 21905 0:00:01 0:00:01 --:--:-- 21915 100 23691 0 0 100 23691 0 21902 0:00:01 0:00:01 --:--:-- 21915 [2020-10-26T08:35:56.419Z] [2020-10-26T08:35:56.419Z] [2020-10-26T08:35:56.419Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-26T08:35:56.419Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T08:35:56.419Z] Dload Upload Total Spent Left Speed [2020-10-26T08:35:57.361Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 54851 0:00:01 0:00:01 --:--:-- 54895 100 62691 0 0 100 62691 0 54844 0:00:01 0:00:01 --:--:-- 54895 [2020-10-26T08:35:57.361Z] [2020-10-26T08:35:57.361Z] [2020-10-26T08:35:57.361Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-26T08:35:57.361Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T08:35:57.361Z] Dload Upload Total Spent Left Speed [2020-10-26T08:35:58.740Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 42975 0:00:01 0:00:01 --:--:-- 43014 100 46198 0 0 100 46198 0 42969 0:00:01 0:00:01 --:--:-- 42974 [2020-10-26T08:35:58.740Z] [2020-10-26T08:35:58.740Z] [2020-10-26T08:35:58.740Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-26T08:35:58.740Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T08:35:58.740Z] Dload Upload Total Spent Left Speed [2020-10-26T08:35:59.681Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 21126 0:00:01 0:00:01 --:--:-- 21145 100 23725 0 0 100 23725 0 21123 0:00:01 0:00:01 --:--:-- 21126 [2020-10-26T08:35:59.681Z] [2020-10-26T08:35:59.681Z] [Pipeline] } [2020-10-26T08:35:59.690Z] 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-26T08:36:00.741Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T08:36:00.741Z] . [Pipeline] withDockerContainer [2020-10-26T08:36:00.839Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:36:00.881Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:36:01.511Z] $ docker top 20ada925e28f77b8af6fd0d726a675bcb89edf2b867cc6a271f8d5e8656dafbc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T08:36:01.805Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T08:36:01.805Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T08:36:02.002Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T08:36:02.006Z] $ docker exec 20ada925e28f77b8af6fd0d726a675bcb89edf2b867cc6a271f8d5e8656dafbc ssh-agent [2020-10-26T08:36:02.164Z] SSH_AUTH_SOCK=/tmp/ssh-5qGmJnFsPyqo/agent.11 [2020-10-26T08:36:02.164Z] SSH_AGENT_PID=17 [2020-10-26T08:36:02.171Z] Running ssh-add (command line suppressed) [2020-10-26T08:36:02.314Z] Identity added: /w/workspace/edgex-go/211@tmp/private_key_2881268571464137538.key (/w/workspace/edgex-go/211@tmp/private_key_2881268571464137538.key) [2020-10-26T08:36:02.363Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T08:36:02.696Z] + git semver tag [2020-10-26T08:36:02.957Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T08:36:02.957Z] # $GIT_DIR = /w/workspace/edgex-go/211/.git [2020-10-26T08:36:02.957Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/211 [2020-10-26T08:36:02.957Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T08:36:02.957Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T08:36:02.957Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T08:36:02.957Z] # $SEMVER_BRANCH = master [2020-10-26T08:36:02.957Z] # $SEMVER_DIR = /w/workspace/edgex-go/211/.semver [2020-10-26T08:36:02.957Z] # 2a86d860cf369141c507c16492d2a148a24443a3 HEAD [2020-10-26T08:36:03.527Z] # -> Force: false [2020-10-26T08:36:03.527Z] # 77b2f79dd01fc8b92574d27da51dc7bebad765b0 refs/tags/v1.2.2-dev.95 [Pipeline] } [2020-10-26T08:36:03.540Z] $ docker exec --env ******** --env ******** 20ada925e28f77b8af6fd0d726a675bcb89edf2b867cc6a271f8d5e8656dafbc ssh-agent -k [2020-10-26T08:36:03.649Z] unset SSH_AUTH_SOCK; [2020-10-26T08:36:03.649Z] unset SSH_AGENT_PID; [2020-10-26T08:36:03.649Z] echo Agent pid 17 killed; [2020-10-26T08:36:03.695Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T08:36:04.398Z] + git semver [Pipeline] } [2020-10-26T08:36:04.414Z] $ docker stop --time=1 20ada925e28f77b8af6fd0d726a675bcb89edf2b867cc6a271f8d5e8656dafbc [2020-10-26T08:36:05.765Z] $ docker rm -f 20ada925e28f77b8af6fd0d726a675bcb89edf2b867cc6a271f8d5e8656dafbc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:36:07.345Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T08:36:07.346Z] [2020-10-26T08:36:07.346Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:36:07.788Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T08:36:07.788Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-26T08:36:07.788Z] ab5ef0e58194: Pulling fs layer [2020-10-26T08:36:07.788Z] 9712f1f96733: Pulling fs layer [2020-10-26T08:36:07.788Z] 63f879dbbcfc: Pulling fs layer [2020-10-26T08:36:07.788Z] 0d9ebad4ef96: Pulling fs layer [2020-10-26T08:36:07.788Z] e9a5061849ea: Pulling fs layer [2020-10-26T08:36:07.788Z] d747dcd14b5f: Pulling fs layer [2020-10-26T08:36:07.788Z] 2de7ff778b66: Pulling fs layer [2020-10-26T08:36:07.788Z] e9a5061849ea: Waiting [2020-10-26T08:36:07.788Z] d747dcd14b5f: Waiting [2020-10-26T08:36:07.788Z] 2de7ff778b66: Waiting [2020-10-26T08:36:07.788Z] 0d9ebad4ef96: Waiting [2020-10-26T08:36:07.788Z] 9712f1f96733: Verifying Checksum [2020-10-26T08:36:07.788Z] 9712f1f96733: Download complete [2020-10-26T08:36:10.359Z] 63f879dbbcfc: Verifying Checksum [2020-10-26T08:36:10.359Z] 63f879dbbcfc: Download complete [2020-10-26T08:36:10.359Z] e9a5061849ea: Verifying Checksum [2020-10-26T08:36:10.359Z] e9a5061849ea: Download complete [2020-10-26T08:36:10.359Z] d747dcd14b5f: Download complete [2020-10-26T08:36:10.621Z] 0d9ebad4ef96: Verifying Checksum [2020-10-26T08:36:10.621Z] 0d9ebad4ef96: Download complete [2020-10-26T08:36:10.621Z] 2de7ff778b66: Verifying Checksum [2020-10-26T08:36:10.621Z] 2de7ff778b66: Download complete [2020-10-26T08:36:10.888Z] ab5ef0e58194: Verifying Checksum [2020-10-26T08:36:10.888Z] ab5ef0e58194: Download complete [2020-10-26T08:36:15.098Z] ab5ef0e58194: Pull complete [2020-10-26T08:36:15.098Z] 9712f1f96733: Pull complete [2020-10-26T08:36:17.648Z] 63f879dbbcfc: Pull complete [2020-10-26T08:36:27.682Z] 0d9ebad4ef96: Pull complete [2020-10-26T08:36:27.682Z] e9a5061849ea: Pull complete [2020-10-26T08:36:27.682Z] d747dcd14b5f: Pull complete [2020-10-26T08:36:29.066Z] 2de7ff778b66: Pull complete [2020-10-26T08:36:29.327Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-26T08:36:29.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T08:36:29.327Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-26T08:36:29.479Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:36:29.526Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:36:32.867Z] $ docker top a796281f139ad7cdf0c8e099f299328f756155b872e877b2271234934cd05acb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-26T08:36:33.092Z] provisioning config files... [2020-10-26T08:36:33.101Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/211@tmp/config2804051625688890489tmp [2020-10-26T08:36:33.116Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/211@tmp/config6819234803243799757tmp [2020-10-26T08:36:33.133Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/211@tmp/config4381778575004295770tmp [Pipeline] { [Pipeline] echo [2020-10-26T08:36:33.185Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T08:36:33.509Z] ---> sigul-configuration.sh [2020-10-26T08:36:33.509Z] gpg: directory `/root/.gnupg' created [2020-10-26T08:36:33.509Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-26T08:36:33.509Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-26T08:36:33.509Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-26T08:36:33.509Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-26T08:36:33.509Z] gpg: CAST5 encrypted data [2020-10-26T08:36:33.509Z] gpg: encrypted with 1 passphrase [2020-10-26T08:36:33.509Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-26T08:36:34.071Z] + mkdir /home/jenkins [2020-10-26T08:36:34.071Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-26T08:36:34.364Z] + 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-26T08:36:34.374Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T08:36:34.667Z] ---> sigul-install.sh [2020-10-26T08:36:39.955Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-26T08:36:40.252Z] + git tag --list [2020-10-26T08:36:40.252Z] 0.6.0 [2020-10-26T08:36:40.252Z] 0.6.1 [2020-10-26T08:36:40.252Z] 0.7.0 [2020-10-26T08:36:40.252Z] 0.7.1 [2020-10-26T08:36:40.252Z] v1.0.0 [2020-10-26T08:36:40.252Z] v1.0.1 [2020-10-26T08:36:40.252Z] v1.1.0 [2020-10-26T08:36:40.252Z] v1.2.0 [2020-10-26T08:36:40.252Z] v1.2.1 [2020-10-26T08:36:40.252Z] v1.2.2-dev.1 [2020-10-26T08:36:40.252Z] v1.2.2-dev.10 [2020-10-26T08:36:40.252Z] v1.2.2-dev.11 [2020-10-26T08:36:40.252Z] v1.2.2-dev.12 [2020-10-26T08:36:40.252Z] v1.2.2-dev.13 [2020-10-26T08:36:40.252Z] v1.2.2-dev.14 [2020-10-26T08:36:40.252Z] v1.2.2-dev.15 [2020-10-26T08:36:40.252Z] v1.2.2-dev.16 [2020-10-26T08:36:40.252Z] v1.2.2-dev.17 [2020-10-26T08:36:40.252Z] v1.2.2-dev.18 [2020-10-26T08:36:40.252Z] v1.2.2-dev.19 [2020-10-26T08:36:40.252Z] v1.2.2-dev.2 [2020-10-26T08:36:40.252Z] v1.2.2-dev.20 [2020-10-26T08:36:40.252Z] v1.2.2-dev.21 [2020-10-26T08:36:40.252Z] v1.2.2-dev.22 [2020-10-26T08:36:40.252Z] v1.2.2-dev.23 [2020-10-26T08:36:40.252Z] v1.2.2-dev.24 [2020-10-26T08:36:40.252Z] v1.2.2-dev.25 [2020-10-26T08:36:40.252Z] v1.2.2-dev.26 [2020-10-26T08:36:40.252Z] v1.2.2-dev.27 [2020-10-26T08:36:40.252Z] v1.2.2-dev.28 [2020-10-26T08:36:40.252Z] v1.2.2-dev.29 [2020-10-26T08:36:40.252Z] v1.2.2-dev.3 [2020-10-26T08:36:40.252Z] v1.2.2-dev.30 [2020-10-26T08:36:40.252Z] v1.2.2-dev.31 [2020-10-26T08:36:40.252Z] v1.2.2-dev.32 [2020-10-26T08:36:40.252Z] v1.2.2-dev.33 [2020-10-26T08:36:40.252Z] v1.2.2-dev.34 [2020-10-26T08:36:40.252Z] v1.2.2-dev.35 [2020-10-26T08:36:40.252Z] v1.2.2-dev.36 [2020-10-26T08:36:40.252Z] v1.2.2-dev.37 [2020-10-26T08:36:40.252Z] v1.2.2-dev.38 [2020-10-26T08:36:40.252Z] v1.2.2-dev.39 [2020-10-26T08:36:40.252Z] v1.2.2-dev.4 [2020-10-26T08:36:40.252Z] v1.2.2-dev.40 [2020-10-26T08:36:40.252Z] v1.2.2-dev.41 [2020-10-26T08:36:40.252Z] v1.2.2-dev.42 [2020-10-26T08:36:40.252Z] v1.2.2-dev.43 [2020-10-26T08:36:40.252Z] v1.2.2-dev.44 [2020-10-26T08:36:40.252Z] v1.2.2-dev.45 [2020-10-26T08:36:40.252Z] v1.2.2-dev.46 [2020-10-26T08:36:40.252Z] v1.2.2-dev.47 [2020-10-26T08:36:40.252Z] v1.2.2-dev.48 [2020-10-26T08:36:40.252Z] v1.2.2-dev.49 [2020-10-26T08:36:40.252Z] v1.2.2-dev.5 [2020-10-26T08:36:40.252Z] v1.2.2-dev.50 [2020-10-26T08:36:40.252Z] v1.2.2-dev.51 [2020-10-26T08:36:40.252Z] v1.2.2-dev.52 [2020-10-26T08:36:40.252Z] v1.2.2-dev.53 [2020-10-26T08:36:40.252Z] v1.2.2-dev.54 [2020-10-26T08:36:40.252Z] v1.2.2-dev.55 [2020-10-26T08:36:40.252Z] v1.2.2-dev.56 [2020-10-26T08:36:40.252Z] v1.2.2-dev.57 [2020-10-26T08:36:40.252Z] v1.2.2-dev.58 [2020-10-26T08:36:40.252Z] v1.2.2-dev.59 [2020-10-26T08:36:40.252Z] v1.2.2-dev.6 [2020-10-26T08:36:40.252Z] v1.2.2-dev.60 [2020-10-26T08:36:40.252Z] v1.2.2-dev.61 [2020-10-26T08:36:40.252Z] v1.2.2-dev.62 [2020-10-26T08:36:40.252Z] v1.2.2-dev.63 [2020-10-26T08:36:40.252Z] v1.2.2-dev.64 [2020-10-26T08:36:40.252Z] v1.2.2-dev.65 [2020-10-26T08:36:40.252Z] v1.2.2-dev.66 [2020-10-26T08:36:40.252Z] v1.2.2-dev.67 [2020-10-26T08:36:40.252Z] v1.2.2-dev.68 [2020-10-26T08:36:40.252Z] v1.2.2-dev.69 [2020-10-26T08:36:40.252Z] v1.2.2-dev.7 [2020-10-26T08:36:40.252Z] v1.2.2-dev.70 [2020-10-26T08:36:40.252Z] v1.2.2-dev.71 [2020-10-26T08:36:40.252Z] v1.2.2-dev.72 [2020-10-26T08:36:40.252Z] v1.2.2-dev.73 [2020-10-26T08:36:40.252Z] v1.2.2-dev.74 [2020-10-26T08:36:40.252Z] v1.2.2-dev.75 [2020-10-26T08:36:40.252Z] v1.2.2-dev.76 [2020-10-26T08:36:40.252Z] v1.2.2-dev.77 [2020-10-26T08:36:40.252Z] v1.2.2-dev.78 [2020-10-26T08:36:40.252Z] v1.2.2-dev.79 [2020-10-26T08:36:40.252Z] v1.2.2-dev.8 [2020-10-26T08:36:40.252Z] v1.2.2-dev.80 [2020-10-26T08:36:40.252Z] v1.2.2-dev.81 [2020-10-26T08:36:40.252Z] v1.2.2-dev.82 [2020-10-26T08:36:40.252Z] v1.2.2-dev.83 [2020-10-26T08:36:40.252Z] v1.2.2-dev.84 [2020-10-26T08:36:40.252Z] v1.2.2-dev.85 [2020-10-26T08:36:40.252Z] v1.2.2-dev.86 [2020-10-26T08:36:40.252Z] v1.2.2-dev.87 [2020-10-26T08:36:40.252Z] v1.2.2-dev.88 [2020-10-26T08:36:40.252Z] v1.2.2-dev.89 [2020-10-26T08:36:40.252Z] v1.2.2-dev.9 [2020-10-26T08:36:40.252Z] v1.2.2-dev.90 [2020-10-26T08:36:40.252Z] v1.2.2-dev.91 [2020-10-26T08:36:40.252Z] v1.2.2-dev.92 [2020-10-26T08:36:40.252Z] v1.2.2-dev.93 [2020-10-26T08:36:40.252Z] v1.2.2-dev.94 [2020-10-26T08:36:40.252Z] v1.2.2-dev.95 [Pipeline] sh [2020-10-26T08:36:40.556Z] + lftools sign git-tag v1.2.2-dev.95 [2020-10-26T08:36:41.502Z] Signing Git tag with Sigul... [2020-10-26T08:36:41.502Z] Signing v1.2.2-dev.95 [Pipeline] echo [2020-10-26T08:36:42.900Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T08:36:43.193Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-26T08:36:43.202Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-26T08:36:43.304Z] $ docker stop --time=1 a796281f139ad7cdf0c8e099f299328f756155b872e877b2271234934cd05acb [2020-10-26T08:36:45.151Z] $ docker rm -f a796281f139ad7cdf0c8e099f299328f756155b872e877b2271234934cd05acb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:36:45.983Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T08:36:45.983Z] . [Pipeline] withDockerContainer [2020-10-26T08:36:46.086Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:36:46.126Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:36:46.785Z] $ docker top 313c9cae0c684e917ca111f4703b1288f194799428993396529a39129a60f004 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T08:36:47.105Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T08:36:47.105Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T08:36:47.300Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T08:36:47.305Z] $ docker exec 313c9cae0c684e917ca111f4703b1288f194799428993396529a39129a60f004 ssh-agent [2020-10-26T08:36:47.468Z] SSH_AUTH_SOCK=/tmp/ssh-f9LxpOCu619x/agent.11 [2020-10-26T08:36:47.468Z] SSH_AGENT_PID=16 [2020-10-26T08:36:47.475Z] Running ssh-add (command line suppressed) [2020-10-26T08:36:47.597Z] Identity added: /w/workspace/edgex-go/211@tmp/private_key_1415111273554345251.key (/w/workspace/edgex-go/211@tmp/private_key_1415111273554345251.key) [2020-10-26T08:36:47.648Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T08:36:47.981Z] + git semver bump pre [2020-10-26T08:36:47.981Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T08:36:47.981Z] # $GIT_DIR = /w/workspace/edgex-go/211/.git [2020-10-26T08:36:47.981Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/211 [2020-10-26T08:36:47.981Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T08:36:47.981Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T08:36:47.981Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T08:36:47.981Z] # $SEMVER_BRANCH = master [2020-10-26T08:36:47.981Z] # $SEMVER_DIR = /w/workspace/edgex-go/211/.semver [2020-10-26T08:36:47.981Z] 1.2.2-dev.96 [Pipeline] } [2020-10-26T08:36:47.993Z] $ docker exec --env ******** --env ******** 313c9cae0c684e917ca111f4703b1288f194799428993396529a39129a60f004 ssh-agent -k [2020-10-26T08:36:48.110Z] unset SSH_AUTH_SOCK; [2020-10-26T08:36:48.110Z] unset SSH_AGENT_PID; [2020-10-26T08:36:48.110Z] echo Agent pid 16 killed; [2020-10-26T08:36:48.154Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T08:36:48.655Z] + git semver [Pipeline] } [2020-10-26T08:36:48.674Z] $ docker stop --time=1 313c9cae0c684e917ca111f4703b1288f194799428993396529a39129a60f004 [2020-10-26T08:36:50.023Z] $ docker rm -f 313c9cae0c684e917ca111f4703b1288f194799428993396529a39129a60f004 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:36:50.547Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T08:36:50.547Z] . [Pipeline] withDockerContainer [2020-10-26T08:36:50.640Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:36:50.686Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:36:51.327Z] $ docker top e928fc9ae7de203ef148eff9e35aef3396fa4ed99a87c8a6c14a4fdf85d16d05 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T08:36:51.639Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T08:36:51.639Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T08:36:51.810Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T08:36:51.815Z] $ docker exec e928fc9ae7de203ef148eff9e35aef3396fa4ed99a87c8a6c14a4fdf85d16d05 ssh-agent [2020-10-26T08:36:51.973Z] SSH_AUTH_SOCK=/tmp/ssh-Dt6FO1b64Qp2/agent.13 [2020-10-26T08:36:51.973Z] SSH_AGENT_PID=19 [2020-10-26T08:36:51.979Z] Running ssh-add (command line suppressed) [2020-10-26T08:36:52.097Z] Identity added: /w/workspace/edgex-go/211@tmp/private_key_863299232325313193.key (/w/workspace/edgex-go/211@tmp/private_key_863299232325313193.key) [2020-10-26T08:36:52.145Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T08:36:52.479Z] + git semver push [2020-10-26T08:36:52.480Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T08:36:52.480Z] # $GIT_DIR = /w/workspace/edgex-go/211/.git [2020-10-26T08:36:52.480Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/211 [2020-10-26T08:36:52.480Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T08:36:52.480Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T08:36:52.480Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T08:36:52.480Z] # $SEMVER_BRANCH = master [2020-10-26T08:36:52.480Z] # $SEMVER_DIR = /w/workspace/edgex-go/211/.semver [Pipeline] } [2020-10-26T08:37:02.491Z] $ docker exec --env ******** --env ******** e928fc9ae7de203ef148eff9e35aef3396fa4ed99a87c8a6c14a4fdf85d16d05 ssh-agent -k [2020-10-26T08:37:02.604Z] unset SSH_AUTH_SOCK; [2020-10-26T08:37:02.604Z] unset SSH_AGENT_PID; [2020-10-26T08:37:02.604Z] echo Agent pid 19 killed; [2020-10-26T08:37:02.648Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T08:37:03.209Z] + git semver [Pipeline] } [2020-10-26T08:37:03.226Z] $ docker stop --time=1 e928fc9ae7de203ef148eff9e35aef3396fa4ed99a87c8a6c14a4fdf85d16d05 [2020-10-26T08:37:04.557Z] $ docker rm -f e928fc9ae7de203ef148eff9e35aef3396fa4ed99a87c8a6c14a4fdf85d16d05 [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-26T08:37:05.623Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T08:37:06.496Z] ---> package-listing.sh [2020-10-26T08:37:06.496Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-26T08:37:06.496Z] ++ facter osfamily [2020-10-26T08:37:06.496Z] + OS_FAMILY=redhat [2020-10-26T08:37:06.496Z] + workspace=/w/workspace/edgex-go/211 [2020-10-26T08:37:06.496Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-26T08:37:06.496Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-26T08:37:06.496Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-26T08:37:06.496Z] + PACKAGES=/tmp/packages_start.txt [2020-10-26T08:37:06.496Z] + '[' /w/workspace/edgex-go/211 ']' [2020-10-26T08:37:06.496Z] + PACKAGES=/tmp/packages_end.txt [2020-10-26T08:37:06.496Z] + case "${OS_FAMILY}" in [2020-10-26T08:37:06.496Z] + rpm -qa [2020-10-26T08:37:06.496Z] + sort [2020-10-26T08:37:10.703Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-26T08:37:10.703Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-26T08:37:10.703Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-26T08:37:10.703Z] + '[' /w/workspace/edgex-go/211 ']' [2020-10-26T08:37:10.703Z] + mkdir -p /w/workspace/edgex-go/211/archives/ [2020-10-26T08:37:10.703Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/211/archives/ [Pipeline] echo [2020-10-26T08:37:10.717Z] 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/211/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-26T08:37:11.006Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:37:11.310Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T08:37:11.311Z] [2020-10-26T08:37:11.311Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-26T08:37:11.654Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T08:37:11.654Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-26T08:37:11.654Z] df20fa9351a1: Already exists [2020-10-26T08:37:11.654Z] 36b3adc4ff6f: Pulling fs layer [2020-10-26T08:37:11.654Z] 8ad3a11d3b57: Pulling fs layer [2020-10-26T08:37:11.654Z] 46f8f816bc3b: Pulling fs layer [2020-10-26T08:37:11.654Z] 93b61091891f: Pulling fs layer [2020-10-26T08:37:11.654Z] 93b9cdb0e59b: Pulling fs layer [2020-10-26T08:37:11.654Z] 5e14af77c1be: Pulling fs layer [2020-10-26T08:37:11.654Z] 01666e4c0597: Pulling fs layer [2020-10-26T08:37:11.654Z] aa168da1d23b: Pulling fs layer [2020-10-26T08:37:11.654Z] 5e14af77c1be: Waiting [2020-10-26T08:37:11.654Z] 01666e4c0597: Waiting [2020-10-26T08:37:11.654Z] 93b61091891f: Waiting [2020-10-26T08:37:11.654Z] aa168da1d23b: Waiting [2020-10-26T08:37:11.654Z] 93b9cdb0e59b: Waiting [2020-10-26T08:37:11.654Z] 46f8f816bc3b: Verifying Checksum [2020-10-26T08:37:11.654Z] 46f8f816bc3b: Download complete [2020-10-26T08:37:11.654Z] 36b3adc4ff6f: Verifying Checksum [2020-10-26T08:37:11.654Z] 36b3adc4ff6f: Download complete [2020-10-26T08:37:11.654Z] 93b9cdb0e59b: Verifying Checksum [2020-10-26T08:37:11.654Z] 93b9cdb0e59b: Download complete [2020-10-26T08:37:11.654Z] 5e14af77c1be: Verifying Checksum [2020-10-26T08:37:11.654Z] 5e14af77c1be: Download complete [2020-10-26T08:37:11.919Z] 01666e4c0597: Verifying Checksum [2020-10-26T08:37:11.919Z] 01666e4c0597: Download complete [2020-10-26T08:37:11.919Z] 93b61091891f: Verifying Checksum [2020-10-26T08:37:11.919Z] 93b61091891f: Download complete [2020-10-26T08:37:11.919Z] 8ad3a11d3b57: Verifying Checksum [2020-10-26T08:37:11.919Z] 8ad3a11d3b57: Download complete [2020-10-26T08:37:11.919Z] 36b3adc4ff6f: Pull complete [2020-10-26T08:37:12.868Z] 8ad3a11d3b57: Pull complete [2020-10-26T08:37:12.868Z] 46f8f816bc3b: Pull complete [2020-10-26T08:37:13.811Z] 93b61091891f: Pull complete [2020-10-26T08:37:13.811Z] aa168da1d23b: Download complete [2020-10-26T08:37:14.754Z] 93b9cdb0e59b: Pull complete [2020-10-26T08:37:14.754Z] 5e14af77c1be: Pull complete [2020-10-26T08:37:15.019Z] 01666e4c0597: Pull complete [2020-10-26T08:37:20.318Z] aa168da1d23b: Pull complete [2020-10-26T08:37:20.318Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-26T08:37:20.318Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T08:37:20.318Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-26T08:37:20.441Z] prd-centos7-docker-4c-2g-8823 does not seem to be running inside a container [2020-10-26T08:37:20.487Z] $ 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/211/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/211 -v /w/workspace/edgex-go/211:/w/workspace/edgex-go/211:rw,z -v /w/workspace/edgex-go/211@tmp:/w/workspace/edgex-go/211@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-26T08:37:23.830Z] $ docker top 58dd31296b1c6d11684935c33ee97cab71200695245c4a18dc40bde6afd35a44 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T08:37:24.413Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-26T08:37:24.710Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-26T08:37:25.008Z] + ls /var/log/sa-host [2020-10-26T08:37:25.009Z] + sadf -c /var/log/sa-host/sa05 [2020-10-26T08:37:25.009Z] file_magic: OK [2020-10-26T08:37:25.009Z] HZ: Using current value: 100 [2020-10-26T08:37:25.009Z] file_header: OK [2020-10-26T08:37:25.009Z] 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-26T08:37:25.009Z] Statistics: [2020-10-26T08:37:25.009Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-26T08:37:25.009Z] File successfully converted to sysstat format version 12.2.1 [2020-10-26T08:37:25.009Z] + sadf -c /var/log/sa-host/sa26 [2020-10-26T08:37:25.009Z] file_magic: OK [2020-10-26T08:37:25.009Z] HZ: Using current value: 100 [2020-10-26T08:37:25.009Z] file_header: OK [2020-10-26T08:37:25.009Z] 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-26T08:37:25.009Z] Statistics: [2020-10-26T08:37:25.009Z] 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-26T08:37:25.009Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-26T08:37:25.686Z] provisioning config files... [2020-10-26T08:37:25.701Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/211@tmp/config7913588495246070205tmp [Pipeline] { [Pipeline] echo [2020-10-26T08:37:25.777Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T08:37:26.071Z] ---> create-netrc.sh [Pipeline] } [2020-10-26T08:37:26.080Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-26T08:37:26.184Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T08:37:26.476Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-26T08:37:26.487Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T08:37:26.780Z] ---> sudo-logs.sh [2020-10-26T08:37:26.780Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-26T08:37:26.790Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T08:37:27.085Z] ---> job-cost.sh [2020-10-26T08:37:27.085Z] lf-activate-venv: SKIPPING [2020-10-26T08:37:27.085Z] INFO: No Stack... [2020-10-26T08:37:28.029Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-26T08:37:28.599Z] INFO: Archiving Costs [Pipeline] echo [2020-10-26T08:37:28.612Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T08:37:28.923Z] ---> logs-deploy.sh [2020-10-26T08:37:28.923Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/211 [2020-10-26T08:37:28.923Z] INFO: archiving workspace using pattern(s): [2020-10-26T08:37:30.401Z] Archives upload complete. [2020-10-26T08:37:30.401Z] INFO: archiving logs to Nexus [2020-10-26T08:37:31.345Z] ---> uname -a: [2020-10-26T08:37:31.345Z] Linux prd-centos7-docker-4c-2g-8823.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-26T08:37:31.345Z] [2020-10-26T08:37:31.345Z] [2020-10-26T08:37:31.345Z] ---> lscpu: [2020-10-26T08:37:31.345Z] Architecture: x86_64 [2020-10-26T08:37:31.345Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-26T08:37:31.345Z] Byte Order: Little Endian [2020-10-26T08:37:31.345Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-26T08:37:31.345Z] CPU(s): 4 [2020-10-26T08:37:31.345Z] On-line CPU(s) list: 0-3 [2020-10-26T08:37:31.345Z] Thread(s) per core: 1 [2020-10-26T08:37:31.345Z] Core(s) per socket: 1 [2020-10-26T08:37:31.345Z] Socket(s): 4 [2020-10-26T08:37:31.345Z] NUMA node(s): 1 [2020-10-26T08:37:31.345Z] Vendor ID: GenuineIntel [2020-10-26T08:37:31.345Z] CPU family: 6 [2020-10-26T08:37:31.345Z] Model: 44 [2020-10-26T08:37:31.346Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-26T08:37:31.346Z] Stepping: 1 [2020-10-26T08:37:31.346Z] CPU MHz: 2933.438 [2020-10-26T08:37:31.346Z] BogoMIPS: 5866.87 [2020-10-26T08:37:31.346Z] Virtualization: VT-x [2020-10-26T08:37:31.346Z] Hypervisor vendor: KVM [2020-10-26T08:37:31.346Z] Virtualization type: full [2020-10-26T08:37:31.346Z] L1d cache: 128 KiB [2020-10-26T08:37:31.346Z] L1i cache: 128 KiB [2020-10-26T08:37:31.346Z] L2 cache: 16 MiB [2020-10-26T08:37:31.346Z] L3 cache: 64 MiB [2020-10-26T08:37:31.346Z] NUMA node0 CPU(s): 0-3 [2020-10-26T08:37:31.346Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-26T08:37:31.346Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-26T08:37:31.346Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-26T08:37:31.346Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-26T08:37:31.346Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-26T08:37:31.346Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-26T08:37:31.346Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-26T08:37:31.346Z] Vulnerability Tsx async abort: Not affected [2020-10-26T08:37:31.346Z] 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-26T08:37:31.346Z] [2020-10-26T08:37:31.346Z] [2020-10-26T08:37:31.346Z] ---> nproc: [2020-10-26T08:37:31.346Z] 4 [2020-10-26T08:37:31.346Z] [2020-10-26T08:37:31.346Z] [2020-10-26T08:37:31.346Z] ---> df -h: [2020-10-26T08:37:31.346Z] Filesystem Size Used Available Use% Mounted on [2020-10-26T08:37:31.346Z] overlay 50.0G 13.1G 36.9G 26% / [2020-10-26T08:37:31.346Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-26T08:37:31.346Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-26T08:37:31.346Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-26T08:37:31.346Z] /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os [2020-10-26T08:37:31.346Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf [2020-10-26T08:37:31.346Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname [2020-10-26T08:37:31.346Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts [2020-10-26T08:37:31.346Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure [2020-10-26T08:37:31.346Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log [2020-10-26T08:37:31.346Z] /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json [2020-10-26T08:37:31.346Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host [2020-10-26T08:37:31.346Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/211 [2020-10-26T08:37:31.346Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/211@tmp [2020-10-26T08:37:31.346Z] [2020-10-26T08:37:31.346Z] [2020-10-26T08:37:31.346Z] ---> free -m: [2020-10-26T08:37:31.346Z] total used free shared buff/cache available [2020-10-26T08:37:31.346Z] Mem: 1837 737 153 0 946 1043 [2020-10-26T08:37:31.346Z] Swap: 1023 69 954 [2020-10-26T08:37:31.346Z] [2020-10-26T08:37:31.346Z] [2020-10-26T08:37:31.346Z] ---> ip addr: [2020-10-26T08:37:31.346Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-26T08:37:31.346Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-26T08:37:31.346Z] inet 127.0.0.1/8 scope host lo [2020-10-26T08:37:31.346Z] valid_lft forever preferred_lft forever [2020-10-26T08:37:31.346Z] inet6 ::1/128 scope host [2020-10-26T08:37:31.346Z] valid_lft forever preferred_lft forever [2020-10-26T08:37:31.346Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-26T08:37:31.346Z] link/ether fa:16:3e:f0:ff:36 brd ff:ff:ff:ff:ff:ff [2020-10-26T08:37:31.346Z] inet 10.30.123.29/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-26T08:37:31.346Z] valid_lft 85088sec preferred_lft 85088sec [2020-10-26T08:37:31.346Z] inet6 fe80::f816:3eff:fef0:ff36/64 scope link [2020-10-26T08:37:31.346Z] valid_lft forever preferred_lft forever [2020-10-26T08:37:31.346Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-26T08:37:31.346Z] link/ether 02:42:57:bd:a3:15 brd ff:ff:ff:ff:ff:ff [2020-10-26T08:37:31.346Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-26T08:37:31.346Z] valid_lft forever preferred_lft forever [2020-10-26T08:37:31.346Z] inet6 fe80::42:57ff:febd:a315/64 scope link [2020-10-26T08:37:31.346Z] valid_lft forever preferred_lft forever [2020-10-26T08:37:31.346Z] [2020-10-26T08:37:31.346Z] [2020-10-26T08:37:31.346Z] ---> sar -b -r -n DEV: [2020-10-26T08:37:31.346Z] 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-26T08:37:31.346Z] [2020-10-26T08:37:31.346Z] 08:15:21 LINUX RESTART (4 CPU) [2020-10-26T08:37:31.346Z] [2020-10-26T08:37:31.346Z] 08:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-26T08:37:31.346Z] 08:17:01 148.27 65.77 82.50 0.00 8938.44 31431.06 0.00 [2020-10-26T08:37:31.346Z] 08:18:01 275.76 55.83 219.93 0.00 3876.76 63168.06 0.00 [2020-10-26T08:37:31.346Z] 08:19:03 1836.81 1516.88 319.94 0.00 121705.68 174045.80 0.00 [2020-10-26T08:37:31.346Z] 08:20:01 973.72 705.62 268.10 0.00 48153.40 70647.10 0.00 [2020-10-26T08:37:31.346Z] 08:21:03 2288.88 1927.00 361.88 0.00 110146.36 141180.33 0.00 [2020-10-26T08:37:31.346Z] 08:22:01 1454.17 1153.59 300.58 0.00 70164.78 86412.39 0.00 [2020-10-26T08:37:31.346Z] 08:23:01 170.07 47.70 122.37 0.00 6632.62 11833.57 0.00 [2020-10-26T08:37:31.346Z] 08:24:01 77.31 72.90 4.41 0.00 2547.03 91.23 0.00 [2020-10-26T08:37:31.346Z] 08:25:01 0.27 0.02 0.25 0.00 0.13 3.58 0.00 [2020-10-26T08:37:31.346Z] 08:26:01 0.68 0.43 0.25 0.00 17.32 3.02 0.00 [2020-10-26T08:37:31.346Z] 08:27:01 0.30 0.02 0.28 0.00 0.27 3.33 0.00 [2020-10-26T08:37:31.346Z] 08:28:01 0.25 0.02 0.23 0.00 0.53 2.45 0.00 [2020-10-26T08:37:31.346Z] 08:29:01 0.20 0.00 0.20 0.00 0.00 1.80 0.00 [2020-10-26T08:37:31.346Z] 08:30:01 0.28 0.00 0.28 0.00 0.00 3.45 0.00 [2020-10-26T08:37:31.346Z] 08:31:01 234.99 107.89 127.10 0.00 5956.25 31899.68 0.00 [2020-10-26T08:37:31.346Z] 08:32:01 57.23 11.82 45.41 0.00 548.03 3455.67 0.00 [2020-10-26T08:37:31.346Z] 08:33:02 36.20 1.97 34.24 0.00 61.42 533.92 0.00 [2020-10-26T08:37:31.346Z] 08:34:01 28.11 0.52 27.58 0.00 10.84 407.18 0.00 [2020-10-26T08:37:31.346Z] 08:35:01 28.52 0.48 28.04 0.00 12.25 454.38 0.00 [2020-10-26T08:37:31.346Z] 08:36:01 24.04 2.81 21.23 0.00 402.73 351.54 0.00 [2020-10-26T08:37:31.346Z] 08:37:01 240.39 95.12 145.26 0.00 7266.19 33197.00 0.00 [2020-10-26T08:37:31.346Z] Average: 376.75 276.19 100.56 0.00 18529.01 31103.91 0.00 [2020-10-26T08:37:31.346Z] [2020-10-26T08:37:31.346Z] 08:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-26T08:37:31.346Z] 08:17:01 64424 0 597108 31.73 2620 1217404 1321452 45.10 672520 974424 69772 [2020-10-26T08:37:31.346Z] 08:18:01 77396 0 719244 38.23 1492 1083424 1564336 53.39 661748 893660 39048 [2020-10-26T08:37:31.346Z] 08:19:03 74060 0 736436 39.14 4 1071056 1968064 67.17 574868 1055304 42824 [2020-10-26T08:37:31.346Z] 08:20:01 362124 0 728024 38.69 4 791404 2154352 73.52 582552 738804 35592 [2020-10-26T08:37:31.346Z] 08:21:03 71632 0 793712 42.18 4 1016208 2326332 79.39 707880 908496 72696 [2020-10-26T08:37:31.346Z] 08:22:01 405500 0 691776 36.77 0 784280 1718640 58.65 537324 731316 536 [2020-10-26T08:37:31.346Z] 08:23:01 475592 0 592140 31.47 0 813824 1224408 41.79 538392 665176 28 [2020-10-26T08:37:31.346Z] 08:24:01 403832 0 589052 31.31 0 888672 1217548 41.55 546576 728216 16 [2020-10-26T08:37:31.346Z] 08:25:01 407656 0 585220 31.10 0 888680 1202856 41.05 544096 727420 12 [2020-10-26T08:37:31.346Z] 08:26:01 409712 0 582656 30.97 0 889188 1179272 40.25 542752 727540 20 [2020-10-26T08:37:31.346Z] 08:27:01 410024 0 582340 30.95 0 889192 1179248 40.25 542712 727544 12 [2020-10-26T08:37:31.346Z] 08:28:01 409704 0 582656 30.97 0 889196 1179332 40.25 543036 727552 8 [2020-10-26T08:37:31.346Z] 08:29:01 410372 0 581964 30.93 0 889220 1179212 40.24 542456 727568 8 [2020-10-26T08:37:31.346Z] 08:30:01 409540 0 582788 30.97 0 889228 1179356 40.25 543196 727572 16 [2020-10-26T08:37:31.346Z] 08:31:01 129500 0 663660 35.27 0 1088396 1478556 50.46 710160 789964 61832 [2020-10-26T08:37:31.346Z] 08:32:01 191328 0 648080 34.44 0 1042148 1474800 50.33 718932 740132 36 [2020-10-26T08:37:31.346Z] 08:33:02 211012 0 628204 33.39 0 1042340 1397548 47.70 700624 738400 44 [2020-10-26T08:37:31.346Z] 08:34:01 212556 0 626528 33.30 0 1042472 1399644 47.77 701156 736152 40 [2020-10-26T08:37:31.346Z] 08:35:01 214836 0 623984 33.16 0 1042736 1388632 47.39 701704 734352 48 [2020-10-26T08:37:31.346Z] 08:36:01 125096 0 702328 37.33 0 1054132 1967416 67.14 773136 737972 36 [2020-10-26T08:37:31.346Z] 08:37:01 200536 0 692328 36.80 0 988692 1280612 43.70 539956 833924 52 [2020-10-26T08:37:31.346Z] Average: 270306 0 644297 34.24 196 966757 1475315 50.35 615513 779595 15366 [2020-10-26T08:37:31.346Z] [2020-10-26T08:37:31.346Z] 08:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-26T08:37:31.347Z] 08:17:01 eth0 1394.48 1350.48 6885.97 172.58 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:17:01 docker0 733.79 554.58 62.83 2651.51 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:18:01 eth0 738.86 612.96 5472.34 58.52 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:18:01 docker0 138.55 173.50 9.70 829.38 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:19:03 veth7b21d3d 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:19:03 eth0 85.90 61.54 180.01 82.21 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:19:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:19:03 docker0 15.94 21.60 0.88 142.03 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:20:01 veth7b21d3d 0.00 0.09 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:20:01 vethdf31f3f 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:20:01 eth0 42.65 26.00 98.06 13.99 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:21:03 veth8100667 3.72 3.85 0.43 16.24 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:21:03 veth7b21d3d 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:21:03 eth0 129.35 87.63 439.50 100.57 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:21:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:22:01 veth7b21d3d 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:22:01 veth2058a94 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:22:01 eth0 45.76 23.91 72.52 16.89 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:23:01 eth0 391.43 354.29 338.66 1135.38 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:23:01 docker0 959.19 849.37 77.58 4264.64 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:24:01 eth0 139.25 139.39 50.81 609.81 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:25:01 eth0 0.85 0.48 0.53 0.42 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:26:01 eth0 0.23 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:27:01 eth0 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:28:01 eth0 1.02 0.32 0.32 0.17 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:29:01 eth0 0.32 0.10 0.03 0.04 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:30:01 eth0 0.92 0.35 0.31 0.20 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:31:01 vethceaf2af 44.76 43.85 4.64 235.34 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:31:01 eth0 456.62 408.99 3980.85 37.43 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:31:01 docker0 44.76 43.72 4.02 235.33 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:32:01 eth0 164.21 127.27 262.57 114.52 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:32:01 veth58f00c6 0.57 0.78 0.20 0.30 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:32:01 docker0 3.95 3.53 0.89 1.66 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:33:02 vethf55e954 0.27 0.30 0.04 0.16 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:33:02 eth0 163.18 126.76 119.06 130.29 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:33:02 docker0 4.45 3.88 1.10 1.98 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:34:01 veth4ed4692 0.30 0.32 0.06 0.14 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:34:01 eth0 127.16 97.22 98.52 89.20 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:34:01 docker0 3.83 3.44 0.95 1.64 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:35:01 veth5105aa9 0.37 0.47 0.11 0.18 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:35:01 eth0 129.49 96.50 97.73 86.68 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:35:01 docker0 3.98 3.81 1.15 1.86 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:36:01 veth08f2925 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:36:01 eth0 115.40 85.98 84.95 86.16 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:36:01 vetheb6aec0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:37:01 vethb3a7889 2.41 1.81 0.55 0.64 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:37:01 eth0 485.98 429.73 3453.61 107.15 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] 08:37:01 docker0 1057.00 950.66 88.63 4708.92 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] Average: vethb3a7889 0.12 0.09 0.03 0.03 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] Average: eth0 220.08 192.28 1032.56 135.66 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] Average: docker0 50.41 45.34 4.23 224.58 0.00 0.00 0.00 0.00 [2020-10-26T08:37:31.347Z] [2020-10-26T08:37:31.347Z] [2020-10-26T08:37:31.347Z] ---> sar -P ALL: [2020-10-26T08:37:31.347Z] 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-26T08:37:31.347Z] [2020-10-26T08:37:31.347Z] 08:15:21 LINUX RESTART (4 CPU) [2020-10-26T08:37:31.347Z] [2020-10-26T08:37:31.347Z] 08:16:01 CPU %user %nice %system %iowait %steal %idle [2020-10-26T08:37:31.347Z] 08:17:01 all 16.10 0.00 5.35 2.97 0.05 75.54 [2020-10-26T08:37:31.347Z] 08:17:01 0 19.98 0.00 7.32 3.09 0.05 69.55 [2020-10-26T08:37:31.347Z] 08:17:01 1 16.12 0.00 4.27 1.87 0.05 77.69 [2020-10-26T08:37:31.347Z] 08:17:01 2 13.90 0.00 5.04 4.74 0.05 76.27 [2020-10-26T08:37:31.347Z] 08:17:01 3 14.41 0.00 4.78 2.16 0.05 78.59 [2020-10-26T08:37:31.347Z] 08:18:01 all 13.26 0.00 7.91 6.77 0.06 72.00 [2020-10-26T08:37:31.347Z] 08:18:01 0 14.36 0.00 8.69 5.31 0.07 71.58 [2020-10-26T08:37:31.347Z] 08:18:01 1 12.89 0.00 8.07 8.38 0.03 70.63 [2020-10-26T08:37:31.347Z] 08:18:01 2 12.94 0.00 7.90 8.16 0.05 70.95 [2020-10-26T08:37:31.347Z] 08:18:01 3 12.87 0.00 6.98 5.24 0.07 74.84 [2020-10-26T08:37:31.347Z] 08:19:03 all 18.36 0.00 17.44 22.43 0.10 41.67 [2020-10-26T08:37:31.347Z] 08:19:03 0 17.93 0.00 17.59 20.38 0.12 43.99 [2020-10-26T08:37:31.347Z] 08:19:03 1 19.04 0.00 17.35 23.39 0.10 40.11 [2020-10-26T08:37:31.347Z] 08:19:03 2 18.07 0.00 17.15 21.46 0.10 43.22 [2020-10-26T08:37:31.347Z] 08:19:03 3 18.38 0.00 17.67 24.51 0.08 39.35 [2020-10-26T08:37:31.347Z] 08:20:01 all 54.54 0.00 14.11 17.64 0.07 13.63 [2020-10-26T08:37:31.347Z] 08:20:01 0 54.56 0.00 14.71 18.40 0.05 12.28 [2020-10-26T08:37:31.347Z] 08:20:01 1 54.58 0.00 14.02 16.25 0.09 15.06 [2020-10-26T08:37:31.347Z] 08:20:01 2 54.31 0.00 13.97 19.44 0.07 12.21 [2020-10-26T08:37:31.347Z] 08:20:01 3 54.73 0.00 13.76 16.47 0.07 14.96 [2020-10-26T08:37:31.347Z] 08:21:03 all 15.74 0.00 15.11 38.46 0.09 30.60 [2020-10-26T08:37:31.347Z] 08:21:03 0 15.25 0.00 14.56 39.30 0.07 30.83 [2020-10-26T08:37:31.347Z] 08:21:03 1 16.03 0.00 15.43 41.06 0.10 27.38 [2020-10-26T08:37:31.348Z] 08:21:03 2 14.42 0.00 15.19 35.50 0.12 34.78 [2020-10-26T08:37:31.348Z] 08:21:03 3 17.30 0.00 15.26 38.00 0.09 29.35 [2020-10-26T08:37:31.348Z] 08:22:01 all 53.26 0.00 15.17 18.67 0.11 12.78 [2020-10-26T08:37:31.348Z] 08:22:01 0 52.30 0.00 15.53 18.81 0.11 13.26 [2020-10-26T08:37:31.348Z] 08:22:01 1 53.65 0.00 15.06 18.67 0.12 12.49 [2020-10-26T08:37:31.348Z] 08:22:01 2 53.28 0.00 15.41 19.42 0.07 11.82 [2020-10-26T08:37:31.348Z] 08:22:01 3 53.82 0.00 14.69 17.79 0.14 13.56 [2020-10-26T08:37:31.348Z] 08:23:01 all 13.23 0.00 6.42 7.95 0.05 72.36 [2020-10-26T08:37:31.348Z] 08:23:01 0 13.17 0.00 7.27 6.96 0.05 72.55 [2020-10-26T08:37:31.348Z] 08:23:01 1 13.10 0.00 6.25 8.71 0.03 71.91 [2020-10-26T08:37:31.348Z] 08:23:01 2 13.16 0.00 5.97 6.51 0.05 74.30 [2020-10-26T08:37:31.348Z] 08:23:01 3 13.48 0.00 6.17 9.62 0.05 70.67 [2020-10-26T08:37:31.348Z] 08:24:01 all 3.49 0.00 1.11 1.95 0.03 93.43 [2020-10-26T08:37:31.348Z] 08:24:01 0 3.42 0.00 1.11 1.83 0.03 93.61 [2020-10-26T08:37:31.348Z] 08:24:01 1 3.51 0.00 1.19 1.94 0.02 93.34 [2020-10-26T08:37:31.348Z] 08:24:01 2 3.46 0.00 1.19 2.04 0.02 93.29 [2020-10-26T08:37:31.348Z] 08:24:01 3 3.57 0.00 0.95 1.98 0.03 93.47 [2020-10-26T08:37:31.348Z] 08:25:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2020-10-26T08:37:31.348Z] 08:25:01 0 0.52 0.00 0.05 0.00 0.00 99.43 [2020-10-26T08:37:31.348Z] 08:25:01 1 0.08 0.00 0.02 0.00 0.00 99.90 [2020-10-26T08:37:31.348Z] 08:25:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-26T08:37:31.348Z] 08:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2020-10-26T08:37:31.348Z] 08:26:01 all 0.16 0.00 0.02 0.00 0.00 99.80 [2020-10-26T08:37:31.348Z] 08:26:01 0 0.53 0.00 0.02 0.00 0.00 99.45 [2020-10-26T08:37:31.348Z] 08:26:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2020-10-26T08:37:31.348Z] 08:26:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2020-10-26T08:37:31.348Z] 08:26:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2020-10-26T08:37:31.348Z] 08:27:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-10-26T08:37:31.348Z] 08:27:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2020-10-26T08:37:31.348Z] 08:27:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-26T08:37:31.348Z] 08:27:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-26T08:37:31.348Z] 08:27:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-26T08:37:31.348Z] [2020-10-26T08:37:31.348Z] 08:27:01 CPU %user %nice %system %iowait %steal %idle [2020-10-26T08:37:31.348Z] 08:28:01 all 0.07 0.00 0.04 0.00 0.00 99.90 [2020-10-26T08:37:31.348Z] 08:28:01 0 0.15 0.00 0.05 0.00 0.00 99.80 [2020-10-26T08:37:31.348Z] 08:28:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-26T08:37:31.348Z] 08:28:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-26T08:37:31.348Z] 08:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-26T08:37:31.348Z] 08:29:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-10-26T08:37:31.348Z] 08:29:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-26T08:37:31.348Z] 08:29:01 1 0.47 0.00 0.03 0.00 0.00 99.50 [2020-10-26T08:37:31.348Z] 08:29:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-26T08:37:31.348Z] 08:29:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2020-10-26T08:37:31.348Z] 08:30:01 all 0.17 0.00 0.03 0.00 0.00 99.79 [2020-10-26T08:37:31.348Z] 08:30:01 0 0.10 0.00 0.03 0.00 0.00 99.87 [2020-10-26T08:37:31.348Z] 08:30:01 1 0.52 0.00 0.03 0.00 0.02 99.43 [2020-10-26T08:37:31.348Z] 08:30:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-26T08:37:31.348Z] 08:30:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2020-10-26T08:37:31.348Z] 08:31:01 all 7.87 0.00 4.23 5.73 0.03 82.14 [2020-10-26T08:37:31.348Z] 08:31:01 0 7.95 0.00 4.67 3.40 0.03 83.96 [2020-10-26T08:37:31.348Z] 08:31:01 1 8.04 0.00 4.10 6.51 0.03 81.32 [2020-10-26T08:37:31.348Z] 08:31:01 2 7.84 0.00 4.16 5.45 0.03 82.52 [2020-10-26T08:37:31.348Z] 08:31:01 3 7.64 0.00 4.01 7.58 0.02 80.75 [2020-10-26T08:37:31.348Z] 08:32:01 all 3.73 0.00 3.53 1.28 0.04 91.42 [2020-10-26T08:37:31.348Z] 08:32:01 0 3.90 0.00 3.56 1.73 0.03 90.77 [2020-10-26T08:37:31.348Z] 08:32:01 1 3.51 0.00 3.46 0.60 0.07 92.36 [2020-10-26T08:37:31.348Z] 08:32:01 2 3.52 0.00 3.32 2.16 0.02 90.99 [2020-10-26T08:37:31.348Z] 08:32:01 3 4.01 0.00 3.77 0.64 0.03 91.55 [2020-10-26T08:37:31.348Z] 08:33:02 all 3.59 0.00 3.39 0.64 0.03 92.35 [2020-10-26T08:37:31.348Z] 08:33:02 0 3.33 0.00 3.53 0.54 0.03 92.57 [2020-10-26T08:37:31.348Z] 08:33:02 1 3.55 0.00 3.48 0.67 0.05 92.25 [2020-10-26T08:37:31.348Z] 08:33:02 2 3.56 0.00 3.13 0.64 0.03 92.63 [2020-10-26T08:37:31.348Z] 08:33:02 3 3.91 0.00 3.42 0.69 0.02 91.96 [2020-10-26T08:37:31.348Z] 08:34:01 all 2.92 0.00 2.76 0.58 0.03 93.71 [2020-10-26T08:37:31.348Z] 08:34:01 0 3.02 0.00 3.02 0.41 0.02 93.53 [2020-10-26T08:37:31.348Z] 08:34:01 1 2.82 0.00 2.75 0.65 0.02 93.76 [2020-10-26T08:37:31.348Z] 08:34:01 2 2.44 0.00 2.25 0.32 0.03 94.95 [2020-10-26T08:37:31.348Z] 08:34:01 3 3.41 0.00 3.00 0.94 0.03 92.61 [2020-10-26T08:37:31.348Z] 08:35:01 all 2.99 0.00 2.69 0.50 0.02 93.80 [2020-10-26T08:37:31.348Z] 08:35:01 0 2.77 0.00 2.53 0.18 0.02 94.50 [2020-10-26T08:37:31.348Z] 08:35:01 1 3.46 0.00 3.31 0.71 0.02 92.50 [2020-10-26T08:37:31.348Z] 08:35:01 2 2.47 0.00 1.96 0.40 0.02 95.15 [2020-10-26T08:37:31.348Z] 08:35:01 3 3.28 0.00 2.96 0.71 0.02 93.05 [2020-10-26T08:37:31.348Z] 08:36:01 all 2.48 0.00 2.40 0.43 0.03 94.67 [2020-10-26T08:37:31.348Z] 08:36:01 0 2.30 0.00 2.28 0.59 0.03 94.80 [2020-10-26T08:37:31.348Z] 08:36:01 1 2.83 0.00 2.90 0.35 0.02 93.90 [2020-10-26T08:37:31.348Z] 08:36:01 2 2.09 0.00 1.98 0.18 0.02 95.73 [2020-10-26T08:37:31.348Z] 08:36:01 3 2.68 0.00 2.45 0.60 0.03 94.23 [2020-10-26T08:37:31.348Z] 08:37:01 all 11.10 0.00 7.36 3.61 0.04 77.89 [2020-10-26T08:37:31.348Z] 08:37:01 0 10.20 0.00 7.17 1.84 0.05 80.73 [2020-10-26T08:37:31.348Z] 08:37:01 1 11.05 0.00 7.45 5.62 0.05 75.84 [2020-10-26T08:37:31.348Z] 08:37:01 2 13.50 0.00 7.79 3.51 0.05 75.15 [2020-10-26T08:37:31.348Z] 08:37:01 3 9.65 0.00 7.02 3.47 0.02 79.84 [2020-10-26T08:37:31.348Z] Average: all 10.42 0.00 5.14 6.11 0.04 78.29 [2020-10-26T08:37:31.348Z] Average: 0 10.57 0.00 5.37 5.80 0.04 78.23 [2020-10-26T08:37:31.348Z] Average: 1 10.50 0.00 5.15 6.38 0.04 77.93 [2020-10-26T08:37:31.348Z] Average: 2 10.23 0.00 5.03 6.13 0.03 78.58 [2020-10-26T08:37:31.348Z] Average: 3 10.40 0.00 5.03 6.12 0.04 78.41 [2020-10-26T08:37:31.348Z] [2020-10-26T08:37:31.348Z] [2020-10-26T08:37:31.348Z]