Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 116975359223b037ef6a270a14331e73faedb550 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-4645 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/176 [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/176 # 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 116975359223b037ef6a270a14331e73faedb550 (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 116975359223b037ef6a270a14331e73faedb550 # timeout=10 Commit message: "Merge pull request #2778 from cloudxxx8/issue-2770" > git rev-list --no-walk f69fcd6f6cfc821951e2cd5529adc6021efd69b2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-12T01:19:35.135Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-12T01:19:35.483Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-12T01:19:35.589Z] ========================================================= [2020-10-12T01:19:35.589Z] EdgeX Global Pipelines Version Info [2020-10-12T01:19:35.589Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-12T01:19:37.047Z] ------------------- [2020-10-12T01:19:37.048Z] stable info: [2020-10-12T01:19:37.048Z] ------------------- [2020-10-12T01:19:37.048Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-12T01:19:37.048Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-12T01:19:37.048Z] Message: update stable to v1.0.131 [2020-10-12T01:19:37.992Z] ------------------- [2020-10-12T01:19:37.992Z] experimental info: [2020-10-12T01:19:37.992Z] ------------------- [2020-10-12T01:19:37.992Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-12T01:19:37.992Z] Commit SHA: 2e6d42a532571151575c80d72899821df0f9b0af [2020-10-12T01:19:37.992Z] Message: update experimental to v1.0.135 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-12T01:19:38.259Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-12T01:19:38.353Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-12T01:19:38.457Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-12T01:19:38.556Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-12T01:19:38.654Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-12T01:19:38.753Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-12T01:19:38.850Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-12T01:19:38.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-12T01:19:39.072Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-12T01:19:39.167Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-12T01:19:39.282Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-12T01:19:39.393Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-12T01:19:39.505Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-12T01:19:39.596Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-12T01:19:39.692Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-12T01:19:39.783Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-12T01:19:39.873Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-12T01:19:39.965Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-12T01:19:40.075Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-12T01:19:40.164Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-12T01:19:40.285Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-12T01:19:40.395Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-12T01:19:40.482Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-12T01:19:40.591Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-12T01:19:40.689Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 116975359223b037ef6a270a14331e73faedb550 [Pipeline] echo [2020-10-12T01:19:40.793Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1169753 [Pipeline] echo [2020-10-12T01:19:40.881Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-12T01:19:41.272Z] ++ 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-12T01:19:41.272Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T01:19:41.272Z] ++ dirname cmd/core-command/Dockerfile [2020-10-12T01:19:41.272Z] ++ cut -d/ -f2 [2020-10-12T01:19:41.272Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-12T01:19:41.272Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T01:19:41.272Z] ++ dirname cmd/core-data/Dockerfile [2020-10-12T01:19:41.272Z] ++ cut -d/ -f2 [2020-10-12T01:19:41.272Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-12T01:19:41.272Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T01:19:41.272Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-12T01:19:41.272Z] ++ cut -d/ -f2 [2020-10-12T01:19:41.272Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-12T01:19:41.272Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T01:19:41.272Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-12T01:19:41.272Z] ++ cut -d/ -f2 [2020-10-12T01:19:41.272Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-12T01:19:41.272Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T01:19:41.272Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-12T01:19:41.272Z] ++ cut -d/ -f2 [2020-10-12T01:19:41.272Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-12T01:19:41.272Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T01:19:41.272Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-12T01:19:41.272Z] ++ cut -d/ -f2 [2020-10-12T01:19:41.272Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-12T01:19:41.272Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T01:19:41.272Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-12T01:19:41.272Z] ++ cut -d/ -f2 [2020-10-12T01:19:41.272Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-12T01:19:41.272Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T01:19:41.272Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-12T01:19:41.272Z] ++ cut -d/ -f2 [2020-10-12T01:19:41.272Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-12T01:19:41.272Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T01:19:41.272Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-12T01:19:41.272Z] ++ cut -d/ -f2 [2020-10-12T01:19:41.272Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-12T01:19:41.272Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-12T01:19:41.272Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-12T01:19:41.272Z] ++ cut -d/ -f2 [2020-10-12T01:19:41.272Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-12T01:19:41.344Z] 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-12T01:19:42.712Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T01:19:42.978Z] [2020-10-12T01:19:42.978Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:19:43.325Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T01:19:43.325Z] latest: Pulling from edgex-devops/git-semver [2020-10-12T01:19:43.325Z] 31603596830f: Pulling fs layer [2020-10-12T01:19:43.325Z] 2a8b12db71e7: Pulling fs layer [2020-10-12T01:19:43.325Z] 6ca5941a6612: Pulling fs layer [2020-10-12T01:19:43.325Z] ecc8261a40a4: Pulling fs layer [2020-10-12T01:19:43.325Z] ecc8261a40a4: Waiting [2020-10-12T01:19:43.325Z] 2a8b12db71e7: Download complete [2020-10-12T01:19:43.590Z] 31603596830f: Download complete [2020-10-12T01:19:43.591Z] ecc8261a40a4: Verifying Checksum [2020-10-12T01:19:43.591Z] ecc8261a40a4: Download complete [2020-10-12T01:19:43.591Z] 6ca5941a6612: Verifying Checksum [2020-10-12T01:19:43.591Z] 6ca5941a6612: Download complete [2020-10-12T01:19:43.855Z] 31603596830f: Pull complete [2020-10-12T01:19:44.118Z] 2a8b12db71e7: Pull complete [2020-10-12T01:19:44.698Z] 6ca5941a6612: Pull complete [2020-10-12T01:19:44.959Z] ecc8261a40a4: Pull complete [2020-10-12T01:19:44.959Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-12T01:19:44.959Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T01:19:44.959Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-12T01:19:45.062Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:19:45.118Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:19:47.502Z] $ docker top 50f729a5193d8aaed3482c4c32bc82b30207f78c5ffe1a257741dd1e820f163b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-12T01:19:47.776Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T01:19:47.776Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T01:19:47.987Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T01:19:47.993Z] $ docker exec 50f729a5193d8aaed3482c4c32bc82b30207f78c5ffe1a257741dd1e820f163b ssh-agent [2020-10-12T01:19:48.145Z] SSH_AUTH_SOCK=/tmp/ssh-3R4Cr0TTzi1v/agent.12 [2020-10-12T01:19:48.145Z] SSH_AGENT_PID=17 [2020-10-12T01:19:48.236Z] Running ssh-add (command line suppressed) [2020-10-12T01:19:48.362Z] Identity added: /w/workspace/edgex-go/176@tmp/private_key_535000336360247489.key (/w/workspace/edgex-go/176@tmp/private_key_535000336360247489.key) [2020-10-12T01:19:48.415Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T01:19:48.777Z] + git describe --exact-match --tags HEAD [2020-10-12T01:19:48.777Z] fatal: no tag exactly matches '116975359223b037ef6a270a14331e73faedb550' [Pipeline] } [2020-10-12T01:19:48.802Z] $ docker exec --env ******** --env ******** 50f729a5193d8aaed3482c4c32bc82b30207f78c5ffe1a257741dd1e820f163b ssh-agent -k [2020-10-12T01:19:48.910Z] unset SSH_AUTH_SOCK; [2020-10-12T01:19:48.911Z] unset SSH_AGENT_PID; [2020-10-12T01:19:48.911Z] echo Agent pid 17 killed; [2020-10-12T01:19:48.952Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-12T01:19:49.037Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-12T01:19:49.037Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-12T01:19:49.176Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T01:19:49.176Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T01:19:49.335Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T01:19:49.341Z] $ docker exec 50f729a5193d8aaed3482c4c32bc82b30207f78c5ffe1a257741dd1e820f163b ssh-agent [2020-10-12T01:19:49.497Z] SSH_AUTH_SOCK=/tmp/ssh-hBImB4qFQQY3/agent.46 [2020-10-12T01:19:49.497Z] SSH_AGENT_PID=52 [2020-10-12T01:19:49.503Z] Running ssh-add (command line suppressed) [2020-10-12T01:19:49.618Z] Identity added: /w/workspace/edgex-go/176@tmp/private_key_4761137357160731627.key (/w/workspace/edgex-go/176@tmp/private_key_4761137357160731627.key) [2020-10-12T01:19:49.664Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T01:19:49.992Z] + git semver init [2020-10-12T01:19:49.992Z] # -> Open(): unable to determine branch for HEAD [2020-10-12T01:19:49.992Z] # $GIT_DIR = /w/workspace/edgex-go/176/.git [2020-10-12T01:19:49.992Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/176 [2020-10-12T01:19:49.992Z] # $SEMVER_REMOTE_NAME = origin [2020-10-12T01:19:49.992Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-12T01:19:49.992Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-12T01:19:49.992Z] # $SEMVER_BRANCH = master [2020-10-12T01:19:49.992Z] # $SEMVER_TEMP = /tmp/semver-135538928 [2020-10-12T01:19:49.992Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-12T01:20:16.610Z] # '/tmp/semver-135538928' -> '/w/workspace/edgex-go/176/.semver' [2020-10-12T01:20:16.610Z] # -> Force: false [2020-10-12T01:20:16.610Z] # $SEMVER_DIR = /w/workspace/edgex-go/176/.semver [Pipeline] } [2020-10-12T01:20:16.628Z] $ docker exec --env ******** --env ******** 50f729a5193d8aaed3482c4c32bc82b30207f78c5ffe1a257741dd1e820f163b ssh-agent -k [2020-10-12T01:20:16.836Z] unset SSH_AUTH_SOCK; [2020-10-12T01:20:16.837Z] unset SSH_AGENT_PID; [2020-10-12T01:20:16.837Z] echo Agent pid 52 killed; [2020-10-12T01:20:16.913Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-12T01:20:17.419Z] + git semver [Pipeline] } [2020-10-12T01:20:17.439Z] $ docker stop --time=1 50f729a5193d8aaed3482c4c32bc82b30207f78c5ffe1a257741dd1e820f163b [2020-10-12T01:20:19.108Z] $ docker rm -f 50f729a5193d8aaed3482c4c32bc82b30207f78c5ffe1a257741dd1e820f163b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-12T01:20:31.904Z] Stashed 78 file(s) [Pipeline] echo [2020-10-12T01:20:31.907Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.61 [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-12T01:20:32.457Z] ========================================================= [2020-10-12T01:20:32.457Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-12T01:20:32.458Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:20:32.796Z] + 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-12T01:20:37.025Z] Sending build context to Docker daemon 324.9MB [2020-10-12T01:20:37.025Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-12T01:20:37.025Z] Step 2/7 : FROM ${BASE} [2020-10-12T01:20:37.025Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-12T01:20:37.025Z] df20fa9351a1: Pulling fs layer [2020-10-12T01:20:37.025Z] ed8968b2872e: Pulling fs layer [2020-10-12T01:20:37.025Z] a92cc7c5fd73: Pulling fs layer [2020-10-12T01:20:37.025Z] e871e8e8d7a9: Pulling fs layer [2020-10-12T01:20:37.025Z] e73272ec9a57: Pulling fs layer [2020-10-12T01:20:37.025Z] 1e910a182e73: Pulling fs layer [2020-10-12T01:20:37.025Z] 4e634b169226: Pulling fs layer [2020-10-12T01:20:37.025Z] e73272ec9a57: Waiting [2020-10-12T01:20:37.026Z] 1e910a182e73: Waiting [2020-10-12T01:20:37.026Z] 4e634b169226: Waiting [2020-10-12T01:20:37.026Z] e871e8e8d7a9: Waiting [2020-10-12T01:20:37.026Z] a92cc7c5fd73: Verifying Checksum [2020-10-12T01:20:37.026Z] a92cc7c5fd73: Download complete [2020-10-12T01:20:37.026Z] ed8968b2872e: Verifying Checksum [2020-10-12T01:20:37.026Z] ed8968b2872e: Download complete [2020-10-12T01:20:37.026Z] e73272ec9a57: Verifying Checksum [2020-10-12T01:20:37.026Z] e73272ec9a57: Download complete [2020-10-12T01:20:37.026Z] 1e910a182e73: Verifying Checksum [2020-10-12T01:20:37.026Z] 1e910a182e73: Download complete [2020-10-12T01:20:37.026Z] df20fa9351a1: Verifying Checksum [2020-10-12T01:20:37.026Z] df20fa9351a1: Download complete [2020-10-12T01:20:37.026Z] df20fa9351a1: Pull complete [2020-10-12T01:20:37.291Z] ed8968b2872e: Pull complete [2020-10-12T01:20:37.291Z] a92cc7c5fd73: Pull complete [2020-10-12T01:20:39.216Z] 4e634b169226: Verifying Checksum [2020-10-12T01:20:39.216Z] 4e634b169226: Download complete [2020-10-12T01:20:39.796Z] e871e8e8d7a9: Download complete [2020-10-12T01:20:44.022Z] e871e8e8d7a9: Pull complete [2020-10-12T01:20:44.022Z] e73272ec9a57: Pull complete [2020-10-12T01:20:44.291Z] 1e910a182e73: Pull complete [2020-10-12T01:20:47.249Z] Still waiting to schedule task [2020-10-12T01:20:47.249Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-12T01:20:52.457Z] 4e634b169226: Pull complete [2020-10-12T01:20:52.457Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-12T01:20:52.457Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-12T01:20:52.457Z] ---> f7629b54cfaa [2020-10-12T01:20:52.457Z] 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-12T01:20:52.457Z] ---> Running in 589e0d20964a [2020-10-12T01:20:52.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T01:20:53.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T01:20:53.668Z] (1/12) Installing libmagic (5.38-r0) [2020-10-12T01:20:54.612Z] (2/12) Installing file (5.38-r0) [2020-10-12T01:20:54.612Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-12T01:20:54.612Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-12T01:20:58.832Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-12T01:20:58.832Z] (6/12) Installing patch (2.7.6-r6) [2020-10-12T01:20:58.832Z] (7/12) Installing build-base (0.5-r2) [2020-10-12T01:20:58.832Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-12T01:20:58.832Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-12T01:20:58.832Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-12T01:20:59.094Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-12T01:20:59.094Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-12T01:20:59.357Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T01:20:59.357Z] OK: 233 MiB in 51 packages [2020-10-12T01:21:02.673Z] Removing intermediate container 589e0d20964a [2020-10-12T01:21:02.673Z] ---> a435f291f6c8 [2020-10-12T01:21:02.673Z] Step 4/7 : WORKDIR /edgex-go [2020-10-12T01:21:02.673Z] ---> Running in a585c9e17e97 [2020-10-12T01:21:02.673Z] Removing intermediate container a585c9e17e97 [2020-10-12T01:21:02.673Z] ---> 5c3f63d38536 [2020-10-12T01:21:02.673Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-12T01:21:02.673Z] latest: Pulling from library/docker [2020-10-12T01:21:02.936Z] df20fa9351a1: Already exists [2020-10-12T01:21:02.936Z] 25ad7478873d: Pulling fs layer [2020-10-12T01:21:02.936Z] 4684f6177b5d: Pulling fs layer [2020-10-12T01:21:02.936Z] 8ba584e970af: Pulling fs layer [2020-10-12T01:21:02.936Z] 3cdc74d2b06d: Pulling fs layer [2020-10-12T01:21:02.936Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-12T01:21:02.936Z] fca0ccc462d5: Pulling fs layer [2020-10-12T01:21:02.936Z] 4cf5a0d07c1f: Waiting [2020-10-12T01:21:02.936Z] fca0ccc462d5: Waiting [2020-10-12T01:21:02.936Z] 3cdc74d2b06d: Waiting [2020-10-12T01:21:02.936Z] 4684f6177b5d: Verifying Checksum [2020-10-12T01:21:02.936Z] 4684f6177b5d: Download complete [2020-10-12T01:21:03.200Z] 25ad7478873d: Verifying Checksum [2020-10-12T01:21:03.200Z] 3cdc74d2b06d: Verifying Checksum [2020-10-12T01:21:03.200Z] 3cdc74d2b06d: Download complete [2020-10-12T01:21:03.200Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-12T01:21:03.200Z] 4cf5a0d07c1f: Download complete [2020-10-12T01:21:03.462Z] 25ad7478873d: Pull complete [2020-10-12T01:21:03.462Z] 4684f6177b5d: Pull complete [2020-10-12T01:21:04.035Z] fca0ccc462d5: Verifying Checksum [2020-10-12T01:21:04.035Z] fca0ccc462d5: Download complete [2020-10-12T01:21:04.612Z] 8ba584e970af: Verifying Checksum [2020-10-12T01:21:04.612Z] 8ba584e970af: Download complete [2020-10-12T01:21:07.186Z] 8ba584e970af: Pull complete [2020-10-12T01:21:07.186Z] 3cdc74d2b06d: Pull complete [2020-10-12T01:21:07.186Z] 4cf5a0d07c1f: Pull complete [2020-10-12T01:21:07.186Z] fca0ccc462d5: Pull complete [2020-10-12T01:21:07.186Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-12T01:21:07.186Z] Status: Downloaded newer image for docker:latest [2020-10-12T01:21:09.111Z] ---> af072b439601 [2020-10-12T01:21:09.111Z] Step 6/7 : COPY go.mod . [2020-10-12T01:21:09.374Z] ---> 754a80033f78 [2020-10-12T01:21:09.374Z] Step 7/7 : RUN go mod download [2020-10-12T01:21:09.374Z] ---> Running in 9e36faf50bb9 [2020-10-12T01:21:31.393Z] Removing intermediate container 9e36faf50bb9 [2020-10-12T01:21:31.393Z] ---> 2567af78ad90 [2020-10-12T01:21:31.393Z] Successfully built 2567af78ad90 [2020-10-12T01:21:31.393Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:21:31.715Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-12T01:21:31.715Z] . [Pipeline] withDockerContainer [2020-10-12T01:21:31.833Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:21:31.884Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:21:32.680Z] $ docker top a8d9b2cbed62a78c13a099255b24dcb4168c355e77177311c7742e2177a06e78 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T01:21:33.199Z] + go version [2020-10-12T01:21:33.199Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-12T01:21:33.216Z] $ docker stop --time=1 a8d9b2cbed62a78c13a099255b24dcb4168c355e77177311c7742e2177a06e78 [2020-10-12T01:21:34.557Z] $ docker rm -f a8d9b2cbed62a78c13a099255b24dcb4168c355e77177311c7742e2177a06e78 [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-12T01:21:37.983Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-12T01:21:37.983Z] [2020-10-12T01:21:37.983Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:21:38.325Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-12T01:21:38.326Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-12T01:21:38.326Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-12T01:21:38.326Z] ca9280d653b3: Pulling fs layer [2020-10-12T01:21:38.326Z] 7e9c9ca2126c: Pulling fs layer [2020-10-12T01:21:38.587Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-12T01:21:38.587Z] cbdbe7a5bc2a: Download complete [2020-10-12T01:21:38.849Z] cbdbe7a5bc2a: Pull complete [2020-10-12T01:21:39.112Z] ca9280d653b3: Verifying Checksum [2020-10-12T01:21:39.112Z] ca9280d653b3: Download complete [2020-10-12T01:21:40.065Z] ca9280d653b3: Pull complete [2020-10-12T01:21:40.065Z] 7e9c9ca2126c: Verifying Checksum [2020-10-12T01:21:40.065Z] 7e9c9ca2126c: Download complete [2020-10-12T01:21:48.236Z] 7e9c9ca2126c: Pull complete [2020-10-12T01:21:48.236Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-12T01:21:48.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-12T01:21:48.236Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-12T01:21:48.428Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:21:48.480Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:21:49.316Z] $ docker top 90b2b6e36f551c5131a4ccc9b3e48688055045f8a905c2bb5122fd9143ce98a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T01:21:49.838Z] + docker-compose build+ --help [2020-10-12T01:21:49.839Z] grep parallel [2020-10-12T01:21:50.785Z] --parallel Build images in parallel. [Pipeline] } [2020-10-12T01:21:50.801Z] $ docker stop --time=1 90b2b6e36f551c5131a4ccc9b3e48688055045f8a905c2bb5122fd9143ce98a0 [2020-10-12T01:21:52.163Z] $ docker rm -f 90b2b6e36f551c5131a4ccc9b3e48688055045f8a905c2bb5122fd9143ce98a0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:21:52.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-12T01:21:52.751Z] . [Pipeline] withDockerContainer [2020-10-12T01:21:52.849Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:21:53.009Z] $ 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/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:21:53.673Z] $ docker top 5229fd8f7c49c2b7de0d929ce0c518f180b2ec9042c2601a3cae823e309ce079 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T01:21:54.174Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-12T01:21:55.122Z] Building docker-core-command-go ... [2020-10-12T01:21:55.122Z] Building docker-core-data-go ... [2020-10-12T01:21:55.122Z] Building docker-core-metadata-go ... [2020-10-12T01:21:55.122Z] Building docker-security-proxy-setup-go ... [2020-10-12T01:21:55.122Z] Building docker-security-secrets-setup-go ... [2020-10-12T01:21:55.122Z] Building docker-security-secretstore-setup-go ... [2020-10-12T01:21:55.122Z] Building docker-support-logging-go ... [2020-10-12T01:21:55.122Z] Building docker-support-notifications-go ... [2020-10-12T01:21:55.122Z] Building docker-support-scheduler-go ... [2020-10-12T01:21:55.122Z] Building docker-sys-mgmt-agent-go ... [2020-10-12T01:21:55.122Z] Building docker-core-metadata-go [2020-10-12T01:21:55.122Z] Building docker-core-command-go [2020-10-12T01:21:55.122Z] Building docker-security-secrets-setup-go [2020-10-12T01:21:55.122Z] Building docker-security-secretstore-setup-go [2020-10-12T01:21:55.122Z] Building docker-support-notifications-go [2020-10-12T01:22:17.192Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T01:22:17.192Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-12T01:22:17.192Z] ---> 2567af78ad90 [2020-10-12T01:22:17.192Z] Step 3/26 : WORKDIR /edgex-go [2020-10-12T01:22:17.192Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T01:22:17.192Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-12T01:22:17.192Z] ---> 2567af78ad90 [2020-10-12T01:22:17.192Z] Step 3/24 : WORKDIR /edgex-go [2020-10-12T01:22:17.192Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T01:22:17.192Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T01:22:17.192Z] ---> 2567af78ad90 [2020-10-12T01:22:17.192Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T01:22:17.192Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T01:22:17.192Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-12T01:22:17.192Z] ---> 2567af78ad90 [2020-10-12T01:22:17.192Z] Step 3/29 : WORKDIR /edgex-go [2020-10-12T01:22:17.192Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T01:22:17.192Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T01:22:17.192Z] ---> 2567af78ad90 [2020-10-12T01:22:17.192Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T01:22:17.192Z] ---> Running in 7642d0d52823 [2020-10-12T01:22:17.192Z] ---> Running in 1bc476c44c55 [2020-10-12T01:22:17.192Z] ---> Running in f95e696f16ba [2020-10-12T01:22:17.192Z] ---> Running in afe9d491349b [2020-10-12T01:22:17.192Z] ---> Running in 2ffb04efd3a5 [2020-10-12T01:22:17.192Z] Removing intermediate container 1bc476c44c55 [2020-10-12T01:22:17.192Z] ---> ad8471bfaf9d [2020-10-12T01:22:17.192Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T01:22:17.192Z] Removing intermediate container afe9d491349b [2020-10-12T01:22:17.192Z] ---> 7bc06786410f [2020-10-12T01:22:17.192Z] Step 4/29 : RUN apk update && apk add make git [2020-10-12T01:22:17.192Z] Removing intermediate container 2ffb04efd3a5 [2020-10-12T01:22:17.192Z] ---> 2131923b9501 [2020-10-12T01:22:17.192Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T01:22:17.192Z] Removing intermediate container f95e696f16ba [2020-10-12T01:22:17.192Z] ---> aa293b068924 [2020-10-12T01:22:17.192Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T01:22:17.192Z] Removing intermediate container 7642d0d52823 [2020-10-12T01:22:17.192Z] ---> 4efbc7236e2f [2020-10-12T01:22:17.192Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T01:22:17.192Z] ---> Running in d80e45f5c374 [2020-10-12T01:22:17.192Z] ---> Running in e0f042e9688a [2020-10-12T01:22:17.192Z] ---> Running in e8087d720816 [2020-10-12T01:22:17.192Z] ---> Running in 20a2f1108f86 [2020-10-12T01:22:17.457Z] ---> Running in 96cddfb73e8f [2020-10-12T01:22:18.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T01:22:19.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T01:22:19.016Z] Removing intermediate container d80e45f5c374 [2020-10-12T01:22:19.016Z] ---> e1d67833e9de [2020-10-12T01:22:19.016Z] Step 5/22 : RUN apk update && apk add make git [2020-10-12T01:22:19.283Z] ---> Running in 49890baca12e [2020-10-12T01:22:19.283Z] Removing intermediate container e8087d720816 [2020-10-12T01:22:19.283Z] ---> 7124494f79f5 [2020-10-12T01:22:19.283Z] Step 5/22 : RUN apk update && apk add make git [2020-10-12T01:22:19.548Z] Removing intermediate container 20a2f1108f86 [2020-10-12T01:22:19.548Z] ---> 6f17d5777177 [2020-10-12T01:22:19.548Z] Step 5/26 : RUN apk update && apk add make git [2020-10-12T01:22:19.548Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T01:22:19.548Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T01:22:19.548Z] OK: 12752 distinct packages available [2020-10-12T01:22:19.548Z] Removing intermediate container 96cddfb73e8f [2020-10-12T01:22:19.548Z] ---> 23c152d4b5d4 [2020-10-12T01:22:19.548Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-12T01:22:19.822Z] ---> Running in f9219a395ef4 [2020-10-12T01:22:19.822Z] ---> Running in 6aa9e375117b [2020-10-12T01:22:19.822Z] ---> Running in 1c97d90f2b0c [2020-10-12T01:22:19.822Z] OK: 233 MiB in 51 packages [2020-10-12T01:22:20.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T01:22:20.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T01:22:20.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T01:22:20.677Z] Removing intermediate container e0f042e9688a [2020-10-12T01:22:20.677Z] ---> ee6706ce00f7 [2020-10-12T01:22:20.677Z] Step 5/29 : COPY go.mod . [2020-10-12T01:22:20.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T01:22:20.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T01:22:20.943Z] ---> 29cdc36bc7ad [2020-10-12T01:22:20.943Z] Step 6/29 : RUN go mod download [2020-10-12T01:22:20.943Z] ---> Running in 070e469e8d85 [2020-10-12T01:22:21.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T01:22:21.210Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T01:22:21.210Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T01:22:21.210Z] OK: 12752 distinct packages available [2020-10-12T01:22:21.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T01:22:21.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T01:22:21.478Z] OK: 233 MiB in 51 packages [2020-10-12T01:22:22.087Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T01:22:22.087Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T01:22:22.087Z] OK: 12752 distinct packages available [2020-10-12T01:22:22.087Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T01:22:22.087Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T01:22:22.087Z] OK: 12752 distinct packages available [2020-10-12T01:22:22.087Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T01:22:22.087Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T01:22:22.087Z] OK: 12752 distinct packages available [2020-10-12T01:22:22.087Z] OK: 233 MiB in 51 packages [2020-10-12T01:22:22.087Z] OK: 233 MiB in 51 packages [2020-10-12T01:22:22.087Z] Removing intermediate container 49890baca12e [2020-10-12T01:22:22.087Z] ---> 51b4f3b1f1ef [2020-10-12T01:22:22.087Z] Step 6/22 : COPY go.mod . [2020-10-12T01:22:22.351Z] OK: 233 MiB in 51 packages [2020-10-12T01:22:22.351Z] ---> 6049f5b8fb27 [2020-10-12T01:22:22.351Z] Step 7/22 : RUN go mod download [2020-10-12T01:22:22.615Z] ---> Running in f3895b6452a2 [2020-10-12T01:22:23.190Z] Removing intermediate container f9219a395ef4 [2020-10-12T01:22:23.190Z] ---> 7d601c21d423 [2020-10-12T01:22:23.190Z] Step 6/22 : COPY go.mod . [2020-10-12T01:22:23.453Z] Removing intermediate container 6aa9e375117b [2020-10-12T01:22:23.453Z] ---> 7aa75911e562 [2020-10-12T01:22:23.453Z] Step 6/26 : COPY go.mod . [2020-10-12T01:22:23.453Z] ---> 9cb8ad5dfbba [2020-10-12T01:22:23.453Z] Step 7/22 : RUN go mod download [2020-10-12T01:22:23.453Z] Removing intermediate container 070e469e8d85 [2020-10-12T01:22:23.453Z] ---> e30b48d175ad [2020-10-12T01:22:23.453Z] Step 7/29 : COPY . . [2020-10-12T01:22:23.453Z] Removing intermediate container 1c97d90f2b0c [2020-10-12T01:22:23.453Z] ---> 830436ae3052 [2020-10-12T01:22:23.453Z] Step 6/24 : COPY go.mod . [2020-10-12T01:22:23.733Z] ---> Running in 0c4cc057011c [2020-10-12T01:22:23.733Z] ---> e56fc7b1e860 [2020-10-12T01:22:23.733Z] Step 7/26 : RUN go mod download [2020-10-12T01:22:24.691Z] ---> Running in 589c21edf98d [2020-10-12T01:22:24.956Z] ---> 72fb1872aa09 [2020-10-12T01:22:24.956Z] Step 7/24 : RUN go mod download [2020-10-12T01:22:26.360Z] ---> Running in 15a7e3b9fc02 [2020-10-12T01:22:26.946Z] Removing intermediate container f3895b6452a2 [2020-10-12T01:22:26.946Z] ---> 0d5dcbb4a03f [2020-10-12T01:22:26.946Z] Step 8/22 : COPY . . [2020-10-12T01:22:33.586Z] Removing intermediate container 0c4cc057011c [2020-10-12T01:22:33.586Z] ---> d31f80559232 [2020-10-12T01:22:33.586Z] Step 8/22 : COPY . . [2020-10-12T01:22:36.929Z] Removing intermediate container 15a7e3b9fc02 [2020-10-12T01:22:36.929Z] ---> bdb1205ec9fd [2020-10-12T01:22:36.929Z] Step 8/24 : COPY . . [2020-10-12T01:22:38.860Z] Removing intermediate container 589c21edf98d [2020-10-12T01:22:38.860Z] ---> 8eb28969357a [2020-10-12T01:22:38.860Z] Step 8/26 : COPY . . [2020-10-12T01:22:41.785Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4646 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-12T01:22:41.867Z] Running in /w/workspace/edgex-go/176 [Pipeline] { [Pipeline] checkout [2020-10-12T01:22:45.901Z] ---> 7878118d1b0b [2020-10-12T01:22:45.902Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-12T01:22:46.932Z] using credential edgex-jenkins-ssh [2020-10-12T01:22:46.998Z] Cloning the remote Git repository [2020-10-12T01:22:47.058Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-12T01:22:47.180Z] > git init /w/workspace/edgex-go/176 # timeout=10 [2020-10-12T01:22:47.256Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-12T01:22:47.257Z] > git --version # timeout=10 [2020-10-12T01:22:47.280Z] > git --version # 'git version 2.17.1' [2020-10-12T01:22:47.282Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-12T01:22:47.339Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-12T01:22:48.483Z] ---> Running in 3a2b1b88acdf [2020-10-12T01:22:51.833Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-12T01:22:52.803Z] ---> ac13f95b683d [2020-10-12T01:22:52.803Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-12T01:22:55.414Z] ---> Running in f6508cf5eaf1 [2020-10-12T01:22:58.026Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o cmd/core-command/core-command ./cmd/core-command [2020-10-12T01:23:01.395Z] ---> 1d32131e11fc [2020-10-12T01:23:01.395Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-12T01:23:01.395Z] ---> c9f5dd581bbd [2020-10-12T01:23:01.395Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-12T01:23:02.373Z] ---> Running in 257cafd5f6e9 [2020-10-12T01:23:02.373Z] ---> Running in 4a58394cd825 [2020-10-12T01:23:02.981Z] ---> b4338820ef53 [2020-10-12T01:23:02.982Z] 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-12T01:23:02.982Z] ---> Running in a2622ec5ae78 [2020-10-12T01:23:04.421Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-12T01:23:04.421Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-12T01:23:04.421Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-12T01:23:08.405Z] Checking out Revision 116975359223b037ef6a270a14331e73faedb550 (master) [2020-10-12T01:23:07.753Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-12T01:23:07.771Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-12T01:23:07.795Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-12T01:23:07.824Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-12T01:23:07.825Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-12T01:23:07.838Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-12T01:23:08.430Z] > git config core.sparsecheckout # timeout=10 [2020-10-12T01:23:08.493Z] > git checkout -f 116975359223b037ef6a270a14331e73faedb550 # timeout=10 [2020-10-12T01:23:12.991Z] Commit message: "Merge pull request #2778 from cloudxxx8/issue-2770" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-12T01:23:19.462Z] Removing intermediate container 3a2b1b88acdf [2020-10-12T01:23:19.462Z] ---> 81ff96f2151e [2020-10-12T01:23:19.462Z] [2020-10-12T01:23:19.462Z] Step 9/29 : FROM alpine:latest [2020-10-12T01:23:19.462Z] latest: Pulling from library/alpine [2020-10-12T01:23:19.462Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-12T01:23:19.462Z] Status: Downloaded newer image for alpine:latest [2020-10-12T01:23:19.462Z] ---> a24bb4013296 [2020-10-12T01:23:19.462Z] 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-12T01:23:19.462Z] ---> Running in e1039794d5f4 [2020-10-12T01:23:19.741Z] Removing intermediate container e1039794d5f4 [2020-10-12T01:23:19.741Z] ---> aa14e87b7b68 [2020-10-12T01:23:19.741Z] Step 11/29 : USER root [2020-10-12T01:23:19.741Z] ---> Running in 54169467b55c [2020-10-12T01:23:20.016Z] Removing intermediate container 54169467b55c [2020-10-12T01:23:20.016Z] ---> 89bea49166ee [2020-10-12T01:23:20.016Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-12T01:23:20.292Z] ---> Running in 16c8a28f215c [2020-10-12T01:23:22.302Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T01:23:22.302Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T01:23:22.581Z] v3.12.0-376-gb3fc85f1ac [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-12T01:23:22.581Z] v3.12.0-382-g904dd561a5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-12T01:23:22.581Z] OK: 12750 distinct packages available [2020-10-12T01:23:22.851Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-12T01:23:22.851Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-12T01:23:22.851Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T01:23:22.851Z] Executing ca-certificates-20191127-r4.trigger [2020-10-12T01:23:23.121Z] OK: 6 MiB in 16 packages [Pipeline] echo [2020-10-12T01:23:25.479Z] ========================================================= [2020-10-12T01:23:25.479Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-12T01:23:25.479Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:23:25.733Z] Removing intermediate container 16c8a28f215c [2020-10-12T01:23:25.733Z] ---> fa9bb767b411 [2020-10-12T01:23:25.733Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-12T01:23:26.414Z] + 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-12T01:23:26.741Z] ---> Running in fc7f892c4945 [2020-10-12T01:23:27.701Z] Removing intermediate container f6508cf5eaf1 [2020-10-12T01:23:27.701Z] ---> e318e0ecbe41 [2020-10-12T01:23:27.701Z] [2020-10-12T01:23:27.701Z] Step 10/22 : FROM scratch [2020-10-12T01:23:27.701Z] ---> [2020-10-12T01:23:27.701Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T01:23:27.966Z] Removing intermediate container fc7f892c4945 [2020-10-12T01:23:27.966Z] ---> 86428be3b4d0 [2020-10-12T01:23:27.966Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-12T01:23:28.552Z] ---> Running in 3bf73442f734 [2020-10-12T01:23:28.552Z] ---> Running in 3078f7f1b81a [2020-10-12T01:23:28.818Z] Removing intermediate container 3bf73442f734 [2020-10-12T01:23:28.818Z] ---> 8a6c20acedd0 [2020-10-12T01:23:28.818Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-12T01:23:29.086Z] ---> Running in 22e69e2407f0 [2020-10-12T01:23:29.086Z] Removing intermediate container 3078f7f1b81a [2020-10-12T01:23:29.086Z] ---> b1c2659274c9 [2020-10-12T01:23:29.086Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-12T01:23:29.086Z] ---> Running in 536fc34183c9 [2020-10-12T01:23:29.355Z] Removing intermediate container 22e69e2407f0 [2020-10-12T01:23:29.355Z] ---> e416ea1fd8e5 [2020-10-12T01:23:29.355Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T01:23:29.631Z] ---> Running in 676b4e734840 [2020-10-12T01:23:29.947Z] Removing intermediate container 676b4e734840 [2020-10-12T01:23:29.947Z] ---> fb1fd3eece6d [2020-10-12T01:23:29.947Z] Step 14/22 : WORKDIR / [2020-10-12T01:23:30.383Z] ---> Running in 546a4c48a016 [2020-10-12T01:23:30.383Z] Removing intermediate container 546a4c48a016 [2020-10-12T01:23:30.383Z] ---> 4d06077a35a7 [2020-10-12T01:23:30.383Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-12T01:23:30.743Z] Sending build context to Docker daemon 324.9MB [2020-10-12T01:23:30.743Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-12T01:23:30.743Z] Step 2/7 : FROM ${BASE} [2020-10-12T01:23:30.743Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-12T01:23:30.743Z] b538f80385f9: Pulling fs layer [2020-10-12T01:23:30.743Z] 74f711af9a0d: Pulling fs layer [2020-10-12T01:23:30.743Z] 99f96fe45779: Pulling fs layer [2020-10-12T01:23:30.743Z] 8529a6b9a6be: Pulling fs layer [2020-10-12T01:23:30.743Z] 45590311c82a: Pulling fs layer [2020-10-12T01:23:30.743Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-12T01:23:30.743Z] 209524e5b208: Pulling fs layer [2020-10-12T01:23:30.743Z] 8529a6b9a6be: Waiting [2020-10-12T01:23:30.743Z] 45590311c82a: Waiting [2020-10-12T01:23:30.743Z] 69ca0ff8b7b3: Waiting [2020-10-12T01:23:30.743Z] 209524e5b208: Waiting [2020-10-12T01:23:30.743Z] 99f96fe45779: Verifying Checksum [2020-10-12T01:23:30.743Z] 99f96fe45779: Download complete [2020-10-12T01:23:30.743Z] 74f711af9a0d: Verifying Checksum [2020-10-12T01:23:30.743Z] 74f711af9a0d: Download complete [2020-10-12T01:23:30.743Z] 45590311c82a: Verifying Checksum [2020-10-12T01:23:30.743Z] 45590311c82a: Download complete [2020-10-12T01:23:30.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-12T01:23:30.792Z] ---> c40c9464cf56 [2020-10-12T01:23:30.792Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-12T01:23:31.020Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-12T01:23:31.020Z] 69ca0ff8b7b3: Download complete [2020-10-12T01:23:31.020Z] b538f80385f9: Download complete [2020-10-12T01:23:31.128Z] Removing intermediate container 536fc34183c9 [2020-10-12T01:23:31.128Z] ---> 4d2542e5e2a0 [2020-10-12T01:23:31.128Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-12T01:23:31.620Z] b538f80385f9: Pull complete [2020-10-12T01:23:31.825Z] ---> 8bf84863951a [2020-10-12T01:23:31.825Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-12T01:23:32.093Z] ---> 611d989637f4 [2020-10-12T01:23:32.093Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-12T01:23:32.227Z] 74f711af9a0d: Pull complete [2020-10-12T01:23:32.826Z] 99f96fe45779: Pull complete [2020-10-12T01:23:33.431Z] 209524e5b208: Verifying Checksum [2020-10-12T01:23:33.431Z] 209524e5b208: Download complete [2020-10-12T01:23:33.498Z] ---> 2ae26a57b68e [2020-10-12T01:23:33.498Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-12T01:23:34.448Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-12T01:23:34.714Z] ---> 812d3cd1e755 [2020-10-12T01:23:34.714Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-12T01:23:34.714Z] ---> Running in 102d491a9aba [2020-10-12T01:23:34.714Z] Removing intermediate container 4a58394cd825 [2020-10-12T01:23:34.714Z] ---> e79159d53143 [2020-10-12T01:23:34.714Z] [2020-10-12T01:23:34.714Z] Step 10/24 : FROM scratch [2020-10-12T01:23:34.714Z] ---> [2020-10-12T01:23:34.714Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-12T01:23:34.714Z] ---> Running in 79f8128fb7f6 [2020-10-12T01:23:34.869Z] 8529a6b9a6be: Verifying Checksum [2020-10-12T01:23:34.869Z] 8529a6b9a6be: Download complete [2020-10-12T01:23:34.981Z] Removing intermediate container 102d491a9aba [2020-10-12T01:23:34.981Z] ---> f0d0b7aedd0f [2020-10-12T01:23:34.981Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T01:23:35.928Z] ---> Running in c2c7fa6061ca [2020-10-12T01:23:36.193Z] ---> cbd5b6fcf01e [2020-10-12T01:23:36.193Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-12T01:23:36.774Z] Removing intermediate container 79f8128fb7f6 [2020-10-12T01:23:36.774Z] ---> 16681d23e7f3 [2020-10-12T01:23:36.774Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-12T01:23:38.173Z] ---> 4ecaf503da5c [2020-10-12T01:23:38.173Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-12T01:23:38.173Z] ---> Running in 628948324b68 [2020-10-12T01:23:38.173Z] Removing intermediate container c2c7fa6061ca [2020-10-12T01:23:38.173Z] ---> ec0c7ed2356b [2020-10-12T01:23:38.173Z] Step 20/22 : LABEL arch=x86_64 [2020-10-12T01:23:38.173Z] Removing intermediate container 257cafd5f6e9 [2020-10-12T01:23:38.173Z] ---> c9890233fcd4 [2020-10-12T01:23:38.173Z] [2020-10-12T01:23:38.173Z] Step 10/22 : FROM scratch [2020-10-12T01:23:38.173Z] ---> [2020-10-12T01:23:38.173Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T01:23:38.173Z] ---> Running in 604ddef127b9 [2020-10-12T01:23:38.173Z] ---> Using cache [2020-10-12T01:23:38.173Z] ---> 8a6c20acedd0 [2020-10-12T01:23:38.173Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-12T01:23:38.173Z] Removing intermediate container 628948324b68 [2020-10-12T01:23:38.173Z] ---> c67fc6a7dc21 [2020-10-12T01:23:38.173Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-12T01:23:38.435Z] ---> Running in f6c22cf043dc [2020-10-12T01:23:38.435Z] ---> 42474ca152bd [2020-10-12T01:23:38.435Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-12T01:23:38.435Z] ---> Running in 008603303fd3 [2020-10-12T01:23:38.699Z] ---> Running in 500efd7d712f [2020-10-12T01:23:38.699Z] Removing intermediate container 604ddef127b9 [2020-10-12T01:23:38.699Z] ---> 9ee2da2c7b05 [2020-10-12T01:23:38.699Z] Step 21/22 : LABEL git_sha=116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:23:40.627Z] Removing intermediate container 008603303fd3 [2020-10-12T01:23:40.627Z] ---> 4bccb333ea43 [2020-10-12T01:23:40.627Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T01:23:40.627Z] ---> Running in a2244797596c [2020-10-12T01:23:40.627Z] Removing intermediate container f6c22cf043dc [2020-10-12T01:23:40.627Z] ---> f3dda8c259f9 [2020-10-12T01:23:40.627Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-12T01:23:40.627Z] ---> Running in 7029a9e8e3fc [2020-10-12T01:23:40.627Z] Removing intermediate container a2622ec5ae78 [2020-10-12T01:23:40.627Z] ---> b0275d76e974 [2020-10-12T01:23:40.627Z] [2020-10-12T01:23:40.627Z] Step 10/26 : FROM alpine:3.10 [2020-10-12T01:23:40.627Z] Removing intermediate container a2244797596c [2020-10-12T01:23:40.627Z] ---> ad106653e0ef [2020-10-12T01:23:40.627Z] Step 22/22 : LABEL version=1.2.2-dev.61 [2020-10-12T01:23:40.896Z] Removing intermediate container 7029a9e8e3fc [2020-10-12T01:23:40.896Z] ---> 738b55506127 [2020-10-12T01:23:40.896Z] Step 14/22 : WORKDIR / [2020-10-12T01:23:40.896Z] ---> Running in ccd9a9c3ae15 [2020-10-12T01:23:40.896Z] 3.10: Pulling from library/alpine [2020-10-12T01:23:40.896Z] ---> 3700d51c0e35 [2020-10-12T01:23:40.896Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-12T01:23:40.896Z] ---> Running in 016384440c38 [2020-10-12T01:23:41.166Z] Removing intermediate container ccd9a9c3ae15 [2020-10-12T01:23:41.166Z] ---> a04d76895030 [2020-10-12T01:23:41.166Z] [2020-10-12T01:23:41.427Z] Removing intermediate container 016384440c38 [2020-10-12T01:23:41.427Z] ---> 8ecc56c44f2a [2020-10-12T01:23:41.427Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-12T01:23:43.344Z] Successfully built a04d76895030 [2020-10-12T01:23:43.344Z] Successfully tagged docker-core-command-go:latest [2020-10-12T01:23:43.344Z] Building docker-sys-mgmt-agent-go [2020-10-12T01:23:43.605Z]  Building docker-core-command-go ... done Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-12T01:23:43.605Z] ---> 4fc80cce8a14 [2020-10-12T01:23:43.605Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-12T01:23:43.871Z] Status: Downloaded newer image for alpine:3.10 [2020-10-12T01:23:43.871Z] ---> be4e4bea2c2e [2020-10-12T01:23:43.871Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-12T01:23:43.871Z] ---> ab4291926535 [2020-10-12T01:23:43.871Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-12T01:23:44.135Z] Removing intermediate container 500efd7d712f [2020-10-12T01:23:44.135Z] ---> 6386409acbb5 [2020-10-12T01:23:44.135Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-12T01:23:44.135Z] ---> Running in f5545b7d0856 [2020-10-12T01:23:46.703Z] ---> 31188a0d29fd [2020-10-12T01:23:46.703Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-12T01:23:46.703Z] ---> ea5f90b06a3f [2020-10-12T01:23:46.703Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-12T01:23:46.703Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-12T01:23:46.703Z] ---> Running in c646b6d41075 [2020-10-12T01:23:46.703Z] ---> 9262f758ef00 [2020-10-12T01:23:46.703Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-12T01:23:46.703Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-12T01:23:46.964Z] v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-12T01:23:46.964Z] v3.10.5-97-gf39009a9b6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-12T01:23:46.964Z] OK: 10346 distinct packages available [2020-10-12T01:23:47.226Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-12T01:23:47.226Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-12T01:23:47.226Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-12T01:23:47.226Z] (4/5) Installing curl (7.66.0-r1) [2020-10-12T01:23:47.283Z] 8529a6b9a6be: Pull complete [2020-10-12T01:23:47.283Z] 45590311c82a: Pull complete [2020-10-12T01:23:47.283Z] 69ca0ff8b7b3: Pull complete [2020-10-12T01:23:47.490Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-12T01:23:47.490Z] Executing busybox-1.30.1-r3.trigger [2020-10-12T01:23:47.490Z] Executing ca-certificates-20191127-r2.trigger [2020-10-12T01:23:47.490Z] OK: 7 MiB in 19 packages [2020-10-12T01:23:48.887Z] ---> 5c63442b3836 [2020-10-12T01:23:48.887Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-12T01:23:49.939Z] 209524e5b208: Pull complete [2020-10-12T01:23:49.939Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-12T01:23:49.939Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-12T01:23:49.939Z] ---> 5bddaf1c2fca [2020-10-12T01:23:49.939Z] 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-12T01:23:50.319Z] ---> d083ec0db55a [2020-10-12T01:23:50.319Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-12T01:23:51.279Z] ---> Running in 5186f36994b0 [2020-10-12T01:23:51.858Z] ---> 8356db60a387 [2020-10-12T01:23:51.858Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-12T01:23:52.121Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T01:23:52.121Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-12T01:23:52.121Z] ---> 2567af78ad90 [2020-10-12T01:23:52.121Z] Step 3/27 : WORKDIR /edgex-go [2020-10-12T01:23:52.121Z] ---> Using cache [2020-10-12T01:23:52.121Z] ---> 4efbc7236e2f [2020-10-12T01:23:52.121Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T01:23:52.121Z] ---> Using cache [2020-10-12T01:23:52.121Z] ---> 23c152d4b5d4 [2020-10-12T01:23:52.121Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-12T01:23:53.076Z] Removing intermediate container 5186f36994b0 [2020-10-12T01:23:53.076Z] ---> cbbe39643023 [2020-10-12T01:23:53.076Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T01:23:53.076Z] Removing intermediate container f5545b7d0856 [2020-10-12T01:23:53.076Z] ---> f0086c5ec36a [2020-10-12T01:23:53.076Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-12T01:23:53.076Z] ---> Running in 6e595dc67f42 [2020-10-12T01:23:53.338Z] ---> Running in b98955d83fdf [2020-10-12T01:23:53.338Z] ---> ad08ca372265 [2020-10-12T01:23:53.338Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-12T01:23:53.338Z] ---> Running in 7178f554fd1c [2020-10-12T01:23:53.338Z] Removing intermediate container c646b6d41075 [2020-10-12T01:23:53.338Z] ---> e5f53cf940c1 [2020-10-12T01:23:53.338Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-12T01:23:53.600Z] ---> Running in c473e3236661 [2020-10-12T01:23:53.600Z] ---> Running in 077c634b2cc2 [2020-10-12T01:23:53.861Z] Removing intermediate container b98955d83fdf [2020-10-12T01:23:53.861Z] ---> 65276c6fb54d [2020-10-12T01:23:53.861Z] Step 20/22 : LABEL arch=x86_64 [2020-10-12T01:23:53.861Z] Removing intermediate container 7178f554fd1c [2020-10-12T01:23:53.861Z] ---> 00f07b938c64 [2020-10-12T01:23:53.861Z] Step 13/26 : WORKDIR / [2020-10-12T01:23:54.129Z] ---> Running in 73a784530069 [2020-10-12T01:23:54.129Z] Removing intermediate container c473e3236661 [2020-10-12T01:23:54.129Z] ---> d235144eacb7 [2020-10-12T01:23:54.129Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T01:23:54.129Z] ---> Running in 6bd968470da0 [2020-10-12T01:23:54.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T01:23:54.269Z] ---> Running in 1db1761a538e [2020-10-12T01:23:54.395Z] ---> Running in 3d5470139260 [2020-10-12T01:23:54.395Z] Removing intermediate container 73a784530069 [2020-10-12T01:23:54.395Z] ---> 4d430deddda8 [2020-10-12T01:23:54.395Z] Step 21/22 : LABEL git_sha=116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:23:54.668Z] ---> Running in 628f02bfab3a [2020-10-12T01:23:54.668Z] Removing intermediate container 6bd968470da0 [2020-10-12T01:23:54.668Z] ---> 09c7a24cae54 [2020-10-12T01:23:54.668Z] 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-12T01:23:54.668Z] Removing intermediate container 3d5470139260 [2020-10-12T01:23:54.668Z] ---> e248d6f56bdf [2020-10-12T01:23:54.668Z] Step 22/24 : LABEL arch=x86_64 [2020-10-12T01:23:54.668Z] ---> Running in d88d1c0b3bee [2020-10-12T01:23:54.931Z] Removing intermediate container 628f02bfab3a [2020-10-12T01:23:54.931Z] ---> 0055dee47382 [2020-10-12T01:23:54.931Z] Step 22/22 : LABEL version=1.2.2-dev.61 [2020-10-12T01:23:54.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T01:23:55.193Z] ---> 71045003be60 [2020-10-12T01:23:55.193Z] 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-12T01:23:55.193Z] ---> Running in a1611f3fec63 [2020-10-12T01:23:55.193Z] Removing intermediate container d88d1c0b3bee [2020-10-12T01:23:55.193Z] ---> be56f0ae81eb [2020-10-12T01:23:55.193Z] Step 23/24 : LABEL git_sha=116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:23:55.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T01:23:55.454Z] ---> Running in d65f60f2d08c [2020-10-12T01:23:55.455Z] Removing intermediate container a1611f3fec63 [2020-10-12T01:23:55.455Z] ---> 973c185ee716 [2020-10-12T01:23:55.455Z] [2020-10-12T01:23:55.455Z] Removing intermediate container 077c634b2cc2 [2020-10-12T01:23:55.455Z] ---> a917af346119 [2020-10-12T01:23:55.455Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-12T01:23:55.728Z] ---> 55d363a8b735 [2020-10-12T01:23:55.728Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-12T01:23:55.728Z] Successfully built 973c185ee716 [2020-10-12T01:23:55.728Z] ---> Running in 935616fdc1ec [2020-10-12T01:23:55.728Z] Removing intermediate container d65f60f2d08c [2020-10-12T01:23:55.728Z] ---> 95df38c5e196 [2020-10-12T01:23:55.728Z] Step 24/24 : LABEL version=1.2.2-dev.61 [2020-10-12T01:23:55.728Z] Successfully tagged docker-core-metadata-go:latest [2020-10-12T01:23:55.728Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2020-10-12T01:23:55.728Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T01:23:55.728Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T01:23:55.728Z] OK: 12752 distinct packages available [2020-10-12T01:23:55.728Z] ---> Running in f1be9e273ecb [2020-10-12T01:23:55.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T01:23:55.992Z] Removing intermediate container 935616fdc1ec [2020-10-12T01:23:55.992Z] ---> 427db477661c [2020-10-12T01:23:55.992Z] Step 26/29 : CMD [ "generate" ] [2020-10-12T01:23:55.992Z] OK: 233 MiB in 51 packages [2020-10-12T01:23:56.256Z] ---> b7d44c6856d2 [2020-10-12T01:23:56.256Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-12T01:23:56.256Z] ---> Running in 86a468bda601 [2020-10-12T01:23:56.256Z] Removing intermediate container f1be9e273ecb [2020-10-12T01:23:56.256Z] ---> 361acc9158a3 [2020-10-12T01:23:56.256Z] [2020-10-12T01:23:56.517Z] Successfully built 361acc9158a3 [2020-10-12T01:23:56.517Z] Successfully tagged docker-support-notifications-go:latest [2020-10-12T01:23:56.517Z] Building docker-support-logging-go [2020-10-12T01:23:56.784Z]  Building docker-support-notifications-go ... done  ---> 44509074c4ae [2020-10-12T01:23:56.784Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-12T01:23:56.784Z] Removing intermediate container 86a468bda601 [2020-10-12T01:23:56.784Z] ---> 08864b35baac [2020-10-12T01:23:56.784Z] Step 27/29 : LABEL arch=x86_64 [2020-10-12T01:23:56.784Z] ---> Running in 349ae424bccb [2020-10-12T01:23:56.819Z] (1/12) Installing libmagic (5.38-r0) [2020-10-12T01:23:56.819Z] (2/12) Installing file (5.38-r0) [2020-10-12T01:23:56.819Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-12T01:23:57.091Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-12T01:23:59.348Z] Removing intermediate container 6e595dc67f42 [2020-10-12T01:23:59.348Z] ---> 9938377955ca [2020-10-12T01:23:59.348Z] Step 6/27 : COPY go.mod . [2020-10-12T01:24:01.377Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-12T01:24:01.377Z] (6/12) Installing patch (2.7.6-r6) [2020-10-12T01:24:01.377Z] (7/12) Installing build-base (0.5-r2) [2020-10-12T01:24:01.377Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-12T01:24:01.377Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-12T01:24:01.377Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-12T01:24:01.377Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-12T01:24:01.377Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-12T01:24:01.377Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T01:24:01.377Z] OK: 217 MiB in 51 packages [2020-10-12T01:24:01.901Z] ---> 8f5a654946af [2020-10-12T01:24:01.902Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-12T01:24:01.902Z] Removing intermediate container 349ae424bccb [2020-10-12T01:24:01.902Z] ---> 9676046974ad [2020-10-12T01:24:01.902Z] Step 28/29 : LABEL git_sha=116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:24:01.902Z] ---> ebd4ae67bc83 [2020-10-12T01:24:01.902Z] Step 7/27 : RUN go mod download [2020-10-12T01:24:01.902Z] ---> Running in 5b7029c46afa [2020-10-12T01:24:01.902Z] ---> Running in d579bd7e4d17 [2020-10-12T01:24:01.902Z] Removing intermediate container 5b7029c46afa [2020-10-12T01:24:01.902Z] ---> 9d612057da27 [2020-10-12T01:24:01.902Z] Step 29/29 : LABEL version=1.2.2-dev.61 [2020-10-12T01:24:03.855Z] ---> Running in 6e2dd17fdeef [2020-10-12T01:24:03.855Z] ---> eaa6f1ecb677 [2020-10-12T01:24:03.855Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-12T01:24:04.439Z] Removing intermediate container 6e2dd17fdeef [2020-10-12T01:24:04.439Z] ---> 73d997c7504b [2020-10-12T01:24:04.439Z] [2020-10-12T01:24:04.704Z] Successfully built 73d997c7504b [2020-10-12T01:24:04.966Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-12T01:24:04.966Z]  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go [2020-10-12T01:24:05.683Z] Removing intermediate container 1db1761a538e [2020-10-12T01:24:05.683Z] ---> e2d3d66692d8 [2020-10-12T01:24:05.683Z] Step 4/7 : WORKDIR /edgex-go [2020-10-12T01:24:05.683Z] ---> Running in 46f2e2d1aa7b [2020-10-12T01:24:06.279Z] Removing intermediate container 46f2e2d1aa7b [2020-10-12T01:24:06.279Z] ---> be11e7274783 [2020-10-12T01:24:06.279Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-12T01:24:06.872Z] latest: Pulling from library/docker [2020-10-12T01:24:06.872Z] b538f80385f9: Already exists [2020-10-12T01:24:06.872Z] 259a493cd78d: Pulling fs layer [2020-10-12T01:24:06.872Z] b8e66b5100f5: Pulling fs layer [2020-10-12T01:24:06.872Z] 7f8258a56ab6: Pulling fs layer [2020-10-12T01:24:06.872Z] 75a0a0ebb566: Pulling fs layer [2020-10-12T01:24:06.872Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-12T01:24:06.872Z] 294320357d30: Pulling fs layer [2020-10-12T01:24:06.872Z] 4a2c62f0a2a3: Waiting [2020-10-12T01:24:06.872Z] 294320357d30: Waiting [2020-10-12T01:24:06.872Z] 75a0a0ebb566: Waiting [2020-10-12T01:24:07.145Z] b8e66b5100f5: Verifying Checksum [2020-10-12T01:24:07.145Z] b8e66b5100f5: Download complete [2020-10-12T01:24:07.145Z] 259a493cd78d: Verifying Checksum [2020-10-12T01:24:07.145Z] 259a493cd78d: Download complete [2020-10-12T01:24:07.145Z] 75a0a0ebb566: Verifying Checksum [2020-10-12T01:24:07.145Z] 75a0a0ebb566: Download complete [2020-10-12T01:24:07.419Z] 4a2c62f0a2a3: Download complete [2020-10-12T01:24:07.419Z] 294320357d30: Verifying Checksum [2020-10-12T01:24:07.419Z] 294320357d30: Download complete [2020-10-12T01:24:07.533Z] ---> fd4f4a8771db [2020-10-12T01:24:07.533Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-12T01:24:07.695Z] 259a493cd78d: Pull complete [2020-10-12T01:24:08.289Z] b8e66b5100f5: Pull complete [2020-10-12T01:24:08.900Z] 7f8258a56ab6: Verifying Checksum [2020-10-12T01:24:08.900Z] 7f8258a56ab6: Download complete [2020-10-12T01:24:10.103Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T01:24:10.103Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-12T01:24:10.104Z] ---> 2567af78ad90 [2020-10-12T01:24:10.104Z] Step 3/23 : WORKDIR /edgex-go [2020-10-12T01:24:10.104Z] ---> Using cache [2020-10-12T01:24:10.104Z] ---> 4efbc7236e2f [2020-10-12T01:24:10.104Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T01:24:10.104Z] ---> Using cache [2020-10-12T01:24:10.104Z] ---> 23c152d4b5d4 [2020-10-12T01:24:10.104Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-12T01:24:10.689Z] ---> e91288eb97a0 [2020-10-12T01:24:10.689Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-12T01:24:10.689Z] ---> Running in d831d2b33933 [2020-10-12T01:24:10.689Z] Removing intermediate container d579bd7e4d17 [2020-10-12T01:24:10.689Z] ---> f16c73c4130d [2020-10-12T01:24:10.689Z] Step 8/27 : COPY . . [2020-10-12T01:24:10.952Z] ---> Running in 63c0529aecec [2020-10-12T01:24:10.952Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T01:24:10.952Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T01:24:10.952Z] ---> 2567af78ad90 [2020-10-12T01:24:10.952Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T01:24:10.952Z] ---> Using cache [2020-10-12T01:24:10.952Z] ---> 4efbc7236e2f [2020-10-12T01:24:10.952Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T01:24:10.952Z] ---> Using cache [2020-10-12T01:24:10.952Z] ---> 23c152d4b5d4 [2020-10-12T01:24:10.952Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-12T01:24:12.295Z] 7f8258a56ab6: Pull complete [2020-10-12T01:24:12.890Z] 75a0a0ebb566: Pull complete [2020-10-12T01:24:13.166Z] 4a2c62f0a2a3: Pull complete [2020-10-12T01:24:13.762Z] 294320357d30: Pull complete [2020-10-12T01:24:13.762Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-12T01:24:13.762Z] Status: Downloaded newer image for docker:latest [2020-10-12T01:24:16.278Z] ---> Running in 6006fa8e26b8 [2020-10-12T01:24:17.157Z] ---> c1cc7c22e317 [2020-10-12T01:24:17.157Z] Step 6/7 : COPY go.mod . [2020-10-12T01:24:18.138Z] ---> ebbd9cb4711f [2020-10-12T01:24:18.138Z] Step 7/7 : RUN go mod download [2020-10-12T01:24:18.138Z] ---> Running in 17b164220e86 [2020-10-12T01:24:18.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T01:24:18.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T01:24:18.850Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T01:24:18.850Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-12T01:24:18.850Z] ---> 2567af78ad90 [2020-10-12T01:24:18.850Z] Step 3/20 : WORKDIR /edgex-go [2020-10-12T01:24:18.850Z] ---> Using cache [2020-10-12T01:24:18.850Z] ---> 4efbc7236e2f [2020-10-12T01:24:18.850Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T01:24:18.850Z] ---> Using cache [2020-10-12T01:24:18.850Z] ---> 23c152d4b5d4 [2020-10-12T01:24:18.850Z] Step 5/20 : RUN apk update && apk add make git [2020-10-12T01:24:19.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T01:24:19.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T01:24:19.701Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T01:24:19.701Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T01:24:19.701Z] OK: 12752 distinct packages available [2020-10-12T01:24:19.701Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T01:24:19.701Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T01:24:19.701Z] OK: 12752 distinct packages available [2020-10-12T01:24:19.701Z] OK: 233 MiB in 51 packages [2020-10-12T01:24:19.962Z] OK: 233 MiB in 51 packages [2020-10-12T01:24:20.228Z] OK: 233 MiB in 51 packages [2020-10-12T01:24:20.228Z] ---> Running in 0511d4a8051c [2020-10-12T01:24:21.633Z] Removing intermediate container 63c0529aecec [2020-10-12T01:24:21.633Z] ---> 3e315b4a6449 [2020-10-12T01:24:21.633Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-12T01:24:21.633Z] Removing intermediate container d831d2b33933 [2020-10-12T01:24:21.633Z] ---> b01cb2eb6908 [2020-10-12T01:24:21.633Z] Step 6/23 : COPY go.mod . [2020-10-12T01:24:21.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T01:24:21.633Z] ---> Running in bc0ec18a6faa [2020-10-12T01:24:21.633Z] Removing intermediate container 6006fa8e26b8 [2020-10-12T01:24:21.633Z] ---> 07ba7810f314 [2020-10-12T01:24:21.633Z] Step 6/22 : COPY go.mod . [2020-10-12T01:24:22.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T01:24:22.789Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T01:24:22.789Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T01:24:22.789Z] OK: 12752 distinct packages available [2020-10-12T01:24:23.363Z] OK: 233 MiB in 51 packages [2020-10-12T01:24:23.634Z] ---> 7262546c9658 [2020-10-12T01:24:23.634Z] Step 7/23 : RUN go mod download [2020-10-12T01:24:23.898Z] Removing intermediate container bc0ec18a6faa [2020-10-12T01:24:23.898Z] ---> 6b81b32de294 [2020-10-12T01:24:23.898Z] Step 24/26 : LABEL arch=x86_64 [2020-10-12T01:24:24.160Z] ---> 8bbe61ec8c99 [2020-10-12T01:24:24.160Z] Step 7/22 : RUN go mod download [2020-10-12T01:24:24.423Z] ---> Running in 954fc49bf785 [2020-10-12T01:24:24.997Z] ---> Running in 73027bf92fcc [2020-10-12T01:24:24.997Z] ---> Running in 0a4087b6dad2 [2020-10-12T01:24:26.929Z] ---> 1400b4b2ebe4 [2020-10-12T01:24:26.929Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-12T01:24:26.929Z] Removing intermediate container 73027bf92fcc [2020-10-12T01:24:26.929Z] ---> 2d22fe2cdf05 [2020-10-12T01:24:26.929Z] Step 25/26 : LABEL git_sha=116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:24:26.929Z] Removing intermediate container 0511d4a8051c [2020-10-12T01:24:26.929Z] ---> 3ed8728b59c9 [2020-10-12T01:24:26.929Z] Step 6/20 : COPY go.mod . [2020-10-12T01:24:27.196Z] ---> Running in b9e49f50c118 [2020-10-12T01:24:27.196Z] ---> Running in 930ad0175294 [2020-10-12T01:24:27.466Z] ---> 99cb251640d3 [2020-10-12T01:24:27.466Z] Step 7/20 : RUN go mod download [2020-10-12T01:24:27.466Z] Removing intermediate container 930ad0175294 [2020-10-12T01:24:27.466Z] ---> d84187964742 [2020-10-12T01:24:27.466Z] Step 26/26 : LABEL version=1.2.2-dev.61 [2020-10-12T01:24:27.466Z] ---> Running in 12e8d9b92e49 [2020-10-12T01:24:27.747Z] ---> Running in 7a92d2c76429 [2020-10-12T01:24:27.747Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-12T01:24:28.023Z] Removing intermediate container 7a92d2c76429 [2020-10-12T01:24:28.023Z] ---> 8a4d55a9dede [2020-10-12T01:24:28.023Z] [2020-10-12T01:24:28.023Z] Successfully built 8a4d55a9dede [2020-10-12T01:24:28.290Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-12T01:24:28.290Z] Building docker-support-scheduler-go [2020-10-12T01:24:28.290Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0a4087b6dad2 [2020-10-12T01:24:28.290Z] ---> d369f3c9f235 [2020-10-12T01:24:28.290Z] Step 8/22 : COPY . . [2020-10-12T01:24:28.556Z] Removing intermediate container 954fc49bf785 [2020-10-12T01:24:28.556Z] ---> 3a1094e7584b [2020-10-12T01:24:28.556Z] Step 8/23 : COPY . . [2020-10-12T01:24:36.980Z] Removing intermediate container 12e8d9b92e49 [2020-10-12T01:24:36.980Z] ---> d92fe8611ca3 [2020-10-12T01:24:36.980Z] Step 8/20 : COPY . . [2020-10-12T01:24:44.947Z] Removing intermediate container 17b164220e86 [2020-10-12T01:24:44.947Z] ---> d0998d1c053f [2020-10-12T01:24:44.947Z] Successfully built d0998d1c053f [2020-10-12T01:24:44.947Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:24:45.387Z] + docker inspect -f . ci-base-image-arm64 [2020-10-12T01:24:45.387Z] . [Pipeline] withDockerContainer [2020-10-12T01:24:45.669Z] prd-ubuntu18.04-docker-arm64-4c-16g-4646 does not seem to be running inside a container [2020-10-12T01:24:45.754Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:24:47.698Z] $ docker top 0d30f4e25373f0c5dd9b28ae88f056e9104a9b81f8784e50872c5c616442d4b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T01:24:49.308Z] + go version [2020-10-12T01:24:49.308Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-12T01:24:49.328Z] $ docker stop --time=1 0d30f4e25373f0c5dd9b28ae88f056e9104a9b81f8784e50872c5c616442d4b2 [2020-10-12T01:24:51.272Z] $ docker rm -f 0d30f4e25373f0c5dd9b28ae88f056e9104a9b81f8784e50872c5c616442d4b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-10-12T01:24:52.258Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T01:24:52.258Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-12T01:24:52.258Z] ---> 2567af78ad90 [2020-10-12T01:24:52.258Z] Step 3/21 : WORKDIR /edgex-go [2020-10-12T01:24:52.258Z] ---> Using cache [2020-10-12T01:24:52.258Z] ---> 4efbc7236e2f [2020-10-12T01:24:52.258Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T01:24:52.258Z] ---> Using cache [2020-10-12T01:24:52.258Z] ---> 23c152d4b5d4 [2020-10-12T01:24:52.258Z] Step 5/21 : RUN apk update && apk add make git [2020-10-12T01:24:52.258Z] ---> Using cache [2020-10-12T01:24:52.258Z] ---> 3ed8728b59c9 [2020-10-12T01:24:52.258Z] Step 6/21 : COPY go.mod . [2020-10-12T01:24:52.258Z] ---> Using cache [2020-10-12T01:24:52.258Z] ---> 99cb251640d3 [2020-10-12T01:24:52.258Z] Step 7/21 : RUN go mod download [2020-10-12T01:24:52.258Z] ---> Using cache [2020-10-12T01:24:52.258Z] ---> d92fe8611ca3 [2020-10-12T01:24:52.258Z] Step 8/21 : COPY . . [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:24:52.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-12T01:24:52.865Z] [2020-10-12T01:24:52.865Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:24:53.253Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-12T01:24:53.527Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-12T01:24:53.527Z] 29e5d40040c1: Pulling fs layer [2020-10-12T01:24:53.527Z] 1ce36da41761: Pulling fs layer [2020-10-12T01:24:53.527Z] 25b303627fd3: Pulling fs layer [2020-10-12T01:24:54.121Z] 29e5d40040c1: Verifying Checksum [2020-10-12T01:24:54.121Z] 29e5d40040c1: Download complete [2020-10-12T01:24:54.395Z] 1ce36da41761: Verifying Checksum [2020-10-12T01:24:54.395Z] 1ce36da41761: Download complete [2020-10-12T01:24:54.669Z] 29e5d40040c1: Pull complete [2020-10-12T01:24:56.129Z] 1ce36da41761: Pull complete [2020-10-12T01:24:56.129Z] 25b303627fd3: Verifying Checksum [2020-10-12T01:24:56.129Z] 25b303627fd3: Download complete [2020-10-12T01:25:00.783Z] ---> 58b7e0a9306f [2020-10-12T01:25:00.784Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-12T01:25:00.784Z] ---> 686202836a40 [2020-10-12T01:25:00.784Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-12T01:25:04.117Z] ---> Running in a00ae48b31dd [2020-10-12T01:25:04.117Z] ---> Running in 937983a6673b [2020-10-12T01:25:06.294Z] 25b303627fd3: Pull complete [2020-10-12T01:25:06.294Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-12T01:25:06.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-12T01:25:06.294Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-12T01:25:06.565Z] prd-ubuntu18.04-docker-arm64-4c-16g-4646 does not seem to be running inside a container [2020-10-12T01:25:06.645Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:25:06.684Z] ---> 3547f7de6d12 [2020-10-12T01:25:06.684Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-12T01:25:07.666Z] ---> Running in 111c8502d138 [2020-10-12T01:25:09.597Z] Removing intermediate container b9e49f50c118 [2020-10-12T01:25:09.597Z] ---> a65b45833aea [2020-10-12T01:25:09.597Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-12T01:25:09.866Z] ---> e18bd077821c [2020-10-12T01:25:09.866Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-12T01:25:09.866Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-12T01:25:09.866Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o cmd/core-data/core-data ./cmd/core-data [2020-10-12T01:25:09.867Z] ---> Running in 79264cea6149 [2020-10-12T01:25:09.867Z] ---> Running in b5a64ffba1f9 [2020-10-12T01:25:10.256Z] $ docker top f1709bfb8b9459880e20a0331018071fcc5391190fbd201a0e8960ccc011004f -eo pid,comm [2020-10-12T01:25:10.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] { [Pipeline] sh [2020-10-12T01:25:10.723Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-12T01:25:10.723Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-12T01:25:11.670Z] + docker-compose build --help [2020-10-12T01:25:11.670Z] + grep parallel [2020-10-12T01:25:15.048Z] --parallel Build images in parallel. [Pipeline] } [2020-10-12T01:25:15.340Z] $ docker stop --time=1 f1709bfb8b9459880e20a0331018071fcc5391190fbd201a0e8960ccc011004f [2020-10-12T01:25:16.099Z] Removing intermediate container 79264cea6149 [2020-10-12T01:25:16.099Z] ---> f8a333a53801 [2020-10-12T01:25:16.099Z] [2020-10-12T01:25:16.099Z] Step 11/27 : FROM docker:latest [2020-10-12T01:25:16.099Z] ---> 809cc4dba987 [2020-10-12T01:25:16.099Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-12T01:25:16.099Z] ---> Running in 54e040473680 [2020-10-12T01:25:17.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T01:25:17.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T01:25:17.315Z] $ docker rm -f f1709bfb8b9459880e20a0331018071fcc5391190fbd201a0e8960ccc011004f [2020-10-12T01:25:17.343Z] (1/2) Installing readline (8.0.4-r0) [2020-10-12T01:25:17.343Z] (2/2) Installing bash (5.0.17-r0) [2020-10-12T01:25:17.343Z] Executing bash-5.0.17-r0.post-install [2020-10-12T01:25:17.343Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T01:25:17.343Z] OK: 12 MiB in 22 packages [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:25:18.116Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-12T01:25:18.116Z] . [Pipeline] withDockerContainer [2020-10-12T01:25:18.355Z] prd-ubuntu18.04-docker-arm64-4c-16g-4646 does not seem to be running inside a container [2020-10-12T01:25:18.441Z] $ 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/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:25:19.826Z] $ docker top 88b87fc505de3224afa506294756864c12162d639b0ee0e66fcd311592283879 -eo pid,comm [2020-10-12T01:25:19.943Z] Removing intermediate container 54e040473680 [2020-10-12T01:25:19.943Z] ---> 727402b35843 [2020-10-12T01:25:19.943Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-12T01:25:19.943Z] ---> Running in db464ed97e50 [Pipeline] { [Pipeline] sh [2020-10-12T01:25:20.934Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-12T01:25:21.888Z] Removing intermediate container db464ed97e50 [2020-10-12T01:25:21.888Z] ---> f06860e24821 [2020-10-12T01:25:21.888Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-12T01:25:22.153Z] ---> Running in 28ce6a373f69 [2020-10-12T01:25:22.421Z] Removing intermediate container 28ce6a373f69 [2020-10-12T01:25:22.421Z] ---> e39383dcbf49 [2020-10-12T01:25:22.421Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-12T01:25:22.421Z] ---> Running in a9cb09c495d4 [2020-10-12T01:25:22.686Z] Removing intermediate container a9cb09c495d4 [2020-10-12T01:25:22.686Z] ---> d1feeee28259 [2020-10-12T01:25:22.686Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-12T01:25:22.956Z] ---> Running in 7250b55890cc [2020-10-12T01:25:23.221Z] Removing intermediate container 7250b55890cc [2020-10-12T01:25:23.221Z] ---> 8151caa1ba46 [2020-10-12T01:25:23.221Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-12T01:25:24.308Z] Building docker-core-command-go ... [2020-10-12T01:25:24.308Z] Building docker-core-data-go ... [2020-10-12T01:25:24.308Z] Building docker-core-metadata-go ... [2020-10-12T01:25:24.308Z] Building docker-security-proxy-setup-go ... [2020-10-12T01:25:24.308Z] Building docker-security-secrets-setup-go ... [2020-10-12T01:25:24.308Z] Building docker-security-secretstore-setup-go ... [2020-10-12T01:25:24.308Z] Building docker-support-logging-go ... [2020-10-12T01:25:24.308Z] Building docker-support-notifications-go ... [2020-10-12T01:25:24.308Z] Building docker-support-scheduler-go ... [2020-10-12T01:25:24.308Z] Building docker-sys-mgmt-agent-go ... [2020-10-12T01:25:24.308Z] Building docker-security-proxy-setup-go [2020-10-12T01:25:24.308Z] Building docker-support-notifications-go [2020-10-12T01:25:24.308Z] Building docker-support-scheduler-go [2020-10-12T01:25:24.308Z] Building docker-core-metadata-go [2020-10-12T01:25:24.308Z] Building docker-sys-mgmt-agent-go [2020-10-12T01:25:24.689Z] ---> e5cf1e4f2434 [2020-10-12T01:25:24.689Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-12T01:25:25.672Z] ---> 359472bcb730 [2020-10-12T01:25:25.672Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-12T01:25:26.264Z] ---> 17e7f9e6a3e1 [2020-10-12T01:25:26.264Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-12T01:25:26.264Z] ---> Running in 56304519b5a9 [2020-10-12T01:25:27.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T01:25:27.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T01:25:28.272Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-12T01:25:28.272Z] (2/33) Installing expat (2.2.9-r1) [2020-10-12T01:25:28.272Z] (3/33) Installing libffi (3.3-r2) [2020-10-12T01:25:28.272Z] (4/33) Installing gdbm (1.13-r1) [2020-10-12T01:25:28.272Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-12T01:25:28.272Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-12T01:25:28.272Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-12T01:25:29.680Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-12T01:25:29.680Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-12T01:25:29.680Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-12T01:25:29.943Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-12T01:25:29.943Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-12T01:25:29.943Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-12T01:25:29.943Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-12T01:25:29.943Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-12T01:25:29.943Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-12T01:25:29.943Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-12T01:25:29.943Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-12T01:25:30.207Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-12T01:25:30.207Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-12T01:25:30.207Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-12T01:25:30.207Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-12T01:25:30.207Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-12T01:25:30.207Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-12T01:25:30.207Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-12T01:25:30.207Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-12T01:25:30.472Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-12T01:25:30.472Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-12T01:25:30.472Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-12T01:25:30.472Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-12T01:25:30.472Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-12T01:25:30.472Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-12T01:25:30.472Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-12T01:25:30.738Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T01:25:30.738Z] OK: 71 MiB in 55 packages [2020-10-12T01:25:40.827Z] Removing intermediate container 56304519b5a9 [2020-10-12T01:25:40.827Z] ---> 0ddf3436963e [2020-10-12T01:25:40.827Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-12T01:25:40.827Z] ---> Running in 13efb948c66b [2020-10-12T01:25:44.167Z] Collecting docker-compose==1.23.2 [2020-10-12T01:25:44.167Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-12T01:25:46.103Z] Collecting cached-property<2,>=1.2.0 [2020-10-12T01:25:46.103Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-12T01:25:46.103Z] Removing intermediate container 111c8502d138 [2020-10-12T01:25:46.103Z] ---> 82c91525bb33 [2020-10-12T01:25:46.103Z] [2020-10-12T01:25:46.103Z] Step 10/20 : FROM alpine [2020-10-12T01:25:46.103Z] ---> a24bb4013296 [2020-10-12T01:25:46.103Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-12T01:25:46.103Z] Removing intermediate container 937983a6673b [2020-10-12T01:25:46.103Z] ---> bfdce41f954a [2020-10-12T01:25:46.103Z] [2020-10-12T01:25:46.103Z] Step 10/22 : FROM scratch [2020-10-12T01:25:46.103Z] ---> [2020-10-12T01:25:46.103Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-12T01:25:46.103Z] ---> Running in 72494a775eea [2020-10-12T01:25:46.103Z] Collecting jsonschema<3,>=2.5.1 [2020-10-12T01:25:46.103Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-12T01:25:46.721Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-12T01:25:46.721Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-12T01:25:46.721Z] 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-12T01:25:46.721Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-12T01:25:46.721Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-12T01:25:46.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T01:25:46.993Z] Collecting docopt<0.7,>=0.6.1 [2020-10-12T01:25:46.993Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-12T01:25:46.993Z] ---> Using cache [2020-10-12T01:25:46.993Z] ---> 16681d23e7f3 [2020-10-12T01:25:46.993Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-12T01:25:46.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T01:25:47.267Z] v3.12.0-376-gb3fc85f1ac [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-12T01:25:47.267Z] v3.12.0-382-g904dd561a5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-12T01:25:47.267Z] OK: 12750 distinct packages available [2020-10-12T01:25:47.532Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-12T01:25:47.532Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-12T01:25:47.532Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-12T01:25:47.532Z] (4/4) Installing curl (7.69.1-r1) [2020-10-12T01:25:47.532Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T01:25:47.532Z] Executing ca-certificates-20191127-r4.trigger [2020-10-12T01:25:47.532Z] OK: 7 MiB in 18 packages [2020-10-12T01:25:48.483Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-12T01:25:48.483Z] ---> Running in c0a959b6e9d5 [2020-10-12T01:25:48.483Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-12T01:25:49.437Z] Collecting PyYAML<4,>=3.10 [2020-10-12T01:25:49.437Z] Removing intermediate container b5a64ffba1f9 [2020-10-12T01:25:49.437Z] ---> 69615161cf80 [2020-10-12T01:25:49.437Z] [2020-10-12T01:25:49.437Z] Step 10/21 : FROM scratch [2020-10-12T01:25:49.437Z] ---> [2020-10-12T01:25:49.437Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T01:25:49.437Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-12T01:25:49.437Z] ---> Using cache [2020-10-12T01:25:49.437Z] ---> 8a6c20acedd0 [2020-10-12T01:25:49.437Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-12T01:25:49.437Z] Removing intermediate container c0a959b6e9d5 [2020-10-12T01:25:49.437Z] ---> 3222b8821462 [2020-10-12T01:25:49.437Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T01:25:49.710Z] ---> Running in ddc8ddd534cb [2020-10-12T01:25:49.711Z] ---> Running in 0692bc8bb1dd [2020-10-12T01:25:51.637Z] Removing intermediate container 72494a775eea [2020-10-12T01:25:51.637Z] ---> 289e668f81b1 [2020-10-12T01:25:51.637Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-12T01:25:51.637Z] Removing intermediate container ddc8ddd534cb [2020-10-12T01:25:51.637Z] ---> 1ac153d0751d [2020-10-12T01:25:51.637Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-12T01:25:51.637Z] Collecting docker<4.0,>=3.6.0 [2020-10-12T01:25:51.637Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-12T01:25:51.637Z] Removing intermediate container 0692bc8bb1dd [2020-10-12T01:25:51.637Z] ---> d36168c27aed [2020-10-12T01:25:51.637Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-12T01:25:51.912Z] Collecting texttable<0.10,>=0.9.0 [2020-10-12T01:25:51.912Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-12T01:25:51.912Z] ---> Running in d2d0c0900664 [2020-10-12T01:25:51.912Z] ---> Running in 1dbef806d95f [2020-10-12T01:25:52.489Z] ---> 7c85fbc36844 [2020-10-12T01:25:52.489Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-12T01:25:52.489Z] Collecting idna<2.8,>=2.5 [2020-10-12T01:25:52.489Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-12T01:25:53.066Z] 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-12T01:25:53.066Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-12T01:25:53.329Z] Removing intermediate container d2d0c0900664 [2020-10-12T01:25:53.329Z] ---> c94a19054b38 [2020-10-12T01:25:53.329Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-12T01:25:53.329Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-12T01:25:53.329Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-12T01:25:54.282Z] Removing intermediate container 1dbef806d95f [2020-10-12T01:25:54.282Z] ---> efe0df84ffc6 [2020-10-12T01:25:54.282Z] Step 13/20 : WORKDIR /edgex [2020-10-12T01:25:54.282Z] Collecting docker-pycreds>=0.4.0 [2020-10-12T01:25:54.282Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-12T01:25:54.282Z] ---> 2f560bd8a398 [2020-10-12T01:25:54.282Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-12T01:25:54.282Z] ---> 33cf73e1f032 [2020-10-12T01:25:54.282Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-12T01:25:54.282Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-12T01:25:54.282Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-12T01:25:54.282Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-12T01:25:54.282Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-12T01:25:54.282Z] Removing intermediate container a00ae48b31dd [2020-10-12T01:25:54.282Z] ---> adf7c929bc72 [2020-10-12T01:25:54.282Z] [2020-10-12T01:25:54.282Z] Step 10/23 : FROM alpine [2020-10-12T01:25:54.282Z] ---> a24bb4013296 [2020-10-12T01:25:54.282Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T01:25:54.282Z] ---> Running in 1d69176b4133 [2020-10-12T01:25:54.544Z] ---> Running in a0b7ad79de07 [2020-10-12T01:25:54.544Z] Installing collected packages: cached-property, jsonschema, idna, urllib3, requests, websocket-client, docopt, dockerpty, PyYAML, docker-pycreds, docker, texttable, docker-compose [2020-10-12T01:25:55.120Z] Attempting uninstall: idna [2020-10-12T01:25:55.120Z] Found existing installation: idna 2.9 [2020-10-12T01:25:55.120Z] Uninstalling idna-2.9: [2020-10-12T01:25:55.120Z] Successfully uninstalled idna-2.9 [2020-10-12T01:25:55.705Z] Attempting uninstall: urllib3 [2020-10-12T01:25:55.705Z] Found existing installation: urllib3 1.25.9 [2020-10-12T01:25:55.705Z] Uninstalling urllib3-1.25.9: [2020-10-12T01:25:55.705Z] ---> 660bebee21ae [2020-10-12T01:25:55.705Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-12T01:25:55.705Z] ---> cbeab277fddd [2020-10-12T01:25:55.705Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-12T01:25:55.705Z] Removing intermediate container 1d69176b4133 [2020-10-12T01:25:55.705Z] ---> 6386bf751eb5 [2020-10-12T01:25:55.705Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-12T01:25:55.705Z] Removing intermediate container a0b7ad79de07 [2020-10-12T01:25:55.705Z] ---> 06c37ff3d720 [2020-10-12T01:25:55.705Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-12T01:25:55.705Z] Successfully uninstalled urllib3-1.25.9 [2020-10-12T01:25:56.651Z] Attempting uninstall: requests [2020-10-12T01:25:56.651Z] Found existing installation: requests 2.23.0 [2020-10-12T01:25:56.651Z] Uninstalling requests-2.23.0: [2020-10-12T01:25:56.651Z] ---> Running in 8bb694a09590 [2020-10-12T01:25:56.651Z] Successfully uninstalled requests-2.23.0 [2020-10-12T01:25:56.913Z] ---> 1aed887d9edf [2020-10-12T01:25:56.913Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-12T01:25:56.913Z] ---> ce16980cfc5d [2020-10-12T01:25:56.913Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-12T01:25:57.174Z] ---> e6c529d47783 [2020-10-12T01:25:57.174Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-12T01:25:57.464Z] ---> Running in 407e12a3ccd0 [2020-10-12T01:25:57.464Z] Running setup.py install for docopt: started [2020-10-12T01:25:58.046Z] Running setup.py install for docopt: finished with status 'done' [2020-10-12T01:25:58.046Z] Running setup.py install for dockerpty: started [2020-10-12T01:25:58.330Z] Removing intermediate container 8bb694a09590 [2020-10-12T01:25:58.330Z] ---> d73776a47916 [2020-10-12T01:25:58.330Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-12T01:25:58.330Z] ---> Running in 9e847de2d408 [2020-10-12T01:25:58.330Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-12T01:25:58.330Z] Running setup.py install for PyYAML: started [2020-10-12T01:25:58.617Z] ---> d50451af3c67 [2020-10-12T01:25:58.617Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-12T01:25:58.617Z] ---> Running in 971fa89f9f87 [2020-10-12T01:25:58.617Z] Removing intermediate container 407e12a3ccd0 [2020-10-12T01:25:58.617Z] ---> ce035ffdd440 [2020-10-12T01:25:58.617Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T01:25:58.617Z] ---> Running in 6dbc10298754 [2020-10-12T01:25:58.891Z] Removing intermediate container 9e847de2d408 [2020-10-12T01:25:58.891Z] ---> 6b1d1f8f5a0e [2020-10-12T01:25:58.891Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T01:25:58.891Z] ---> Running in a240590389e9 [2020-10-12T01:25:58.891Z] Removing intermediate container 971fa89f9f87 [2020-10-12T01:25:58.891Z] ---> afe2a76d8de2 [2020-10-12T01:25:58.891Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T01:25:58.891Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-12T01:25:59.152Z] ---> Running in 8b4d2c61a770 [2020-10-12T01:25:59.152Z] Removing intermediate container 6dbc10298754 [2020-10-12T01:25:59.152Z] ---> 178b9933979f [2020-10-12T01:25:59.152Z] Step 17/20 : CMD ["--init=true"] [2020-10-12T01:25:59.417Z] ---> Running in 866d3f728a12 [2020-10-12T01:25:59.679Z] Removing intermediate container a240590389e9 [2020-10-12T01:25:59.679Z] ---> e3d377e62010 [2020-10-12T01:25:59.679Z] Step 19/21 : LABEL arch=x86_64 [2020-10-12T01:26:00.259Z] Running setup.py install for texttable: started [2020-10-12T01:26:00.259Z] ---> Running in 0e54ffaba9e0 [2020-10-12T01:26:00.259Z] Removing intermediate container 8b4d2c61a770 [2020-10-12T01:26:00.259Z] ---> 01c821a6146f [2020-10-12T01:26:00.259Z] Step 20/22 : LABEL arch=x86_64 [2020-10-12T01:26:00.259Z] ---> Running in b161bd8ece26 [2020-10-12T01:26:00.525Z] ---> Running in a279cdc87689 [2020-10-12T01:26:00.525Z] Running setup.py install for texttable: finished with status 'done' [2020-10-12T01:26:00.525Z] Removing intermediate container 0e54ffaba9e0 [2020-10-12T01:26:00.525Z] ---> 96f3d9f12434 [2020-10-12T01:26:00.525Z] Step 18/20 : LABEL arch=x86_64 [2020-10-12T01:26:00.525Z] Removing intermediate container b161bd8ece26 [2020-10-12T01:26:00.525Z] ---> b9ef0caad663 [2020-10-12T01:26:00.525Z] Step 20/21 : LABEL git_sha=116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:01.475Z] ---> Running in f94ffb46c9c4 [2020-10-12T01:26:01.475Z] ---> Running in b411fefef4f5 [2020-10-12T01:26:01.739Z] 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-12T01:26:01.739Z] Removing intermediate container a279cdc87689 [2020-10-12T01:26:01.739Z] ---> 2d1567398237 [2020-10-12T01:26:01.739Z] Step 21/22 : LABEL git_sha=116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:01.739Z] Removing intermediate container b411fefef4f5 [2020-10-12T01:26:01.739Z] ---> fe75551f14fe [2020-10-12T01:26:01.739Z] Step 21/21 : LABEL version=1.2.2-dev.61 [2020-10-12T01:26:01.739Z] ---> Running in 5d49f9be210e [2020-10-12T01:26:02.012Z] Removing intermediate container f94ffb46c9c4 [2020-10-12T01:26:02.012Z] ---> f335d9543c71 [2020-10-12T01:26:02.012Z] Step 19/20 : LABEL git_sha=116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:02.012Z] ---> Running in 79f57f79c808 [2020-10-12T01:26:02.274Z] ---> Running in 452cd60eb90d [2020-10-12T01:26:02.274Z] Removing intermediate container 5d49f9be210e [2020-10-12T01:26:02.274Z] ---> 04bc1a9b86b9 [2020-10-12T01:26:02.274Z] Step 22/22 : LABEL version=1.2.2-dev.61 [2020-10-12T01:26:02.274Z] Removing intermediate container 866d3f728a12 [2020-10-12T01:26:02.274Z] ---> 80e944757ee9 [2020-10-12T01:26:02.274Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-12T01:26:02.539Z] Removing intermediate container 79f57f79c808 [2020-10-12T01:26:02.539Z] ---> 2eb0cf3a9626 [2020-10-12T01:26:02.539Z] [2020-10-12T01:26:02.539Z] ---> Running in 0500a59be4c9 [2020-10-12T01:26:02.539Z] Successfully built 2eb0cf3a9626 [2020-10-12T01:26:02.539Z] Removing intermediate container 452cd60eb90d [2020-10-12T01:26:02.539Z] ---> 480b8a211f57 [2020-10-12T01:26:02.539Z] Step 20/20 : LABEL version=1.2.2-dev.61 [2020-10-12T01:26:02.539Z] ---> Running in df3103111375 [2020-10-12T01:26:02.803Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-12T01:26:03.066Z]  Building docker-support-scheduler-go ... done  ---> Running in 2a54fe17eea3 [2020-10-12T01:26:04.464Z] Removing intermediate container 0500a59be4c9 [2020-10-12T01:26:04.464Z] ---> eb4b07066a1f [2020-10-12T01:26:04.464Z] [2020-10-12T01:26:04.464Z] Removing intermediate container 2a54fe17eea3 [2020-10-12T01:26:04.464Z] ---> 2f61f7e2414b [2020-10-12T01:26:04.464Z] [2020-10-12T01:26:04.464Z] Removing intermediate container 13efb948c66b [2020-10-12T01:26:04.464Z] ---> 699acf1b9297 [2020-10-12T01:26:04.464Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-12T01:26:04.464Z] Successfully built eb4b07066a1f [2020-10-12T01:26:04.738Z] Successfully built 2f61f7e2414b [2020-10-12T01:26:04.738Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-12T01:26:04.738Z] Successfully tagged docker-support-logging-go:latest [2020-10-12T01:26:04.738Z]  Building docker-security-proxy-setup-go ... done  Building docker-support-logging-go ... done  ---> Running in cbf42d35ccbf [2020-10-12T01:26:04.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T01:26:05.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-12T01:26:05.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T01:26:05.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-12T01:26:05.581Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-12T01:26:05.581Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-12T01:26:05.581Z] (3/3) Installing curl (7.69.1-r1) [2020-10-12T01:26:05.581Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T01:26:05.581Z] OK: 72 MiB in 58 packages [2020-10-12T01:26:05.843Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-12T01:26:06.105Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-12T01:26:06.105Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-12T01:26:06.105Z] Removing intermediate container cbf42d35ccbf [2020-10-12T01:26:06.105Z] ---> 1a996a0ed5dd [2020-10-12T01:26:06.105Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-12T01:26:06.105Z] ---> Running in 247c18a6ce51 [2020-10-12T01:26:06.368Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-12T01:26:06.368Z] Removing intermediate container 247c18a6ce51 [2020-10-12T01:26:06.368Z] ---> 0b4905b798e9 [2020-10-12T01:26:06.368Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T01:26:06.368Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-12T01:26:06.368Z] ---> Running in e510be1a4896 [2020-10-12T01:26:06.368Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T01:26:06.368Z] OK: 8 MiB in 19 packages [2020-10-12T01:26:06.629Z] Removing intermediate container e510be1a4896 [2020-10-12T01:26:06.629Z] ---> 87bcec22f951 [2020-10-12T01:26:06.629Z] Step 25/27 : LABEL arch=x86_64 [2020-10-12T01:26:06.629Z] ---> Running in 86cf5e694d50 [2020-10-12T01:26:06.898Z] Removing intermediate container 86cf5e694d50 [2020-10-12T01:26:06.898Z] ---> d8cb44481c08 [2020-10-12T01:26:06.898Z] Step 26/27 : LABEL git_sha=116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:06.898Z] ---> Running in 37387390ee21 [2020-10-12T01:26:06.898Z] Removing intermediate container df3103111375 [2020-10-12T01:26:06.898Z] ---> fa8436cfd423 [2020-10-12T01:26:06.898Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-12T01:26:07.162Z] Removing intermediate container 37387390ee21 [2020-10-12T01:26:07.162Z] ---> ec3787b66c8f [2020-10-12T01:26:07.162Z] Step 27/27 : LABEL version=1.2.2-dev.61 [2020-10-12T01:26:07.162Z] ---> Running in b616e30326f0 [2020-10-12T01:26:07.424Z] ---> 54f80c52e20e [2020-10-12T01:26:07.424Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-12T01:26:07.424Z] Removing intermediate container b616e30326f0 [2020-10-12T01:26:07.424Z] ---> d66f62ab7a88 [2020-10-12T01:26:07.424Z] [2020-10-12T01:26:07.690Z] Successfully built d66f62ab7a88 [2020-10-12T01:26:07.690Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-12T01:26:07.952Z]  Building docker-sys-mgmt-agent-go ... done  ---> ddffaf6ee1c6 [2020-10-12T01:26:07.952Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-12T01:26:08.213Z] ---> 0d144a7bce01 [2020-10-12T01:26:08.213Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-12T01:26:08.213Z] ---> Running in 1733275c6569 [2020-10-12T01:26:08.475Z] Removing intermediate container 1733275c6569 [2020-10-12T01:26:08.475Z] ---> f26b23bf2195 [2020-10-12T01:26:08.475Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T01:26:08.475Z] ---> Running in 43824d9f23db [2020-10-12T01:26:09.420Z] Removing intermediate container 43824d9f23db [2020-10-12T01:26:09.420Z] ---> db3514acfc62 [2020-10-12T01:26:09.420Z] Step 21/23 : LABEL arch=x86_64 [2020-10-12T01:26:09.420Z] ---> Running in eb8e00e10416 [2020-10-12T01:26:09.420Z] Removing intermediate container eb8e00e10416 [2020-10-12T01:26:09.420Z] ---> d94ffd06895a [2020-10-12T01:26:09.420Z] Step 22/23 : LABEL git_sha=116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:09.420Z] ---> Running in f35fdffe3c34 [2020-10-12T01:26:09.682Z] Removing intermediate container f35fdffe3c34 [2020-10-12T01:26:09.682Z] ---> 780fb3074e75 [2020-10-12T01:26:09.682Z] Step 23/23 : LABEL version=1.2.2-dev.61 [2020-10-12T01:26:09.682Z] ---> Running in 6eeaebd2cf6e [2020-10-12T01:26:09.944Z] Removing intermediate container 6eeaebd2cf6e [2020-10-12T01:26:09.944Z] ---> 2c5d30b3965c [2020-10-12T01:26:09.944Z] [2020-10-12T01:26:09.944Z] Successfully built 2c5d30b3965c [2020-10-12T01:26:09.944Z] Successfully tagged docker-core-data-go:latest [2020-10-12T01:26:10.214Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-10-12T01:26:10.235Z] $ docker stop --time=1 5229fd8f7c49c2b7de0d929ce0c518f180b2ec9042c2601a3cae823e309ce079 [2020-10-12T01:26:11.870Z] $ docker rm -f 5229fd8f7c49c2b7de0d929ce0c518f180b2ec9042c2601a3cae823e309ce079 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:26:12.374Z] + docker images [2020-10-12T01:26:12.374Z] + grep docker [2020-10-12T01:26:12.374Z] docker-core-data-go latest 2c5d30b3965c 3 seconds ago 23.6MB [2020-10-12T01:26:12.374Z] docker-sys-mgmt-agent-go latest d66f62ab7a88 5 seconds ago 290MB [2020-10-12T01:26:12.374Z] docker-security-proxy-setup-go latest 2f61f7e2414b 8 seconds ago 15.8MB [2020-10-12T01:26:12.374Z] docker-support-logging-go latest eb4b07066a1f 10 seconds ago 11.1MB [2020-10-12T01:26:12.374Z] docker-support-scheduler-go latest 2eb0cf3a9626 10 seconds ago 12.3MB [2020-10-12T01:26:12.374Z] docker-security-secretstore-setup-go latest 8a4d55a9dede About a minute ago 32.4MB [2020-10-12T01:26:12.374Z] docker-security-secrets-setup-go latest 73d997c7504b 2 minutes ago 24MB [2020-10-12T01:26:12.374Z] docker-core-metadata-go latest 973c185ee716 2 minutes ago 14.2MB [2020-10-12T01:26:12.374Z] docker-support-notifications-go latest 361acc9158a3 2 minutes ago 13.6MB [2020-10-12T01:26:12.374Z] docker-core-command-go latest a04d76895030 2 minutes ago 12.2MB [2020-10-12T01:26:12.374Z] docker latest 809cc4dba987 3 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-12T01:26:12.875Z] provisioning config files... [2020-10-12T01:26:12.998Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/176@tmp/config961197426817188900tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-12T01:26:13.380Z] ---> docker-login.sh [2020-10-12T01:26:13.381Z] nexus3.edgexfoundry.org:10001 [2020-10-12T01:26:13.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T01:26:13.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T01:26:13.644Z] Configure a credential helper to remove this warning. See [2020-10-12T01:26:13.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T01:26:13.644Z] [2020-10-12T01:26:13.644Z] Login Succeeded [2020-10-12T01:26:13.644Z] nexus3.edgexfoundry.org:10002 [2020-10-12T01:26:13.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T01:26:13.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T01:26:13.644Z] Configure a credential helper to remove this warning. See [2020-10-12T01:26:13.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T01:26:13.645Z] [2020-10-12T01:26:13.645Z] Login Succeeded [2020-10-12T01:26:13.645Z] nexus3.edgexfoundry.org:10003 [2020-10-12T01:26:13.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T01:26:13.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T01:26:13.908Z] Configure a credential helper to remove this warning. See [2020-10-12T01:26:13.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T01:26:13.908Z] [2020-10-12T01:26:13.908Z] Login Succeeded [2020-10-12T01:26:13.908Z] nexus3.edgexfoundry.org:10004 [2020-10-12T01:26:13.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T01:26:14.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T01:26:14.170Z] Configure a credential helper to remove this warning. See [2020-10-12T01:26:14.170Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T01:26:14.170Z] [2020-10-12T01:26:14.170Z] Login Succeeded [2020-10-12T01:26:14.170Z] docker.io [2020-10-12T01:26:14.170Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T01:26:14.431Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T01:26:14.431Z] Configure a credential helper to remove this warning. See [2020-10-12T01:26:14.431Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T01:26:14.431Z] [2020-10-12T01:26:14.431Z] Login Succeeded [2020-10-12T01:26:14.431Z] ---> docker-login.sh ends [Pipeline] } [2020-10-12T01:26:14.442Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T01:26:14.624Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-12T01:26:14.624Z] 116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:14.624Z] 1.2.2-dev.61 [2020-10-12T01:26:14.624Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:14.624Z] master [2020-10-12T01:26:14.624Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:15.154Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:116975359223b037ef6a270a14331e73faedb550 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:15.459Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:15.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-12T01:26:15.459Z] 603df8fc9f5c: Preparing [2020-10-12T01:26:15.459Z] 692290866540: Preparing [2020-10-12T01:26:15.459Z] f06993f0a7d2: Preparing [2020-10-12T01:26:15.725Z] 603df8fc9f5c: Pushed [2020-10-12T01:26:15.725Z] f06993f0a7d2: Pushed [2020-10-12T01:26:16.671Z] 692290866540: Pushed [2020-10-12T01:26:16.933Z] 116975359223b037ef6a270a14331e73faedb550: digest: sha256:160ae3a7b7bcef3d945e428fa9eb2f589b3b1f2fcc118987bdbfc2976db449b2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:17.244Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:17.543Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.61 [2020-10-12T01:26:17.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-12T01:26:17.543Z] 603df8fc9f5c: Preparing [2020-10-12T01:26:17.543Z] 692290866540: Preparing [2020-10-12T01:26:17.543Z] f06993f0a7d2: Preparing [2020-10-12T01:26:17.543Z] 692290866540: Layer already exists [2020-10-12T01:26:17.543Z] 603df8fc9f5c: Layer already exists [2020-10-12T01:26:17.543Z] f06993f0a7d2: Layer already exists [2020-10-12T01:26:17.543Z] 1.2.2-dev.61: digest: sha256:160ae3a7b7bcef3d945e428fa9eb2f589b3b1f2fcc118987bdbfc2976db449b2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:17.847Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:18.146Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:18.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-12T01:26:18.146Z] 603df8fc9f5c: Preparing [2020-10-12T01:26:18.146Z] 692290866540: Preparing [2020-10-12T01:26:18.146Z] f06993f0a7d2: Preparing [2020-10-12T01:26:18.146Z] 692290866540: Layer already exists [2020-10-12T01:26:18.146Z] 603df8fc9f5c: Layer already exists [2020-10-12T01:26:18.146Z] f06993f0a7d2: Layer already exists [2020-10-12T01:26:18.146Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61: digest: sha256:160ae3a7b7bcef3d945e428fa9eb2f589b3b1f2fcc118987bdbfc2976db449b2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:18.450Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:18.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-12T01:26:18.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-12T01:26:18.747Z] 603df8fc9f5c: Preparing [2020-10-12T01:26:18.747Z] 692290866540: Preparing [2020-10-12T01:26:18.747Z] f06993f0a7d2: Preparing [2020-10-12T01:26:18.747Z] 692290866540: Layer already exists [2020-10-12T01:26:18.747Z] f06993f0a7d2: Layer already exists [2020-10-12T01:26:18.747Z] 603df8fc9f5c: Layer already exists [2020-10-12T01:26:18.747Z] master: digest: sha256:160ae3a7b7bcef3d945e428fa9eb2f589b3b1f2fcc118987bdbfc2976db449b2 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T01:26:18.929Z] ===================================================== [Pipeline] echo [2020-10-12T01:26:18.973Z] taggedImages: [2020-10-12T01:26:18.973Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:18.973Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.61 [2020-10-12T01:26:18.973Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:18.973Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-12T01:26:19.037Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-12T01:26:19.037Z] 116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:19.037Z] 1.2.2-dev.61 [2020-10-12T01:26:19.037Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:19.037Z] master [2020-10-12T01:26:19.037Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:19.505Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:116975359223b037ef6a270a14331e73faedb550 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:19.813Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:19.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-12T01:26:19.813Z] 9fac7e9fa144: Preparing [2020-10-12T01:26:19.813Z] 78ce79eee67d: Preparing [2020-10-12T01:26:19.813Z] 2ad21d495702: Preparing [2020-10-12T01:26:19.813Z] d7600072a6c5: Preparing [2020-10-12T01:26:19.813Z] 0bdf02275844: Preparing [2020-10-12T01:26:19.813Z] 50644c29ef5a: Preparing [2020-10-12T01:26:19.813Z] 50644c29ef5a: Waiting [2020-10-12T01:26:20.084Z] 0bdf02275844: Pushed [2020-10-12T01:26:20.084Z] 9fac7e9fa144: Pushed [2020-10-12T01:26:20.084Z] 2ad21d495702: Pushed [2020-10-12T01:26:20.084Z] 50644c29ef5a: Layer already exists [2020-10-12T01:26:20.084Z] d7600072a6c5: Pushed [2020-10-12T01:26:21.473Z] 78ce79eee67d: Pushed [2020-10-12T01:26:21.473Z] 116975359223b037ef6a270a14331e73faedb550: digest: sha256:71f18d622a8adeb9baf3b5821fa9603edb7fd1f7819a3f24bcca6d4dfe082a0c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:21.780Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:22.081Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.61 [2020-10-12T01:26:22.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-12T01:26:22.081Z] 9fac7e9fa144: Preparing [2020-10-12T01:26:22.081Z] 78ce79eee67d: Preparing [2020-10-12T01:26:22.081Z] 2ad21d495702: Preparing [2020-10-12T01:26:22.081Z] d7600072a6c5: Preparing [2020-10-12T01:26:22.081Z] 0bdf02275844: Preparing [2020-10-12T01:26:22.081Z] 50644c29ef5a: Preparing [2020-10-12T01:26:22.081Z] 50644c29ef5a: Waiting [2020-10-12T01:26:22.081Z] 78ce79eee67d: Layer already exists [2020-10-12T01:26:22.081Z] d7600072a6c5: Layer already exists [2020-10-12T01:26:22.081Z] 9fac7e9fa144: Layer already exists [2020-10-12T01:26:22.081Z] 0bdf02275844: Layer already exists [2020-10-12T01:26:22.081Z] 2ad21d495702: Layer already exists [2020-10-12T01:26:22.081Z] 50644c29ef5a: Layer already exists [2020-10-12T01:26:22.081Z] 1.2.2-dev.61: digest: sha256:71f18d622a8adeb9baf3b5821fa9603edb7fd1f7819a3f24bcca6d4dfe082a0c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:22.393Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:22.695Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:22.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-12T01:26:22.695Z] 9fac7e9fa144: Preparing [2020-10-12T01:26:22.695Z] 78ce79eee67d: Preparing [2020-10-12T01:26:22.695Z] 2ad21d495702: Preparing [2020-10-12T01:26:22.695Z] d7600072a6c5: Preparing [2020-10-12T01:26:22.695Z] 0bdf02275844: Preparing [2020-10-12T01:26:22.695Z] 50644c29ef5a: Preparing [2020-10-12T01:26:22.695Z] 50644c29ef5a: Waiting [2020-10-12T01:26:22.695Z] 78ce79eee67d: Layer already exists [2020-10-12T01:26:22.695Z] 0bdf02275844: Layer already exists [2020-10-12T01:26:22.695Z] d7600072a6c5: Layer already exists [2020-10-12T01:26:22.695Z] 2ad21d495702: Layer already exists [2020-10-12T01:26:22.695Z] 9fac7e9fa144: Layer already exists [2020-10-12T01:26:22.695Z] 50644c29ef5a: Layer already exists [2020-10-12T01:26:22.695Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61: digest: sha256:71f18d622a8adeb9baf3b5821fa9603edb7fd1f7819a3f24bcca6d4dfe082a0c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:23.082Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:23.481Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-12T01:26:23.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-12T01:26:23.481Z] 9fac7e9fa144: Preparing [2020-10-12T01:26:23.481Z] 78ce79eee67d: Preparing [2020-10-12T01:26:23.481Z] 2ad21d495702: Preparing [2020-10-12T01:26:23.481Z] d7600072a6c5: Preparing [2020-10-12T01:26:23.481Z] 0bdf02275844: Preparing [2020-10-12T01:26:23.481Z] 50644c29ef5a: Preparing [2020-10-12T01:26:23.481Z] 50644c29ef5a: Waiting [2020-10-12T01:26:23.481Z] 2ad21d495702: Layer already exists [2020-10-12T01:26:23.481Z] 0bdf02275844: Layer already exists [2020-10-12T01:26:23.481Z] d7600072a6c5: Layer already exists [2020-10-12T01:26:23.481Z] 78ce79eee67d: Layer already exists [2020-10-12T01:26:23.481Z] 9fac7e9fa144: Layer already exists [2020-10-12T01:26:23.481Z] 50644c29ef5a: Layer already exists [2020-10-12T01:26:23.481Z] master: digest: sha256:71f18d622a8adeb9baf3b5821fa9603edb7fd1f7819a3f24bcca6d4dfe082a0c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T01:26:23.673Z] ===================================================== [Pipeline] echo [2020-10-12T01:26:23.722Z] taggedImages: [2020-10-12T01:26:23.722Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:23.722Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.61 [2020-10-12T01:26:23.722Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:23.722Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-12T01:26:23.784Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-12T01:26:23.784Z] 116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:23.784Z] 1.2.2-dev.61 [2020-10-12T01:26:23.784Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:23.784Z] master [2020-10-12T01:26:23.784Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:24.270Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:116975359223b037ef6a270a14331e73faedb550 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:24.571Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:24.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-12T01:26:24.572Z] f92dbc5cc34f: Preparing [2020-10-12T01:26:24.572Z] 01fe3a5f8afe: Preparing [2020-10-12T01:26:24.572Z] c5abda34b469: Preparing [2020-10-12T01:26:24.572Z] c5abda34b469: Pushed [2020-10-12T01:26:24.572Z] f92dbc5cc34f: Pushed [2020-10-12T01:26:25.959Z] 01fe3a5f8afe: Pushed [2020-10-12T01:26:26.220Z] 116975359223b037ef6a270a14331e73faedb550: digest: sha256:21cfff17b93f4aab7364518f810d3c2ab3266e94c7d1449a3bb0482b32bf6f4d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:26.527Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:26.835Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.61 [2020-10-12T01:26:26.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-12T01:26:26.835Z] f92dbc5cc34f: Preparing [2020-10-12T01:26:26.835Z] 01fe3a5f8afe: Preparing [2020-10-12T01:26:26.835Z] c5abda34b469: Preparing [2020-10-12T01:26:26.835Z] 01fe3a5f8afe: Layer already exists [2020-10-12T01:26:26.835Z] c5abda34b469: Layer already exists [2020-10-12T01:26:26.835Z] f92dbc5cc34f: Layer already exists [2020-10-12T01:26:26.835Z] 1.2.2-dev.61: digest: sha256:21cfff17b93f4aab7364518f810d3c2ab3266e94c7d1449a3bb0482b32bf6f4d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:27.143Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:27.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:27.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-12T01:26:27.441Z] f92dbc5cc34f: Preparing [2020-10-12T01:26:27.441Z] 01fe3a5f8afe: Preparing [2020-10-12T01:26:27.441Z] c5abda34b469: Preparing [2020-10-12T01:26:27.441Z] c5abda34b469: Layer already exists [2020-10-12T01:26:27.441Z] 01fe3a5f8afe: Layer already exists [2020-10-12T01:26:27.441Z] f92dbc5cc34f: Layer already exists [2020-10-12T01:26:27.441Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61: digest: sha256:21cfff17b93f4aab7364518f810d3c2ab3266e94c7d1449a3bb0482b32bf6f4d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:27.746Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:28.046Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-12T01:26:28.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-12T01:26:28.047Z] f92dbc5cc34f: Preparing [2020-10-12T01:26:28.047Z] 01fe3a5f8afe: Preparing [2020-10-12T01:26:28.047Z] c5abda34b469: Preparing [2020-10-12T01:26:28.047Z] 01fe3a5f8afe: Layer already exists [2020-10-12T01:26:28.047Z] f92dbc5cc34f: Layer already exists [2020-10-12T01:26:28.047Z] c5abda34b469: Layer already exists [2020-10-12T01:26:28.047Z] master: digest: sha256:21cfff17b93f4aab7364518f810d3c2ab3266e94c7d1449a3bb0482b32bf6f4d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T01:26:28.219Z] ===================================================== [Pipeline] echo [2020-10-12T01:26:28.275Z] taggedImages: [2020-10-12T01:26:28.276Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:28.276Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.61 [2020-10-12T01:26:28.276Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:28.276Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-12T01:26:28.335Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-12T01:26:28.335Z] 116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:28.335Z] 1.2.2-dev.61 [2020-10-12T01:26:28.335Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:28.335Z] master [2020-10-12T01:26:28.335Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:28.799Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:116975359223b037ef6a270a14331e73faedb550 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:29.097Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:29.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-12T01:26:29.097Z] 666345c700f8: Preparing [2020-10-12T01:26:29.097Z] f5bc63a29f24: Preparing [2020-10-12T01:26:29.097Z] 180536baa8e0: Preparing [2020-10-12T01:26:29.097Z] f9a6ddd83651: Preparing [2020-10-12T01:26:29.097Z] 50644c29ef5a: Preparing [2020-10-12T01:26:29.097Z] 50644c29ef5a: Layer already exists [2020-10-12T01:26:29.360Z] 180536baa8e0: Pushed [2020-10-12T01:26:29.360Z] f5bc63a29f24: Pushed [2020-10-12T01:26:29.360Z] f9a6ddd83651: Pushed [2020-10-12T01:26:29.933Z] 666345c700f8: Pushed [2020-10-12T01:26:30.194Z] 116975359223b037ef6a270a14331e73faedb550: digest: sha256:2d8fa471dee94d13b369c46a29bc14a8f8fadd77916a9bd991660c6b07ae3e6a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:30.499Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:30.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.61 [2020-10-12T01:26:30.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-12T01:26:30.797Z] 666345c700f8: Preparing [2020-10-12T01:26:30.797Z] f5bc63a29f24: Preparing [2020-10-12T01:26:30.797Z] 180536baa8e0: Preparing [2020-10-12T01:26:30.797Z] f9a6ddd83651: Preparing [2020-10-12T01:26:30.797Z] 50644c29ef5a: Preparing [2020-10-12T01:26:30.797Z] 666345c700f8: Layer already exists [2020-10-12T01:26:30.797Z] 180536baa8e0: Layer already exists [2020-10-12T01:26:30.797Z] 50644c29ef5a: Layer already exists [2020-10-12T01:26:30.797Z] f9a6ddd83651: Layer already exists [2020-10-12T01:26:30.797Z] f5bc63a29f24: Layer already exists [2020-10-12T01:26:30.797Z] 1.2.2-dev.61: digest: sha256:2d8fa471dee94d13b369c46a29bc14a8f8fadd77916a9bd991660c6b07ae3e6a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:31.102Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:31.402Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:31.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-12T01:26:31.402Z] 666345c700f8: Preparing [2020-10-12T01:26:31.402Z] f5bc63a29f24: Preparing [2020-10-12T01:26:31.402Z] 180536baa8e0: Preparing [2020-10-12T01:26:31.402Z] f9a6ddd83651: Preparing [2020-10-12T01:26:31.402Z] 50644c29ef5a: Preparing [2020-10-12T01:26:31.402Z] 666345c700f8: Layer already exists [2020-10-12T01:26:31.402Z] 50644c29ef5a: Layer already exists [2020-10-12T01:26:31.402Z] 180536baa8e0: Layer already exists [2020-10-12T01:26:31.402Z] f9a6ddd83651: Layer already exists [2020-10-12T01:26:31.402Z] f5bc63a29f24: Layer already exists [2020-10-12T01:26:31.402Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61: digest: sha256:2d8fa471dee94d13b369c46a29bc14a8f8fadd77916a9bd991660c6b07ae3e6a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:31.707Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:32.008Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-12T01:26:32.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-12T01:26:32.008Z] 666345c700f8: Preparing [2020-10-12T01:26:32.008Z] f5bc63a29f24: Preparing [2020-10-12T01:26:32.008Z] 180536baa8e0: Preparing [2020-10-12T01:26:32.008Z] f9a6ddd83651: Preparing [2020-10-12T01:26:32.008Z] 50644c29ef5a: Preparing [2020-10-12T01:26:32.008Z] 666345c700f8: Layer already exists [2020-10-12T01:26:32.008Z] 180536baa8e0: Layer already exists [2020-10-12T01:26:32.008Z] 50644c29ef5a: Layer already exists [2020-10-12T01:26:32.008Z] f9a6ddd83651: Layer already exists [2020-10-12T01:26:32.008Z] f5bc63a29f24: Layer already exists [2020-10-12T01:26:32.008Z] master: digest: sha256:2d8fa471dee94d13b369c46a29bc14a8f8fadd77916a9bd991660c6b07ae3e6a size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T01:26:32.203Z] ===================================================== [Pipeline] echo [2020-10-12T01:26:32.257Z] taggedImages: [2020-10-12T01:26:32.257Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:32.257Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.61 [2020-10-12T01:26:32.257Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:32.257Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-12T01:26:32.318Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-12T01:26:32.318Z] 116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:32.318Z] 1.2.2-dev.61 [2020-10-12T01:26:32.318Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:32.318Z] master [2020-10-12T01:26:32.318Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:32.797Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:116975359223b037ef6a270a14331e73faedb550 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:33.094Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:33.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-12T01:26:33.094Z] e2d01451bca9: Preparing [2020-10-12T01:26:33.094Z] 7380d30caa52: Preparing [2020-10-12T01:26:33.094Z] bbfc79b46e3d: Preparing [2020-10-12T01:26:33.094Z] 0d4f7aed2f8a: Preparing [2020-10-12T01:26:33.094Z] 0d4f7aed2f8a: Preparing [2020-10-12T01:26:33.094Z] e4e9718a99da: Preparing [2020-10-12T01:26:33.094Z] 223803350d07: Preparing [2020-10-12T01:26:33.094Z] 1572a4b4e4de: Preparing [2020-10-12T01:26:33.094Z] e2d01451bca9: Preparing [2020-10-12T01:26:33.094Z] 7463ed8ba724: Preparing [2020-10-12T01:26:33.094Z] 9642b918d7b9: Preparing [2020-10-12T01:26:33.094Z] c9c0c9693c3c: Preparing [2020-10-12T01:26:33.094Z] 50644c29ef5a: Preparing [2020-10-12T01:26:33.094Z] 223803350d07: Waiting [2020-10-12T01:26:33.094Z] 1572a4b4e4de: Waiting [2020-10-12T01:26:33.094Z] 7463ed8ba724: Waiting [2020-10-12T01:26:33.094Z] 9642b918d7b9: Waiting [2020-10-12T01:26:33.094Z] c9c0c9693c3c: Waiting [2020-10-12T01:26:33.094Z] 50644c29ef5a: Waiting [2020-10-12T01:26:33.354Z] e4e9718a99da: Pushed [2020-10-12T01:26:33.354Z] 7380d30caa52: Pushed [2020-10-12T01:26:33.354Z] bbfc79b46e3d: Pushed [2020-10-12T01:26:33.354Z] 0d4f7aed2f8a: Pushed [2020-10-12T01:26:33.615Z] 223803350d07: Pushed [2020-10-12T01:26:33.615Z] 1572a4b4e4de: Pushed [2020-10-12T01:26:33.615Z] 50644c29ef5a: Layer already exists [2020-10-12T01:26:33.615Z] 7463ed8ba724: Pushed [2020-10-12T01:26:33.615Z] 9642b918d7b9: Pushed [2020-10-12T01:26:34.187Z] c9c0c9693c3c: Pushed [2020-10-12T01:26:34.187Z] e2d01451bca9: Pushed [2020-10-12T01:26:34.187Z] 116975359223b037ef6a270a14331e73faedb550: digest: sha256:29d02bb64bf2a6ff7c0c09f55015567ca4add36c404e46488ade50a3fa84f08b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:34.495Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:34.790Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.61 [2020-10-12T01:26:34.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-12T01:26:34.791Z] e2d01451bca9: Preparing [2020-10-12T01:26:34.791Z] 7380d30caa52: Preparing [2020-10-12T01:26:34.791Z] bbfc79b46e3d: Preparing [2020-10-12T01:26:34.791Z] 0d4f7aed2f8a: Preparing [2020-10-12T01:26:34.791Z] 0d4f7aed2f8a: Preparing [2020-10-12T01:26:34.791Z] e4e9718a99da: Preparing [2020-10-12T01:26:34.791Z] 223803350d07: Preparing [2020-10-12T01:26:34.791Z] 1572a4b4e4de: Preparing [2020-10-12T01:26:34.791Z] e2d01451bca9: Preparing [2020-10-12T01:26:34.791Z] 7463ed8ba724: Preparing [2020-10-12T01:26:34.791Z] 9642b918d7b9: Preparing [2020-10-12T01:26:34.791Z] c9c0c9693c3c: Preparing [2020-10-12T01:26:34.791Z] 50644c29ef5a: Preparing [2020-10-12T01:26:34.791Z] 7463ed8ba724: Waiting [2020-10-12T01:26:34.791Z] 9642b918d7b9: Waiting [2020-10-12T01:26:34.791Z] c9c0c9693c3c: Waiting [2020-10-12T01:26:34.791Z] 50644c29ef5a: Waiting [2020-10-12T01:26:34.791Z] 223803350d07: Waiting [2020-10-12T01:26:34.791Z] 1572a4b4e4de: Waiting [2020-10-12T01:26:34.791Z] e4e9718a99da: Layer already exists [2020-10-12T01:26:34.791Z] e2d01451bca9: Layer already exists [2020-10-12T01:26:34.791Z] bbfc79b46e3d: Layer already exists [2020-10-12T01:26:34.791Z] 0d4f7aed2f8a: Layer already exists [2020-10-12T01:26:34.791Z] 7380d30caa52: Layer already exists [2020-10-12T01:26:34.791Z] 223803350d07: Layer already exists [2020-10-12T01:26:34.791Z] 1572a4b4e4de: Layer already exists [2020-10-12T01:26:34.791Z] c9c0c9693c3c: Layer already exists [2020-10-12T01:26:34.791Z] 7463ed8ba724: Layer already exists [2020-10-12T01:26:34.791Z] 9642b918d7b9: Layer already exists [2020-10-12T01:26:34.791Z] 50644c29ef5a: Layer already exists [2020-10-12T01:26:34.791Z] 1.2.2-dev.61: digest: sha256:29d02bb64bf2a6ff7c0c09f55015567ca4add36c404e46488ade50a3fa84f08b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:35.093Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:35.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:35.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-12T01:26:35.387Z] e2d01451bca9: Preparing [2020-10-12T01:26:35.387Z] 7380d30caa52: Preparing [2020-10-12T01:26:35.387Z] bbfc79b46e3d: Preparing [2020-10-12T01:26:35.387Z] 0d4f7aed2f8a: Preparing [2020-10-12T01:26:35.387Z] 0d4f7aed2f8a: Preparing [2020-10-12T01:26:35.387Z] e4e9718a99da: Preparing [2020-10-12T01:26:35.387Z] 223803350d07: Preparing [2020-10-12T01:26:35.387Z] 1572a4b4e4de: Preparing [2020-10-12T01:26:35.387Z] e2d01451bca9: Preparing [2020-10-12T01:26:35.387Z] 7463ed8ba724: Preparing [2020-10-12T01:26:35.387Z] 9642b918d7b9: Preparing [2020-10-12T01:26:35.387Z] c9c0c9693c3c: Preparing [2020-10-12T01:26:35.388Z] 50644c29ef5a: Preparing [2020-10-12T01:26:35.388Z] 223803350d07: Waiting [2020-10-12T01:26:35.388Z] 1572a4b4e4de: Waiting [2020-10-12T01:26:35.388Z] 7463ed8ba724: Waiting [2020-10-12T01:26:35.388Z] 9642b918d7b9: Waiting [2020-10-12T01:26:35.388Z] c9c0c9693c3c: Waiting [2020-10-12T01:26:35.388Z] 50644c29ef5a: Waiting [2020-10-12T01:26:35.388Z] bbfc79b46e3d: Layer already exists [2020-10-12T01:26:35.388Z] 7380d30caa52: Layer already exists [2020-10-12T01:26:35.388Z] e4e9718a99da: Layer already exists [2020-10-12T01:26:35.388Z] 0d4f7aed2f8a: Layer already exists [2020-10-12T01:26:35.388Z] e2d01451bca9: Layer already exists [2020-10-12T01:26:35.388Z] 223803350d07: Layer already exists [2020-10-12T01:26:35.388Z] 7463ed8ba724: Layer already exists [2020-10-12T01:26:35.388Z] 9642b918d7b9: Layer already exists [2020-10-12T01:26:35.388Z] 1572a4b4e4de: Layer already exists [2020-10-12T01:26:35.388Z] c9c0c9693c3c: Layer already exists [2020-10-12T01:26:35.388Z] 50644c29ef5a: Layer already exists [2020-10-12T01:26:35.388Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61: digest: sha256:29d02bb64bf2a6ff7c0c09f55015567ca4add36c404e46488ade50a3fa84f08b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:35.689Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:35.982Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-12T01:26:35.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-12T01:26:35.982Z] e2d01451bca9: Preparing [2020-10-12T01:26:35.982Z] 7380d30caa52: Preparing [2020-10-12T01:26:35.982Z] bbfc79b46e3d: Preparing [2020-10-12T01:26:35.982Z] 0d4f7aed2f8a: Preparing [2020-10-12T01:26:35.982Z] 0d4f7aed2f8a: Preparing [2020-10-12T01:26:35.982Z] e4e9718a99da: Preparing [2020-10-12T01:26:35.982Z] 223803350d07: Preparing [2020-10-12T01:26:35.982Z] 1572a4b4e4de: Preparing [2020-10-12T01:26:35.982Z] e2d01451bca9: Preparing [2020-10-12T01:26:35.982Z] 7463ed8ba724: Preparing [2020-10-12T01:26:35.982Z] 9642b918d7b9: Preparing [2020-10-12T01:26:35.982Z] c9c0c9693c3c: Preparing [2020-10-12T01:26:35.982Z] 50644c29ef5a: Preparing [2020-10-12T01:26:35.982Z] 223803350d07: Waiting [2020-10-12T01:26:35.982Z] 9642b918d7b9: Waiting [2020-10-12T01:26:35.982Z] c9c0c9693c3c: Waiting [2020-10-12T01:26:35.982Z] 50644c29ef5a: Waiting [2020-10-12T01:26:35.982Z] 7463ed8ba724: Waiting [2020-10-12T01:26:35.982Z] 1572a4b4e4de: Waiting [2020-10-12T01:26:35.982Z] e4e9718a99da: Layer already exists [2020-10-12T01:26:35.982Z] bbfc79b46e3d: Layer already exists [2020-10-12T01:26:35.982Z] 7380d30caa52: Layer already exists [2020-10-12T01:26:35.982Z] e2d01451bca9: Layer already exists [2020-10-12T01:26:35.982Z] 0d4f7aed2f8a: Layer already exists [2020-10-12T01:26:35.982Z] 1572a4b4e4de: Layer already exists [2020-10-12T01:26:35.982Z] 223803350d07: Layer already exists [2020-10-12T01:26:35.982Z] c9c0c9693c3c: Layer already exists [2020-10-12T01:26:35.982Z] 7463ed8ba724: Layer already exists [2020-10-12T01:26:35.982Z] 9642b918d7b9: Layer already exists [2020-10-12T01:26:35.982Z] 50644c29ef5a: Layer already exists [2020-10-12T01:26:36.242Z] master: digest: sha256:29d02bb64bf2a6ff7c0c09f55015567ca4add36c404e46488ade50a3fa84f08b size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T01:26:36.430Z] ===================================================== [Pipeline] echo [2020-10-12T01:26:36.475Z] taggedImages: [2020-10-12T01:26:36.475Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:36.475Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.61 [2020-10-12T01:26:36.475Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:36.475Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-12T01:26:36.536Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-12T01:26:36.536Z] 116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:36.536Z] 1.2.2-dev.61 [2020-10-12T01:26:36.536Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:36.536Z] master [2020-10-12T01:26:36.536Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:37.020Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:116975359223b037ef6a270a14331e73faedb550 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:37.492Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:37.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-12T01:26:37.493Z] 77f0bc6e88d6: Preparing [2020-10-12T01:26:37.493Z] 1efa94b3cac1: Preparing [2020-10-12T01:26:37.493Z] 24c4e8b30fca: Preparing [2020-10-12T01:26:37.493Z] 9769d28938e9: Preparing [2020-10-12T01:26:37.493Z] a6f4ebcb5de4: Preparing [2020-10-12T01:26:37.493Z] b9fce9e18f95: Preparing [2020-10-12T01:26:37.493Z] 8a9dfb332d56: Preparing [2020-10-12T01:26:37.493Z] f316f7fdd802: Preparing [2020-10-12T01:26:37.493Z] 4ecb99b0de9b: Preparing [2020-10-12T01:26:37.493Z] d16eabf77c9c: Preparing [2020-10-12T01:26:37.493Z] 1b3ee35aacca: Preparing [2020-10-12T01:26:37.493Z] f316f7fdd802: Waiting [2020-10-12T01:26:37.493Z] 8a9dfb332d56: Waiting [2020-10-12T01:26:37.493Z] 4ecb99b0de9b: Waiting [2020-10-12T01:26:37.493Z] d16eabf77c9c: Waiting [2020-10-12T01:26:37.493Z] 1b3ee35aacca: Waiting [2020-10-12T01:26:37.493Z] b9fce9e18f95: Waiting [2020-10-12T01:26:37.493Z] 77f0bc6e88d6: Pushed [2020-10-12T01:26:37.493Z] 1efa94b3cac1: Pushed [2020-10-12T01:26:37.761Z] b9fce9e18f95: Pushed [2020-10-12T01:26:37.761Z] 8a9dfb332d56: Pushed [2020-10-12T01:26:38.024Z] f316f7fdd802: Pushed [2020-10-12T01:26:38.024Z] 4ecb99b0de9b: Pushed [2020-10-12T01:26:38.284Z] 1b3ee35aacca: Layer already exists [2020-10-12T01:26:38.284Z] 24c4e8b30fca: Pushed [2020-10-12T01:26:38.284Z] a6f4ebcb5de4: Pushed [2020-10-12T01:26:38.284Z] 9769d28938e9: Pushed [2020-10-12T01:26:38.546Z] d16eabf77c9c: Pushed [2020-10-12T01:26:38.806Z] 116975359223b037ef6a270a14331e73faedb550: digest: sha256:58fd57d07478d4f61c341769627ebd20963f93e10be3bb88850fd3bfc1bdf4cd size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:39.108Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:39.409Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.61 [2020-10-12T01:26:39.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-12T01:26:39.409Z] 77f0bc6e88d6: Preparing [2020-10-12T01:26:39.409Z] 1efa94b3cac1: Preparing [2020-10-12T01:26:39.409Z] 24c4e8b30fca: Preparing [2020-10-12T01:26:39.409Z] 9769d28938e9: Preparing [2020-10-12T01:26:39.409Z] a6f4ebcb5de4: Preparing [2020-10-12T01:26:39.409Z] b9fce9e18f95: Preparing [2020-10-12T01:26:39.409Z] 8a9dfb332d56: Preparing [2020-10-12T01:26:39.409Z] f316f7fdd802: Preparing [2020-10-12T01:26:39.409Z] 4ecb99b0de9b: Preparing [2020-10-12T01:26:39.409Z] d16eabf77c9c: Preparing [2020-10-12T01:26:39.409Z] 1b3ee35aacca: Preparing [2020-10-12T01:26:39.409Z] b9fce9e18f95: Waiting [2020-10-12T01:26:39.409Z] 8a9dfb332d56: Waiting [2020-10-12T01:26:39.409Z] f316f7fdd802: Waiting [2020-10-12T01:26:39.409Z] 4ecb99b0de9b: Waiting [2020-10-12T01:26:39.409Z] d16eabf77c9c: Waiting [2020-10-12T01:26:39.409Z] 1b3ee35aacca: Waiting [2020-10-12T01:26:39.409Z] 77f0bc6e88d6: Layer already exists [2020-10-12T01:26:39.409Z] 1efa94b3cac1: Layer already exists [2020-10-12T01:26:39.409Z] 24c4e8b30fca: Layer already exists [2020-10-12T01:26:39.409Z] 9769d28938e9: Layer already exists [2020-10-12T01:26:39.409Z] a6f4ebcb5de4: Layer already exists [2020-10-12T01:26:39.409Z] b9fce9e18f95: Layer already exists [2020-10-12T01:26:39.409Z] 4ecb99b0de9b: Layer already exists [2020-10-12T01:26:39.409Z] d16eabf77c9c: Layer already exists [2020-10-12T01:26:39.409Z] 8a9dfb332d56: Layer already exists [2020-10-12T01:26:39.409Z] f316f7fdd802: Layer already exists [2020-10-12T01:26:39.409Z] 1b3ee35aacca: Layer already exists [2020-10-12T01:26:39.409Z] 1.2.2-dev.61: digest: sha256:58fd57d07478d4f61c341769627ebd20963f93e10be3bb88850fd3bfc1bdf4cd size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:39.714Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:40.013Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:40.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-12T01:26:40.013Z] 77f0bc6e88d6: Preparing [2020-10-12T01:26:40.013Z] 1efa94b3cac1: Preparing [2020-10-12T01:26:40.013Z] 24c4e8b30fca: Preparing [2020-10-12T01:26:40.013Z] 9769d28938e9: Preparing [2020-10-12T01:26:40.013Z] a6f4ebcb5de4: Preparing [2020-10-12T01:26:40.013Z] b9fce9e18f95: Preparing [2020-10-12T01:26:40.013Z] 8a9dfb332d56: Preparing [2020-10-12T01:26:40.013Z] f316f7fdd802: Preparing [2020-10-12T01:26:40.013Z] 4ecb99b0de9b: Preparing [2020-10-12T01:26:40.013Z] d16eabf77c9c: Preparing [2020-10-12T01:26:40.013Z] 1b3ee35aacca: Preparing [2020-10-12T01:26:40.013Z] b9fce9e18f95: Waiting [2020-10-12T01:26:40.013Z] 8a9dfb332d56: Waiting [2020-10-12T01:26:40.013Z] d16eabf77c9c: Waiting [2020-10-12T01:26:40.013Z] 1b3ee35aacca: Waiting [2020-10-12T01:26:40.013Z] f316f7fdd802: Waiting [2020-10-12T01:26:40.013Z] 4ecb99b0de9b: Waiting [2020-10-12T01:26:40.013Z] 24c4e8b30fca: Layer already exists [2020-10-12T01:26:40.013Z] 77f0bc6e88d6: Layer already exists [2020-10-12T01:26:40.013Z] 9769d28938e9: Layer already exists [2020-10-12T01:26:40.013Z] 1efa94b3cac1: Layer already exists [2020-10-12T01:26:40.013Z] a6f4ebcb5de4: Layer already exists [2020-10-12T01:26:40.013Z] 8a9dfb332d56: Layer already exists [2020-10-12T01:26:40.013Z] b9fce9e18f95: Layer already exists [2020-10-12T01:26:40.013Z] 4ecb99b0de9b: Layer already exists [2020-10-12T01:26:40.013Z] f316f7fdd802: Layer already exists [2020-10-12T01:26:40.013Z] d16eabf77c9c: Layer already exists [2020-10-12T01:26:40.013Z] 1b3ee35aacca: Layer already exists [2020-10-12T01:26:40.013Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61: digest: sha256:58fd57d07478d4f61c341769627ebd20963f93e10be3bb88850fd3bfc1bdf4cd size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:40.314Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:40.607Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-12T01:26:40.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-12T01:26:40.607Z] 77f0bc6e88d6: Preparing [2020-10-12T01:26:40.607Z] 1efa94b3cac1: Preparing [2020-10-12T01:26:40.607Z] 24c4e8b30fca: Preparing [2020-10-12T01:26:40.607Z] 9769d28938e9: Preparing [2020-10-12T01:26:40.607Z] a6f4ebcb5de4: Preparing [2020-10-12T01:26:40.607Z] b9fce9e18f95: Preparing [2020-10-12T01:26:40.607Z] 8a9dfb332d56: Preparing [2020-10-12T01:26:40.607Z] f316f7fdd802: Preparing [2020-10-12T01:26:40.607Z] 4ecb99b0de9b: Preparing [2020-10-12T01:26:40.607Z] d16eabf77c9c: Preparing [2020-10-12T01:26:40.607Z] 1b3ee35aacca: Preparing [2020-10-12T01:26:40.607Z] f316f7fdd802: Waiting [2020-10-12T01:26:40.607Z] 4ecb99b0de9b: Waiting [2020-10-12T01:26:40.607Z] d16eabf77c9c: Waiting [2020-10-12T01:26:40.607Z] 1b3ee35aacca: Waiting [2020-10-12T01:26:40.607Z] 8a9dfb332d56: Waiting [2020-10-12T01:26:40.607Z] b9fce9e18f95: Waiting [2020-10-12T01:26:40.607Z] 9769d28938e9: Layer already exists [2020-10-12T01:26:40.607Z] a6f4ebcb5de4: Layer already exists [2020-10-12T01:26:40.607Z] 1efa94b3cac1: Layer already exists [2020-10-12T01:26:40.607Z] 24c4e8b30fca: Layer already exists [2020-10-12T01:26:40.607Z] 77f0bc6e88d6: Layer already exists [2020-10-12T01:26:40.607Z] 4ecb99b0de9b: Layer already exists [2020-10-12T01:26:40.607Z] b9fce9e18f95: Layer already exists [2020-10-12T01:26:40.607Z] 8a9dfb332d56: Layer already exists [2020-10-12T01:26:40.607Z] d16eabf77c9c: Layer already exists [2020-10-12T01:26:40.607Z] f316f7fdd802: Layer already exists [2020-10-12T01:26:40.607Z] 1b3ee35aacca: Layer already exists [2020-10-12T01:26:40.607Z] master: digest: sha256:58fd57d07478d4f61c341769627ebd20963f93e10be3bb88850fd3bfc1bdf4cd size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T01:26:40.818Z] ===================================================== [Pipeline] echo [2020-10-12T01:26:40.864Z] taggedImages: [2020-10-12T01:26:40.864Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:40.864Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.61 [2020-10-12T01:26:40.864Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:40.864Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-12T01:26:40.926Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-12T01:26:40.926Z] 116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:40.926Z] 1.2.2-dev.61 [2020-10-12T01:26:40.926Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:40.926Z] master [2020-10-12T01:26:40.926Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:41.409Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:116975359223b037ef6a270a14331e73faedb550 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:41.703Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:41.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-12T01:26:41.703Z] 9e89e76126cc: Preparing [2020-10-12T01:26:41.703Z] 0cea37a0facf: Preparing [2020-10-12T01:26:41.703Z] 579fbe1fbec4: Preparing [2020-10-12T01:26:41.703Z] 6053ae0e6024: Preparing [2020-10-12T01:26:41.703Z] 579fbe1fbec4: Pushed [2020-10-12T01:26:41.703Z] 9e89e76126cc: Pushed [2020-10-12T01:26:41.963Z] 6053ae0e6024: Pushed [2020-10-12T01:26:42.533Z] 0cea37a0facf: Pushed [2020-10-12T01:26:43.105Z] 116975359223b037ef6a270a14331e73faedb550: digest: sha256:daed1a820f037663aa83ce97923014aa513ff722558b5420f82dfb997d6b047f size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:43.404Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:43.699Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.61 [2020-10-12T01:26:43.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-12T01:26:43.699Z] 9e89e76126cc: Preparing [2020-10-12T01:26:43.699Z] 0cea37a0facf: Preparing [2020-10-12T01:26:43.699Z] 579fbe1fbec4: Preparing [2020-10-12T01:26:43.699Z] 6053ae0e6024: Preparing [2020-10-12T01:26:43.699Z] 579fbe1fbec4: Layer already exists [2020-10-12T01:26:43.699Z] 9e89e76126cc: Layer already exists [2020-10-12T01:26:43.699Z] 6053ae0e6024: Layer already exists [2020-10-12T01:26:43.699Z] 0cea37a0facf: Layer already exists [2020-10-12T01:26:43.699Z] 1.2.2-dev.61: digest: sha256:daed1a820f037663aa83ce97923014aa513ff722558b5420f82dfb997d6b047f size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:44.003Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:44.307Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:44.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-12T01:26:44.307Z] 9e89e76126cc: Preparing [2020-10-12T01:26:44.307Z] 0cea37a0facf: Preparing [2020-10-12T01:26:44.307Z] 579fbe1fbec4: Preparing [2020-10-12T01:26:44.307Z] 6053ae0e6024: Preparing [2020-10-12T01:26:44.307Z] 6053ae0e6024: Layer already exists [2020-10-12T01:26:44.307Z] 9e89e76126cc: Layer already exists [2020-10-12T01:26:44.307Z] 579fbe1fbec4: Layer already exists [2020-10-12T01:26:44.307Z] 0cea37a0facf: Layer already exists [2020-10-12T01:26:44.307Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61: digest: sha256:daed1a820f037663aa83ce97923014aa513ff722558b5420f82dfb997d6b047f size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:44.607Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:44.902Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-12T01:26:44.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-12T01:26:44.902Z] 9e89e76126cc: Preparing [2020-10-12T01:26:44.902Z] 0cea37a0facf: Preparing [2020-10-12T01:26:44.902Z] 579fbe1fbec4: Preparing [2020-10-12T01:26:44.902Z] 6053ae0e6024: Preparing [2020-10-12T01:26:44.902Z] 6053ae0e6024: Layer already exists [2020-10-12T01:26:44.902Z] 9e89e76126cc: Layer already exists [2020-10-12T01:26:44.902Z] 579fbe1fbec4: Layer already exists [2020-10-12T01:26:44.902Z] 0cea37a0facf: Layer already exists [2020-10-12T01:26:44.902Z] master: digest: sha256:daed1a820f037663aa83ce97923014aa513ff722558b5420f82dfb997d6b047f size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T01:26:45.084Z] ===================================================== [Pipeline] echo [2020-10-12T01:26:45.155Z] taggedImages: [2020-10-12T01:26:45.155Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:45.155Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.61 [2020-10-12T01:26:45.155Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:45.155Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-12T01:26:45.215Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-12T01:26:45.215Z] 116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:45.215Z] 1.2.2-dev.61 [2020-10-12T01:26:45.215Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:45.215Z] master [2020-10-12T01:26:45.215Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:45.692Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:116975359223b037ef6a270a14331e73faedb550 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:45.990Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:45.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-12T01:26:45.990Z] 7ba5b2b8d6f3: Preparing [2020-10-12T01:26:45.990Z] 2d1a67825d62: Preparing [2020-10-12T01:26:45.990Z] e508a07e651d: Preparing [2020-10-12T01:26:45.990Z] f9c18f594588: Preparing [2020-10-12T01:26:45.990Z] 6aec143e252b: Preparing [2020-10-12T01:26:45.990Z] b08597b11ebc: Preparing [2020-10-12T01:26:45.990Z] b08597b11ebc: Waiting [2020-10-12T01:26:46.157Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T01:26:46.157Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T01:26:46.157Z] ---> d0998d1c053f [2020-10-12T01:26:46.157Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T01:26:46.157Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T01:26:46.157Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-12T01:26:46.157Z] ---> d0998d1c053f [2020-10-12T01:26:46.157Z] Step 3/24 : WORKDIR /edgex-go [2020-10-12T01:26:46.157Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T01:26:46.157Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-12T01:26:46.157Z] ---> d0998d1c053f [2020-10-12T01:26:46.157Z] Step 3/21 : WORKDIR /edgex-go [2020-10-12T01:26:46.157Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T01:26:46.157Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-12T01:26:46.157Z] ---> d0998d1c053f [2020-10-12T01:26:46.157Z] Step 3/20 : WORKDIR /edgex-go [2020-10-12T01:26:46.157Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T01:26:46.157Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-12T01:26:46.157Z] ---> d0998d1c053f [2020-10-12T01:26:46.157Z] Step 3/27 : WORKDIR /edgex-go [2020-10-12T01:26:46.254Z] f9c18f594588: Pushed [2020-10-12T01:26:46.254Z] 7ba5b2b8d6f3: Pushed [2020-10-12T01:26:46.254Z] e508a07e651d: Pushed [2020-10-12T01:26:46.254Z] 6aec143e252b: Pushed [2020-10-12T01:26:46.514Z] b08597b11ebc: Pushed [2020-10-12T01:26:47.455Z] 2d1a67825d62: Pushed [2020-10-12T01:26:47.455Z] 116975359223b037ef6a270a14331e73faedb550: digest: sha256:576d178d65f75a42f0679f2800b3295d1a426068514d1c5ba67ddf1e1a9d1a1e size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:47.757Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:48.050Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.61 [2020-10-12T01:26:48.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-12T01:26:48.050Z] 7ba5b2b8d6f3: Preparing [2020-10-12T01:26:48.050Z] 2d1a67825d62: Preparing [2020-10-12T01:26:48.050Z] e508a07e651d: Preparing [2020-10-12T01:26:48.050Z] f9c18f594588: Preparing [2020-10-12T01:26:48.050Z] 6aec143e252b: Preparing [2020-10-12T01:26:48.050Z] b08597b11ebc: Preparing [2020-10-12T01:26:48.050Z] b08597b11ebc: Waiting [2020-10-12T01:26:48.050Z] 7ba5b2b8d6f3: Layer already exists [2020-10-12T01:26:48.050Z] e508a07e651d: Layer already exists [2020-10-12T01:26:48.050Z] 6aec143e252b: Layer already exists [2020-10-12T01:26:48.050Z] f9c18f594588: Layer already exists [2020-10-12T01:26:48.050Z] 2d1a67825d62: Layer already exists [2020-10-12T01:26:48.050Z] b08597b11ebc: Layer already exists [2020-10-12T01:26:48.050Z] 1.2.2-dev.61: digest: sha256:576d178d65f75a42f0679f2800b3295d1a426068514d1c5ba67ddf1e1a9d1a1e size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:48.356Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:48.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:48.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-12T01:26:48.651Z] 7ba5b2b8d6f3: Preparing [2020-10-12T01:26:48.651Z] 2d1a67825d62: Preparing [2020-10-12T01:26:48.651Z] e508a07e651d: Preparing [2020-10-12T01:26:48.651Z] f9c18f594588: Preparing [2020-10-12T01:26:48.651Z] 6aec143e252b: Preparing [2020-10-12T01:26:48.651Z] b08597b11ebc: Preparing [2020-10-12T01:26:48.651Z] b08597b11ebc: Waiting [2020-10-12T01:26:48.651Z] f9c18f594588: Layer already exists [2020-10-12T01:26:48.651Z] 6aec143e252b: Layer already exists [2020-10-12T01:26:48.651Z] 2d1a67825d62: Layer already exists [2020-10-12T01:26:48.651Z] e508a07e651d: Layer already exists [2020-10-12T01:26:48.651Z] 7ba5b2b8d6f3: Layer already exists [2020-10-12T01:26:48.651Z] b08597b11ebc: Layer already exists [2020-10-12T01:26:48.651Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61: digest: sha256:576d178d65f75a42f0679f2800b3295d1a426068514d1c5ba67ddf1e1a9d1a1e size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:48.951Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:49.245Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-12T01:26:49.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-12T01:26:49.245Z] 7ba5b2b8d6f3: Preparing [2020-10-12T01:26:49.245Z] 2d1a67825d62: Preparing [2020-10-12T01:26:49.245Z] e508a07e651d: Preparing [2020-10-12T01:26:49.245Z] f9c18f594588: Preparing [2020-10-12T01:26:49.245Z] 6aec143e252b: Preparing [2020-10-12T01:26:49.245Z] b08597b11ebc: Preparing [2020-10-12T01:26:49.245Z] b08597b11ebc: Waiting [2020-10-12T01:26:49.245Z] e508a07e651d: Layer already exists [2020-10-12T01:26:49.245Z] 6aec143e252b: Layer already exists [2020-10-12T01:26:49.245Z] 2d1a67825d62: Layer already exists [2020-10-12T01:26:49.245Z] 7ba5b2b8d6f3: Layer already exists [2020-10-12T01:26:49.245Z] f9c18f594588: Layer already exists [2020-10-12T01:26:49.245Z] b08597b11ebc: Layer already exists [2020-10-12T01:26:49.245Z] master: digest: sha256:576d178d65f75a42f0679f2800b3295d1a426068514d1c5ba67ddf1e1a9d1a1e size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T01:26:49.427Z] ===================================================== [Pipeline] echo [2020-10-12T01:26:49.473Z] taggedImages: [2020-10-12T01:26:49.473Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:49.473Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.61 [2020-10-12T01:26:49.473Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:49.473Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-12T01:26:49.533Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-12T01:26:49.533Z] 116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:49.533Z] 1.2.2-dev.61 [2020-10-12T01:26:49.533Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:49.533Z] master [2020-10-12T01:26:49.533Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-10-12T01:26:49.579Z] ---> Running in 7be16a29a275 [2020-10-12T01:26:49.579Z] ---> Running in 7a104029f521 [2020-10-12T01:26:49.579Z] ---> Running in c4369ca4501f [2020-10-12T01:26:49.579Z] ---> Running in 084b011bb224 [2020-10-12T01:26:49.579Z] ---> Running in 2927da5aedf2 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:49.997Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:116975359223b037ef6a270a14331e73faedb550 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:50.173Z] Removing intermediate container 084b011bb224 [2020-10-12T01:26:50.173Z] ---> 6a4d59c8452d [2020-10-12T01:26:50.173Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T01:26:50.173Z] Removing intermediate container c4369ca4501f [2020-10-12T01:26:50.173Z] ---> 1cd7b6daf805 [2020-10-12T01:26:50.173Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T01:26:50.173Z] Removing intermediate container 2927da5aedf2 [2020-10-12T01:26:50.173Z] ---> d13ed71b0ea9 [2020-10-12T01:26:50.173Z] Removing intermediate container 7be16a29a275 [2020-10-12T01:26:50.173Z] ---> 4d8cf6da0cc6 [2020-10-12T01:26:50.173Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T01:26:50.173Z] [2020-10-12T01:26:50.173Z] Removing intermediate container 7a104029f521 [2020-10-12T01:26:50.173Z] ---> c0e710211d94 [2020-10-12T01:26:50.173Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T01:26:50.289Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:50.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-12T01:26:50.289Z] fc265efccbea: Preparing [2020-10-12T01:26:50.289Z] a7a6627fd403: Preparing [2020-10-12T01:26:50.289Z] 0e9f236013ba: Preparing [2020-10-12T01:26:50.289Z] 0e9f236013ba: Pushed [2020-10-12T01:26:50.289Z] fc265efccbea: Pushed [2020-10-12T01:26:50.445Z] ---> Running in acb256fef80d [2020-10-12T01:26:50.445Z] ---> Running in 2fd1628f6b6f [2020-10-12T01:26:50.445Z] ---> Running in 2ced929bf685 [2020-10-12T01:26:50.445Z] ---> Running in 7500f7cbae3a [2020-10-12T01:26:50.445Z] ---> Running in 082eac75c58b [2020-10-12T01:26:51.672Z] a7a6627fd403: Pushed [2020-10-12T01:26:51.672Z] 116975359223b037ef6a270a14331e73faedb550: digest: sha256:e0bf21346086fd102c1afcf2a35dddb75189666d6331f82c521a9d215057cfaa size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:51.972Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:52.275Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.61 [2020-10-12T01:26:52.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-12T01:26:52.275Z] fc265efccbea: Preparing [2020-10-12T01:26:52.275Z] a7a6627fd403: Preparing [2020-10-12T01:26:52.275Z] 0e9f236013ba: Preparing [2020-10-12T01:26:52.275Z] a7a6627fd403: Layer already exists [2020-10-12T01:26:52.275Z] 0e9f236013ba: Layer already exists [2020-10-12T01:26:52.275Z] fc265efccbea: Layer already exists [2020-10-12T01:26:52.275Z] 1.2.2-dev.61: digest: sha256:e0bf21346086fd102c1afcf2a35dddb75189666d6331f82c521a9d215057cfaa size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:52.738Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:53.037Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:53.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-12T01:26:53.037Z] fc265efccbea: Preparing [2020-10-12T01:26:53.037Z] a7a6627fd403: Preparing [2020-10-12T01:26:53.037Z] 0e9f236013ba: Preparing [2020-10-12T01:26:53.037Z] a7a6627fd403: Layer already exists [2020-10-12T01:26:53.037Z] fc265efccbea: Layer already exists [2020-10-12T01:26:53.037Z] 0e9f236013ba: Layer already exists [2020-10-12T01:26:53.037Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61: digest: sha256:e0bf21346086fd102c1afcf2a35dddb75189666d6331f82c521a9d215057cfaa size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:53.339Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:53.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-12T01:26:53.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-12T01:26:53.640Z] fc265efccbea: Preparing [2020-10-12T01:26:53.640Z] a7a6627fd403: Preparing [2020-10-12T01:26:53.640Z] 0e9f236013ba: Preparing [2020-10-12T01:26:53.640Z] fc265efccbea: Layer already exists [2020-10-12T01:26:53.640Z] a7a6627fd403: Layer already exists [2020-10-12T01:26:53.640Z] 0e9f236013ba: Layer already exists [2020-10-12T01:26:53.640Z] master: digest: sha256:e0bf21346086fd102c1afcf2a35dddb75189666d6331f82c521a9d215057cfaa size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T01:26:53.832Z] ===================================================== [Pipeline] echo [2020-10-12T01:26:53.892Z] taggedImages: [2020-10-12T01:26:53.892Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:53.892Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.61 [2020-10-12T01:26:53.892Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:53.892Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-12T01:26:53.960Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-12T01:26:53.960Z] 116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:53.960Z] 1.2.2-dev.61 [2020-10-12T01:26:53.960Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:26:53.960Z] master [2020-10-12T01:26:53.960Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:54.491Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:116975359223b037ef6a270a14331e73faedb550 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:54.776Z] Removing intermediate container acb256fef80d [2020-10-12T01:26:54.777Z] ---> 25419691d511 [2020-10-12T01:26:54.777Z] Step 5/22 : RUN apk update && apk add make git [2020-10-12T01:26:54.777Z] ---> Running in 9a0b548cda46 [2020-10-12T01:26:54.777Z] Removing intermediate container 2fd1628f6b6f [2020-10-12T01:26:54.777Z] ---> 43b52a8c3361 [2020-10-12T01:26:54.777Z] Step 5/21 : RUN apk update && apk add make git [2020-10-12T01:26:54.795Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:26:54.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-12T01:26:54.795Z] fff82bbf99a6: Preparing [2020-10-12T01:26:54.795Z] add8159ade92: Preparing [2020-10-12T01:26:54.795Z] 1b6cb0e5b922: Preparing [2020-10-12T01:26:54.795Z] 0baa9af0f36d: Preparing [2020-10-12T01:26:54.795Z] 9709c14d3885: Preparing [2020-10-12T01:26:54.795Z] 4005ab38a2c7: Preparing [2020-10-12T01:26:54.795Z] 77058c7c327d: Preparing [2020-10-12T01:26:54.795Z] 527eef706b20: Preparing [2020-10-12T01:26:54.795Z] 224742e9e948: Preparing [2020-10-12T01:26:54.795Z] 5391e5290f13: Preparing [2020-10-12T01:26:54.795Z] 13baed61c795: Preparing [2020-10-12T01:26:54.795Z] 51d6d3d09136: Preparing [2020-10-12T01:26:54.795Z] 1507bc794612: Preparing [2020-10-12T01:26:54.795Z] 50644c29ef5a: Preparing [2020-10-12T01:26:54.795Z] 224742e9e948: Waiting [2020-10-12T01:26:54.795Z] 5391e5290f13: Waiting [2020-10-12T01:26:54.795Z] 13baed61c795: Waiting [2020-10-12T01:26:54.795Z] 51d6d3d09136: Waiting [2020-10-12T01:26:54.795Z] 1507bc794612: Waiting [2020-10-12T01:26:54.795Z] 50644c29ef5a: Waiting [2020-10-12T01:26:54.795Z] 4005ab38a2c7: Waiting [2020-10-12T01:26:54.795Z] 77058c7c327d: Waiting [2020-10-12T01:26:54.795Z] 527eef706b20: Waiting [2020-10-12T01:26:55.054Z] ---> Running in c7608a611efa [2020-10-12T01:26:55.054Z] Removing intermediate container 7500f7cbae3a [2020-10-12T01:26:55.054Z] ---> 968ad15d5d02 [2020-10-12T01:26:55.054Z] Removing intermediate container 2ced929bf685 [2020-10-12T01:26:55.054Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates ---> df8db611edbe [2020-10-12T01:26:55.054Z] [2020-10-12T01:26:55.054Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-12T01:26:55.061Z] 9709c14d3885: Pushed [2020-10-12T01:26:55.061Z] fff82bbf99a6: Pushed [2020-10-12T01:26:55.326Z] 0baa9af0f36d: Pushed [2020-10-12T01:26:55.326Z] 77058c7c327d: Pushed [2020-10-12T01:26:55.326Z] 527eef706b20: Layer already exists [2020-10-12T01:26:55.326Z] 224742e9e948: Layer already exists [2020-10-12T01:26:55.326Z] 5391e5290f13: Layer already exists [2020-10-12T01:26:55.330Z] Removing intermediate container 082eac75c58b [2020-10-12T01:26:55.330Z] ---> c035e5595229 [2020-10-12T01:26:55.330Z] Step 5/20 : RUN apk update && apk add make git [2020-10-12T01:26:55.330Z] ---> Running in 46504b1b0ccd [2020-10-12T01:26:55.588Z] 13baed61c795: Layer already exists [2020-10-12T01:26:55.588Z] add8159ade92: Pushed [2020-10-12T01:26:55.588Z] 51d6d3d09136: Layer already exists [2020-10-12T01:26:55.588Z] 1507bc794612: Layer already exists [2020-10-12T01:26:55.588Z] 50644c29ef5a: Layer already exists [2020-10-12T01:26:55.606Z] ---> Running in 8fa21ba95444 [2020-10-12T01:26:55.606Z] ---> Running in d67fa195df87 [2020-10-12T01:26:56.160Z] 4005ab38a2c7: Pushed [2020-10-12T01:26:57.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T01:26:57.328Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T01:26:57.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T01:26:57.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T01:26:57.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T01:26:57.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T01:26:58.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T01:26:58.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T01:26:58.818Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T01:26:58.818Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T01:26:58.818Z] OK: 12623 distinct packages available [2020-10-12T01:26:58.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T01:26:58.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T01:26:59.092Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T01:26:59.092Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T01:26:59.092Z] OK: 12623 distinct packages available [2020-10-12T01:26:59.368Z] OK: 217 MiB in 51 packages [2020-10-12T01:26:59.466Z] 1b6cb0e5b922: Pushed [2020-10-12T01:26:59.466Z] 116975359223b037ef6a270a14331e73faedb550: digest: sha256:bd20c5c342a438d236e6273fd1584c81f8fa74f6a5445488e627c0100c35390b size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:26:59.646Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T01:26:59.646Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T01:26:59.646Z] OK: 12623 distinct packages available [2020-10-12T01:26:59.646Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T01:26:59.646Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T01:26:59.646Z] OK: 12623 distinct packages available [2020-10-12T01:26:59.646Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T01:26:59.646Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T01:26:59.646Z] OK: 12623 distinct packages available [2020-10-12T01:26:59.770Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:27:00.068Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.61 [2020-10-12T01:27:00.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-12T01:27:00.068Z] fff82bbf99a6: Preparing [2020-10-12T01:27:00.068Z] add8159ade92: Preparing [2020-10-12T01:27:00.068Z] 1b6cb0e5b922: Preparing [2020-10-12T01:27:00.068Z] 0baa9af0f36d: Preparing [2020-10-12T01:27:00.068Z] 9709c14d3885: Preparing [2020-10-12T01:27:00.068Z] 4005ab38a2c7: Preparing [2020-10-12T01:27:00.068Z] 77058c7c327d: Preparing [2020-10-12T01:27:00.068Z] 527eef706b20: Preparing [2020-10-12T01:27:00.068Z] 224742e9e948: Preparing [2020-10-12T01:27:00.068Z] 5391e5290f13: Preparing [2020-10-12T01:27:00.068Z] 13baed61c795: Preparing [2020-10-12T01:27:00.068Z] 51d6d3d09136: Preparing [2020-10-12T01:27:00.068Z] 1507bc794612: Preparing [2020-10-12T01:27:00.068Z] 50644c29ef5a: Preparing [2020-10-12T01:27:00.068Z] 527eef706b20: Waiting [2020-10-12T01:27:00.068Z] 51d6d3d09136: Waiting [2020-10-12T01:27:00.068Z] 224742e9e948: Waiting [2020-10-12T01:27:00.068Z] 5391e5290f13: Waiting [2020-10-12T01:27:00.068Z] 13baed61c795: Waiting [2020-10-12T01:27:00.068Z] 1507bc794612: Waiting [2020-10-12T01:27:00.068Z] 50644c29ef5a: Waiting [2020-10-12T01:27:00.068Z] 4005ab38a2c7: Waiting [2020-10-12T01:27:00.068Z] 77058c7c327d: Waiting [2020-10-12T01:27:00.068Z] 9709c14d3885: Layer already exists [2020-10-12T01:27:00.068Z] fff82bbf99a6: Layer already exists [2020-10-12T01:27:00.068Z] add8159ade92: Layer already exists [2020-10-12T01:27:00.068Z] 1b6cb0e5b922: Layer already exists [2020-10-12T01:27:00.068Z] 0baa9af0f36d: Layer already exists [2020-10-12T01:27:00.068Z] 4005ab38a2c7: Layer already exists [2020-10-12T01:27:00.068Z] 77058c7c327d: Layer already exists [2020-10-12T01:27:00.068Z] 527eef706b20: Layer already exists [2020-10-12T01:27:00.068Z] 5391e5290f13: Layer already exists [2020-10-12T01:27:00.068Z] 224742e9e948: Layer already exists [2020-10-12T01:27:00.068Z] 13baed61c795: Layer already exists [2020-10-12T01:27:00.068Z] 51d6d3d09136: Layer already exists [2020-10-12T01:27:00.068Z] 1507bc794612: Layer already exists [2020-10-12T01:27:00.068Z] 50644c29ef5a: Layer already exists [2020-10-12T01:27:00.068Z] 1.2.2-dev.61: digest: sha256:bd20c5c342a438d236e6273fd1584c81f8fa74f6a5445488e627c0100c35390b size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:27:00.256Z] OK: 217 MiB in 51 packages [2020-10-12T01:27:00.379Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:27:00.537Z] OK: 217 MiB in 51 packages [2020-10-12T01:27:00.674Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:27:00.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-12T01:27:00.675Z] fff82bbf99a6: Preparing [2020-10-12T01:27:00.675Z] add8159ade92: Preparing [2020-10-12T01:27:00.675Z] 1b6cb0e5b922: Preparing [2020-10-12T01:27:00.675Z] 0baa9af0f36d: Preparing [2020-10-12T01:27:00.675Z] 9709c14d3885: Preparing [2020-10-12T01:27:00.675Z] 4005ab38a2c7: Preparing [2020-10-12T01:27:00.675Z] 77058c7c327d: Preparing [2020-10-12T01:27:00.675Z] 527eef706b20: Preparing [2020-10-12T01:27:00.675Z] 224742e9e948: Preparing [2020-10-12T01:27:00.675Z] 5391e5290f13: Preparing [2020-10-12T01:27:00.675Z] 13baed61c795: Preparing [2020-10-12T01:27:00.675Z] 51d6d3d09136: Preparing [2020-10-12T01:27:00.675Z] 1507bc794612: Preparing [2020-10-12T01:27:00.675Z] 50644c29ef5a: Preparing [2020-10-12T01:27:00.675Z] 224742e9e948: Waiting [2020-10-12T01:27:00.675Z] 4005ab38a2c7: Waiting [2020-10-12T01:27:00.675Z] 77058c7c327d: Waiting [2020-10-12T01:27:00.675Z] 5391e5290f13: Waiting [2020-10-12T01:27:00.675Z] 527eef706b20: Waiting [2020-10-12T01:27:00.675Z] 13baed61c795: Waiting [2020-10-12T01:27:00.675Z] 51d6d3d09136: Waiting [2020-10-12T01:27:00.675Z] 50644c29ef5a: Waiting [2020-10-12T01:27:00.675Z] fff82bbf99a6: Layer already exists [2020-10-12T01:27:00.675Z] 0baa9af0f36d: Layer already exists [2020-10-12T01:27:00.675Z] add8159ade92: Layer already exists [2020-10-12T01:27:00.675Z] 9709c14d3885: Layer already exists [2020-10-12T01:27:00.675Z] 1b6cb0e5b922: Layer already exists [2020-10-12T01:27:00.675Z] 4005ab38a2c7: Layer already exists [2020-10-12T01:27:00.675Z] 77058c7c327d: Layer already exists [2020-10-12T01:27:00.675Z] 5391e5290f13: Layer already exists [2020-10-12T01:27:00.675Z] 527eef706b20: Layer already exists [2020-10-12T01:27:00.675Z] 224742e9e948: Layer already exists [2020-10-12T01:27:00.675Z] 13baed61c795: Layer already exists [2020-10-12T01:27:00.675Z] 51d6d3d09136: Layer already exists [2020-10-12T01:27:00.675Z] 1507bc794612: Layer already exists [2020-10-12T01:27:00.675Z] 50644c29ef5a: Layer already exists [2020-10-12T01:27:00.675Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61: digest: sha256:bd20c5c342a438d236e6273fd1584c81f8fa74f6a5445488e627c0100c35390b size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:27:00.812Z] OK: 217 MiB in 51 packages [2020-10-12T01:27:00.812Z] OK: 217 MiB in 51 packages [2020-10-12T01:27:00.977Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:27:01.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-12T01:27:01.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-12T01:27:01.271Z] fff82bbf99a6: Preparing [2020-10-12T01:27:01.271Z] add8159ade92: Preparing [2020-10-12T01:27:01.271Z] 1b6cb0e5b922: Preparing [2020-10-12T01:27:01.271Z] 0baa9af0f36d: Preparing [2020-10-12T01:27:01.271Z] 9709c14d3885: Preparing [2020-10-12T01:27:01.271Z] 4005ab38a2c7: Preparing [2020-10-12T01:27:01.271Z] 77058c7c327d: Preparing [2020-10-12T01:27:01.271Z] 527eef706b20: Preparing [2020-10-12T01:27:01.271Z] 224742e9e948: Preparing [2020-10-12T01:27:01.271Z] 5391e5290f13: Preparing [2020-10-12T01:27:01.271Z] 13baed61c795: Preparing [2020-10-12T01:27:01.271Z] 51d6d3d09136: Preparing [2020-10-12T01:27:01.271Z] 1507bc794612: Preparing [2020-10-12T01:27:01.271Z] 50644c29ef5a: Preparing [2020-10-12T01:27:01.271Z] 5391e5290f13: Waiting [2020-10-12T01:27:01.271Z] 4005ab38a2c7: Waiting [2020-10-12T01:27:01.271Z] 13baed61c795: Waiting [2020-10-12T01:27:01.271Z] 77058c7c327d: Waiting [2020-10-12T01:27:01.271Z] 51d6d3d09136: Waiting [2020-10-12T01:27:01.271Z] 527eef706b20: Waiting [2020-10-12T01:27:01.271Z] 1507bc794612: Waiting [2020-10-12T01:27:01.271Z] 224742e9e948: Waiting [2020-10-12T01:27:01.271Z] 50644c29ef5a: Waiting [2020-10-12T01:27:01.271Z] 0baa9af0f36d: Layer already exists [2020-10-12T01:27:01.271Z] 1b6cb0e5b922: Layer already exists [2020-10-12T01:27:01.271Z] fff82bbf99a6: Layer already exists [2020-10-12T01:27:01.271Z] 9709c14d3885: Layer already exists [2020-10-12T01:27:01.271Z] add8159ade92: Layer already exists [2020-10-12T01:27:01.271Z] 224742e9e948: Layer already exists [2020-10-12T01:27:01.271Z] 77058c7c327d: Layer already exists [2020-10-12T01:27:01.271Z] 4005ab38a2c7: Layer already exists [2020-10-12T01:27:01.271Z] 527eef706b20: Layer already exists [2020-10-12T01:27:01.271Z] 5391e5290f13: Layer already exists [2020-10-12T01:27:01.271Z] 13baed61c795: Layer already exists [2020-10-12T01:27:01.271Z] 50644c29ef5a: Layer already exists [2020-10-12T01:27:01.271Z] 51d6d3d09136: Layer already exists [2020-10-12T01:27:01.271Z] 1507bc794612: Layer already exists [2020-10-12T01:27:01.271Z] master: digest: sha256:bd20c5c342a438d236e6273fd1584c81f8fa74f6a5445488e627c0100c35390b size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-10-12T01:27:01.419Z] Removing intermediate container 9a0b548cda46 [2020-10-12T01:27:01.419Z] ---> 92ae4937028e [2020-10-12T01:27:01.419Z] Step 6/22 : COPY go.mod . [Pipeline] echo [2020-10-12T01:27:01.487Z] ===================================================== [Pipeline] echo [2020-10-12T01:27:01.546Z] taggedImages: [2020-10-12T01:27:01.546Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:27:01.546Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.61 [2020-10-12T01:27:01.546Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:27:01.546Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-12T01:27:01.698Z] Removing intermediate container c7608a611efa [2020-10-12T01:27:01.699Z] ---> 2c0ec1e0e52f [2020-10-12T01:27:01.699Z] Step 6/21 : COPY go.mod . [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-12T01:27:02.690Z] ---> d7b504831030 [2020-10-12T01:27:02.690Z] Step 7/22 : RUN go mod download [2020-10-12T01:27:02.690Z] Removing intermediate container 46504b1b0ccd [2020-10-12T01:27:02.690Z] ---> 7fd7701ae2d6 [2020-10-12T01:27:02.690Z] Step 6/24 : COPY go.mod . [2020-10-12T01:27:02.690Z] ---> Running in eab027db62a5 [2020-10-12T01:27:02.972Z] Removing intermediate container d67fa195df87 [2020-10-12T01:27:02.972Z] ---> 6cf79fefb2e9 [2020-10-12T01:27:02.972Z] Step 6/20 : COPY go.mod . [2020-10-12T01:27:02.972Z] Removing intermediate container 8fa21ba95444 [2020-10-12T01:27:02.972Z] ---> 81840eb49dbb [2020-10-12T01:27:02.972Z] Step 6/27 : COPY go.mod . [2020-10-12T01:27:02.972Z] ---> ca808b6ac3a9 [2020-10-12T01:27:02.972Z] Step 7/21 : RUN go mod download [2020-10-12T01:27:03.251Z] ---> Running in fdfdd395fa9a [2020-10-12T01:27:03.862Z] ---> 47f642a4731b [2020-10-12T01:27:03.862Z] Step 7/24 : RUN go mod download [2020-10-12T01:27:04.137Z] ---> Running in d47bf9cad6e2 [2020-10-12T01:27:04.412Z] ---> 937042770c87 [2020-10-12T01:27:04.412Z] ---> 67baf34b46bf [2020-10-12T01:27:04.412Z] Step 7/20 : RUN go mod downloadStep 7/27 : RUN go mod download [2020-10-12T01:27:04.412Z] [2020-10-12T01:27:04.412Z] ---> Running in 95a24a2bb537 [2020-10-12T01:27:04.412Z] ---> Running in 992382b4a93b [2020-10-12T01:27:07.854Z] Removing intermediate container fdfdd395fa9a [2020-10-12T01:27:07.854Z] ---> 7fafdb4b2e9a [2020-10-12T01:27:07.854Z] Step 8/21 : COPY . . [2020-10-12T01:27:07.854Z] Removing intermediate container eab027db62a5 [2020-10-12T01:27:07.854Z] ---> 5cdc7a24b21a [2020-10-12T01:27:07.854Z] Step 8/22 : COPY . . [2020-10-12T01:27:09.935Z] Removing intermediate container d47bf9cad6e2 [2020-10-12T01:27:09.935Z] ---> 49bd8d0946c8 [2020-10-12T01:27:09.935Z] Step 8/24 : COPY . . [2020-10-12T01:27:10.212Z] Removing intermediate container 95a24a2bb537 [2020-10-12T01:27:10.212Z] ---> 695faca615fb [2020-10-12T01:27:10.212Z] Step 8/27 : COPY . . [2020-10-12T01:27:10.212Z] Removing intermediate container 992382b4a93b [2020-10-12T01:27:10.212Z] ---> 4b4b62b3d716 [2020-10-12T01:27:10.212Z] Step 8/20 : COPY . . [2020-10-12T01:27:37.046Z] ---> 3fd9e16fef70 [2020-10-12T01:27:37.046Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-12T01:27:37.046Z] ---> d1e971901949 [2020-10-12T01:27:37.046Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-12T01:27:37.046Z] ---> d82097102da2 [2020-10-12T01:27:37.046Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-12T01:27:37.046Z] ---> 34160571546e [2020-10-12T01:27:37.046Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-12T01:27:37.046Z] ---> 55b1325e5284 [2020-10-12T01:27:37.046Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-12T01:27:37.046Z] ---> Running in cd914a437e90 [2020-10-12T01:27:37.046Z] ---> Running in de454ad75a4a [2020-10-12T01:27:37.046Z] ---> Running in dfbd8b1c6778 [2020-10-12T01:27:37.046Z] ---> Running in e86197dc2063 [2020-10-12T01:27:37.046Z] ---> Running in 3465f1f2196b [2020-10-12T01:27:37.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-12T01:27:37.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-12T01:27:37.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-12T01:27:37.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-12T01:27:37.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-12T01:28:58.881Z] Removing intermediate container 3465f1f2196b [2020-10-12T01:28:58.881Z] ---> cd954353c218 [2020-10-12T01:28:58.881Z] [2020-10-12T01:28:58.881Z] Step 10/20 : FROM alpine [2020-10-12T01:28:58.881Z] latest: Pulling from library/alpine [2020-10-12T01:28:58.881Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-12T01:28:58.881Z] Status: Downloaded newer image for alpine:latest [2020-10-12T01:28:58.881Z] ---> 62ee0e9f8440 [2020-10-12T01:28:58.881Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-12T01:28:58.881Z] ---> Running in 3db25937f4be [2020-10-12T01:29:00.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T01:29:00.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T01:29:01.207Z] v3.12.0-376-gb3fc85f1ac [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-12T01:29:01.207Z] v3.12.0-382-g904dd561a5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-12T01:29:01.207Z] OK: 12621 distinct packages available [2020-10-12T01:29:02.194Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-12T01:29:02.194Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-12T01:29:02.194Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-12T01:29:02.194Z] (4/4) Installing curl (7.69.1-r1) [2020-10-12T01:29:02.194Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T01:29:02.194Z] Executing ca-certificates-20191127-r4.trigger [2020-10-12T01:29:02.475Z] OK: 7 MiB in 18 packages [2020-10-12T01:29:05.121Z] Removing intermediate container 3db25937f4be [2020-10-12T01:29:05.121Z] ---> b5d626110a15 [2020-10-12T01:29:05.121Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-12T01:29:05.730Z] ---> Running in 1deaffbd5395 [2020-10-12T01:29:06.372Z] Removing intermediate container 1deaffbd5395 [2020-10-12T01:29:06.372Z] ---> 4df548d603a0 [2020-10-12T01:29:06.372Z] Step 13/20 : WORKDIR /edgex [2020-10-12T01:29:06.649Z] ---> Running in f8b1e7008599 [2020-10-12T01:29:07.641Z] Removing intermediate container f8b1e7008599 [2020-10-12T01:29:07.641Z] ---> c93fd122adf6 [2020-10-12T01:29:07.641Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-12T01:29:09.631Z] ---> 493934a0bed0 [2020-10-12T01:29:09.631Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-12T01:29:11.086Z] Removing intermediate container de454ad75a4a [2020-10-12T01:29:11.086Z] ---> 5a580d97050c [2020-10-12T01:29:11.086Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-12T01:29:11.086Z] ---> Running in 136aa764ba14 [2020-10-12T01:29:11.380Z] ---> e2b72fd4f497 [2020-10-12T01:29:11.380Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-12T01:29:11.655Z] ---> Running in e44f2cbbd454 [2020-10-12T01:29:12.256Z] Removing intermediate container e44f2cbbd454 [2020-10-12T01:29:12.256Z] ---> 33c0e804ad41 [2020-10-12T01:29:12.256Z] Step 17/20 : CMD ["--init=true"] [2020-10-12T01:29:12.611Z] ---> Running in 89c672ab2d56 [2020-10-12T01:29:13.679Z] Removing intermediate container 89c672ab2d56 [2020-10-12T01:29:13.679Z] ---> 585c5fdd558f [2020-10-12T01:29:13.679Z] Step 18/20 : LABEL arch=arm64 [2020-10-12T01:29:13.679Z] ---> Running in cf3e73dd82fc [2020-10-12T01:29:14.325Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-12T01:29:14.707Z] Removing intermediate container cf3e73dd82fc [2020-10-12T01:29:14.707Z] ---> d3d17e266bfc [2020-10-12T01:29:14.707Z] Step 19/20 : LABEL git_sha=116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:29:15.012Z] ---> Running in a9ee53a4668c [2020-10-12T01:29:15.621Z] Removing intermediate container a9ee53a4668c [2020-10-12T01:29:15.621Z] ---> 2eaccd5456e1 [2020-10-12T01:29:15.621Z] Step 20/20 : LABEL version=1.2.2-dev.61 [2020-10-12T01:29:15.903Z] ---> Running in 953de2e22346 [2020-10-12T01:29:16.503Z] Removing intermediate container 953de2e22346 [2020-10-12T01:29:16.503Z] ---> 2952796771d7 [2020-10-12T01:29:16.503Z] [2020-10-12T01:29:17.111Z] Successfully built 2952796771d7 [2020-10-12T01:29:17.111Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-12T01:29:17.111Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2020-10-12T01:29:22.533Z] Removing intermediate container 136aa764ba14 [2020-10-12T01:29:22.533Z] ---> dff4c7e74101 [2020-10-12T01:29:22.533Z] [2020-10-12T01:29:22.533Z] Step 11/27 : FROM docker:latest [2020-10-12T01:29:22.533Z] ---> 45884bde0078 [2020-10-12T01:29:22.533Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-12T01:29:22.807Z] ---> Running in 37421e32f9a9 [2020-10-12T01:29:25.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T01:29:25.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T01:29:26.712Z] (1/2) Installing readline (8.0.4-r0) [2020-10-12T01:29:26.712Z] (2/2) Installing bash (5.0.17-r0) [2020-10-12T01:29:26.712Z] Executing bash-5.0.17-r0.post-install [2020-10-12T01:29:26.712Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T01:29:26.712Z] OK: 12 MiB in 22 packages [2020-10-12T01:29:30.141Z] Removing intermediate container e86197dc2063 [2020-10-12T01:29:30.141Z] ---> 0675a557ca75 [2020-10-12T01:29:30.141Z] [2020-10-12T01:29:30.141Z] Step 10/24 : FROM scratch [2020-10-12T01:29:30.141Z] ---> [2020-10-12T01:29:30.141Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-12T01:29:30.742Z] Removing intermediate container 37421e32f9a9 [2020-10-12T01:29:30.742Z] ---> 0e16db339142 [2020-10-12T01:29:30.742Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-12T01:29:31.015Z] ---> Running in cb0e6b994ba7 [2020-10-12T01:29:31.615Z] ---> Running in 0b0437fdaeb1 [2020-10-12T01:29:31.889Z] Removing intermediate container cb0e6b994ba7 [2020-10-12T01:29:31.889Z] ---> 3f9ab6b432de [2020-10-12T01:29:31.889Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-12T01:29:32.501Z] ---> Running in 047979d45446 [2020-10-12T01:29:33.969Z] Removing intermediate container 047979d45446 [2020-10-12T01:29:33.969Z] ---> 3d5e0c015997 [2020-10-12T01:29:33.969Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-12T01:29:34.244Z] Removing intermediate container dfbd8b1c6778 [2020-10-12T01:29:34.244Z] ---> fd360ce4ef88 [2020-10-12T01:29:34.244Z] [2020-10-12T01:29:34.244Z] Step 10/21 : FROM scratch [2020-10-12T01:29:34.244Z] ---> [2020-10-12T01:29:34.244Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T01:29:34.522Z] ---> Running in a8319ee88916 [2020-10-12T01:29:34.796Z] ---> Running in 2e9d141f40d6 [2020-10-12T01:29:35.087Z] Removing intermediate container a8319ee88916 [2020-10-12T01:29:35.087Z] ---> cf411b638018 [2020-10-12T01:29:35.087Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-12T01:29:35.368Z] Removing intermediate container 2e9d141f40d6 [2020-10-12T01:29:35.368Z] ---> 11957fb0115a [2020-10-12T01:29:35.368Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-12T01:29:35.986Z] ---> Running in 3f830b54319c [2020-10-12T01:29:35.986Z] Removing intermediate container 0b0437fdaeb1 [2020-10-12T01:29:35.986Z] ---> 7a88bf6cf083 [2020-10-12T01:29:35.986Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-12T01:29:36.591Z] ---> Running in 3b71258adb08 [2020-10-12T01:29:36.871Z] ---> e7fc0c1c0cb6 [2020-10-12T01:29:36.871Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-12T01:29:36.871Z] Removing intermediate container 3f830b54319c [2020-10-12T01:29:36.871Z] ---> 39420b21a9cc [2020-10-12T01:29:36.871Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-12T01:29:37.151Z] ---> Running in 8e340077cd47 [2020-10-12T01:29:37.444Z] Removing intermediate container 3b71258adb08 [2020-10-12T01:29:37.444Z] ---> 325bbf06ffe8 [2020-10-12T01:29:37.444Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-12T01:29:38.056Z] Removing intermediate container 8e340077cd47 [2020-10-12T01:29:38.056Z] ---> 854b4750319e [2020-10-12T01:29:38.056Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-12T01:29:38.336Z] ---> Running in 7a63aae9a222 [2020-10-12T01:29:38.336Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T01:29:38.336Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-12T01:29:38.336Z] ---> d0998d1c053f [2020-10-12T01:29:38.336Z] Step 3/26 : WORKDIR /edgex-go [2020-10-12T01:29:38.616Z] ---> Using cache [2020-10-12T01:29:38.616Z] ---> c0e710211d94 [2020-10-12T01:29:38.616Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T01:29:38.616Z] ---> Using cache [2020-10-12T01:29:38.616Z] ---> c035e5595229 [2020-10-12T01:29:38.616Z] Step 5/26 : RUN apk update && apk add make git [2020-10-12T01:29:38.616Z] ---> Using cache [2020-10-12T01:29:38.616Z] ---> 6cf79fefb2e9 [2020-10-12T01:29:38.616Z] Step 6/26 : COPY go.mod . [2020-10-12T01:29:38.616Z] ---> Using cache [2020-10-12T01:29:38.616Z] ---> 937042770c87 [2020-10-12T01:29:38.616Z] Step 7/26 : RUN go mod download [2020-10-12T01:29:38.616Z] ---> Using cache [2020-10-12T01:29:38.616Z] ---> 4b4b62b3d716 [2020-10-12T01:29:38.616Z] Step 8/26 : COPY . . [2020-10-12T01:29:38.616Z] ---> Using cache [2020-10-12T01:29:38.616Z] ---> 34160571546e [2020-10-12T01:29:38.616Z] 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-12T01:29:38.616Z] ---> 12527c2ec4c8 [2020-10-12T01:29:38.616Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-12T01:29:38.907Z] ---> Running in da84d59fcb78 [2020-10-12T01:29:39.183Z] Removing intermediate container 7a63aae9a222 [2020-10-12T01:29:39.183Z] ---> d4d2a63f2e62 [2020-10-12T01:29:39.183Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-12T01:29:39.183Z] ---> dcbc6058ffd3 [2020-10-12T01:29:39.183Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-12T01:29:39.461Z] ---> Running in e65974a3a7a8 [2020-10-12T01:29:40.454Z] Removing intermediate container e65974a3a7a8 [2020-10-12T01:29:40.455Z] ---> 25c77b68ade6 [2020-10-12T01:29:40.455Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-12T01:29:41.056Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-12T01:29:41.347Z] ---> e0fa30c4ba1c [2020-10-12T01:29:41.348Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-12T01:29:41.977Z] ---> 9fb2c8e5dc39 [2020-10-12T01:29:41.977Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-12T01:29:42.269Z] ---> 0f827c95d3c2 [2020-10-12T01:29:42.269Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-12T01:29:42.873Z] ---> b7357b4a8b09 [2020-10-12T01:29:42.873Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-12T01:29:43.476Z] ---> cba38e80076d [2020-10-12T01:29:43.476Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-12T01:29:44.082Z] ---> Running in a5bacb116150 [2020-10-12T01:29:44.359Z] ---> a6006276aaf1 [2020-10-12T01:29:44.359Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-12T01:29:44.969Z] Removing intermediate container cd914a437e90 [2020-10-12T01:29:44.969Z] ---> 0597d3565b96 [2020-10-12T01:29:44.969Z] [2020-10-12T01:29:44.969Z] Step 10/22 : FROM scratch [2020-10-12T01:29:44.969Z] ---> [2020-10-12T01:29:44.969Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T01:29:44.969Z] ---> Using cache [2020-10-12T01:29:44.969Z] ---> 11957fb0115a [2020-10-12T01:29:44.969Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-12T01:29:45.254Z] Removing intermediate container a5bacb116150 [2020-10-12T01:29:45.254Z] ---> d39d145019e9 [2020-10-12T01:29:45.254Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T01:29:45.254Z] ---> Running in fe2780742581 [2020-10-12T01:29:45.531Z] ---> 3189642e430e [2020-10-12T01:29:45.531Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-12T01:29:45.531Z] ---> Running in 1b2d324e46a8 [2020-10-12T01:29:46.139Z] ---> 397b3d9edd0b [2020-10-12T01:29:46.139Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-12T01:29:46.421Z] ---> Running in 423e93856b53 [2020-10-12T01:29:46.709Z] Removing intermediate container 1b2d324e46a8 [2020-10-12T01:29:46.709Z] ---> 11f42dbcd12f [2020-10-12T01:29:46.709Z] Step 19/21 : LABEL arch=arm64 [2020-10-12T01:29:46.709Z] Removing intermediate container fe2780742581 [2020-10-12T01:29:46.709Z] ---> 96dcd8245402 [2020-10-12T01:29:46.709Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T01:29:47.002Z] ---> Running in 91b615b9a36b [2020-10-12T01:29:47.002Z] ---> Running in 682b8c64787a [2020-10-12T01:29:47.989Z] ---> 0e89fd3b9f89 [2020-10-12T01:29:47.989Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-12T01:29:47.989Z] Removing intermediate container 682b8c64787a [2020-10-12T01:29:47.989Z] ---> 1bc4d726e6a0 [2020-10-12T01:29:47.989Z] Step 14/22 : WORKDIR / [2020-10-12T01:29:48.272Z] ---> Running in c1feb5d3f8da [2020-10-12T01:29:48.272Z] Removing intermediate container 91b615b9a36b [2020-10-12T01:29:48.272Z] ---> 8eeaf98df5e4 [2020-10-12T01:29:48.272Z] Step 20/21 : LABEL git_sha=116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:29:48.272Z] ---> Running in 8f64cfa643b8 [2020-10-12T01:29:48.552Z] ---> Running in 359de70818c0 [2020-10-12T01:29:49.157Z] Removing intermediate container c1feb5d3f8da [2020-10-12T01:29:49.157Z] ---> 92b61a3e4eae [2020-10-12T01:29:49.157Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T01:29:49.157Z] Removing intermediate container 359de70818c0 [2020-10-12T01:29:49.157Z] ---> 8399ac1dc12c [2020-10-12T01:29:49.438Z] Step 21/21 : LABEL version=1.2.2-dev.61 [2020-10-12T01:29:49.438Z] Removing intermediate container 8f64cfa643b8 [2020-10-12T01:29:49.438Z] ---> 7a6697741b1b [2020-10-12T01:29:49.438Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-12T01:29:49.438Z] ---> Running in b6fba8aa64b2 [2020-10-12T01:29:49.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T01:29:49.438Z] ---> Running in 03a94708330b [2020-10-12T01:29:49.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T01:29:50.309Z] Removing intermediate container 03a94708330b [2020-10-12T01:29:50.309Z] Removing intermediate container b6fba8aa64b2 [2020-10-12T01:29:50.309Z] ---> 98545e75db35 [2020-10-12T01:29:50.309Z] Step 22/24 : LABEL arch=arm64 [2020-10-12T01:29:50.309Z] ---> fd07cb23d740 [2020-10-12T01:29:50.309Z] [2020-10-12T01:29:50.584Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-12T01:29:50.584Z] (2/33) Installing expat (2.2.9-r1) [2020-10-12T01:29:50.584Z] (3/33) Installing libffi (3.3-r2) [2020-10-12T01:29:50.584Z] (4/33) Installing gdbm (1.13-r1) [2020-10-12T01:29:50.584Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-12T01:29:50.584Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-12T01:29:50.584Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-12T01:29:50.584Z] ---> Running in ddf340ad3394 [2020-10-12T01:29:50.860Z] ---> de6ca5d7f1ad [2020-10-12T01:29:50.860Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-12T01:29:51.138Z] Successfully built fd07cb23d740 [2020-10-12T01:29:51.138Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-12T01:29:51.138Z] Building docker-security-secrets-setup-go [2020-10-12T01:29:51.720Z]  Building docker-support-scheduler-go ... done Removing intermediate container ddf340ad3394 [2020-10-12T01:29:51.720Z] ---> 395b61bee34b [2020-10-12T01:29:51.720Z] Step 23/24 : LABEL git_sha=116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:29:52.724Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-12T01:29:52.724Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-12T01:29:52.724Z] ---> Running in 9dddb11339e1 [2020-10-12T01:29:53.000Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-12T01:29:53.000Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-12T01:29:53.000Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-12T01:29:53.000Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-12T01:29:53.000Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-12T01:29:53.280Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-12T01:29:53.280Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-12T01:29:53.280Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-12T01:29:53.280Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-12T01:29:53.280Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-12T01:29:53.553Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-12T01:29:53.553Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-12T01:29:53.553Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-12T01:29:53.553Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-12T01:29:53.553Z] ---> 24fc5f00389b [2020-10-12T01:29:53.553Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-12T01:29:53.553Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-12T01:29:53.553Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-12T01:29:53.553Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-12T01:29:53.831Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-12T01:29:53.831Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-12T01:29:53.831Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-12T01:29:53.831Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-12T01:29:53.831Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-12T01:29:53.831Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-12T01:29:53.831Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-12T01:29:53.831Z] Removing intermediate container 9dddb11339e1 [2020-10-12T01:29:53.831Z] ---> 2838d2614a65 [2020-10-12T01:29:53.831Z] Step 24/24 : LABEL version=1.2.2-dev.61 [2020-10-12T01:29:54.109Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T01:29:54.109Z] OK: 71 MiB in 55 packages [2020-10-12T01:29:54.401Z] ---> Running in 527fac42a85b [2020-10-12T01:29:55.412Z] ---> 7048f34c2746 [2020-10-12T01:29:55.412Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-12T01:29:55.841Z] ---> Running in 8b4605419e3e [2020-10-12T01:29:55.841Z] Removing intermediate container 527fac42a85b [2020-10-12T01:29:55.841Z] ---> 7f58f86f6969 [2020-10-12T01:29:55.841Z] [2020-10-12T01:29:56.930Z] Removing intermediate container 8b4605419e3e [2020-10-12T01:29:56.930Z] ---> fb337542d9f2 [2020-10-12T01:29:56.930Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T01:29:56.930Z] Successfully built 7f58f86f6969 [2020-10-12T01:29:57.238Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-12T01:29:57.238Z] Building docker-core-command-go [2020-10-12T01:29:57.514Z]  Building docker-support-notifications-go ... done  ---> Running in 5c2fcf8cc59b [2020-10-12T01:29:58.508Z] Removing intermediate container 5c2fcf8cc59b [2020-10-12T01:29:58.508Z] ---> e8b0c3800009 [2020-10-12T01:29:58.508Z] Step 20/22 : LABEL arch=arm64 [2020-10-12T01:29:59.115Z] ---> Running in b56edd97c052 [2020-10-12T01:30:00.107Z] Removing intermediate container b56edd97c052 [2020-10-12T01:30:00.107Z] ---> 369077bf23ef [2020-10-12T01:30:00.107Z] Step 21/22 : LABEL git_sha=116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:30:00.708Z] ---> Running in af0499a0ee5b [2020-10-12T01:30:01.737Z] Removing intermediate container af0499a0ee5b [2020-10-12T01:30:01.737Z] ---> 8bdd7812b50c [2020-10-12T01:30:01.737Z] Step 22/22 : LABEL version=1.2.2-dev.61 [2020-10-12T01:30:02.010Z] ---> Running in 7e44add1c934 [2020-10-12T01:30:03.462Z] Removing intermediate container 7e44add1c934 [2020-10-12T01:30:03.462Z] ---> 804e93aac681 [2020-10-12T01:30:03.462Z] [2020-10-12T01:30:04.066Z] Successfully built 804e93aac681 [2020-10-12T01:30:04.341Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-12T01:30:04.341Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2020-10-12T01:30:04.636Z] Removing intermediate container 423e93856b53 [2020-10-12T01:30:04.637Z] ---> cb169a28af3a [2020-10-12T01:30:04.637Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-12T01:30:05.618Z] ---> Running in 11cb4f67e573 [2020-10-12T01:30:12.341Z] Collecting docker-compose==1.23.2 [2020-10-12T01:30:12.341Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-12T01:30:13.324Z] Collecting docopt<0.7,>=0.6.1 [2020-10-12T01:30:13.324Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-12T01:30:15.973Z] Collecting docker<4.0,>=3.6.0 [2020-10-12T01:30:15.973Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-12T01:30:16.577Z] 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-12T01:30:17.179Z] Collecting PyYAML<4,>=3.10 [2020-10-12T01:30:17.179Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-12T01:30:19.821Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-12T01:30:20.814Z] Collecting cached-property<2,>=1.2.0 [2020-10-12T01:30:20.814Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-12T01:30:21.105Z] Collecting texttable<0.10,>=0.9.0 [2020-10-12T01:30:21.105Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-12T01:30:24.526Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-12T01:30:24.526Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-12T01:30:25.589Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-12T01:30:25.589Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-12T01:30:25.869Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T01:30:25.869Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-12T01:30:25.869Z] ---> d0998d1c053f [2020-10-12T01:30:25.869Z] Step 3/29 : WORKDIR /edgex-go [2020-10-12T01:30:25.869Z] ---> Using cache [2020-10-12T01:30:25.869Z] ---> c0e710211d94 [2020-10-12T01:30:25.869Z] Step 4/29 : RUN apk update && apk add make git [2020-10-12T01:30:26.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-12T01:30:27.469Z] Collecting jsonschema<3,>=2.5.1 [2020-10-12T01:30:27.469Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-12T01:30:29.589Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-12T01:30:29.589Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-12T01:30:33.074Z] Collecting docker-pycreds>=0.4.0 [2020-10-12T01:30:33.074Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-12T01:30:33.074Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T01:30:33.074Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T01:30:33.074Z] ---> d0998d1c053f [2020-10-12T01:30:33.074Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T01:30:33.074Z] ---> Using cache [2020-10-12T01:30:33.074Z] ---> c0e710211d94 [2020-10-12T01:30:33.074Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T01:30:33.074Z] ---> Using cache [2020-10-12T01:30:33.074Z] ---> c035e5595229 [2020-10-12T01:30:33.074Z] Step 5/22 : RUN apk update && apk add make git [2020-10-12T01:30:33.074Z] ---> Using cache [2020-10-12T01:30:33.074Z] ---> 6cf79fefb2e9 [2020-10-12T01:30:33.074Z] Step 6/22 : COPY go.mod . [2020-10-12T01:30:33.074Z] ---> Using cache [2020-10-12T01:30:33.074Z] ---> 937042770c87 [2020-10-12T01:30:33.074Z] Step 7/22 : RUN go mod download [2020-10-12T01:30:33.074Z] ---> Using cache [2020-10-12T01:30:33.074Z] ---> 4b4b62b3d716 [2020-10-12T01:30:33.074Z] Step 8/22 : COPY . . [2020-10-12T01:30:33.074Z] ---> Using cache [2020-10-12T01:30:33.074Z] ---> 34160571546e [2020-10-12T01:30:33.074Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-12T01:30:33.074Z] ---> Running in 39d22c5bb36b [2020-10-12T01:30:33.677Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-12T01:30:33.677Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-12T01:30:33.677Z] ---> Running in 9f1b7a895a2c [2020-10-12T01:30:34.290Z] Collecting idna<2.8,>=2.5 [2020-10-12T01:30:34.290Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-12T01:30:34.569Z] 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-12T01:30:34.569Z] 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-12T01:30:34.569Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-12T01:30:34.569Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-12T01:30:34.569Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-12T01:30:34.569Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-12T01:30:35.563Z] Installing collected packages: docopt, docker-pycreds, websocket-client, urllib3, idna, requests, docker, PyYAML, cached-property, texttable, jsonschema, dockerpty, docker-compose [2020-10-12T01:30:35.563Z] Running setup.py install for docopt: started [2020-10-12T01:30:36.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T01:30:36.436Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o cmd/core-command/core-command ./cmd/core-command [2020-10-12T01:30:37.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T01:30:38.031Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T01:30:38.031Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T01:30:38.031Z] OK: 12623 distinct packages available [2020-10-12T01:30:38.031Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T01:30:38.031Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-12T01:30:38.031Z] ---> d0998d1c053f [2020-10-12T01:30:38.031Z] Step 3/23 : WORKDIR /edgex-go [2020-10-12T01:30:38.031Z] ---> Using cache [2020-10-12T01:30:38.031Z] ---> c0e710211d94 [2020-10-12T01:30:38.031Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T01:30:38.031Z] ---> Using cache [2020-10-12T01:30:38.031Z] ---> c035e5595229 [2020-10-12T01:30:38.031Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-12T01:30:38.310Z] Running setup.py install for docopt: finished with status 'done' [2020-10-12T01:30:38.310Z] ---> Running in 99ea58e7f626 [2020-10-12T01:30:38.310Z] Removing intermediate container da84d59fcb78 [2020-10-12T01:30:38.310Z] ---> 66e7601ac685 [2020-10-12T01:30:38.310Z] [2020-10-12T01:30:38.310Z] Step 10/26 : FROM alpine:3.10 [2020-10-12T01:30:38.925Z] 3.10: Pulling from library/alpine [2020-10-12T01:30:38.925Z] Attempting uninstall: urllib3 [2020-10-12T01:30:38.925Z] Found existing installation: urllib3 1.25.9 [2020-10-12T01:30:38.925Z] Uninstalling urllib3-1.25.9: [2020-10-12T01:30:38.925Z] OK: 217 MiB in 51 packages [2020-10-12T01:30:39.199Z] Successfully uninstalled urllib3-1.25.9 [2020-10-12T01:30:40.197Z] Attempting uninstall: idna [2020-10-12T01:30:40.197Z] Found existing installation: idna 2.9 [2020-10-12T01:30:40.197Z] Uninstalling idna-2.9: [2020-10-12T01:30:40.477Z] Successfully uninstalled idna-2.9 [2020-10-12T01:30:40.756Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-12T01:30:40.756Z] Status: Downloaded newer image for alpine:3.10 [2020-10-12T01:30:40.756Z] ---> 536a684cf733 [2020-10-12T01:30:40.756Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-12T01:30:41.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T01:30:41.031Z] ---> Running in 30a689a26377 [2020-10-12T01:30:41.314Z] Attempting uninstall: requests [2020-10-12T01:30:41.314Z] Found existing installation: requests 2.23.0 [2020-10-12T01:30:41.314Z] Uninstalling requests-2.23.0: [2020-10-12T01:30:41.314Z] Removing intermediate container 39d22c5bb36b [2020-10-12T01:30:41.314Z] ---> c733a6981f35 [2020-10-12T01:30:41.314Z] Step 5/29 : COPY go.mod . [2020-10-12T01:30:41.588Z] Successfully uninstalled requests-2.23.0 [2020-10-12T01:30:42.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T01:30:42.608Z] ---> e9342f0fa1b4 [2020-10-12T01:30:42.608Z] Step 6/29 : RUN go mod download [2020-10-12T01:30:42.888Z] Running setup.py install for PyYAML: started [2020-10-12T01:30:42.888Z] ---> Running in f18db9b982b4 [2020-10-12T01:30:43.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-12T01:30:44.148Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-12T01:30:44.425Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T01:30:44.425Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T01:30:44.425Z] OK: 12623 distinct packages available [2020-10-12T01:30:44.701Z] v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-12T01:30:44.701Z] v3.10.5-97-gf39009a9b6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-12T01:30:44.701Z] OK: 10167 distinct packages available [2020-10-12T01:30:45.302Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-12T01:30:45.302Z] OK: 217 MiB in 51 packages [2020-10-12T01:30:45.302Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-12T01:30:45.302Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-12T01:30:45.302Z] (4/5) Installing curl (7.66.0-r1) [2020-10-12T01:30:45.302Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-12T01:30:45.302Z] Executing busybox-1.30.1-r3.trigger [2020-10-12T01:30:45.582Z] Executing ca-certificates-20191127-r2.trigger [2020-10-12T01:30:45.582Z] OK: 7 MiB in 19 packages [2020-10-12T01:30:46.698Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-12T01:30:46.996Z] Running setup.py install for texttable: started [2020-10-12T01:30:47.757Z] Removing intermediate container 99ea58e7f626 [2020-10-12T01:30:47.757Z] ---> 8c9528a46eae [2020-10-12T01:30:47.757Z] Step 6/23 : COPY go.mod . [2020-10-12T01:30:48.845Z] Removing intermediate container f18db9b982b4 [2020-10-12T01:30:48.845Z] ---> 66391027924d [2020-10-12T01:30:48.845Z] Step 7/29 : COPY . . [2020-10-12T01:30:49.122Z] Removing intermediate container 30a689a26377 [2020-10-12T01:30:49.122Z] ---> 3b6faa683083 [2020-10-12T01:30:49.122Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-12T01:30:49.397Z] ---> a245baae67ca [2020-10-12T01:30:49.397Z] Step 7/23 : RUN go mod download [2020-10-12T01:30:49.397Z] ---> Running in 0a65a3e1ac6a [2020-10-12T01:30:49.670Z] ---> Running in 4b49ad32045b [2020-10-12T01:30:49.670Z] Running setup.py install for texttable: finished with status 'done' [2020-10-12T01:30:50.272Z] Running setup.py install for dockerpty: started [2020-10-12T01:30:50.549Z] Removing intermediate container 0a65a3e1ac6a [2020-10-12T01:30:50.549Z] ---> 8ed32bf0b176 [2020-10-12T01:30:50.549Z] Step 13/26 : WORKDIR / [2020-10-12T01:30:50.825Z] ---> Running in ca043fb4fe08 [2020-10-12T01:30:52.823Z] Removing intermediate container ca043fb4fe08 [2020-10-12T01:30:52.823Z] ---> 47b10f8a3bc8 [2020-10-12T01:30:52.823Z] 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-12T01:30:53.436Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-12T01:30:54.889Z] ---> f377e03068e7 [2020-10-12T01:30:54.889Z] 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-12T01:30:54.889Z] 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-12T01:30:56.902Z] Removing intermediate container 4b49ad32045b [2020-10-12T01:30:56.902Z] ---> 6ec2cd8fda67 [2020-10-12T01:30:56.902Z] Step 8/23 : COPY . . [2020-10-12T01:30:57.506Z] ---> d2f40587f4c0 [2020-10-12T01:30:57.506Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-12T01:31:00.196Z] ---> 9a7765b671f5 [2020-10-12T01:31:00.196Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-12T01:31:02.843Z] ---> 5c21cde095e9 [2020-10-12T01:31:02.843Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-12T01:31:03.482Z] Removing intermediate container 11cb4f67e573 [2020-10-12T01:31:03.482Z] ---> 7e2239e2cae2 [2020-10-12T01:31:03.482Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-12T01:31:04.471Z] ---> Running in 80331b87e4c3 [2020-10-12T01:31:06.488Z] ---> 6aba029c2348 [2020-10-12T01:31:06.488Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-12T01:31:07.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T01:31:07.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T01:31:07.971Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-12T01:31:07.971Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-12T01:31:07.971Z] (3/3) Installing curl (7.69.1-r1) [2020-10-12T01:31:07.971Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T01:31:07.971Z] OK: 71 MiB in 58 packages [2020-10-12T01:31:09.977Z] ---> f33658f9b09b [2020-10-12T01:31:09.978Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-12T01:31:11.960Z] Removing intermediate container 80331b87e4c3 [2020-10-12T01:31:11.960Z] ---> 79955cdad64b [2020-10-12T01:31:11.960Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-12T01:31:12.564Z] ---> Running in ec68a7b7487f [2020-10-12T01:31:12.838Z] ---> 0f8b53f58417 [2020-10-12T01:31:12.838Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-12T01:31:13.831Z] Removing intermediate container ec68a7b7487f [2020-10-12T01:31:13.831Z] ---> f072a8c2a21e [2020-10-12T01:31:13.831Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T01:31:15.288Z] ---> Running in 394db6b9068a [2020-10-12T01:31:15.288Z] ---> 52eb39c6be6f [2020-10-12T01:31:15.288Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-12T01:31:15.878Z] ---> Running in c66d53f9a57b [2020-10-12T01:31:16.475Z] Removing intermediate container 394db6b9068a [2020-10-12T01:31:16.475Z] ---> 2636a7b1c43a [2020-10-12T01:31:16.475Z] Step 25/27 : LABEL arch=arm64 [2020-10-12T01:31:16.746Z] ---> Running in c6843ab47c7c [2020-10-12T01:31:18.185Z] Removing intermediate container c6843ab47c7c [2020-10-12T01:31:18.185Z] ---> ba92b54932d7 [2020-10-12T01:31:18.185Z] Step 26/27 : LABEL git_sha=116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:31:18.456Z] ---> Running in 5490d85e0786 [2020-10-12T01:31:19.901Z] ---> 6db4621c1a04 [2020-10-12T01:31:19.901Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-12T01:31:20.176Z] Removing intermediate container 5490d85e0786 [2020-10-12T01:31:20.176Z] ---> 03b962b7cd0e [2020-10-12T01:31:20.176Z] Step 27/27 : LABEL version=1.2.2-dev.61 [2020-10-12T01:31:20.452Z] ---> Running in d95317645c6e [2020-10-12T01:31:20.728Z] ---> Running in 15445375ec24 [2020-10-12T01:31:21.003Z] Removing intermediate container c66d53f9a57b [2020-10-12T01:31:21.279Z] ---> d3c68f876a04 [2020-10-12T01:31:21.279Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-12T01:31:21.553Z] ---> Running in 46b71d299790 [2020-10-12T01:31:21.833Z] Removing intermediate container 15445375ec24 [2020-10-12T01:31:21.833Z] ---> 72b71afef768 [2020-10-12T01:31:21.833Z] [2020-10-12T01:31:23.278Z] Removing intermediate container 46b71d299790 [2020-10-12T01:31:23.278Z] ---> 338606cb1e2b [2020-10-12T01:31:23.278Z] Step 24/26 : LABEL arch=arm64 [2020-10-12T01:31:23.278Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-12T01:31:23.278Z] Successfully built 72b71afef768 [2020-10-12T01:31:23.278Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-12T01:31:23.278Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-logging-go [2020-10-12T01:31:23.876Z] ---> Running in 2da9951a78b4 [2020-10-12T01:31:25.320Z] Removing intermediate container 2da9951a78b4 [2020-10-12T01:31:25.320Z] ---> cbcec7c949ba [2020-10-12T01:31:25.320Z] Step 25/26 : LABEL git_sha=116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:31:26.386Z] ---> Running in fc8b8b1a9dd4 [2020-10-12T01:31:26.983Z] Removing intermediate container fc8b8b1a9dd4 [2020-10-12T01:31:26.983Z] ---> 92dbbc0aad50 [2020-10-12T01:31:26.983Z] Step 26/26 : LABEL version=1.2.2-dev.61 [2020-10-12T01:31:27.277Z] ---> fa1982270fc5 [2020-10-12T01:31:27.277Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-12T01:31:27.876Z] ---> Running in 51e04c0c8532 [2020-10-12T01:31:27.876Z] ---> Running in f7dc14fe3f01 [2020-10-12T01:31:29.864Z] Removing intermediate container 51e04c0c8532 [2020-10-12T01:31:29.864Z] ---> e10c3a0a1bb6 [2020-10-12T01:31:29.864Z] [2020-10-12T01:31:30.139Z] Successfully built e10c3a0a1bb6 [2020-10-12T01:31:30.139Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-12T01:31:30.743Z]  Building docker-security-secretstore-setup-go ... done CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o cmd/core-data/core-data ./cmd/core-data [2020-10-12T01:31:49.243Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-12T01:31:49.243Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-12T01:31:49.243Z] ---> d0998d1c053f [2020-10-12T01:31:49.243Z] Step 3/22 : WORKDIR /edgex-go [2020-10-12T01:31:49.243Z] ---> Using cache [2020-10-12T01:31:49.243Z] ---> c0e710211d94 [2020-10-12T01:31:49.243Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T01:31:49.243Z] ---> Using cache [2020-10-12T01:31:49.243Z] ---> c035e5595229 [2020-10-12T01:31:49.243Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-12T01:31:49.243Z] ---> Running in 2373676d289d [2020-10-12T01:31:49.243Z] Removing intermediate container 9f1b7a895a2c [2020-10-12T01:31:49.243Z] ---> b71fa7602059 [2020-10-12T01:31:49.243Z] [2020-10-12T01:31:49.243Z] Step 10/22 : FROM scratch [2020-10-12T01:31:49.243Z] ---> [2020-10-12T01:31:49.243Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T01:31:49.243Z] ---> Using cache [2020-10-12T01:31:49.243Z] ---> 11957fb0115a [2020-10-12T01:31:49.243Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-12T01:31:49.243Z] ---> Running in 072ca4ef85ae [2020-10-12T01:31:49.243Z] Removing intermediate container 072ca4ef85ae [2020-10-12T01:31:49.243Z] ---> bdede659d143 [2020-10-12T01:31:49.243Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T01:31:49.243Z] ---> Running in 615207867eb9 [2020-10-12T01:31:49.526Z] Removing intermediate container 615207867eb9 [2020-10-12T01:31:49.526Z] ---> c3e8dc2f3f21 [2020-10-12T01:31:49.526Z] Step 14/22 : WORKDIR / [2020-10-12T01:31:49.526Z] ---> Running in d500a3649411 [2020-10-12T01:31:49.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T01:31:50.401Z] Removing intermediate container d500a3649411 [2020-10-12T01:31:50.401Z] ---> fe95ffae70bd [2020-10-12T01:31:50.401Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-12T01:31:50.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T01:31:51.272Z] ---> 7840a2db6f21 [2020-10-12T01:31:51.272Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-12T01:31:51.546Z] v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-12T01:31:51.546Z] v3.12.0-382-g904dd561a5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-12T01:31:51.546Z] OK: 12623 distinct packages available [2020-10-12T01:31:52.527Z] OK: 217 MiB in 51 packages [2020-10-12T01:31:53.510Z] ---> c7ce1bb7216a [2020-10-12T01:31:53.510Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-12T01:31:53.510Z] OK: 217 MiB in 51 packages [2020-10-12T01:31:54.504Z] ---> 69d4bcc3a344 [2020-10-12T01:31:54.504Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-12T01:31:54.781Z] ---> Running in a5b409edaa53 [2020-10-12T01:31:55.388Z] Removing intermediate container 2373676d289d [2020-10-12T01:31:55.388Z] ---> e18a70caec5c [2020-10-12T01:31:55.388Z] Step 6/22 : COPY go.mod . [2020-10-12T01:31:55.669Z] Removing intermediate container a5b409edaa53 [2020-10-12T01:31:55.669Z] ---> 57a186c42ec0 [2020-10-12T01:31:55.669Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T01:31:55.669Z] ---> Running in 7814f2a2bc36 [2020-10-12T01:31:56.661Z] ---> 21aee0d5878f [2020-10-12T01:31:56.661Z] Step 7/22 : RUN go mod download [2020-10-12T01:31:56.661Z] Removing intermediate container 7814f2a2bc36 [2020-10-12T01:31:56.661Z] ---> cd472f3e82f0 [2020-10-12T01:31:56.661Z] Step 20/22 : LABEL arch=arm64 [2020-10-12T01:31:56.937Z] ---> Running in f539680d887d [2020-10-12T01:31:56.937Z] ---> Running in 62659712620e [2020-10-12T01:31:57.927Z] Removing intermediate container 62659712620e [2020-10-12T01:31:57.928Z] ---> 4a1ea8597441 [2020-10-12T01:31:57.928Z] Step 21/22 : LABEL git_sha=116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:31:57.928Z] ---> Running in bcbd67d560b7 [2020-10-12T01:31:58.528Z] Removing intermediate container bcbd67d560b7 [2020-10-12T01:31:58.528Z] ---> decadc84198e [2020-10-12T01:31:58.528Z] Step 22/22 : LABEL version=1.2.2-dev.61 [2020-10-12T01:31:58.805Z] ---> Running in 32630d4fed7f [2020-10-12T01:31:59.406Z] Removing intermediate container 32630d4fed7f [2020-10-12T01:31:59.406Z] ---> 9e304dad49fa [2020-10-12T01:31:59.406Z] [2020-10-12T01:31:59.680Z] Successfully built 9e304dad49fa [2020-10-12T01:31:59.957Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-12T01:32:01.401Z]  Building docker-core-command-go ... done Removing intermediate container f539680d887d [2020-10-12T01:32:01.401Z] ---> af6ae89700a3 [2020-10-12T01:32:01.401Z] Step 8/22 : COPY . . [2020-10-12T01:32:23.614Z] ---> eea664664dc9 [2020-10-12T01:32:23.614Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-12T01:32:23.614Z] ---> Running in bdbedca774f9 [2020-10-12T01:32:23.614Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.61" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-12T01:32:23.614Z] Removing intermediate container d95317645c6e [2020-10-12T01:32:23.614Z] ---> 9149797f5497 [2020-10-12T01:32:23.614Z] [2020-10-12T01:32:23.614Z] Step 9/29 : FROM alpine:latest [2020-10-12T01:32:23.614Z] ---> 62ee0e9f8440 [2020-10-12T01:32:23.614Z] 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-12T01:32:23.892Z] ---> Running in 74218e2af832 [2020-10-12T01:32:24.498Z] Removing intermediate container 74218e2af832 [2020-10-12T01:32:24.498Z] ---> 344c0c89c351 [2020-10-12T01:32:24.498Z] Step 11/29 : USER root [2020-10-12T01:32:24.498Z] ---> Running in edfca0452a21 [2020-10-12T01:32:25.105Z] Removing intermediate container edfca0452a21 [2020-10-12T01:32:25.105Z] ---> 36a0e0c53c30 [2020-10-12T01:32:25.105Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-12T01:32:25.384Z] ---> Running in 2ea60ea21956 [2020-10-12T01:32:28.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T01:32:28.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T01:32:28.623Z] v3.12.0-376-gb3fc85f1ac [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-12T01:32:28.623Z] v3.12.0-382-g904dd561a5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-12T01:32:28.623Z] OK: 12621 distinct packages available [2020-10-12T01:32:29.222Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-12T01:32:29.497Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-12T01:32:29.497Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T01:32:29.497Z] Executing ca-certificates-20191127-r4.trigger [2020-10-12T01:32:29.774Z] OK: 6 MiB in 16 packages [2020-10-12T01:32:32.419Z] Removing intermediate container 2ea60ea21956 [2020-10-12T01:32:32.419Z] ---> 5b4e7b87d43f [2020-10-12T01:32:32.419Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-12T01:32:32.419Z] ---> Running in 7ff0bb19f2f0 [2020-10-12T01:32:33.020Z] Removing intermediate container 7ff0bb19f2f0 [2020-10-12T01:32:33.020Z] ---> 11cfc8e9c9a4 [2020-10-12T01:32:33.020Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-12T01:32:33.020Z] ---> Running in 6c24f381527d [2020-10-12T01:32:34.018Z] Removing intermediate container 6c24f381527d [2020-10-12T01:32:34.018Z] ---> b4bc9ff2fb14 [2020-10-12T01:32:34.018Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-12T01:32:34.018Z] ---> Running in 59a4361723c5 [2020-10-12T01:32:38.345Z] Removing intermediate container 59a4361723c5 [2020-10-12T01:32:38.345Z] ---> 0dbbb6e030b8 [2020-10-12T01:32:38.345Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-12T01:32:39.349Z] ---> 6a340707f684 [2020-10-12T01:32:39.349Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-12T01:32:40.354Z] ---> 8295bc9eae9c [2020-10-12T01:32:40.354Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-12T01:32:41.796Z] ---> bb2c1b9061c7 [2020-10-12T01:32:41.796Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-12T01:32:42.790Z] ---> 93b81d77e200 [2020-10-12T01:32:42.790Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-12T01:32:43.846Z] ---> 64e609f267e9 [2020-10-12T01:32:43.846Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-12T01:32:43.846Z] ---> Running in e283ee218b3d [2020-10-12T01:32:48.233Z] Removing intermediate container e283ee218b3d [2020-10-12T01:32:48.233Z] ---> 2cb88ca64009 [2020-10-12T01:32:48.233Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-12T01:32:48.838Z] ---> c9b781498f1d [2020-10-12T01:32:48.838Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-12T01:32:49.116Z] ---> Running in 0f232104c6df [2020-10-12T01:32:52.549Z] Removing intermediate container 0f232104c6df [2020-10-12T01:32:52.549Z] ---> 751326e686c4 [2020-10-12T01:32:52.549Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-12T01:32:52.827Z] ---> Running in 35f165583988 [2020-10-12T01:32:58.233Z] Removing intermediate container 35f165583988 [2020-10-12T01:32:58.233Z] ---> b1e8e41717a1 [2020-10-12T01:32:58.233Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-12T01:32:58.233Z] ---> Running in 36313d8db612 [2020-10-12T01:32:58.520Z] Removing intermediate container f7dc14fe3f01 [2020-10-12T01:32:58.520Z] ---> de460a991245 [2020-10-12T01:32:58.520Z] [2020-10-12T01:32:58.520Z] Step 10/23 : FROM alpine [2020-10-12T01:32:58.520Z] ---> 62ee0e9f8440 [2020-10-12T01:32:58.520Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-12T01:32:58.805Z] ---> Running in 0d66a4a80f59 [2020-10-12T01:32:58.805Z] Removing intermediate container 36313d8db612 [2020-10-12T01:32:58.805Z] ---> d2cc8f18a8a7 [2020-10-12T01:32:58.805Z] Step 26/29 : CMD [ "generate" ] [2020-10-12T01:32:59.077Z] ---> Running in b1e20c80c83a [2020-10-12T01:32:59.352Z] Removing intermediate container 0d66a4a80f59 [2020-10-12T01:32:59.352Z] ---> d21f8f2b618c [2020-10-12T01:32:59.352Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-12T01:32:59.624Z] ---> Running in ee58ee210abb [2020-10-12T01:32:59.913Z] Removing intermediate container b1e20c80c83a [2020-10-12T01:32:59.913Z] ---> b3b01fec04a6 [2020-10-12T01:32:59.913Z] Step 27/29 : LABEL arch=arm64 [2020-10-12T01:33:00.188Z] ---> Running in c167d8202abd [2020-10-12T01:33:00.188Z] Removing intermediate container ee58ee210abb [2020-10-12T01:33:00.188Z] ---> 25e2cfe58fcc [2020-10-12T01:33:00.188Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-12T01:33:00.461Z] ---> Running in d24cbc638791 [2020-10-12T01:33:00.461Z] Removing intermediate container c167d8202abd [2020-10-12T01:33:00.743Z] ---> 33de8be53b9c [2020-10-12T01:33:00.743Z] Step 28/29 : LABEL git_sha=116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:33:00.743Z] ---> Running in 406d422259c0 [2020-10-12T01:33:01.018Z] Removing intermediate container d24cbc638791 [2020-10-12T01:33:01.018Z] ---> c80dca0dc5d7 [2020-10-12T01:33:01.018Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-12T01:33:01.018Z] ---> Running in 7c7d0c3ba714 [2020-10-12T01:33:01.625Z] Removing intermediate container 406d422259c0 [2020-10-12T01:33:01.625Z] ---> 390ccec175fe [2020-10-12T01:33:01.625Z] Step 29/29 : LABEL version=1.2.2-dev.61 [2020-10-12T01:33:01.914Z] ---> Running in b7194c5b2aac [2020-10-12T01:33:02.511Z] Removing intermediate container b7194c5b2aac [2020-10-12T01:33:02.512Z] ---> 5d42e95900c5 [2020-10-12T01:33:02.512Z] [2020-10-12T01:33:02.786Z] Successfully built 5d42e95900c5 [2020-10-12T01:33:02.786Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-12T01:33:04.217Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 7c7d0c3ba714 [2020-10-12T01:33:04.217Z] ---> 483677b5419d [2020-10-12T01:33:04.217Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-12T01:33:04.217Z] ---> Running in 894988806bd8 [2020-10-12T01:33:05.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-12T01:33:06.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-12T01:33:07.221Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-12T01:33:07.221Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-12T01:33:07.493Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-12T01:33:07.493Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-12T01:33:07.773Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-12T01:33:07.773Z] Executing busybox-1.31.1-r16.trigger [2020-10-12T01:33:07.773Z] OK: 8 MiB in 19 packages [2020-10-12T01:33:08.046Z] Removing intermediate container bdbedca774f9 [2020-10-12T01:33:08.046Z] ---> 4f4c9fdcf104 [2020-10-12T01:33:08.046Z] [2020-10-12T01:33:08.046Z] Step 10/22 : FROM scratch [2020-10-12T01:33:08.046Z] ---> [2020-10-12T01:33:08.046Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-12T01:33:08.321Z] ---> Using cache [2020-10-12T01:33:08.321Z] ---> 3f9ab6b432de [2020-10-12T01:33:08.321Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-12T01:33:08.596Z] ---> Running in f9381179a6b4 [2020-10-12T01:33:08.872Z] Removing intermediate container f9381179a6b4 [2020-10-12T01:33:08.872Z] ---> f6d93a30c8ac [2020-10-12T01:33:08.872Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-12T01:33:09.151Z] Removing intermediate container 894988806bd8 [2020-10-12T01:33:09.151Z] ---> 6c5f86726c23 [2020-10-12T01:33:09.151Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-12T01:33:09.151Z] ---> Running in f5293360f87b [2020-10-12T01:33:09.752Z] Removing intermediate container f5293360f87b [2020-10-12T01:33:09.752Z] ---> b66e72845ebf [2020-10-12T01:33:09.752Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-12T01:33:10.035Z] ---> c82a8eccb134 [2020-10-12T01:33:10.035Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-12T01:33:10.633Z] ---> 1c7e1495924f [2020-10-12T01:33:10.633Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-12T01:33:11.230Z] ---> 892d575d7dbc [2020-10-12T01:33:11.230Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-12T01:33:11.503Z] ---> 1b763abca75d [2020-10-12T01:33:11.503Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-12T01:33:12.487Z] ---> c92f0d6d69a3 [2020-10-12T01:33:12.487Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-12T01:33:12.487Z] ---> Running in c617074bf01e [2020-10-12T01:33:12.762Z] ---> 439a149861e5 [2020-10-12T01:33:12.762Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-12T01:33:13.038Z] Removing intermediate container c617074bf01e [2020-10-12T01:33:13.038Z] ---> 2bde34e80a42 [2020-10-12T01:33:13.038Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T01:33:13.038Z] ---> Running in 69c8a42040d0 [2020-10-12T01:33:13.637Z] ---> fbf4796d6ae3 [2020-10-12T01:33:13.637Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-12T01:33:13.637Z] Removing intermediate container 69c8a42040d0 [2020-10-12T01:33:13.637Z] ---> 0cd67a94fb7c [2020-10-12T01:33:13.637Z] Step 21/23 : LABEL arch=arm64 [2020-10-12T01:33:13.637Z] ---> Running in 7e30badf796e [2020-10-12T01:33:13.913Z] ---> Running in 7010e5cf643c [2020-10-12T01:33:14.186Z] Removing intermediate container 7e30badf796e [2020-10-12T01:33:14.186Z] ---> 85d11c60b100 [2020-10-12T01:33:14.186Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-12T01:33:14.460Z] Removing intermediate container 7010e5cf643c [2020-10-12T01:33:14.460Z] ---> 75363658deb3 [2020-10-12T01:33:14.460Z] Step 22/23 : LABEL git_sha=116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:33:14.460Z] ---> Running in b8a5caece7b6 [2020-10-12T01:33:14.460Z] ---> Running in ad5a8db99e1d [2020-10-12T01:33:15.059Z] Removing intermediate container b8a5caece7b6 [2020-10-12T01:33:15.059Z] ---> 412e02f0cc88 [2020-10-12T01:33:15.059Z] Step 20/22 : LABEL arch=arm64 [2020-10-12T01:33:15.059Z] Removing intermediate container ad5a8db99e1d [2020-10-12T01:33:15.059Z] ---> 4aaaaf354c41 [2020-10-12T01:33:15.059Z] Step 23/23 : LABEL version=1.2.2-dev.61 [2020-10-12T01:33:15.059Z] ---> Running in ed8a996c564e [2020-10-12T01:33:15.330Z] ---> Running in 4868a17c5119 [2020-10-12T01:33:15.602Z] Removing intermediate container ed8a996c564e [2020-10-12T01:33:15.602Z] ---> a8ee9abc889b [2020-10-12T01:33:15.602Z] Step 21/22 : LABEL git_sha=116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:33:15.882Z] Removing intermediate container 4868a17c5119 [2020-10-12T01:33:15.882Z] ---> 765385602941 [2020-10-12T01:33:15.882Z] [2020-10-12T01:33:15.882Z] ---> Running in 161da922e1d5 [2020-10-12T01:33:16.155Z] Successfully built 765385602941 [2020-10-12T01:33:16.428Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-12T01:33:16.429Z]  Building docker-core-data-go ... done Removing intermediate container 161da922e1d5 [2020-10-12T01:33:16.429Z] ---> 1b3beb307d83 [2020-10-12T01:33:16.429Z] Step 22/22 : LABEL version=1.2.2-dev.61 [2020-10-12T01:33:16.706Z] ---> Running in 77c26cadb378 [2020-10-12T01:33:16.979Z] Removing intermediate container 77c26cadb378 [2020-10-12T01:33:16.979Z] ---> 5e5e3326dac7 [2020-10-12T01:33:16.979Z] [2020-10-12T01:33:17.573Z] Successfully built 5e5e3326dac7 [2020-10-12T01:33:17.573Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-12T01:33:17.861Z]  Building docker-support-logging-go ... done  [Pipeline] } [2020-10-12T01:33:17.851Z] $ docker stop --time=1 88b87fc505de3224afa506294756864c12162d639b0ee0e66fcd311592283879 [2020-10-12T01:33:19.820Z] $ docker rm -f 88b87fc505de3224afa506294756864c12162d639b0ee0e66fcd311592283879 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:33:20.660Z] + docker images [2020-10-12T01:33:20.660Z] + grep docker [2020-10-12T01:33:20.930Z] docker-support-logging-go-arm64 latest 5e5e3326dac7 4 seconds ago 10.6MB [2020-10-12T01:33:20.930Z] docker-core-data-go-arm64 latest 765385602941 5 seconds ago 22.2MB [2020-10-12T01:33:20.930Z] docker-security-secrets-setup-go-arm64 latest 5d42e95900c5 18 seconds ago 22.7MB [2020-10-12T01:33:20.930Z] docker-core-command-go-arm64 latest 9e304dad49fa About a minute ago 11.4MB [2020-10-12T01:33:20.930Z] docker-security-secretstore-setup-go-arm64 latest e10c3a0a1bb6 About a minute ago 30.8MB [2020-10-12T01:33:20.930Z] docker-sys-mgmt-agent-go-arm64 latest 72b71afef768 About a minute ago 270MB [2020-10-12T01:33:20.930Z] docker-core-metadata-go-arm64 latest 804e93aac681 3 minutes ago 13.3MB [2020-10-12T01:33:20.930Z] docker-support-notifications-go-arm64 latest 7f58f86f6969 3 minutes ago 12.9MB [2020-10-12T01:33:20.930Z] docker-support-scheduler-go-arm64 latest fd07cb23d740 3 minutes ago 11.5MB [2020-10-12T01:33:20.931Z] docker-security-proxy-setup-go-arm64 latest 2952796771d7 4 minutes ago 15.1MB [2020-10-12T01:33:20.931Z] docker latest 45884bde0078 3 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-12T01:33:21.445Z] provisioning config files... [2020-10-12T01:33:21.495Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/176@tmp/config3611860497138421575tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-12T01:33:21.889Z] ---> docker-login.sh [2020-10-12T01:33:21.889Z] nexus3.edgexfoundry.org:10001 [2020-10-12T01:33:22.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T01:33:22.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T01:33:22.432Z] Configure a credential helper to remove this warning. See [2020-10-12T01:33:22.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T01:33:22.432Z] [2020-10-12T01:33:22.432Z] Login Succeeded [2020-10-12T01:33:22.432Z] nexus3.edgexfoundry.org:10002 [2020-10-12T01:33:23.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T01:33:23.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T01:33:23.025Z] Configure a credential helper to remove this warning. See [2020-10-12T01:33:23.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T01:33:23.025Z] [2020-10-12T01:33:23.025Z] Login Succeeded [2020-10-12T01:33:23.025Z] nexus3.edgexfoundry.org:10003 [2020-10-12T01:33:23.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T01:33:23.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T01:33:23.620Z] Configure a credential helper to remove this warning. See [2020-10-12T01:33:23.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T01:33:23.620Z] [2020-10-12T01:33:23.620Z] Login Succeeded [2020-10-12T01:33:23.620Z] nexus3.edgexfoundry.org:10004 [2020-10-12T01:33:24.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T01:33:24.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T01:33:24.231Z] Configure a credential helper to remove this warning. See [2020-10-12T01:33:24.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T01:33:24.231Z] [2020-10-12T01:33:24.231Z] Login Succeeded [2020-10-12T01:33:24.231Z] docker.io [2020-10-12T01:33:24.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-12T01:33:25.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-12T01:33:25.109Z] Configure a credential helper to remove this warning. See [2020-10-12T01:33:25.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-12T01:33:25.109Z] [2020-10-12T01:33:25.109Z] Login Succeeded [2020-10-12T01:33:25.109Z] ---> docker-login.sh ends [Pipeline] } [2020-10-12T01:33:25.128Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T01:33:25.382Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-12T01:33:25.382Z] 116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:33:25.382Z] 1.2.2-dev.61 [2020-10-12T01:33:25.382Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:33:25.382Z] master [2020-10-12T01:33:25.382Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:25.882Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:116975359223b037ef6a270a14331e73faedb550 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:26.220Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:33:26.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-12T01:33:26.220Z] 112aa29c8ef9: Preparing [2020-10-12T01:33:26.220Z] e33faab9ba77: Preparing [2020-10-12T01:33:26.220Z] 57bbf828a0d7: Preparing [2020-10-12T01:33:26.491Z] 57bbf828a0d7: Pushed [2020-10-12T01:33:26.491Z] 112aa29c8ef9: Pushed [2020-10-12T01:33:29.098Z] e33faab9ba77: Pushed [2020-10-12T01:33:29.372Z] 116975359223b037ef6a270a14331e73faedb550: digest: sha256:301d8594d07095a5aeaf74ff6465865f76327d9704fc0cb23713f9a43e64dc48 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:29.733Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:30.088Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.61 [2020-10-12T01:33:30.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-12T01:33:30.089Z] 112aa29c8ef9: Preparing [2020-10-12T01:33:30.089Z] e33faab9ba77: Preparing [2020-10-12T01:33:30.089Z] 57bbf828a0d7: Preparing [2020-10-12T01:33:30.360Z] 112aa29c8ef9: Layer already exists [2020-10-12T01:33:30.360Z] 57bbf828a0d7: Layer already exists [2020-10-12T01:33:30.360Z] e33faab9ba77: Layer already exists [2020-10-12T01:33:30.360Z] 1.2.2-dev.61: digest: sha256:301d8594d07095a5aeaf74ff6465865f76327d9704fc0cb23713f9a43e64dc48 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:30.709Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:31.053Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:33:31.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-12T01:33:31.053Z] 112aa29c8ef9: Preparing [2020-10-12T01:33:31.053Z] e33faab9ba77: Preparing [2020-10-12T01:33:31.053Z] 57bbf828a0d7: Preparing [2020-10-12T01:33:31.322Z] 57bbf828a0d7: Layer already exists [2020-10-12T01:33:31.322Z] e33faab9ba77: Layer already exists [2020-10-12T01:33:31.322Z] 112aa29c8ef9: Layer already exists [2020-10-12T01:33:31.322Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61: digest: sha256:301d8594d07095a5aeaf74ff6465865f76327d9704fc0cb23713f9a43e64dc48 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:31.665Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:32.001Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-12T01:33:32.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-12T01:33:32.001Z] 112aa29c8ef9: Preparing [2020-10-12T01:33:32.001Z] e33faab9ba77: Preparing [2020-10-12T01:33:32.001Z] 57bbf828a0d7: Preparing [2020-10-12T01:33:32.272Z] 57bbf828a0d7: Layer already exists [2020-10-12T01:33:32.272Z] 112aa29c8ef9: Layer already exists [2020-10-12T01:33:32.272Z] e33faab9ba77: Layer already exists [2020-10-12T01:33:32.272Z] master: digest: sha256:301d8594d07095a5aeaf74ff6465865f76327d9704fc0cb23713f9a43e64dc48 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T01:33:32.449Z] ===================================================== [Pipeline] echo [2020-10-12T01:33:32.502Z] taggedImages: [2020-10-12T01:33:32.502Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:33:32.502Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.61 [2020-10-12T01:33:32.502Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:33:32.502Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-12T01:33:32.607Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-12T01:33:32.608Z] 116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:33:32.608Z] 1.2.2-dev.61 [2020-10-12T01:33:32.608Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:33:32.608Z] master [2020-10-12T01:33:32.608Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:33.139Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:116975359223b037ef6a270a14331e73faedb550 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:33.488Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:33:33.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-12T01:33:33.488Z] f486f72c887a: Preparing [2020-10-12T01:33:33.488Z] 4e91914e745a: Preparing [2020-10-12T01:33:33.488Z] 6bef13c1a7c6: Preparing [2020-10-12T01:33:33.488Z] f5be3908eb16: Preparing [2020-10-12T01:33:33.488Z] 49453868953a: Preparing [2020-10-12T01:33:33.488Z] e2f13739ad41: Preparing [2020-10-12T01:33:33.488Z] e2f13739ad41: Waiting [2020-10-12T01:33:34.086Z] 49453868953a: Pushed [2020-10-12T01:33:34.086Z] 6bef13c1a7c6: Pushed [2020-10-12T01:33:34.086Z] f486f72c887a: Pushed [2020-10-12T01:33:34.086Z] e2f13739ad41: Layer already exists [2020-10-12T01:33:34.359Z] f5be3908eb16: Pushed [2020-10-12T01:33:37.731Z] 4e91914e745a: Pushed [2020-10-12T01:33:37.731Z] 116975359223b037ef6a270a14331e73faedb550: digest: sha256:a47ace2d3e2e52e08d9c840ea7cb5ee3cd51c2ac7b677adfb3c579913dab8d25 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:38.072Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:38.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.61 [2020-10-12T01:33:38.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-12T01:33:38.407Z] f486f72c887a: Preparing [2020-10-12T01:33:38.407Z] 4e91914e745a: Preparing [2020-10-12T01:33:38.407Z] 6bef13c1a7c6: Preparing [2020-10-12T01:33:38.407Z] f5be3908eb16: Preparing [2020-10-12T01:33:38.407Z] 49453868953a: Preparing [2020-10-12T01:33:38.407Z] e2f13739ad41: Preparing [2020-10-12T01:33:38.407Z] e2f13739ad41: Waiting [2020-10-12T01:33:38.678Z] 6bef13c1a7c6: Layer already exists [2020-10-12T01:33:38.678Z] f486f72c887a: Layer already exists [2020-10-12T01:33:38.678Z] 4e91914e745a: Layer already exists [2020-10-12T01:33:38.678Z] 49453868953a: Layer already exists [2020-10-12T01:33:38.678Z] f5be3908eb16: Layer already exists [2020-10-12T01:33:38.678Z] e2f13739ad41: Layer already exists [2020-10-12T01:33:38.678Z] 1.2.2-dev.61: digest: sha256:a47ace2d3e2e52e08d9c840ea7cb5ee3cd51c2ac7b677adfb3c579913dab8d25 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:39.027Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:39.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:33:39.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-12T01:33:39.364Z] f486f72c887a: Preparing [2020-10-12T01:33:39.364Z] 4e91914e745a: Preparing [2020-10-12T01:33:39.364Z] 6bef13c1a7c6: Preparing [2020-10-12T01:33:39.364Z] f5be3908eb16: Preparing [2020-10-12T01:33:39.364Z] 49453868953a: Preparing [2020-10-12T01:33:39.364Z] e2f13739ad41: Preparing [2020-10-12T01:33:39.364Z] e2f13739ad41: Waiting [2020-10-12T01:33:39.639Z] f486f72c887a: Layer already exists [2020-10-12T01:33:39.639Z] 6bef13c1a7c6: Layer already exists [2020-10-12T01:33:39.639Z] 49453868953a: Layer already exists [2020-10-12T01:33:39.639Z] f5be3908eb16: Layer already exists [2020-10-12T01:33:39.639Z] 4e91914e745a: Layer already exists [2020-10-12T01:33:39.639Z] e2f13739ad41: Layer already exists [2020-10-12T01:33:39.639Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61: digest: sha256:a47ace2d3e2e52e08d9c840ea7cb5ee3cd51c2ac7b677adfb3c579913dab8d25 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:39.997Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:40.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-12T01:33:40.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-12T01:33:40.344Z] f486f72c887a: Preparing [2020-10-12T01:33:40.344Z] 4e91914e745a: Preparing [2020-10-12T01:33:40.344Z] 6bef13c1a7c6: Preparing [2020-10-12T01:33:40.344Z] f5be3908eb16: Preparing [2020-10-12T01:33:40.344Z] 49453868953a: Preparing [2020-10-12T01:33:40.344Z] e2f13739ad41: Preparing [2020-10-12T01:33:40.344Z] e2f13739ad41: Waiting [2020-10-12T01:33:40.615Z] f486f72c887a: Layer already exists [2020-10-12T01:33:40.615Z] f5be3908eb16: Layer already exists [2020-10-12T01:33:40.615Z] 6bef13c1a7c6: Layer already exists [2020-10-12T01:33:40.615Z] 4e91914e745a: Layer already exists [2020-10-12T01:33:40.615Z] 49453868953a: Layer already exists [2020-10-12T01:33:40.615Z] e2f13739ad41: Layer already exists [2020-10-12T01:33:40.615Z] master: digest: sha256:a47ace2d3e2e52e08d9c840ea7cb5ee3cd51c2ac7b677adfb3c579913dab8d25 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T01:33:40.854Z] ===================================================== [Pipeline] echo [2020-10-12T01:33:40.930Z] taggedImages: [2020-10-12T01:33:40.930Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:33:40.930Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.61 [2020-10-12T01:33:40.930Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:33:40.930Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-12T01:33:40.990Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-12T01:33:40.990Z] 116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:33:40.990Z] 1.2.2-dev.61 [2020-10-12T01:33:40.990Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:33:40.990Z] master [2020-10-12T01:33:40.990Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:41.530Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:116975359223b037ef6a270a14331e73faedb550 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:41.883Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:33:41.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-12T01:33:41.883Z] b45222cd8406: Preparing [2020-10-12T01:33:41.883Z] 4b856a6e9b69: Preparing [2020-10-12T01:33:41.883Z] 4ec7324b6216: Preparing [2020-10-12T01:33:42.158Z] 4ec7324b6216: Pushed [2020-10-12T01:33:42.158Z] b45222cd8406: Pushed [2020-10-12T01:33:45.532Z] 4b856a6e9b69: Pushed [2020-10-12T01:33:45.801Z] 116975359223b037ef6a270a14331e73faedb550: digest: sha256:5dd31b0e48b08feedc78c7f958e48548220aba9dd472fdf6b8d6295d3ed5c031 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:46.141Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:46.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.61 [2020-10-12T01:33:46.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-12T01:33:46.480Z] b45222cd8406: Preparing [2020-10-12T01:33:46.480Z] 4b856a6e9b69: Preparing [2020-10-12T01:33:46.480Z] 4ec7324b6216: Preparing [2020-10-12T01:33:46.752Z] 4ec7324b6216: Layer already exists [2020-10-12T01:33:46.752Z] 4b856a6e9b69: Layer already exists [2020-10-12T01:33:46.752Z] b45222cd8406: Layer already exists [2020-10-12T01:33:46.752Z] 1.2.2-dev.61: digest: sha256:5dd31b0e48b08feedc78c7f958e48548220aba9dd472fdf6b8d6295d3ed5c031 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:47.101Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:47.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:33:47.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-12T01:33:47.441Z] b45222cd8406: Preparing [2020-10-12T01:33:47.441Z] 4b856a6e9b69: Preparing [2020-10-12T01:33:47.441Z] 4ec7324b6216: Preparing [2020-10-12T01:33:47.713Z] 4ec7324b6216: Layer already exists [2020-10-12T01:33:47.713Z] 4b856a6e9b69: Layer already exists [2020-10-12T01:33:47.713Z] b45222cd8406: Layer already exists [2020-10-12T01:33:47.713Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61: digest: sha256:5dd31b0e48b08feedc78c7f958e48548220aba9dd472fdf6b8d6295d3ed5c031 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:48.057Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:48.395Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-12T01:33:48.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-12T01:33:48.395Z] b45222cd8406: Preparing [2020-10-12T01:33:48.395Z] 4b856a6e9b69: Preparing [2020-10-12T01:33:48.395Z] 4ec7324b6216: Preparing [2020-10-12T01:33:48.668Z] 4ec7324b6216: Layer already exists [2020-10-12T01:33:48.668Z] b45222cd8406: Layer already exists [2020-10-12T01:33:48.668Z] 4b856a6e9b69: Layer already exists [2020-10-12T01:33:48.668Z] master: digest: sha256:5dd31b0e48b08feedc78c7f958e48548220aba9dd472fdf6b8d6295d3ed5c031 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T01:33:48.852Z] ===================================================== [Pipeline] echo [2020-10-12T01:33:48.900Z] taggedImages: [2020-10-12T01:33:48.900Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:33:48.900Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.61 [2020-10-12T01:33:48.900Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:33:48.900Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-12T01:33:48.961Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-12T01:33:48.962Z] 116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:33:48.962Z] 1.2.2-dev.61 [2020-10-12T01:33:48.962Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:33:48.962Z] master [2020-10-12T01:33:48.962Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:49.462Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:49.801Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:33:49.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-12T01:33:49.801Z] aa6540516f10: Preparing [2020-10-12T01:33:49.801Z] a448bd57ca9a: Preparing [2020-10-12T01:33:49.801Z] 4dc509719d14: Preparing [2020-10-12T01:33:49.801Z] 7a9128762862: Preparing [2020-10-12T01:33:49.801Z] e2f13739ad41: Preparing [2020-10-12T01:33:50.071Z] e2f13739ad41: Layer already exists [2020-10-12T01:33:50.071Z] a448bd57ca9a: Pushed [2020-10-12T01:33:50.071Z] 4dc509719d14: Pushed [2020-10-12T01:33:50.664Z] 7a9128762862: Pushed [2020-10-12T01:33:52.089Z] aa6540516f10: Pushed [2020-10-12T01:33:52.359Z] 116975359223b037ef6a270a14331e73faedb550: digest: sha256:cc9694ebd6743da3e46b9ec85fc50db2c01e396ff851bb8276fc8b11b9ce2f07 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:52.702Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:53.038Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.61 [2020-10-12T01:33:53.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-12T01:33:53.038Z] aa6540516f10: Preparing [2020-10-12T01:33:53.038Z] a448bd57ca9a: Preparing [2020-10-12T01:33:53.038Z] 4dc509719d14: Preparing [2020-10-12T01:33:53.038Z] 7a9128762862: Preparing [2020-10-12T01:33:53.038Z] e2f13739ad41: Preparing [2020-10-12T01:33:53.310Z] 4dc509719d14: Layer already exists [2020-10-12T01:33:53.310Z] aa6540516f10: Layer already exists [2020-10-12T01:33:53.310Z] 7a9128762862: Layer already exists [2020-10-12T01:33:53.310Z] e2f13739ad41: Layer already exists [2020-10-12T01:33:53.310Z] a448bd57ca9a: Layer already exists [2020-10-12T01:33:53.310Z] 1.2.2-dev.61: digest: sha256:cc9694ebd6743da3e46b9ec85fc50db2c01e396ff851bb8276fc8b11b9ce2f07 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:53.652Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:53.982Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:33:53.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-12T01:33:53.982Z] aa6540516f10: Preparing [2020-10-12T01:33:53.982Z] a448bd57ca9a: Preparing [2020-10-12T01:33:53.982Z] 4dc509719d14: Preparing [2020-10-12T01:33:53.982Z] 7a9128762862: Preparing [2020-10-12T01:33:53.982Z] e2f13739ad41: Preparing [2020-10-12T01:33:54.253Z] 7a9128762862: Layer already exists [2020-10-12T01:33:54.253Z] e2f13739ad41: Layer already exists [2020-10-12T01:33:54.253Z] a448bd57ca9a: Layer already exists [2020-10-12T01:33:54.253Z] 4dc509719d14: Layer already exists [2020-10-12T01:33:54.253Z] aa6540516f10: Layer already exists [2020-10-12T01:33:54.253Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61: digest: sha256:cc9694ebd6743da3e46b9ec85fc50db2c01e396ff851bb8276fc8b11b9ce2f07 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:54.601Z] + 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-12T01:33:54.931Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-12T01:33:54.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-12T01:33:54.931Z] aa6540516f10: Preparing [2020-10-12T01:33:54.931Z] a448bd57ca9a: Preparing [2020-10-12T01:33:54.931Z] 4dc509719d14: Preparing [2020-10-12T01:33:54.931Z] 7a9128762862: Preparing [2020-10-12T01:33:54.931Z] e2f13739ad41: Preparing [2020-10-12T01:33:55.201Z] a448bd57ca9a: Layer already exists [2020-10-12T01:33:55.201Z] 7a9128762862: Layer already exists [2020-10-12T01:33:55.201Z] 4dc509719d14: Layer already exists [2020-10-12T01:33:55.201Z] e2f13739ad41: Layer already exists [2020-10-12T01:33:55.201Z] aa6540516f10: Layer already exists [2020-10-12T01:33:55.201Z] master: digest: sha256:cc9694ebd6743da3e46b9ec85fc50db2c01e396ff851bb8276fc8b11b9ce2f07 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T01:33:55.401Z] ===================================================== [Pipeline] echo [2020-10-12T01:33:55.447Z] taggedImages: [2020-10-12T01:33:55.447Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:33:55.447Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.61 [2020-10-12T01:33:55.447Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:33:55.447Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-12T01:33:55.535Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-12T01:33:55.535Z] 116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:33:55.535Z] 1.2.2-dev.61 [2020-10-12T01:33:55.535Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:33:55.535Z] master [2020-10-12T01:33:55.535Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:56.057Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:56.400Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:33:56.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-12T01:33:56.400Z] f12f9391a980: Preparing [2020-10-12T01:33:56.400Z] c622da175a6a: Preparing [2020-10-12T01:33:56.400Z] 3de207e089ab: Preparing [2020-10-12T01:33:56.400Z] f7718fc9990c: Preparing [2020-10-12T01:33:56.400Z] f7718fc9990c: Preparing [2020-10-12T01:33:56.400Z] 9170bf68e587: Preparing [2020-10-12T01:33:56.400Z] d37c4e96b713: Preparing [2020-10-12T01:33:56.400Z] f03333a9a468: Preparing [2020-10-12T01:33:56.400Z] f12f9391a980: Preparing [2020-10-12T01:33:56.400Z] 715bed270b85: Preparing [2020-10-12T01:33:56.400Z] 0a60f21ac0d5: Preparing [2020-10-12T01:33:56.400Z] 658690762830: Preparing [2020-10-12T01:33:56.400Z] e2f13739ad41: Preparing [2020-10-12T01:33:56.400Z] d37c4e96b713: Waiting [2020-10-12T01:33:56.400Z] f03333a9a468: Waiting [2020-10-12T01:33:56.400Z] 715bed270b85: Waiting [2020-10-12T01:33:56.400Z] 0a60f21ac0d5: Waiting [2020-10-12T01:33:56.400Z] 658690762830: Waiting [2020-10-12T01:33:56.400Z] e2f13739ad41: Waiting [2020-10-12T01:33:56.672Z] 3de207e089ab: Pushed [2020-10-12T01:33:56.672Z] c622da175a6a: Pushed [2020-10-12T01:33:56.943Z] f7718fc9990c: Pushed [2020-10-12T01:33:56.943Z] 9170bf68e587: Pushed [2020-10-12T01:33:56.943Z] d37c4e96b713: Pushed [2020-10-12T01:33:57.214Z] 0a60f21ac0d5: Pushed [2020-10-12T01:33:57.214Z] f03333a9a468: Pushed [2020-10-12T01:33:57.214Z] 715bed270b85: Pushed [2020-10-12T01:33:57.214Z] e2f13739ad41: Layer already exists [2020-10-12T01:33:57.484Z] 658690762830: Pushed [2020-10-12T01:33:58.908Z] f12f9391a980: Pushed [2020-10-12T01:33:58.908Z] 116975359223b037ef6a270a14331e73faedb550: digest: sha256:6aa9b005d3072a44e7ac22a8eac69fbf775dad5d886cb758b0441def20fc8684 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:59.274Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:33:59.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.61 [2020-10-12T01:33:59.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-12T01:33:59.632Z] f12f9391a980: Preparing [2020-10-12T01:33:59.632Z] c622da175a6a: Preparing [2020-10-12T01:33:59.632Z] 3de207e089ab: Preparing [2020-10-12T01:33:59.632Z] f7718fc9990c: Preparing [2020-10-12T01:33:59.632Z] f7718fc9990c: Preparing [2020-10-12T01:33:59.632Z] 9170bf68e587: Preparing [2020-10-12T01:33:59.632Z] d37c4e96b713: Preparing [2020-10-12T01:33:59.632Z] f03333a9a468: Preparing [2020-10-12T01:33:59.632Z] f12f9391a980: Preparing [2020-10-12T01:33:59.632Z] 715bed270b85: Preparing [2020-10-12T01:33:59.632Z] 0a60f21ac0d5: Preparing [2020-10-12T01:33:59.632Z] 658690762830: Preparing [2020-10-12T01:33:59.632Z] e2f13739ad41: Preparing [2020-10-12T01:33:59.632Z] f03333a9a468: Waiting [2020-10-12T01:33:59.632Z] 715bed270b85: Waiting [2020-10-12T01:33:59.632Z] 0a60f21ac0d5: Waiting [2020-10-12T01:33:59.632Z] 658690762830: Waiting [2020-10-12T01:33:59.632Z] e2f13739ad41: Waiting [2020-10-12T01:33:59.632Z] d37c4e96b713: Waiting [2020-10-12T01:33:59.905Z] c622da175a6a: Layer already exists [2020-10-12T01:33:59.905Z] 9170bf68e587: Layer already exists [2020-10-12T01:33:59.905Z] f12f9391a980: Layer already exists [2020-10-12T01:33:59.905Z] 3de207e089ab: Layer already exists [2020-10-12T01:33:59.905Z] f7718fc9990c: Layer already exists [2020-10-12T01:33:59.905Z] f03333a9a468: Layer already exists [2020-10-12T01:33:59.905Z] 658690762830: Layer already exists [2020-10-12T01:33:59.905Z] d37c4e96b713: Layer already exists [2020-10-12T01:33:59.905Z] 0a60f21ac0d5: Layer already exists [2020-10-12T01:33:59.905Z] 715bed270b85: Layer already exists [2020-10-12T01:33:59.905Z] e2f13739ad41: Layer already exists [2020-10-12T01:34:00.178Z] 1.2.2-dev.61: digest: sha256:6aa9b005d3072a44e7ac22a8eac69fbf775dad5d886cb758b0441def20fc8684 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:00.523Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:00.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:34:00.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-12T01:34:00.858Z] f12f9391a980: Preparing [2020-10-12T01:34:00.858Z] c622da175a6a: Preparing [2020-10-12T01:34:00.858Z] 3de207e089ab: Preparing [2020-10-12T01:34:00.858Z] f7718fc9990c: Preparing [2020-10-12T01:34:00.858Z] f7718fc9990c: Preparing [2020-10-12T01:34:00.858Z] 9170bf68e587: Preparing [2020-10-12T01:34:00.858Z] d37c4e96b713: Preparing [2020-10-12T01:34:00.858Z] f03333a9a468: Preparing [2020-10-12T01:34:00.858Z] f12f9391a980: Preparing [2020-10-12T01:34:00.858Z] 715bed270b85: Preparing [2020-10-12T01:34:00.858Z] 0a60f21ac0d5: Preparing [2020-10-12T01:34:00.858Z] 658690762830: Preparing [2020-10-12T01:34:00.858Z] e2f13739ad41: Preparing [2020-10-12T01:34:00.858Z] f03333a9a468: Waiting [2020-10-12T01:34:00.858Z] 715bed270b85: Waiting [2020-10-12T01:34:00.858Z] 0a60f21ac0d5: Waiting [2020-10-12T01:34:00.858Z] d37c4e96b713: Waiting [2020-10-12T01:34:00.858Z] 658690762830: Waiting [2020-10-12T01:34:00.858Z] e2f13739ad41: Waiting [2020-10-12T01:34:01.132Z] c622da175a6a: Layer already exists [2020-10-12T01:34:01.132Z] 9170bf68e587: Layer already exists [2020-10-12T01:34:01.132Z] 3de207e089ab: Layer already exists [2020-10-12T01:34:01.132Z] f12f9391a980: Layer already exists [2020-10-12T01:34:01.132Z] f7718fc9990c: Layer already exists [2020-10-12T01:34:01.132Z] f03333a9a468: Layer already exists [2020-10-12T01:34:01.132Z] 0a60f21ac0d5: Layer already exists [2020-10-12T01:34:01.132Z] d37c4e96b713: Layer already exists [2020-10-12T01:34:01.132Z] 658690762830: Layer already exists [2020-10-12T01:34:01.132Z] 715bed270b85: Layer already exists [2020-10-12T01:34:01.132Z] e2f13739ad41: Layer already exists [2020-10-12T01:34:01.132Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61: digest: sha256:6aa9b005d3072a44e7ac22a8eac69fbf775dad5d886cb758b0441def20fc8684 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:01.500Z] + 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-12T01:34:01.842Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-12T01:34:01.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-12T01:34:01.842Z] f12f9391a980: Preparing [2020-10-12T01:34:01.842Z] c622da175a6a: Preparing [2020-10-12T01:34:01.842Z] 3de207e089ab: Preparing [2020-10-12T01:34:01.842Z] f7718fc9990c: Preparing [2020-10-12T01:34:01.842Z] f7718fc9990c: Preparing [2020-10-12T01:34:01.842Z] 9170bf68e587: Preparing [2020-10-12T01:34:01.842Z] d37c4e96b713: Preparing [2020-10-12T01:34:01.842Z] f03333a9a468: Preparing [2020-10-12T01:34:01.842Z] f12f9391a980: Preparing [2020-10-12T01:34:01.842Z] 715bed270b85: Preparing [2020-10-12T01:34:01.842Z] 0a60f21ac0d5: Preparing [2020-10-12T01:34:01.842Z] 658690762830: Preparing [2020-10-12T01:34:01.842Z] e2f13739ad41: Preparing [2020-10-12T01:34:01.842Z] 715bed270b85: Waiting [2020-10-12T01:34:01.842Z] 0a60f21ac0d5: Waiting [2020-10-12T01:34:01.842Z] 658690762830: Waiting [2020-10-12T01:34:01.842Z] e2f13739ad41: Waiting [2020-10-12T01:34:01.842Z] d37c4e96b713: Waiting [2020-10-12T01:34:01.842Z] f03333a9a468: Waiting [2020-10-12T01:34:02.115Z] c622da175a6a: Layer already exists [2020-10-12T01:34:02.115Z] f12f9391a980: Layer already exists [2020-10-12T01:34:02.115Z] f7718fc9990c: Layer already exists [2020-10-12T01:34:02.115Z] 9170bf68e587: Layer already exists [2020-10-12T01:34:02.115Z] 3de207e089ab: Layer already exists [2020-10-12T01:34:02.115Z] 715bed270b85: Layer already exists [2020-10-12T01:34:02.115Z] d37c4e96b713: Layer already exists [2020-10-12T01:34:02.115Z] f03333a9a468: Layer already exists [2020-10-12T01:34:02.115Z] 0a60f21ac0d5: Layer already exists [2020-10-12T01:34:02.115Z] 658690762830: Layer already exists [2020-10-12T01:34:02.115Z] e2f13739ad41: Layer already exists [2020-10-12T01:34:02.115Z] master: digest: sha256:6aa9b005d3072a44e7ac22a8eac69fbf775dad5d886cb758b0441def20fc8684 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T01:34:02.309Z] ===================================================== [Pipeline] echo [2020-10-12T01:34:02.355Z] taggedImages: [2020-10-12T01:34:02.355Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:34:02.355Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.61 [2020-10-12T01:34:02.355Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:34:02.355Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-12T01:34:02.425Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-12T01:34:02.425Z] 116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:34:02.425Z] 1.2.2-dev.61 [2020-10-12T01:34:02.425Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:34:02.425Z] master [2020-10-12T01:34:02.425Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:02.931Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:03.273Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:34:03.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-12T01:34:03.273Z] 93eca67e3d19: Preparing [2020-10-12T01:34:03.273Z] 2486b01792a3: Preparing [2020-10-12T01:34:03.273Z] 99b701e92828: Preparing [2020-10-12T01:34:03.273Z] 07ae1d45e000: Preparing [2020-10-12T01:34:03.273Z] 464cf54cd3d9: Preparing [2020-10-12T01:34:03.273Z] 0da71f4ebd3a: Preparing [2020-10-12T01:34:03.273Z] dc1f8ab74c21: Preparing [2020-10-12T01:34:03.273Z] 47cc73116ee7: Preparing [2020-10-12T01:34:03.273Z] 3575b2afa518: Preparing [2020-10-12T01:34:03.273Z] 0b73fcde6700: Preparing [2020-10-12T01:34:03.273Z] 66b385cf80cf: Preparing [2020-10-12T01:34:03.273Z] 47cc73116ee7: Waiting [2020-10-12T01:34:03.273Z] 3575b2afa518: Waiting [2020-10-12T01:34:03.273Z] 0b73fcde6700: Waiting [2020-10-12T01:34:03.273Z] 0da71f4ebd3a: Waiting [2020-10-12T01:34:03.273Z] dc1f8ab74c21: Waiting [2020-10-12T01:34:03.273Z] 66b385cf80cf: Waiting [2020-10-12T01:34:03.869Z] 93eca67e3d19: Pushed [2020-10-12T01:34:03.869Z] 2486b01792a3: Pushed [2020-10-12T01:34:03.869Z] 0da71f4ebd3a: Pushed [2020-10-12T01:34:03.869Z] dc1f8ab74c21: Pushed [2020-10-12T01:34:04.143Z] 47cc73116ee7: Pushed [2020-10-12T01:34:04.422Z] 3575b2afa518: Pushed [2020-10-12T01:34:04.422Z] 66b385cf80cf: Layer already exists [2020-10-12T01:34:05.019Z] 0b73fcde6700: Pushed [2020-10-12T01:34:05.613Z] 99b701e92828: Pushed [2020-10-12T01:34:05.885Z] 464cf54cd3d9: Pushed [2020-10-12T01:34:05.885Z] 07ae1d45e000: Pushed [2020-10-12T01:34:06.156Z] 116975359223b037ef6a270a14331e73faedb550: digest: sha256:ea9bcefe4cc6a4f0b6d21f0fd030e6d7291bd0035087cdd732beb671f9fdc299 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:06.493Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:06.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.61 [2020-10-12T01:34:06.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-12T01:34:06.828Z] 93eca67e3d19: Preparing [2020-10-12T01:34:06.828Z] 2486b01792a3: Preparing [2020-10-12T01:34:06.828Z] 99b701e92828: Preparing [2020-10-12T01:34:06.828Z] 07ae1d45e000: Preparing [2020-10-12T01:34:06.828Z] 464cf54cd3d9: Preparing [2020-10-12T01:34:06.828Z] 0da71f4ebd3a: Preparing [2020-10-12T01:34:06.828Z] dc1f8ab74c21: Preparing [2020-10-12T01:34:06.828Z] 47cc73116ee7: Preparing [2020-10-12T01:34:06.828Z] 3575b2afa518: Preparing [2020-10-12T01:34:06.828Z] 0b73fcde6700: Preparing [2020-10-12T01:34:06.828Z] 66b385cf80cf: Preparing [2020-10-12T01:34:06.828Z] 0da71f4ebd3a: Waiting [2020-10-12T01:34:06.828Z] 3575b2afa518: Waiting [2020-10-12T01:34:06.828Z] dc1f8ab74c21: Waiting [2020-10-12T01:34:06.828Z] 47cc73116ee7: Waiting [2020-10-12T01:34:06.828Z] 0b73fcde6700: Waiting [2020-10-12T01:34:06.828Z] 66b385cf80cf: Waiting [2020-10-12T01:34:07.098Z] 99b701e92828: Layer already exists [2020-10-12T01:34:07.099Z] 464cf54cd3d9: Layer already exists [2020-10-12T01:34:07.099Z] 2486b01792a3: Layer already exists [2020-10-12T01:34:07.099Z] 93eca67e3d19: Layer already exists [2020-10-12T01:34:07.099Z] 07ae1d45e000: Layer already exists [2020-10-12T01:34:07.099Z] 0da71f4ebd3a: Layer already exists [2020-10-12T01:34:07.099Z] dc1f8ab74c21: Layer already exists [2020-10-12T01:34:07.099Z] 0b73fcde6700: Layer already exists [2020-10-12T01:34:07.099Z] 47cc73116ee7: Layer already exists [2020-10-12T01:34:07.099Z] 3575b2afa518: Layer already exists [2020-10-12T01:34:07.099Z] 66b385cf80cf: Layer already exists [2020-10-12T01:34:07.099Z] 1.2.2-dev.61: digest: sha256:ea9bcefe4cc6a4f0b6d21f0fd030e6d7291bd0035087cdd732beb671f9fdc299 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:07.435Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:07.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:34:07.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-12T01:34:07.769Z] 93eca67e3d19: Preparing [2020-10-12T01:34:07.769Z] 2486b01792a3: Preparing [2020-10-12T01:34:07.769Z] 99b701e92828: Preparing [2020-10-12T01:34:07.769Z] 07ae1d45e000: Preparing [2020-10-12T01:34:07.769Z] 464cf54cd3d9: Preparing [2020-10-12T01:34:07.769Z] 0da71f4ebd3a: Preparing [2020-10-12T01:34:07.769Z] dc1f8ab74c21: Preparing [2020-10-12T01:34:07.769Z] 47cc73116ee7: Preparing [2020-10-12T01:34:07.769Z] 3575b2afa518: Preparing [2020-10-12T01:34:07.769Z] 0b73fcde6700: Preparing [2020-10-12T01:34:07.769Z] 66b385cf80cf: Preparing [2020-10-12T01:34:07.769Z] 3575b2afa518: Waiting [2020-10-12T01:34:07.769Z] 0da71f4ebd3a: Waiting [2020-10-12T01:34:07.769Z] dc1f8ab74c21: Waiting [2020-10-12T01:34:07.769Z] 0b73fcde6700: Waiting [2020-10-12T01:34:07.769Z] 66b385cf80cf: Waiting [2020-10-12T01:34:07.769Z] 47cc73116ee7: Waiting [2020-10-12T01:34:07.769Z] 99b701e92828: Layer already exists [2020-10-12T01:34:08.045Z] 07ae1d45e000: Layer already exists [2020-10-12T01:34:08.045Z] 2486b01792a3: Layer already exists [2020-10-12T01:34:08.045Z] 93eca67e3d19: Layer already exists [2020-10-12T01:34:08.045Z] 464cf54cd3d9: Layer already exists [2020-10-12T01:34:08.045Z] 0da71f4ebd3a: Layer already exists [2020-10-12T01:34:08.045Z] 47cc73116ee7: Layer already exists [2020-10-12T01:34:08.045Z] dc1f8ab74c21: Layer already exists [2020-10-12T01:34:08.045Z] 0b73fcde6700: Layer already exists [2020-10-12T01:34:08.045Z] 3575b2afa518: Layer already exists [2020-10-12T01:34:08.045Z] 66b385cf80cf: Layer already exists [2020-10-12T01:34:08.045Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61: digest: sha256:ea9bcefe4cc6a4f0b6d21f0fd030e6d7291bd0035087cdd732beb671f9fdc299 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:08.383Z] + 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-12T01:34:08.717Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-12T01:34:08.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-12T01:34:08.717Z] 93eca67e3d19: Preparing [2020-10-12T01:34:08.717Z] 2486b01792a3: Preparing [2020-10-12T01:34:08.717Z] 99b701e92828: Preparing [2020-10-12T01:34:08.717Z] 07ae1d45e000: Preparing [2020-10-12T01:34:08.717Z] 464cf54cd3d9: Preparing [2020-10-12T01:34:08.717Z] 0da71f4ebd3a: Preparing [2020-10-12T01:34:08.717Z] dc1f8ab74c21: Preparing [2020-10-12T01:34:08.717Z] 47cc73116ee7: Preparing [2020-10-12T01:34:08.717Z] 3575b2afa518: Preparing [2020-10-12T01:34:08.717Z] 0b73fcde6700: Preparing [2020-10-12T01:34:08.717Z] 66b385cf80cf: Preparing [2020-10-12T01:34:08.717Z] 47cc73116ee7: Waiting [2020-10-12T01:34:08.717Z] 3575b2afa518: Waiting [2020-10-12T01:34:08.717Z] 66b385cf80cf: Waiting [2020-10-12T01:34:08.717Z] 0b73fcde6700: Waiting [2020-10-12T01:34:08.717Z] dc1f8ab74c21: Waiting [2020-10-12T01:34:08.717Z] 0da71f4ebd3a: Waiting [2020-10-12T01:34:08.989Z] 07ae1d45e000: Layer already exists [2020-10-12T01:34:08.989Z] 2486b01792a3: Layer already exists [2020-10-12T01:34:08.989Z] 99b701e92828: Layer already exists [2020-10-12T01:34:08.989Z] 93eca67e3d19: Layer already exists [2020-10-12T01:34:08.989Z] 464cf54cd3d9: Layer already exists [2020-10-12T01:34:08.989Z] 0da71f4ebd3a: Layer already exists [2020-10-12T01:34:08.989Z] 3575b2afa518: Layer already exists [2020-10-12T01:34:08.989Z] 0b73fcde6700: Layer already exists [2020-10-12T01:34:08.989Z] dc1f8ab74c21: Layer already exists [2020-10-12T01:34:08.989Z] 47cc73116ee7: Layer already exists [2020-10-12T01:34:08.989Z] 66b385cf80cf: Layer already exists [2020-10-12T01:34:08.989Z] master: digest: sha256:ea9bcefe4cc6a4f0b6d21f0fd030e6d7291bd0035087cdd732beb671f9fdc299 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T01:34:09.178Z] ===================================================== [Pipeline] echo [2020-10-12T01:34:09.223Z] taggedImages: [2020-10-12T01:34:09.223Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:34:09.223Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.61 [2020-10-12T01:34:09.223Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:34:09.223Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-12T01:34:09.313Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-12T01:34:09.313Z] 116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:34:09.313Z] 1.2.2-dev.61 [2020-10-12T01:34:09.313Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:34:09.313Z] master [2020-10-12T01:34:09.313Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:09.855Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:116975359223b037ef6a270a14331e73faedb550 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:10.189Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:34:10.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-12T01:34:10.189Z] 4d62eb9c33e1: Preparing [2020-10-12T01:34:10.189Z] f012fd2084cc: Preparing [2020-10-12T01:34:10.189Z] 8e40924825fa: Preparing [2020-10-12T01:34:10.189Z] d31fd1586a76: Preparing [2020-10-12T01:34:10.462Z] 4d62eb9c33e1: Pushed [2020-10-12T01:34:10.462Z] 8e40924825fa: Pushed [2020-10-12T01:34:10.732Z] d31fd1586a76: Pushed [2020-10-12T01:34:12.710Z] f012fd2084cc: Pushed [2020-10-12T01:34:12.983Z] 116975359223b037ef6a270a14331e73faedb550: digest: sha256:afd97aed8205b001850d60b8da372a929905daf867d66bf876c5e683133b2979 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:13.321Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:13.653Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.61 [2020-10-12T01:34:13.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-12T01:34:13.653Z] 4d62eb9c33e1: Preparing [2020-10-12T01:34:13.653Z] f012fd2084cc: Preparing [2020-10-12T01:34:13.653Z] 8e40924825fa: Preparing [2020-10-12T01:34:13.653Z] d31fd1586a76: Preparing [2020-10-12T01:34:13.936Z] 8e40924825fa: Layer already exists [2020-10-12T01:34:13.936Z] 4d62eb9c33e1: Layer already exists [2020-10-12T01:34:13.936Z] d31fd1586a76: Layer already exists [2020-10-12T01:34:13.936Z] f012fd2084cc: Layer already exists [2020-10-12T01:34:13.936Z] 1.2.2-dev.61: digest: sha256:afd97aed8205b001850d60b8da372a929905daf867d66bf876c5e683133b2979 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:14.352Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:14.720Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:34:14.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-12T01:34:14.720Z] 4d62eb9c33e1: Preparing [2020-10-12T01:34:14.720Z] f012fd2084cc: Preparing [2020-10-12T01:34:14.720Z] 8e40924825fa: Preparing [2020-10-12T01:34:14.720Z] d31fd1586a76: Preparing [2020-10-12T01:34:14.720Z] 8e40924825fa: Layer already exists [2020-10-12T01:34:14.720Z] f012fd2084cc: Layer already exists [2020-10-12T01:34:14.720Z] 4d62eb9c33e1: Layer already exists [2020-10-12T01:34:14.720Z] d31fd1586a76: Layer already exists [2020-10-12T01:34:14.993Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61: digest: sha256:afd97aed8205b001850d60b8da372a929905daf867d66bf876c5e683133b2979 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:15.340Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:15.678Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-12T01:34:15.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-12T01:34:15.678Z] 4d62eb9c33e1: Preparing [2020-10-12T01:34:15.678Z] f012fd2084cc: Preparing [2020-10-12T01:34:15.678Z] 8e40924825fa: Preparing [2020-10-12T01:34:15.678Z] d31fd1586a76: Preparing [2020-10-12T01:34:15.678Z] 8e40924825fa: Layer already exists [2020-10-12T01:34:15.678Z] 4d62eb9c33e1: Layer already exists [2020-10-12T01:34:15.678Z] f012fd2084cc: Layer already exists [2020-10-12T01:34:15.678Z] d31fd1586a76: Layer already exists [2020-10-12T01:34:15.948Z] master: digest: sha256:afd97aed8205b001850d60b8da372a929905daf867d66bf876c5e683133b2979 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T01:34:16.145Z] ===================================================== [Pipeline] echo [2020-10-12T01:34:16.194Z] taggedImages: [2020-10-12T01:34:16.194Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:34:16.194Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.61 [2020-10-12T01:34:16.194Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:34:16.194Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-12T01:34:16.287Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-12T01:34:16.287Z] 116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:34:16.287Z] 1.2.2-dev.61 [2020-10-12T01:34:16.287Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:34:16.287Z] master [2020-10-12T01:34:16.287Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:16.803Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:116975359223b037ef6a270a14331e73faedb550 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:17.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:34:17.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-12T01:34:17.140Z] 1cfd86b0fdca: Preparing [2020-10-12T01:34:17.140Z] d9ce80d21549: Preparing [2020-10-12T01:34:17.140Z] 5179f19f010f: Preparing [2020-10-12T01:34:17.140Z] f3a51b643996: Preparing [2020-10-12T01:34:17.140Z] 9ced79c25712: Preparing [2020-10-12T01:34:17.140Z] 3f3a5c6091e7: Preparing [2020-10-12T01:34:17.413Z] 5179f19f010f: Pushed [2020-10-12T01:34:17.413Z] 1cfd86b0fdca: Pushed [2020-10-12T01:34:17.413Z] 9ced79c25712: Pushed [2020-10-12T01:34:17.685Z] f3a51b643996: Pushed [2020-10-12T01:34:17.685Z] 3f3a5c6091e7: Pushed [2020-10-12T01:34:20.297Z] d9ce80d21549: Pushed [2020-10-12T01:34:20.569Z] 116975359223b037ef6a270a14331e73faedb550: digest: sha256:c36c7b345f38b232ea3c23cac1777ccdc0248c186b9a19419a43ff6d301846f3 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:20.913Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:21.269Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.61 [2020-10-12T01:34:21.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-12T01:34:21.270Z] 1cfd86b0fdca: Preparing [2020-10-12T01:34:21.270Z] d9ce80d21549: Preparing [2020-10-12T01:34:21.270Z] 5179f19f010f: Preparing [2020-10-12T01:34:21.270Z] f3a51b643996: Preparing [2020-10-12T01:34:21.270Z] 9ced79c25712: Preparing [2020-10-12T01:34:21.270Z] 3f3a5c6091e7: Preparing [2020-10-12T01:34:21.270Z] 3f3a5c6091e7: Waiting [2020-10-12T01:34:21.270Z] f3a51b643996: Layer already exists [2020-10-12T01:34:21.270Z] 9ced79c25712: Layer already exists [2020-10-12T01:34:21.270Z] 5179f19f010f: Layer already exists [2020-10-12T01:34:21.270Z] 1cfd86b0fdca: Layer already exists [2020-10-12T01:34:21.270Z] d9ce80d21549: Layer already exists [2020-10-12T01:34:21.270Z] 3f3a5c6091e7: Layer already exists [2020-10-12T01:34:21.541Z] 1.2.2-dev.61: digest: sha256:c36c7b345f38b232ea3c23cac1777ccdc0248c186b9a19419a43ff6d301846f3 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:21.882Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:22.217Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:34:22.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-12T01:34:22.217Z] 1cfd86b0fdca: Preparing [2020-10-12T01:34:22.217Z] d9ce80d21549: Preparing [2020-10-12T01:34:22.217Z] 5179f19f010f: Preparing [2020-10-12T01:34:22.217Z] f3a51b643996: Preparing [2020-10-12T01:34:22.217Z] 9ced79c25712: Preparing [2020-10-12T01:34:22.217Z] 3f3a5c6091e7: Preparing [2020-10-12T01:34:22.217Z] 3f3a5c6091e7: Waiting [2020-10-12T01:34:22.487Z] 9ced79c25712: Layer already exists [2020-10-12T01:34:22.487Z] 1cfd86b0fdca: Layer already exists [2020-10-12T01:34:22.487Z] 5179f19f010f: Layer already exists [2020-10-12T01:34:22.487Z] f3a51b643996: Layer already exists [2020-10-12T01:34:22.487Z] d9ce80d21549: Layer already exists [2020-10-12T01:34:22.487Z] 3f3a5c6091e7: Layer already exists [2020-10-12T01:34:22.487Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61: digest: sha256:c36c7b345f38b232ea3c23cac1777ccdc0248c186b9a19419a43ff6d301846f3 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:22.828Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:23.162Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-12T01:34:23.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-12T01:34:23.162Z] 1cfd86b0fdca: Preparing [2020-10-12T01:34:23.162Z] d9ce80d21549: Preparing [2020-10-12T01:34:23.162Z] 5179f19f010f: Preparing [2020-10-12T01:34:23.162Z] f3a51b643996: Preparing [2020-10-12T01:34:23.162Z] 9ced79c25712: Preparing [2020-10-12T01:34:23.162Z] 3f3a5c6091e7: Preparing [2020-10-12T01:34:23.162Z] 3f3a5c6091e7: Waiting [2020-10-12T01:34:23.162Z] 5179f19f010f: Layer already exists [2020-10-12T01:34:23.162Z] 9ced79c25712: Layer already exists [2020-10-12T01:34:23.162Z] 1cfd86b0fdca: Layer already exists [2020-10-12T01:34:23.162Z] d9ce80d21549: Layer already exists [2020-10-12T01:34:23.162Z] f3a51b643996: Layer already exists [2020-10-12T01:34:23.431Z] 3f3a5c6091e7: Layer already exists [2020-10-12T01:34:23.431Z] master: digest: sha256:c36c7b345f38b232ea3c23cac1777ccdc0248c186b9a19419a43ff6d301846f3 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T01:34:23.624Z] ===================================================== [Pipeline] echo [2020-10-12T01:34:23.668Z] taggedImages: [2020-10-12T01:34:23.668Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:34:23.668Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.61 [2020-10-12T01:34:23.668Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:34:23.668Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-12T01:34:23.735Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-12T01:34:23.735Z] 116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:34:23.735Z] 1.2.2-dev.61 [2020-10-12T01:34:23.735Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:34:23.735Z] master [2020-10-12T01:34:23.735Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:24.229Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:116975359223b037ef6a270a14331e73faedb550 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:24.563Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:34:24.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-12T01:34:24.564Z] 92e50bebd253: Preparing [2020-10-12T01:34:24.564Z] e7884e43c2a2: Preparing [2020-10-12T01:34:24.564Z] d31cc5690594: Preparing [2020-10-12T01:34:24.835Z] d31cc5690594: Pushed [2020-10-12T01:34:24.835Z] 92e50bebd253: Pushed [2020-10-12T01:34:28.203Z] e7884e43c2a2: Pushed [2020-10-12T01:34:28.203Z] 116975359223b037ef6a270a14331e73faedb550: digest: sha256:cf208537a0b82642da9f03a5f6ed7edeb1380936e9284595c26e22af54a7fd79 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:28.545Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:28.913Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.61 [2020-10-12T01:34:28.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-12T01:34:28.913Z] 92e50bebd253: Preparing [2020-10-12T01:34:28.913Z] e7884e43c2a2: Preparing [2020-10-12T01:34:28.913Z] d31cc5690594: Preparing [2020-10-12T01:34:28.913Z] e7884e43c2a2: Layer already exists [2020-10-12T01:34:28.913Z] d31cc5690594: Layer already exists [2020-10-12T01:34:29.182Z] 92e50bebd253: Layer already exists [2020-10-12T01:34:29.182Z] 1.2.2-dev.61: digest: sha256:cf208537a0b82642da9f03a5f6ed7edeb1380936e9284595c26e22af54a7fd79 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:29.516Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:29.845Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:34:29.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-12T01:34:29.845Z] 92e50bebd253: Preparing [2020-10-12T01:34:29.845Z] e7884e43c2a2: Preparing [2020-10-12T01:34:29.845Z] d31cc5690594: Preparing [2020-10-12T01:34:29.845Z] e7884e43c2a2: Layer already exists [2020-10-12T01:34:29.845Z] d31cc5690594: Layer already exists [2020-10-12T01:34:30.114Z] 92e50bebd253: Layer already exists [2020-10-12T01:34:30.114Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61: digest: sha256:cf208537a0b82642da9f03a5f6ed7edeb1380936e9284595c26e22af54a7fd79 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:30.485Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:30.830Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-12T01:34:30.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-12T01:34:30.830Z] 92e50bebd253: Preparing [2020-10-12T01:34:30.830Z] e7884e43c2a2: Preparing [2020-10-12T01:34:30.830Z] d31cc5690594: Preparing [2020-10-12T01:34:30.830Z] e7884e43c2a2: Layer already exists [2020-10-12T01:34:30.830Z] d31cc5690594: Layer already exists [2020-10-12T01:34:30.830Z] 92e50bebd253: Layer already exists [2020-10-12T01:34:31.104Z] master: digest: sha256:cf208537a0b82642da9f03a5f6ed7edeb1380936e9284595c26e22af54a7fd79 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T01:34:31.284Z] ===================================================== [Pipeline] echo [2020-10-12T01:34:31.329Z] taggedImages: [2020-10-12T01:34:31.329Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:34:31.329Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.61 [2020-10-12T01:34:31.329Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:34:31.329Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-12T01:34:31.393Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-12T01:34:31.393Z] 116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:34:31.393Z] 1.2.2-dev.61 [2020-10-12T01:34:31.393Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:34:31.393Z] master [2020-10-12T01:34:31.393Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:31.905Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:116975359223b037ef6a270a14331e73faedb550 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:32.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:34:32.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-12T01:34:32.234Z] dcec76f2c489: Preparing [2020-10-12T01:34:32.234Z] e7070950af9b: Preparing [2020-10-12T01:34:32.234Z] 423794c5aeeb: Preparing [2020-10-12T01:34:32.234Z] 94386feda8e1: Preparing [2020-10-12T01:34:32.234Z] 3c78af7c2b34: Preparing [2020-10-12T01:34:32.234Z] bf368c8a3334: Preparing [2020-10-12T01:34:32.234Z] efd7177c0f81: Preparing [2020-10-12T01:34:32.234Z] f875f9e206db: Preparing [2020-10-12T01:34:32.234Z] 3994ac1dcb8b: Preparing [2020-10-12T01:34:32.234Z] 5f2247eaf593: Preparing [2020-10-12T01:34:32.234Z] 62d13be1b083: Preparing [2020-10-12T01:34:32.234Z] 94fdc660876c: Preparing [2020-10-12T01:34:32.234Z] 4e7279dfc0c0: Preparing [2020-10-12T01:34:32.234Z] e2f13739ad41: Preparing [2020-10-12T01:34:32.234Z] 3994ac1dcb8b: Waiting [2020-10-12T01:34:32.234Z] 5f2247eaf593: Waiting [2020-10-12T01:34:32.234Z] 62d13be1b083: Waiting [2020-10-12T01:34:32.234Z] 94fdc660876c: Waiting [2020-10-12T01:34:32.234Z] 4e7279dfc0c0: Waiting [2020-10-12T01:34:32.234Z] e2f13739ad41: Waiting [2020-10-12T01:34:32.234Z] bf368c8a3334: Waiting [2020-10-12T01:34:32.234Z] efd7177c0f81: Waiting [2020-10-12T01:34:32.234Z] f875f9e206db: Waiting [2020-10-12T01:34:32.844Z] 3c78af7c2b34: Pushed [2020-10-12T01:34:32.844Z] dcec76f2c489: Pushed [2020-10-12T01:34:33.441Z] 94386feda8e1: Pushed [2020-10-12T01:34:33.441Z] f875f9e206db: Layer already exists [2020-10-12T01:34:33.716Z] efd7177c0f81: Pushed [2020-10-12T01:34:33.716Z] 3994ac1dcb8b: Layer already exists [2020-10-12T01:34:33.716Z] 5f2247eaf593: Layer already exists [2020-10-12T01:34:33.716Z] 62d13be1b083: Layer already exists [2020-10-12T01:34:33.716Z] 94fdc660876c: Layer already exists [2020-10-12T01:34:33.716Z] 4e7279dfc0c0: Layer already exists [2020-10-12T01:34:33.716Z] e2f13739ad41: Layer already exists [2020-10-12T01:34:34.333Z] e7070950af9b: Pushed [2020-10-12T01:34:35.305Z] bf368c8a3334: Pushed [2020-10-12T01:34:45.420Z] 423794c5aeeb: Pushed [2020-10-12T01:34:45.420Z] 116975359223b037ef6a270a14331e73faedb550: digest: sha256:61bfba637f362373118ce7129f7fabdd8368d5363988d67138ebd05724183c32 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:45.755Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:46.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.61 [2020-10-12T01:34:46.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-12T01:34:46.084Z] dcec76f2c489: Preparing [2020-10-12T01:34:46.084Z] e7070950af9b: Preparing [2020-10-12T01:34:46.084Z] 423794c5aeeb: Preparing [2020-10-12T01:34:46.084Z] 94386feda8e1: Preparing [2020-10-12T01:34:46.084Z] 3c78af7c2b34: Preparing [2020-10-12T01:34:46.084Z] bf368c8a3334: Preparing [2020-10-12T01:34:46.084Z] efd7177c0f81: Preparing [2020-10-12T01:34:46.084Z] f875f9e206db: Preparing [2020-10-12T01:34:46.084Z] 3994ac1dcb8b: Preparing [2020-10-12T01:34:46.084Z] 5f2247eaf593: Preparing [2020-10-12T01:34:46.084Z] 62d13be1b083: Preparing [2020-10-12T01:34:46.084Z] 94fdc660876c: Preparing [2020-10-12T01:34:46.084Z] 4e7279dfc0c0: Preparing [2020-10-12T01:34:46.084Z] e2f13739ad41: Preparing [2020-10-12T01:34:46.084Z] bf368c8a3334: Waiting [2020-10-12T01:34:46.084Z] efd7177c0f81: Waiting [2020-10-12T01:34:46.084Z] f875f9e206db: Waiting [2020-10-12T01:34:46.084Z] 94fdc660876c: Waiting [2020-10-12T01:34:46.084Z] e2f13739ad41: Waiting [2020-10-12T01:34:46.084Z] 4e7279dfc0c0: Waiting [2020-10-12T01:34:46.084Z] 5f2247eaf593: Waiting [2020-10-12T01:34:46.084Z] 62d13be1b083: Waiting [2020-10-12T01:34:46.084Z] 94386feda8e1: Layer already exists [2020-10-12T01:34:46.084Z] 423794c5aeeb: Layer already exists [2020-10-12T01:34:46.084Z] e7070950af9b: Layer already exists [2020-10-12T01:34:46.355Z] 3c78af7c2b34: Layer already exists [2020-10-12T01:34:46.355Z] dcec76f2c489: Layer already exists [2020-10-12T01:34:46.355Z] bf368c8a3334: Layer already exists [2020-10-12T01:34:46.355Z] f875f9e206db: Layer already exists [2020-10-12T01:34:46.355Z] efd7177c0f81: Layer already exists [2020-10-12T01:34:46.355Z] 5f2247eaf593: Layer already exists [2020-10-12T01:34:46.355Z] 3994ac1dcb8b: Layer already exists [2020-10-12T01:34:46.355Z] 62d13be1b083: Layer already exists [2020-10-12T01:34:46.355Z] 94fdc660876c: Layer already exists [2020-10-12T01:34:46.355Z] 4e7279dfc0c0: Layer already exists [2020-10-12T01:34:46.355Z] e2f13739ad41: Layer already exists [2020-10-12T01:34:46.355Z] 1.2.2-dev.61: digest: sha256:61bfba637f362373118ce7129f7fabdd8368d5363988d67138ebd05724183c32 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:46.693Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:47.027Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:34:47.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-12T01:34:47.027Z] dcec76f2c489: Preparing [2020-10-12T01:34:47.027Z] e7070950af9b: Preparing [2020-10-12T01:34:47.027Z] 423794c5aeeb: Preparing [2020-10-12T01:34:47.027Z] 94386feda8e1: Preparing [2020-10-12T01:34:47.027Z] 3c78af7c2b34: Preparing [2020-10-12T01:34:47.027Z] bf368c8a3334: Preparing [2020-10-12T01:34:47.027Z] efd7177c0f81: Preparing [2020-10-12T01:34:47.027Z] f875f9e206db: Preparing [2020-10-12T01:34:47.027Z] 3994ac1dcb8b: Preparing [2020-10-12T01:34:47.027Z] 5f2247eaf593: Preparing [2020-10-12T01:34:47.027Z] 62d13be1b083: Preparing [2020-10-12T01:34:47.027Z] 94fdc660876c: Preparing [2020-10-12T01:34:47.027Z] 4e7279dfc0c0: Preparing [2020-10-12T01:34:47.027Z] e2f13739ad41: Preparing [2020-10-12T01:34:47.027Z] 3994ac1dcb8b: Waiting [2020-10-12T01:34:47.027Z] efd7177c0f81: Waiting [2020-10-12T01:34:47.027Z] f875f9e206db: Waiting [2020-10-12T01:34:47.027Z] bf368c8a3334: Waiting [2020-10-12T01:34:47.027Z] 4e7279dfc0c0: Waiting [2020-10-12T01:34:47.027Z] e2f13739ad41: Waiting [2020-10-12T01:34:47.027Z] 94fdc660876c: Waiting [2020-10-12T01:34:47.298Z] 3c78af7c2b34: Layer already exists [2020-10-12T01:34:47.298Z] e7070950af9b: Layer already exists [2020-10-12T01:34:47.298Z] dcec76f2c489: Layer already exists [2020-10-12T01:34:47.298Z] 94386feda8e1: Layer already exists [2020-10-12T01:34:47.298Z] 423794c5aeeb: Layer already exists [2020-10-12T01:34:47.298Z] 3994ac1dcb8b: Layer already exists [2020-10-12T01:34:47.298Z] bf368c8a3334: Layer already exists [2020-10-12T01:34:47.298Z] f875f9e206db: Layer already exists [2020-10-12T01:34:47.298Z] efd7177c0f81: Layer already exists [2020-10-12T01:34:47.298Z] 5f2247eaf593: Layer already exists [2020-10-12T01:34:47.298Z] 4e7279dfc0c0: Layer already exists [2020-10-12T01:34:47.298Z] 62d13be1b083: Layer already exists [2020-10-12T01:34:47.298Z] 94fdc660876c: Layer already exists [2020-10-12T01:34:47.298Z] e2f13739ad41: Layer already exists [2020-10-12T01:34:47.298Z] 116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61: digest: sha256:61bfba637f362373118ce7129f7fabdd8368d5363988d67138ebd05724183c32 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:47.652Z] + 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-12T01:34:47.981Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-12T01:34:47.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-12T01:34:47.982Z] dcec76f2c489: Preparing [2020-10-12T01:34:47.982Z] e7070950af9b: Preparing [2020-10-12T01:34:47.982Z] 423794c5aeeb: Preparing [2020-10-12T01:34:47.982Z] 94386feda8e1: Preparing [2020-10-12T01:34:47.982Z] 3c78af7c2b34: Preparing [2020-10-12T01:34:47.982Z] bf368c8a3334: Preparing [2020-10-12T01:34:47.982Z] efd7177c0f81: Preparing [2020-10-12T01:34:47.982Z] f875f9e206db: Preparing [2020-10-12T01:34:47.982Z] 3994ac1dcb8b: Preparing [2020-10-12T01:34:47.982Z] 5f2247eaf593: Preparing [2020-10-12T01:34:47.982Z] 62d13be1b083: Preparing [2020-10-12T01:34:47.982Z] 94fdc660876c: Preparing [2020-10-12T01:34:47.982Z] 4e7279dfc0c0: Preparing [2020-10-12T01:34:47.982Z] e2f13739ad41: Preparing [2020-10-12T01:34:47.982Z] 5f2247eaf593: Waiting [2020-10-12T01:34:47.982Z] bf368c8a3334: Waiting [2020-10-12T01:34:47.982Z] efd7177c0f81: Waiting [2020-10-12T01:34:47.982Z] f875f9e206db: Waiting [2020-10-12T01:34:47.982Z] 62d13be1b083: Waiting [2020-10-12T01:34:47.982Z] 94fdc660876c: Waiting [2020-10-12T01:34:47.982Z] 3994ac1dcb8b: Waiting [2020-10-12T01:34:47.982Z] e2f13739ad41: Waiting [2020-10-12T01:34:47.982Z] 4e7279dfc0c0: Waiting [2020-10-12T01:34:48.252Z] 94386feda8e1: Layer already exists [2020-10-12T01:34:48.252Z] e7070950af9b: Layer already exists [2020-10-12T01:34:48.252Z] 423794c5aeeb: Layer already exists [2020-10-12T01:34:48.252Z] dcec76f2c489: Layer already exists [2020-10-12T01:34:48.252Z] 3c78af7c2b34: Layer already exists [2020-10-12T01:34:48.252Z] efd7177c0f81: Layer already exists [2020-10-12T01:34:48.252Z] bf368c8a3334: Layer already exists [2020-10-12T01:34:48.252Z] 5f2247eaf593: Layer already exists [2020-10-12T01:34:48.252Z] f875f9e206db: Layer already exists [2020-10-12T01:34:48.252Z] 3994ac1dcb8b: Layer already exists [2020-10-12T01:34:48.252Z] 62d13be1b083: Layer already exists [2020-10-12T01:34:48.252Z] 94fdc660876c: Layer already exists [2020-10-12T01:34:48.252Z] 4e7279dfc0c0: Layer already exists [2020-10-12T01:34:48.252Z] e2f13739ad41: Layer already exists [2020-10-12T01:34:48.252Z] master: digest: sha256:61bfba637f362373118ce7129f7fabdd8368d5363988d67138ebd05724183c32 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-12T01:34:48.439Z] ===================================================== [Pipeline] echo [2020-10-12T01:34:48.483Z] taggedImages: [2020-10-12T01:34:48.484Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:34:48.484Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.61 [2020-10-12T01:34:48.484Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:116975359223b037ef6a270a14331e73faedb550-1.2.2-dev.61 [2020-10-12T01:34:48.484Z] - 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-12T01:34:50.062Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-12T01:34:50.065Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-12T01:34:50.157Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:50.535Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-12T01:34:50.535Z] [2020-10-12T01:34:50.535Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:34:50.905Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-12T01:34:50.905Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-12T01:34:50.905Z] cbdbe7a5bc2a: Already exists [2020-10-12T01:34:50.905Z] 408f87550127: Pulling fs layer [2020-10-12T01:34:50.905Z] fe522b08c979: Pulling fs layer [2020-10-12T01:34:50.905Z] 221eaa008020: Pulling fs layer [2020-10-12T01:34:50.905Z] 2a4607e5d6b9: Pulling fs layer [2020-10-12T01:34:50.905Z] 8f79b27c4fd2: Pulling fs layer [2020-10-12T01:34:50.905Z] e5c8dbe1645b: Pulling fs layer [2020-10-12T01:34:50.905Z] 23e8b3b47431: Pulling fs layer [2020-10-12T01:34:50.905Z] 5c568d65a230: Pulling fs layer [2020-10-12T01:34:50.905Z] 8f79b27c4fd2: Waiting [2020-10-12T01:34:50.905Z] e5c8dbe1645b: Waiting [2020-10-12T01:34:50.905Z] 23e8b3b47431: Waiting [2020-10-12T01:34:50.905Z] 5c568d65a230: Waiting [2020-10-12T01:34:50.905Z] 2a4607e5d6b9: Waiting [2020-10-12T01:34:50.905Z] fe522b08c979: Verifying Checksum [2020-10-12T01:34:50.905Z] fe522b08c979: Download complete [2020-10-12T01:34:50.905Z] 408f87550127: Download complete [2020-10-12T01:34:50.905Z] 2a4607e5d6b9: Verifying Checksum [2020-10-12T01:34:50.905Z] 2a4607e5d6b9: Download complete [2020-10-12T01:34:50.905Z] 8f79b27c4fd2: Verifying Checksum [2020-10-12T01:34:50.905Z] 8f79b27c4fd2: Download complete [2020-10-12T01:34:51.169Z] 408f87550127: Pull complete [2020-10-12T01:34:51.435Z] fe522b08c979: Pull complete [2020-10-12T01:34:52.007Z] e5c8dbe1645b: Verifying Checksum [2020-10-12T01:34:52.007Z] e5c8dbe1645b: Download complete [2020-10-12T01:34:53.052Z] 23e8b3b47431: Verifying Checksum [2020-10-12T01:34:53.052Z] 23e8b3b47431: Download complete [2020-10-12T01:34:53.313Z] 5c568d65a230: Verifying Checksum [2020-10-12T01:34:53.313Z] 5c568d65a230: Download complete [2020-10-12T01:34:54.283Z] 221eaa008020: Verifying Checksum [2020-10-12T01:34:54.283Z] 221eaa008020: Download complete [2020-10-12T01:35:04.315Z] 221eaa008020: Pull complete [2020-10-12T01:35:04.315Z] 2a4607e5d6b9: Pull complete [2020-10-12T01:35:04.315Z] 8f79b27c4fd2: Pull complete [2020-10-12T01:35:04.892Z] e5c8dbe1645b: Pull complete [2020-10-12T01:35:09.116Z] 23e8b3b47431: Pull complete [2020-10-12T01:35:11.672Z] 5c568d65a230: Pull complete [2020-10-12T01:35:11.672Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-12T01:35:11.672Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-12T01:35:11.672Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-12T01:35:11.848Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:35:11.984Z] $ 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/176:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:35:12.976Z] $ docker top 6c48ba75b95d24d97bd1a5acc048769724b860085372d1beb46942d1f1c1aec0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-12T01:35:13.481Z] + snyk monitor '--org=edgex-jenkins' [2020-10-12T01:35:31.607Z] [2020-10-12T01:35:31.607Z] Monitoring /w/workspace/edgex-go/176 (github.com/edgexfoundry/edgex-go)... [2020-10-12T01:35:31.607Z] [2020-10-12T01:35:31.607Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/78e4fca2-d539-408d-b6b9-60b9c851e81e [2020-10-12T01:35:31.607Z] [2020-10-12T01:35:31.607Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-12T01:35:31.607Z] [2020-10-12T01:35:31.607Z] [2020-10-12T01:35:31.607Z] Snyk CLI supports Node.js 8 and higher. [2020-10-12T01:35:31.607Z] 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-12T01:35:31.607Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-12T01:35:31.607Z] [2020-10-12T01:35:31.607Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-12T01:35:31.607Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-12T01:35:31.623Z] $ docker stop --time=1 6c48ba75b95d24d97bd1a5acc048769724b860085372d1beb46942d1f1c1aec0 [2020-10-12T01:35:35.019Z] $ docker rm -f 6c48ba75b95d24d97bd1a5acc048769724b860085372d1beb46942d1f1c1aec0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:35:36.609Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:35:36.609Z] [2020-10-12T01:35:36.609Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:35:36.948Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:35:36.948Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-12T01:35:36.948Z] e7c96db7181b: Pulling fs layer [2020-10-12T01:35:36.948Z] 1868ca2cb446: Pulling fs layer [2020-10-12T01:35:36.948Z] 136be5d0fe8e: Pulling fs layer [2020-10-12T01:35:36.948Z] 894bfe63afcb: Pulling fs layer [2020-10-12T01:35:36.948Z] 894bfe63afcb: Waiting [2020-10-12T01:35:36.948Z] 1868ca2cb446: Verifying Checksum [2020-10-12T01:35:36.948Z] 1868ca2cb446: Download complete [2020-10-12T01:35:36.948Z] 136be5d0fe8e: Download complete [2020-10-12T01:35:36.948Z] e7c96db7181b: Verifying Checksum [2020-10-12T01:35:36.948Z] e7c96db7181b: Download complete [2020-10-12T01:35:37.209Z] 894bfe63afcb: Verifying Checksum [2020-10-12T01:35:37.209Z] 894bfe63afcb: Download complete [2020-10-12T01:35:37.472Z] e7c96db7181b: Pull complete [2020-10-12T01:35:37.472Z] 1868ca2cb446: Pull complete [2020-10-12T01:35:37.736Z] 136be5d0fe8e: Pull complete [2020-10-12T01:35:38.000Z] 894bfe63afcb: Pull complete [2020-10-12T01:35:38.000Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-12T01:35:38.000Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:35:38.000Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-12T01:35:38.107Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:35:38.158Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:35:39.061Z] $ docker top 4c0e39b8d642c0a7eaad306e3204fd15199cc7df5796d67da2cf9c475298dfda -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:35:39.613Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:35:39.613Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:35:42.339Z] $ docker stop --time=1 4c0e39b8d642c0a7eaad306e3204fd15199cc7df5796d67da2cf9c475298dfda [2020-10-12T01:35:43.758Z] $ docker rm -f 4c0e39b8d642c0a7eaad306e3204fd15199cc7df5796d67da2cf9c475298dfda [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:35:44.780Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:35:44.780Z] . [Pipeline] withDockerContainer [2020-10-12T01:35:44.883Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:35:44.930Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:35:45.587Z] $ docker top dc9c3e2ed287915ebd4f932442631e2bd07ea0263bca32ad7a9bc592b588926a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:35:46.093Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:35:46.093Z] + tee [2020-10-12T01:35:46.093Z] clair timeout 1m0s [2020-10-12T01:35:46.093Z] docker timeout: 1m0s [2020-10-12T01:35:46.093Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:35:46.767Z] $ docker stop --time=1 dc9c3e2ed287915ebd4f932442631e2bd07ea0263bca32ad7a9bc592b588926a [2020-10-12T01:35:48.103Z] $ docker rm -f dc9c3e2ed287915ebd4f932442631e2bd07ea0263bca32ad7a9bc592b588926a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:35:48.570Z] + mkdir -p /w/workspace/edgex-go/176/clair-reports [Pipeline] echo [2020-10-12T01:35:48.583Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/176/clair-reports/clair_results_docker-core-command-go_116975359223b037ef6a270a14331e73faedb550.html [Pipeline] writeFile [Pipeline] step [2020-10-12T01:35:48.646Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:35:49.031Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:35:49.031Z] . [Pipeline] withDockerContainer [2020-10-12T01:35:49.133Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:35:49.307Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:35:49.950Z] $ docker top f1f8f425e45ada1560903ddabb5dafc3ea419f052d72ada651633995ea48a12a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:35:50.534Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:35:50.534Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:35:56.046Z] $ docker stop --time=1 f1f8f425e45ada1560903ddabb5dafc3ea419f052d72ada651633995ea48a12a [2020-10-12T01:35:57.387Z] $ docker rm -f f1f8f425e45ada1560903ddabb5dafc3ea419f052d72ada651633995ea48a12a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:35:57.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:35:57.865Z] . [Pipeline] withDockerContainer [2020-10-12T01:35:57.968Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:35:58.016Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:35:58.649Z] $ docker top 35aea9be11f7271c8a76cd51241747b6beedf6790eac4b2453a3ee47ec995923 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:35:59.178Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:35:59.178Z] + tee [2020-10-12T01:35:59.178Z] clair timeout 1m0s [2020-10-12T01:35:59.178Z] docker timeout: 1m0s [2020-10-12T01:35:59.178Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:36:00.356Z] $ docker stop --time=1 35aea9be11f7271c8a76cd51241747b6beedf6790eac4b2453a3ee47ec995923 [2020-10-12T01:36:01.748Z] $ docker rm -f 35aea9be11f7271c8a76cd51241747b6beedf6790eac4b2453a3ee47ec995923 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:36:02.234Z] + mkdir -p /w/workspace/edgex-go/176/clair-reports [Pipeline] echo [2020-10-12T01:36:02.247Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/176/clair-reports/clair_results_docker-core-data-go_116975359223b037ef6a270a14331e73faedb550.html [Pipeline] writeFile [Pipeline] step [2020-10-12T01:36:02.308Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:36:02.643Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:36:02.643Z] . [Pipeline] withDockerContainer [2020-10-12T01:36:02.750Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:36:02.798Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:36:03.472Z] $ docker top 527f3026d7a061a2c40cb515c409eb2f720f9ead96d71de59d7d4d8cdc3a43ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:36:03.978Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:36:03.978Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:36:06.737Z] $ docker stop --time=1 527f3026d7a061a2c40cb515c409eb2f720f9ead96d71de59d7d4d8cdc3a43ec [2020-10-12T01:36:08.078Z] $ docker rm -f 527f3026d7a061a2c40cb515c409eb2f720f9ead96d71de59d7d4d8cdc3a43ec [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:36:08.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:36:08.537Z] . [Pipeline] withDockerContainer [2020-10-12T01:36:08.633Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:36:08.679Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:36:09.251Z] $ docker top 7d17f0d4b858efc71642f0539e559d5495230008168047f340c67c22afdd5123 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:36:09.768Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:36:09.768Z] + tee [2020-10-12T01:36:09.768Z] clair timeout 1m0s [2020-10-12T01:36:09.768Z] docker timeout: 1m0s [2020-10-12T01:36:09.768Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:36:10.461Z] $ docker stop --time=1 7d17f0d4b858efc71642f0539e559d5495230008168047f340c67c22afdd5123 [2020-10-12T01:36:11.820Z] $ docker rm -f 7d17f0d4b858efc71642f0539e559d5495230008168047f340c67c22afdd5123 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:36:12.285Z] + mkdir -p /w/workspace/edgex-go/176/clair-reports [Pipeline] echo [2020-10-12T01:36:12.298Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/176/clair-reports/clair_results_docker-core-metadata-go_116975359223b037ef6a270a14331e73faedb550.html [Pipeline] writeFile [Pipeline] step [2020-10-12T01:36:12.345Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:36:12.678Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:36:12.678Z] . [Pipeline] withDockerContainer [2020-10-12T01:36:12.777Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:36:12.823Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:36:13.471Z] $ docker top f104ac0f66b3fcb202f4d911602946db5bd6a48b37889fbf79240ea965f292c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:36:14.015Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:36:14.015Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:36:19.501Z] $ docker stop --time=1 f104ac0f66b3fcb202f4d911602946db5bd6a48b37889fbf79240ea965f292c1 [2020-10-12T01:36:20.880Z] $ docker rm -f f104ac0f66b3fcb202f4d911602946db5bd6a48b37889fbf79240ea965f292c1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:36:21.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:36:21.381Z] . [Pipeline] withDockerContainer [2020-10-12T01:36:21.487Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:36:21.541Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:36:22.218Z] $ docker top 3b5b898fac423f50cf0abb0bbf503402c8cd5fdb47d8c76a390e293d3330c065 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:36:22.734Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:36:22.734Z] + tee [2020-10-12T01:36:22.734Z] clair timeout 1m0s [2020-10-12T01:36:22.734Z] docker timeout: 1m0s [2020-10-12T01:36:22.734Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:36:23.413Z] $ docker stop --time=1 3b5b898fac423f50cf0abb0bbf503402c8cd5fdb47d8c76a390e293d3330c065 [2020-10-12T01:36:24.771Z] $ docker rm -f 3b5b898fac423f50cf0abb0bbf503402c8cd5fdb47d8c76a390e293d3330c065 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:36:25.238Z] + mkdir -p /w/workspace/edgex-go/176/clair-reports [Pipeline] echo [2020-10-12T01:36:25.250Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/176/clair-reports/clair_results_docker-security-proxy-setup-go_116975359223b037ef6a270a14331e73faedb550.html [Pipeline] writeFile [Pipeline] step [2020-10-12T01:36:25.300Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:36:25.665Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:36:25.665Z] . [Pipeline] withDockerContainer [2020-10-12T01:36:25.768Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:36:25.815Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:36:26.430Z] $ docker top 2207c42bdabc50b300f738348d7c892f5fa2bf6ae7b5843c44b61e76575539f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:36:26.959Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:36:26.959Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:36:33.699Z] $ docker stop --time=1 2207c42bdabc50b300f738348d7c892f5fa2bf6ae7b5843c44b61e76575539f3 [2020-10-12T01:36:35.046Z] $ docker rm -f 2207c42bdabc50b300f738348d7c892f5fa2bf6ae7b5843c44b61e76575539f3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:36:35.519Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:36:35.519Z] . [Pipeline] withDockerContainer [2020-10-12T01:36:35.614Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:36:35.660Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:36:36.282Z] $ docker top 0f41b3485c5352f0fe9fd6e7ef0b9f62d6bd70832de2d7814c369bfe7193a2ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:36:36.800Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:36:36.800Z] + tee [2020-10-12T01:36:36.800Z] clair timeout 1m0s [2020-10-12T01:36:36.800Z] docker timeout: 1m0s [2020-10-12T01:36:36.800Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:36:38.280Z] $ docker stop --time=1 0f41b3485c5352f0fe9fd6e7ef0b9f62d6bd70832de2d7814c369bfe7193a2ef [2020-10-12T01:36:39.613Z] $ docker rm -f 0f41b3485c5352f0fe9fd6e7ef0b9f62d6bd70832de2d7814c369bfe7193a2ef [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:36:40.081Z] + mkdir -p /w/workspace/edgex-go/176/clair-reports [Pipeline] echo [2020-10-12T01:36:40.094Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/176/clair-reports/clair_results_docker-security-secrets-setup-go_116975359223b037ef6a270a14331e73faedb550.html [Pipeline] writeFile [Pipeline] step [2020-10-12T01:36:40.152Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:36:40.644Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:36:40.645Z] . [Pipeline] withDockerContainer [2020-10-12T01:36:40.743Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:36:40.783Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:36:41.429Z] $ docker top c16f28b6da24cc5e73a6041d3480f04760d96a8997beb2bf995858e66e6c1420 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:36:41.960Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:36:41.960Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:36:50.322Z] $ docker stop --time=1 c16f28b6da24cc5e73a6041d3480f04760d96a8997beb2bf995858e66e6c1420 [2020-10-12T01:36:52.570Z] $ docker rm -f c16f28b6da24cc5e73a6041d3480f04760d96a8997beb2bf995858e66e6c1420 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:36:53.077Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:36:53.078Z] . [Pipeline] withDockerContainer [2020-10-12T01:36:53.173Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:36:53.221Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:36:53.940Z] $ docker top 820bc8ee4c86b067e8d2a9f285923614c7d63eb0ba68323b41986742a71fc00f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:36:54.465Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:36:54.465Z] + tee [2020-10-12T01:36:54.465Z] clair timeout 1m0s [2020-10-12T01:36:54.465Z] docker timeout: 1m0s [2020-10-12T01:36:54.465Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:36:55.945Z] $ docker stop --time=1 820bc8ee4c86b067e8d2a9f285923614c7d63eb0ba68323b41986742a71fc00f [2020-10-12T01:36:57.270Z] $ docker rm -f 820bc8ee4c86b067e8d2a9f285923614c7d63eb0ba68323b41986742a71fc00f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:36:57.716Z] + mkdir -p /w/workspace/edgex-go/176/clair-reports [Pipeline] echo [2020-10-12T01:36:57.728Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/176/clair-reports/clair_results_docker-security-secretstore-setup-go_116975359223b037ef6a270a14331e73faedb550.html [Pipeline] writeFile [Pipeline] step [2020-10-12T01:36:57.802Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:36:58.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:36:58.142Z] . [Pipeline] withDockerContainer [2020-10-12T01:36:58.235Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:36:58.279Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:36:58.844Z] $ docker top a25ce0f5fb88c5f3972e7c8e072dd48bd1c3908e25932901f68250ca70d1cdd5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:36:59.348Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:36:59.348Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:37:02.806Z] $ docker stop --time=1 a25ce0f5fb88c5f3972e7c8e072dd48bd1c3908e25932901f68250ca70d1cdd5 [2020-10-12T01:37:04.167Z] $ docker rm -f a25ce0f5fb88c5f3972e7c8e072dd48bd1c3908e25932901f68250ca70d1cdd5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:37:04.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:37:04.647Z] . [Pipeline] withDockerContainer [2020-10-12T01:37:04.770Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:37:04.819Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:37:05.523Z] $ docker top 4fc0ed45d1b3156b833329123b7bce7ce442a28fdfe23a58ea1912a34743db0a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:37:06.044Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:37:06.044Z] + tee [2020-10-12T01:37:06.044Z] clair timeout 1m0s [2020-10-12T01:37:06.044Z] docker timeout: 1m0s [2020-10-12T01:37:06.044Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:37:06.771Z] $ docker stop --time=1 4fc0ed45d1b3156b833329123b7bce7ce442a28fdfe23a58ea1912a34743db0a [2020-10-12T01:37:08.171Z] $ docker rm -f 4fc0ed45d1b3156b833329123b7bce7ce442a28fdfe23a58ea1912a34743db0a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:37:08.652Z] + mkdir -p /w/workspace/edgex-go/176/clair-reports [Pipeline] echo [2020-10-12T01:37:08.666Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/176/clair-reports/clair_results_docker-support-logging-go_116975359223b037ef6a270a14331e73faedb550.html [Pipeline] writeFile [Pipeline] step [2020-10-12T01:37:08.721Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:37:09.062Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:37:09.062Z] . [Pipeline] withDockerContainer [2020-10-12T01:37:09.247Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:37:09.312Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:37:10.018Z] $ docker top d673cf688eb65288d3d19f09c11cda2a3df308b8d6b5812b4a5dd383684c8d15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:37:10.545Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:37:10.545Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:37:15.975Z] $ docker stop --time=1 d673cf688eb65288d3d19f09c11cda2a3df308b8d6b5812b4a5dd383684c8d15 [2020-10-12T01:37:17.315Z] $ docker rm -f d673cf688eb65288d3d19f09c11cda2a3df308b8d6b5812b4a5dd383684c8d15 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:37:17.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:37:17.842Z] . [Pipeline] withDockerContainer [2020-10-12T01:37:17.943Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:37:17.989Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:37:18.616Z] $ docker top eccb1493fef6ab5edcf5cee827173f7b6ca313d3acee278ea0ebf2998ee87bb3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:37:19.123Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:37:19.123Z] + tee [2020-10-12T01:37:19.123Z] clair timeout 1m0s [2020-10-12T01:37:19.123Z] docker timeout: 1m0s [2020-10-12T01:37:19.123Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:37:20.297Z] $ docker stop --time=1 eccb1493fef6ab5edcf5cee827173f7b6ca313d3acee278ea0ebf2998ee87bb3 [2020-10-12T01:37:21.639Z] $ docker rm -f eccb1493fef6ab5edcf5cee827173f7b6ca313d3acee278ea0ebf2998ee87bb3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:37:22.106Z] + mkdir -p /w/workspace/edgex-go/176/clair-reports [Pipeline] echo [2020-10-12T01:37:22.141Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/176/clair-reports/clair_results_docker-support-notifications-go_116975359223b037ef6a270a14331e73faedb550.html [Pipeline] writeFile [Pipeline] step [2020-10-12T01:37:22.189Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:37:22.530Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:37:22.530Z] . [Pipeline] withDockerContainer [2020-10-12T01:37:22.633Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:37:22.687Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:37:23.336Z] $ docker top 685fe8e8f5302ce8d3874fa72615a3b72569d715d29a2c9bc1447f7a69bb0428 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:37:23.881Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:37:23.881Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:37:26.609Z] $ docker stop --time=1 685fe8e8f5302ce8d3874fa72615a3b72569d715d29a2c9bc1447f7a69bb0428 [2020-10-12T01:37:27.964Z] $ docker rm -f 685fe8e8f5302ce8d3874fa72615a3b72569d715d29a2c9bc1447f7a69bb0428 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:37:28.472Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:37:28.473Z] . [Pipeline] withDockerContainer [2020-10-12T01:37:28.573Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:37:28.622Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:37:29.301Z] $ docker top b058e9cc8585aab515a36e59f192798614f9121c8b846c0de1c3e7e9609e03a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:37:29.819Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:37:29.819Z] + tee [2020-10-12T01:37:29.819Z] clair timeout 1m0s [2020-10-12T01:37:29.819Z] docker timeout: 1m0s [2020-10-12T01:37:29.819Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:37:30.512Z] $ docker stop --time=1 b058e9cc8585aab515a36e59f192798614f9121c8b846c0de1c3e7e9609e03a1 [2020-10-12T01:37:31.888Z] $ docker rm -f b058e9cc8585aab515a36e59f192798614f9121c8b846c0de1c3e7e9609e03a1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:37:32.373Z] + mkdir -p /w/workspace/edgex-go/176/clair-reports [Pipeline] echo [2020-10-12T01:37:32.386Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/176/clair-reports/clair_results_docker-support-scheduler-go_116975359223b037ef6a270a14331e73faedb550.html [Pipeline] writeFile [Pipeline] step [2020-10-12T01:37:32.457Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:37:32.794Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:37:32.794Z] . [Pipeline] withDockerContainer [2020-10-12T01:37:32.902Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:37:32.946Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:37:33.581Z] $ docker top 5a194c86990180512b8da3c92a37dc9b84012131a2b4828d4a022f77aaf5865c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:37:34.094Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:37:34.094Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:37:49.152Z] $ docker stop --time=1 5a194c86990180512b8da3c92a37dc9b84012131a2b4828d4a022f77aaf5865c [2020-10-12T01:37:50.478Z] $ docker rm -f 5a194c86990180512b8da3c92a37dc9b84012131a2b4828d4a022f77aaf5865c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:37:51.000Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:37:51.000Z] . [Pipeline] withDockerContainer [2020-10-12T01:37:51.100Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:37:51.147Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:37:51.733Z] $ docker top a23bd031f5aba97c55690f0da60614ff9950707604e681dd4727816a9b044bf8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:37:52.248Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:37:52.248Z] + tee [2020-10-12T01:37:52.248Z] clair timeout 1m0s [2020-10-12T01:37:52.248Z] docker timeout: 1m0s [2020-10-12T01:37:52.248Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:37:53.735Z] $ docker stop --time=1 a23bd031f5aba97c55690f0da60614ff9950707604e681dd4727816a9b044bf8 [2020-10-12T01:37:55.192Z] $ docker rm -f a23bd031f5aba97c55690f0da60614ff9950707604e681dd4727816a9b044bf8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:37:55.658Z] + mkdir -p /w/workspace/edgex-go/176/clair-reports [Pipeline] echo [2020-10-12T01:37:55.672Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/176/clair-reports/clair_results_docker-sys-mgmt-agent-go_116975359223b037ef6a270a14331e73faedb550.html [Pipeline] writeFile [Pipeline] step [2020-10-12T01:37:55.721Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:37:56.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:37:56.057Z] . [Pipeline] withDockerContainer [2020-10-12T01:37:56.157Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:37:56.200Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:37:56.848Z] $ docker top 245336c655b026acc7e43b143b0e2af70d73de3e1fdaa19f82e6b98870d2cf93 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:37:57.360Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:37:57.360Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:38:00.047Z] $ docker stop --time=1 245336c655b026acc7e43b143b0e2af70d73de3e1fdaa19f82e6b98870d2cf93 [2020-10-12T01:38:01.408Z] $ docker rm -f 245336c655b026acc7e43b143b0e2af70d73de3e1fdaa19f82e6b98870d2cf93 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:38:01.892Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:38:01.892Z] . [Pipeline] withDockerContainer [2020-10-12T01:38:02.030Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:38:02.100Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:38:02.763Z] $ docker top dcae8939df8bda5088a9bedcd107b25f073905c766274999997a0b600bfe1c7b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:38:03.283Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:38:03.283Z] + tee [2020-10-12T01:38:03.283Z] clair timeout 1m0s [2020-10-12T01:38:03.283Z] docker timeout: 1m0s [2020-10-12T01:38:03.283Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:38:03.958Z] $ docker stop --time=1 dcae8939df8bda5088a9bedcd107b25f073905c766274999997a0b600bfe1c7b [2020-10-12T01:38:05.320Z] $ docker rm -f dcae8939df8bda5088a9bedcd107b25f073905c766274999997a0b600bfe1c7b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:38:05.794Z] + mkdir -p /w/workspace/edgex-go/176/clair-reports [Pipeline] echo [2020-10-12T01:38:05.808Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/176/clair-reports/clair_results_docker-core-command-go-arm64_116975359223b037ef6a270a14331e73faedb550.html [Pipeline] writeFile [Pipeline] step [2020-10-12T01:38:05.869Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:38:06.314Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:38:06.314Z] . [Pipeline] withDockerContainer [2020-10-12T01:38:06.409Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:38:06.454Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:38:07.146Z] $ docker top 52005b77b1dc4336a800c4192c81d89ba0117b78fb4b177a1d23e0e239fbb2b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:38:07.649Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:38:07.649Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:38:13.110Z] $ docker stop --time=1 52005b77b1dc4336a800c4192c81d89ba0117b78fb4b177a1d23e0e239fbb2b6 [2020-10-12T01:38:14.810Z] $ docker rm -f 52005b77b1dc4336a800c4192c81d89ba0117b78fb4b177a1d23e0e239fbb2b6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:38:15.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:38:15.277Z] . [Pipeline] withDockerContainer [2020-10-12T01:38:15.367Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:38:15.414Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:38:15.998Z] $ docker top c6ceceb3281deaedf74ce898efa0fdd1bcc75cab8dff138301a5b2bb9d6c516c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:38:16.509Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:38:16.509Z] + tee [2020-10-12T01:38:16.509Z] clair timeout 1m0s [2020-10-12T01:38:16.509Z] docker timeout: 1m0s [2020-10-12T01:38:16.509Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:38:17.586Z] $ docker stop --time=1 c6ceceb3281deaedf74ce898efa0fdd1bcc75cab8dff138301a5b2bb9d6c516c [2020-10-12T01:38:18.918Z] $ docker rm -f c6ceceb3281deaedf74ce898efa0fdd1bcc75cab8dff138301a5b2bb9d6c516c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:38:19.375Z] + mkdir -p /w/workspace/edgex-go/176/clair-reports [Pipeline] echo [2020-10-12T01:38:19.387Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/176/clair-reports/clair_results_docker-core-data-go-arm64_116975359223b037ef6a270a14331e73faedb550.html [Pipeline] writeFile [Pipeline] step [2020-10-12T01:38:19.438Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:38:19.768Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:38:19.768Z] . [Pipeline] withDockerContainer [2020-10-12T01:38:19.856Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:38:19.897Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:38:20.472Z] $ docker top 5701efcaa0e65e3fe188d25c92cbdba012b9891ebf1aca20383c38bad2a70058 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:38:21.027Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:38:21.027Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:38:23.744Z] $ docker stop --time=1 5701efcaa0e65e3fe188d25c92cbdba012b9891ebf1aca20383c38bad2a70058 [2020-10-12T01:38:25.084Z] $ docker rm -f 5701efcaa0e65e3fe188d25c92cbdba012b9891ebf1aca20383c38bad2a70058 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:38:25.559Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:38:25.560Z] . [Pipeline] withDockerContainer [2020-10-12T01:38:25.671Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:38:25.718Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:38:26.409Z] $ docker top b8d544e867e72e853b682756bdda5cb9a1265bc0e3cef593d2545c1c51a22f40 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:38:26.940Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:38:26.940Z] + tee [2020-10-12T01:38:26.940Z] clair timeout 1m0s [2020-10-12T01:38:26.940Z] docker timeout: 1m0s [2020-10-12T01:38:26.940Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:38:27.633Z] $ docker stop --time=1 b8d544e867e72e853b682756bdda5cb9a1265bc0e3cef593d2545c1c51a22f40 [2020-10-12T01:38:29.055Z] $ docker rm -f b8d544e867e72e853b682756bdda5cb9a1265bc0e3cef593d2545c1c51a22f40 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:38:29.548Z] + mkdir -p /w/workspace/edgex-go/176/clair-reports [Pipeline] echo [2020-10-12T01:38:29.562Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/176/clair-reports/clair_results_docker-core-metadata-go-arm64_116975359223b037ef6a270a14331e73faedb550.html [Pipeline] writeFile [Pipeline] step [2020-10-12T01:38:29.611Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:38:29.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:38:29.952Z] . [Pipeline] withDockerContainer [2020-10-12T01:38:30.043Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:38:30.087Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:38:30.783Z] $ docker top ce5f62b483b28740b82d8da06e8a831da23c3bc6b1ceb335d9acd5d509b796f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:38:31.310Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:38:31.310Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:38:35.665Z] $ docker stop --time=1 ce5f62b483b28740b82d8da06e8a831da23c3bc6b1ceb335d9acd5d509b796f4 [2020-10-12T01:38:37.027Z] $ docker rm -f ce5f62b483b28740b82d8da06e8a831da23c3bc6b1ceb335d9acd5d509b796f4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:38:37.493Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:38:37.493Z] . [Pipeline] withDockerContainer [2020-10-12T01:38:37.585Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:38:37.631Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:38:38.365Z] $ docker top 85556d180d017b25db371e09a655b797ed4594c8f0895425d48239749348d6c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:38:38.860Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:38:38.860Z] + tee [2020-10-12T01:38:38.860Z] clair timeout 1m0s [2020-10-12T01:38:38.860Z] docker timeout: 1m0s [2020-10-12T01:38:38.860Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:38:39.625Z] $ docker stop --time=1 85556d180d017b25db371e09a655b797ed4594c8f0895425d48239749348d6c0 [2020-10-12T01:38:41.085Z] $ docker rm -f 85556d180d017b25db371e09a655b797ed4594c8f0895425d48239749348d6c0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:38:41.629Z] + mkdir -p /w/workspace/edgex-go/176/clair-reports [Pipeline] echo [2020-10-12T01:38:41.642Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/176/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_116975359223b037ef6a270a14331e73faedb550.html [Pipeline] writeFile [Pipeline] step [2020-10-12T01:38:41.694Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:38:42.035Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:38:42.035Z] . [Pipeline] withDockerContainer [2020-10-12T01:38:42.127Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:38:42.170Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:38:42.788Z] $ docker top c55c96b48ab542389a53526c626af0696304d300045fd02180053afe569382be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:38:43.319Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:38:43.319Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:38:51.659Z] $ docker stop --time=1 c55c96b48ab542389a53526c626af0696304d300045fd02180053afe569382be [2020-10-12T01:38:53.067Z] $ docker rm -f c55c96b48ab542389a53526c626af0696304d300045fd02180053afe569382be [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:38:53.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:38:53.540Z] . [Pipeline] withDockerContainer [2020-10-12T01:38:53.692Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:38:53.739Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:38:54.430Z] $ docker top 1a962eb665cac0741ee97307673c4f1b2165c95d61ed6f93c9e8493a63dc5535 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:38:54.954Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:38:54.954Z] + tee [2020-10-12T01:38:54.954Z] clair timeout 1m0s [2020-10-12T01:38:54.954Z] docker timeout: 1m0s [2020-10-12T01:38:54.954Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:38:56.445Z] $ docker stop --time=1 1a962eb665cac0741ee97307673c4f1b2165c95d61ed6f93c9e8493a63dc5535 [2020-10-12T01:38:57.790Z] $ docker rm -f 1a962eb665cac0741ee97307673c4f1b2165c95d61ed6f93c9e8493a63dc5535 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:38:58.285Z] + mkdir -p /w/workspace/edgex-go/176/clair-reports [Pipeline] echo [2020-10-12T01:38:58.299Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/176/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_116975359223b037ef6a270a14331e73faedb550.html [Pipeline] writeFile [Pipeline] step [2020-10-12T01:38:58.348Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:38:58.721Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:38:58.721Z] . [Pipeline] withDockerContainer [2020-10-12T01:38:58.814Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:38:58.859Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:38:59.450Z] $ docker top 43a02a4e18be80b1fc645f4660f458a12184a03ecc9a3168671ec33e1f23e870 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:38:59.970Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:38:59.970Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:39:08.355Z] $ docker stop --time=1 43a02a4e18be80b1fc645f4660f458a12184a03ecc9a3168671ec33e1f23e870 [2020-10-12T01:39:09.717Z] $ docker rm -f 43a02a4e18be80b1fc645f4660f458a12184a03ecc9a3168671ec33e1f23e870 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:39:10.181Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:39:10.181Z] . [Pipeline] withDockerContainer [2020-10-12T01:39:10.277Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:39:10.440Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:39:11.088Z] $ docker top b2bdbc8ada6ff5ef662d581778134f9c52124ba3de6e513c4ceab55f493360cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:39:11.594Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:39:11.595Z] + tee [2020-10-12T01:39:11.595Z] clair timeout 1m0s [2020-10-12T01:39:11.595Z] docker timeout: 1m0s [2020-10-12T01:39:11.595Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:39:13.077Z] $ docker stop --time=1 b2bdbc8ada6ff5ef662d581778134f9c52124ba3de6e513c4ceab55f493360cb [2020-10-12T01:39:14.813Z] $ docker rm -f b2bdbc8ada6ff5ef662d581778134f9c52124ba3de6e513c4ceab55f493360cb [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:39:15.277Z] + mkdir -p /w/workspace/edgex-go/176/clair-reports [Pipeline] echo [2020-10-12T01:39:15.291Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/176/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_116975359223b037ef6a270a14331e73faedb550.html [Pipeline] writeFile [Pipeline] step [2020-10-12T01:39:15.341Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:39:15.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:39:15.675Z] . [Pipeline] withDockerContainer [2020-10-12T01:39:15.767Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:39:15.809Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:39:16.476Z] $ docker top 1f6b6b25939791fa0a3312a8474739af5318c47137c4d5901ecd51fe61e77906 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:39:16.992Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:39:16.992Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:39:20.433Z] $ docker stop --time=1 1f6b6b25939791fa0a3312a8474739af5318c47137c4d5901ecd51fe61e77906 [2020-10-12T01:39:21.793Z] $ docker rm -f 1f6b6b25939791fa0a3312a8474739af5318c47137c4d5901ecd51fe61e77906 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:39:22.263Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:39:22.263Z] . [Pipeline] withDockerContainer [2020-10-12T01:39:22.358Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:39:22.406Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:39:23.046Z] $ docker top 973ce8a4f2107ed2841056dbbc4cabc47a4b873e40702cd49503e68e329ac7f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:39:23.585Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:39:23.585Z] + tee [2020-10-12T01:39:23.585Z] clair timeout 1m0s [2020-10-12T01:39:23.585Z] docker timeout: 1m0s [2020-10-12T01:39:23.585Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:39:24.252Z] $ docker stop --time=1 973ce8a4f2107ed2841056dbbc4cabc47a4b873e40702cd49503e68e329ac7f6 [2020-10-12T01:39:25.603Z] $ docker rm -f 973ce8a4f2107ed2841056dbbc4cabc47a4b873e40702cd49503e68e329ac7f6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:39:26.082Z] + mkdir -p /w/workspace/edgex-go/176/clair-reports [Pipeline] echo [2020-10-12T01:39:26.097Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/176/clair-reports/clair_results_docker-support-logging-go-arm64_116975359223b037ef6a270a14331e73faedb550.html [Pipeline] writeFile [Pipeline] step [2020-10-12T01:39:26.145Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:39:26.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:39:26.486Z] . [Pipeline] withDockerContainer [2020-10-12T01:39:26.579Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:39:26.628Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:39:27.319Z] $ docker top 65c94f0dc9311b4388c76bac5dae4c7eb8a48d6f94115e709e9fc8e2dbf1cec8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:39:27.820Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:39:27.820Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:39:33.256Z] $ docker stop --time=1 65c94f0dc9311b4388c76bac5dae4c7eb8a48d6f94115e709e9fc8e2dbf1cec8 [2020-10-12T01:39:34.694Z] $ docker rm -f 65c94f0dc9311b4388c76bac5dae4c7eb8a48d6f94115e709e9fc8e2dbf1cec8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:39:35.208Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:39:35.208Z] . [Pipeline] withDockerContainer [2020-10-12T01:39:35.308Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:39:35.421Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:39:36.088Z] $ docker top 7288f9d512804c471724e1956078c15f101f48822c7cb4d5eff62a987d78e89a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:39:36.598Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:39:36.598Z] + tee [2020-10-12T01:39:36.598Z] clair timeout 1m0s [2020-10-12T01:39:36.598Z] docker timeout: 1m0s [2020-10-12T01:39:36.598Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:39:37.670Z] $ docker stop --time=1 7288f9d512804c471724e1956078c15f101f48822c7cb4d5eff62a987d78e89a [2020-10-12T01:39:38.997Z] $ docker rm -f 7288f9d512804c471724e1956078c15f101f48822c7cb4d5eff62a987d78e89a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:39:39.461Z] + mkdir -p /w/workspace/edgex-go/176/clair-reports [Pipeline] echo [2020-10-12T01:39:39.474Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/176/clair-reports/clair_results_docker-support-notifications-go-arm64_116975359223b037ef6a270a14331e73faedb550.html [Pipeline] writeFile [Pipeline] step [2020-10-12T01:39:39.534Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:39:39.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:39:39.880Z] . [Pipeline] withDockerContainer [2020-10-12T01:39:39.979Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:39:40.024Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:39:40.624Z] $ docker top cd5462182a954ef396575b2a76fa8aa0f4cda94d412c8d257bd6c75e3d72435c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:39:41.135Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:39:41.136Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:39:43.823Z] $ docker stop --time=1 cd5462182a954ef396575b2a76fa8aa0f4cda94d412c8d257bd6c75e3d72435c [2020-10-12T01:39:45.195Z] $ docker rm -f cd5462182a954ef396575b2a76fa8aa0f4cda94d412c8d257bd6c75e3d72435c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:39:45.657Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:39:45.657Z] . [Pipeline] withDockerContainer [2020-10-12T01:39:45.752Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:39:45.842Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:39:46.472Z] $ docker top c0be019cc6c9ddaaf7dfd129b0d5d161370e0b140ced1ec9e42e36e3abd403b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:39:47.018Z] + /klar+ nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:116975359223b037ef6a270a14331e73faedb550tee [2020-10-12T01:39:47.018Z] [2020-10-12T01:39:47.018Z] clair timeout 1m0s [2020-10-12T01:39:47.018Z] docker timeout: 1m0s [2020-10-12T01:39:47.018Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:39:47.690Z] $ docker stop --time=1 c0be019cc6c9ddaaf7dfd129b0d5d161370e0b140ced1ec9e42e36e3abd403b8 [2020-10-12T01:39:49.051Z] $ docker rm -f c0be019cc6c9ddaaf7dfd129b0d5d161370e0b140ced1ec9e42e36e3abd403b8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:39:49.503Z] + mkdir -p /w/workspace/edgex-go/176/clair-reports [Pipeline] echo [2020-10-12T01:39:49.516Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/176/clair-reports/clair_results_docker-support-scheduler-go-arm64_116975359223b037ef6a270a14331e73faedb550.html [Pipeline] writeFile [Pipeline] step [2020-10-12T01:39:49.572Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:39:49.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:39:49.909Z] . [Pipeline] withDockerContainer [2020-10-12T01:39:50.001Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:39:50.050Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:39:50.639Z] $ docker top 279eba5c86508436db7fe796367301bd658739298a7e35067b40639bee058596 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:39:51.157Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:39:51.157Z] + tee [2020-10-12T01:40:58.885Z] Failed to analyze using API v1: push image https://nexus3.edgexfoundry.org:10004/v2/docker-sys-mgmt-agent-go-arm64:116975359223b037ef6a270a14331e73faedb550 to Clair failed: can't push layer to Clair: Post http://clair-alb-414217221.us-west-2.elb.amazonaws.com:6060/v1/layers: net/http: request canceled (Client.Timeout exceeded while awaiting headers) [2020-10-12T01:40:58.885Z] [2020-10-12T01:40:58.885Z] Failed to analyze using API v3: push image https://nexus3.edgexfoundry.org:10004/v2/docker-sys-mgmt-agent-go-arm64:116975359223b037ef6a270a14331e73faedb550 to Clair failed: rpc error: code = Unavailable desc = transport is closing [2020-10-12T01:40:58.885Z] [2020-10-12T01:40:58.885Z] Failed to analyze, exiting [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:40:59.066Z] $ docker stop --time=1 279eba5c86508436db7fe796367301bd658739298a7e35067b40639bee058596 [2020-10-12T01:41:00.508Z] $ docker rm -f 279eba5c86508436db7fe796367301bd658739298a7e35067b40639bee058596 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:41:01.035Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-12T01:41:01.035Z] . [Pipeline] withDockerContainer [2020-10-12T01:41:01.141Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:41:01.188Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:41:01.949Z] $ docker top 89b7e6cbf39c07533b9d54ec750173c8f10871b12c8c0c20fae5b873bea91c63 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-12T01:41:02.537Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:116975359223b037ef6a270a14331e73faedb550 [2020-10-12T01:41:02.537Z] + tee [2020-10-12T01:41:02.537Z] clair timeout 1m0s [2020-10-12T01:41:02.537Z] docker timeout: 1m0s [2020-10-12T01:41:02.537Z] no whitelist file [2020-10-12T01:42:10.275Z] Failed to analyze using API v1: push image https://nexus3.edgexfoundry.org:10004/v2/docker-sys-mgmt-agent-go-arm64:116975359223b037ef6a270a14331e73faedb550 to Clair failed: can't push layer to Clair: Post http://clair-alb-414217221.us-west-2.elb.amazonaws.com:6060/v1/layers: net/http: request canceled (Client.Timeout exceeded while awaiting headers) [2020-10-12T01:42:10.275Z] [2020-10-12T01:42:10.275Z] Failed to analyze using API v3: push image https://nexus3.edgexfoundry.org:10004/v2/docker-sys-mgmt-agent-go-arm64:116975359223b037ef6a270a14331e73faedb550 to Clair failed: rpc error: code = Unavailable desc = transport is closing [2020-10-12T01:42:10.275Z] [2020-10-12T01:42:10.275Z] Failed to analyze, exiting [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-12T01:42:10.385Z] $ docker stop --time=1 89b7e6cbf39c07533b9d54ec750173c8f10871b12c8c0c20fae5b873bea91c63 [2020-10-12T01:42:11.758Z] $ docker rm -f 89b7e6cbf39c07533b9d54ec750173c8f10871b12c8c0c20fae5b873bea91c63 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-12T01:42:12.224Z] + mkdir -p /w/workspace/edgex-go/176/clair-reports [Pipeline] echo [2020-10-12T01:42:12.241Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/176/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_116975359223b037ef6a270a14331e73faedb550.html [Pipeline] writeFile [Pipeline] step [2020-10-12T01:42:12.295Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-12T01:42:12.712Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-12T01:42:12.772Z] provisioning config files... [2020-10-12T01:42:12.791Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/176@tmp/config2911168683635637534tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-12T01:42:13.162Z] --> edgex-publish-swagger.sh [2020-10-12T01:42:13.162Z] === Publish openapi/v1 API === [2020-10-12T01:42:13.162Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-12T01:42:13.162Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-12T01:42:13.162Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T01:42:13.162Z] Dload Upload Total Spent Left Speed [2020-10-12T01:42:14.582Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8235 0:00:01 0:00:01 --:--:-- 8245 100 10521 0 0 100 10521 0 8234 0:00:01 0:00:01 --:--:-- 8238 [2020-10-12T01:42:14.582Z] [2020-10-12T01:42:14.582Z] [2020-10-12T01:42:14.582Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-12T01:42:14.582Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T01:42:14.582Z] Dload Upload Total Spent Left Speed [2020-10-12T01:42:15.525Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 31495 0:00:01 0:00:01 --:--:-- 31515 100 32556 0 0 100 32556 0 31491 0:00:01 0:00:01 --:--:-- 31515 [2020-10-12T01:42:15.525Z] [2020-10-12T01:42:15.525Z] [2020-10-12T01:42:15.525Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-12T01:42:15.525Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T01:42:15.525Z] Dload Upload Total Spent Left Speed [2020-10-12T01:42:16.909Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 62867 0:00:01 0:00:01 --:--:-- 62901 100 73720 0 0 100 73720 0 62860 0:00:01 0:00:01 --:--:-- 62901 [2020-10-12T01:42:16.909Z] [2020-10-12T01:42:16.909Z] [2020-10-12T01:42:16.909Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-12T01:42:16.909Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T01:42:16.909Z] Dload Upload Total Spent Left Speed [2020-10-12T01:42:17.850Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12745 0:00:01 0:00:01 --:--:-- 12751 100 13580 0 0 100 13580 0 12743 0:00:01 0:00:01 --:--:-- 12751 [2020-10-12T01:42:17.850Z] [2020-10-12T01:42:17.850Z] [2020-10-12T01:42:17.850Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-12T01:42:17.850Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T01:42:17.850Z] Dload Upload Total Spent Left Speed [2020-10-12T01:42:18.791Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 38593 0:00:01 0:00:01 --:--:-- 38618 100 38889 0 0 100 38889 0 38588 0:00:01 0:00:01 --:--:-- 38618 [2020-10-12T01:42:18.791Z] [2020-10-12T01:42:18.791Z] [2020-10-12T01:42:18.791Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-12T01:42:18.791Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T01:42:18.791Z] Dload Upload Total Spent Left Speed [2020-10-12T01:42:19.731Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13630 0:00:01 0:00:01 --:--:-- 13634 100 14248 0 0 100 14248 0 13628 0:00:01 0:00:01 --:--:-- 13634 [2020-10-12T01:42:19.731Z] [2020-10-12T01:42:19.731Z] [2020-10-12T01:42:19.731Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-12T01:42:19.731Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T01:42:19.731Z] Dload Upload Total Spent Left Speed [2020-10-12T01:42:21.116Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4026 0:00:01 0:00:01 --:--:-- 4028 100 4109 0 0 100 4109 0 4025 0:00:01 0:00:01 --:--:-- 4028 [2020-10-12T01:42:21.116Z] [2020-10-12T01:42:21.116Z] [2020-10-12T01:42:21.116Z] === Publish openapi/v2 API === [2020-10-12T01:42:21.116Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-12T01:42:21.116Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-12T01:42:21.116Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T01:42:21.116Z] Dload Upload Total Spent Left Speed [2020-10-12T01:42:22.058Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 28374 0:00:01 0:00:01 --:--:-- 28388 100 30234 0 0 100 30234 0 28370 0:00:01 0:00:01 --:--:-- 28388 [2020-10-12T01:42:22.058Z] [2020-10-12T01:42:22.058Z] [2020-10-12T01:42:22.058Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-12T01:42:22.058Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T01:42:22.058Z] Dload Upload Total Spent Left Speed [2020-10-12T01:42:22.998Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58943 0 0 100 58943 0 56390 0:00:01 0:00:01 --:--:-- 56404 [2020-10-12T01:42:22.998Z] [2020-10-12T01:42:22.998Z] [2020-10-12T01:42:22.998Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-12T01:42:22.998Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T01:42:22.998Z] Dload Upload Total Spent Left Speed [2020-10-12T01:42:24.201Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 114k 0 0 100 114k 0 98k 0:00:01 0:00:01 --:--:-- 98k 100 114k 0 0 100 114k 0 98k 0:00:01 0:00:01 --:--:-- 98k [2020-10-12T01:42:24.201Z] [2020-10-12T01:42:24.201Z] [2020-10-12T01:42:24.201Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-12T01:42:24.201Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T01:42:24.201Z] Dload Upload Total Spent Left Speed [2020-10-12T01:42:25.141Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 26464 --:--:-- --:--:-- --:--:-- 26456 100 26165 0 0 100 26165 0 26461 --:--:-- --:--:-- --:--:-- 26456 [2020-10-12T01:42:25.141Z] [2020-10-12T01:42:25.141Z] [2020-10-12T01:42:25.141Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-12T01:42:25.141Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T01:42:25.141Z] Dload Upload Total Spent Left Speed [2020-10-12T01:42:26.523Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 61889 0:00:01 0:00:01 --:--:-- 61923 100 63410 0 0 100 63410 0 61879 0:00:01 0:00:01 --:--:-- 61923 [2020-10-12T01:42:26.523Z] [2020-10-12T01:42:26.523Z] [2020-10-12T01:42:26.523Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-12T01:42:26.523Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T01:42:26.523Z] Dload Upload Total Spent Left Speed [2020-10-12T01:42:27.463Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 44572 0:00:01 0:00:01 --:--:-- 44621 100 46049 0 0 100 46049 0 44566 0:00:01 0:00:01 --:--:-- 44577 [2020-10-12T01:42:27.463Z] [2020-10-12T01:42:27.463Z] [2020-10-12T01:42:27.463Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-12T01:42:27.463Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-12T01:42:27.463Z] Dload Upload Total Spent Left Speed [2020-10-12T01:42:28.404Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 24771 --:--:-- --:--:-- --:--:-- 24757 100 24114 0 0 100 24114 0 24767 --:--:-- --:--:-- --:--:-- 24757 [2020-10-12T01:42:28.404Z] [2020-10-12T01:42:28.404Z] [Pipeline] } [2020-10-12T01:42:28.413Z] 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-12T01:42:39.388Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T01:42:39.388Z] . [Pipeline] withDockerContainer [2020-10-12T01:42:39.495Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:42:39.541Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:42:40.911Z] $ docker top f8b9b418e338e7f597a563320aaf3aba70aceb5a2a803644dde3dac423a8cde5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-12T01:42:41.240Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T01:42:41.240Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T01:42:41.455Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T01:42:41.460Z] $ docker exec f8b9b418e338e7f597a563320aaf3aba70aceb5a2a803644dde3dac423a8cde5 ssh-agent [2020-10-12T01:42:41.618Z] SSH_AUTH_SOCK=/tmp/ssh-rvXw23iqtNLG/agent.11 [2020-10-12T01:42:41.618Z] SSH_AGENT_PID=16 [2020-10-12T01:42:41.626Z] Running ssh-add (command line suppressed) [2020-10-12T01:42:41.747Z] Identity added: /w/workspace/edgex-go/176@tmp/private_key_7407199099742946375.key (/w/workspace/edgex-go/176@tmp/private_key_7407199099742946375.key) [2020-10-12T01:42:41.796Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T01:42:42.129Z] + git semver tag [2020-10-12T01:42:42.391Z] # -> Open(): unable to determine branch for HEAD [2020-10-12T01:42:42.391Z] # $GIT_DIR = /w/workspace/edgex-go/176/.git [2020-10-12T01:42:42.391Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/176 [2020-10-12T01:42:42.391Z] # $SEMVER_REMOTE_NAME = origin [2020-10-12T01:42:42.391Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-12T01:42:42.391Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-12T01:42:42.391Z] # $SEMVER_BRANCH = master [2020-10-12T01:42:42.391Z] # $SEMVER_DIR = /w/workspace/edgex-go/176/.semver [2020-10-12T01:42:42.391Z] # 116975359223b037ef6a270a14331e73faedb550 HEAD [2020-10-12T01:42:42.652Z] # -> Force: false [2020-10-12T01:42:42.652Z] # c3c1c92119bfe3d25885be05da270fade9f02918 refs/tags/v1.2.2-dev.61 [Pipeline] } [2020-10-12T01:42:42.666Z] $ docker exec --env ******** --env ******** f8b9b418e338e7f597a563320aaf3aba70aceb5a2a803644dde3dac423a8cde5 ssh-agent -k [2020-10-12T01:42:42.818Z] unset SSH_AUTH_SOCK; [2020-10-12T01:42:42.818Z] unset SSH_AGENT_PID; [2020-10-12T01:42:42.818Z] echo Agent pid 16 killed; [2020-10-12T01:42:42.870Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-12T01:42:43.331Z] + git semver [Pipeline] } [2020-10-12T01:42:43.349Z] $ docker stop --time=1 f8b9b418e338e7f597a563320aaf3aba70aceb5a2a803644dde3dac423a8cde5 [2020-10-12T01:42:44.705Z] $ docker rm -f f8b9b418e338e7f597a563320aaf3aba70aceb5a2a803644dde3dac423a8cde5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:42:45.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-12T01:42:45.366Z] [2020-10-12T01:42:45.366Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:42:45.712Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-12T01:42:45.712Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-12T01:42:45.712Z] ab5ef0e58194: Pulling fs layer [2020-10-12T01:42:45.712Z] 9712f1f96733: Pulling fs layer [2020-10-12T01:42:45.712Z] 63f879dbbcfc: Pulling fs layer [2020-10-12T01:42:45.712Z] 0d9ebad4ef96: Pulling fs layer [2020-10-12T01:42:45.712Z] e9a5061849ea: Pulling fs layer [2020-10-12T01:42:45.712Z] d747dcd14b5f: Pulling fs layer [2020-10-12T01:42:45.712Z] 2de7ff778b66: Pulling fs layer [2020-10-12T01:42:45.712Z] 0d9ebad4ef96: Waiting [2020-10-12T01:42:45.712Z] d747dcd14b5f: Waiting [2020-10-12T01:42:45.712Z] e9a5061849ea: Waiting [2020-10-12T01:42:45.712Z] 2de7ff778b66: Waiting [2020-10-12T01:42:45.712Z] 9712f1f96733: Verifying Checksum [2020-10-12T01:42:45.712Z] 9712f1f96733: Download complete [2020-10-12T01:42:47.628Z] 63f879dbbcfc: Verifying Checksum [2020-10-12T01:42:47.628Z] 63f879dbbcfc: Download complete [2020-10-12T01:42:47.628Z] e9a5061849ea: Verifying Checksum [2020-10-12T01:42:47.628Z] e9a5061849ea: Download complete [2020-10-12T01:42:47.628Z] d747dcd14b5f: Verifying Checksum [2020-10-12T01:42:47.628Z] d747dcd14b5f: Download complete [2020-10-12T01:42:48.224Z] 2de7ff778b66: Verifying Checksum [2020-10-12T01:42:48.224Z] 2de7ff778b66: Download complete [2020-10-12T01:42:48.510Z] 0d9ebad4ef96: Verifying Checksum [2020-10-12T01:42:48.510Z] 0d9ebad4ef96: Download complete [2020-10-12T01:42:48.771Z] ab5ef0e58194: Download complete [2020-10-12T01:42:52.983Z] ab5ef0e58194: Pull complete [2020-10-12T01:42:52.983Z] 9712f1f96733: Pull complete [2020-10-12T01:42:54.907Z] 63f879dbbcfc: Pull complete [2020-10-12T01:43:01.514Z] 0d9ebad4ef96: Pull complete [2020-10-12T01:43:02.480Z] e9a5061849ea: Pull complete [2020-10-12T01:43:02.748Z] d747dcd14b5f: Pull complete [2020-10-12T01:43:05.310Z] 2de7ff778b66: Pull complete [2020-10-12T01:43:05.310Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-12T01:43:05.576Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-12T01:43:05.576Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-12T01:43:05.745Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:43:05.790Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:43:09.680Z] $ docker top 152f5121fd7de257536958017173916f699810d9c61b4377c1d5d1ebda45eb5c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-12T01:43:09.900Z] provisioning config files... [2020-10-12T01:43:09.909Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/176@tmp/config440026130318120365tmp [2020-10-12T01:43:09.930Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/176@tmp/config8361327063090454798tmp [2020-10-12T01:43:09.950Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/176@tmp/config886930155688776794tmp [Pipeline] { [Pipeline] echo [2020-10-12T01:43:10.032Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T01:43:10.326Z] ---> sigul-configuration.sh [2020-10-12T01:43:10.326Z] gpg: directory `/root/.gnupg' created [2020-10-12T01:43:10.326Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-12T01:43:10.326Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-12T01:43:10.326Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-12T01:43:10.326Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-12T01:43:10.326Z] gpg: CAST5 encrypted data [2020-10-12T01:43:10.587Z] gpg: encrypted with 1 passphrase [2020-10-12T01:43:10.587Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-12T01:43:10.883Z] + mkdir /home/jenkins [2020-10-12T01:43:10.883Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-12T01:43:11.176Z] + 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-12T01:43:11.186Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T01:43:11.478Z] ---> sigul-install.sh [2020-10-12T01:43:16.764Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-12T01:43:17.058Z] + git tag --list [2020-10-12T01:43:17.058Z] 0.6.0 [2020-10-12T01:43:17.058Z] 0.6.1 [2020-10-12T01:43:17.058Z] 0.7.0 [2020-10-12T01:43:17.058Z] 0.7.1 [2020-10-12T01:43:17.058Z] v1.0.0 [2020-10-12T01:43:17.058Z] v1.0.1 [2020-10-12T01:43:17.058Z] v1.1.0 [2020-10-12T01:43:17.058Z] v1.2.0 [2020-10-12T01:43:17.058Z] v1.2.1 [2020-10-12T01:43:17.058Z] v1.2.2-dev.1 [2020-10-12T01:43:17.058Z] v1.2.2-dev.10 [2020-10-12T01:43:17.058Z] v1.2.2-dev.11 [2020-10-12T01:43:17.058Z] v1.2.2-dev.12 [2020-10-12T01:43:17.058Z] v1.2.2-dev.13 [2020-10-12T01:43:17.058Z] v1.2.2-dev.14 [2020-10-12T01:43:17.058Z] v1.2.2-dev.15 [2020-10-12T01:43:17.058Z] v1.2.2-dev.16 [2020-10-12T01:43:17.058Z] v1.2.2-dev.17 [2020-10-12T01:43:17.058Z] v1.2.2-dev.18 [2020-10-12T01:43:17.058Z] v1.2.2-dev.19 [2020-10-12T01:43:17.058Z] v1.2.2-dev.2 [2020-10-12T01:43:17.058Z] v1.2.2-dev.20 [2020-10-12T01:43:17.058Z] v1.2.2-dev.21 [2020-10-12T01:43:17.058Z] v1.2.2-dev.22 [2020-10-12T01:43:17.058Z] v1.2.2-dev.23 [2020-10-12T01:43:17.058Z] v1.2.2-dev.24 [2020-10-12T01:43:17.058Z] v1.2.2-dev.25 [2020-10-12T01:43:17.058Z] v1.2.2-dev.26 [2020-10-12T01:43:17.058Z] v1.2.2-dev.27 [2020-10-12T01:43:17.058Z] v1.2.2-dev.28 [2020-10-12T01:43:17.058Z] v1.2.2-dev.29 [2020-10-12T01:43:17.058Z] v1.2.2-dev.3 [2020-10-12T01:43:17.058Z] v1.2.2-dev.30 [2020-10-12T01:43:17.058Z] v1.2.2-dev.31 [2020-10-12T01:43:17.058Z] v1.2.2-dev.32 [2020-10-12T01:43:17.058Z] v1.2.2-dev.33 [2020-10-12T01:43:17.058Z] v1.2.2-dev.34 [2020-10-12T01:43:17.058Z] v1.2.2-dev.35 [2020-10-12T01:43:17.058Z] v1.2.2-dev.36 [2020-10-12T01:43:17.058Z] v1.2.2-dev.37 [2020-10-12T01:43:17.058Z] v1.2.2-dev.38 [2020-10-12T01:43:17.058Z] v1.2.2-dev.39 [2020-10-12T01:43:17.058Z] v1.2.2-dev.4 [2020-10-12T01:43:17.058Z] v1.2.2-dev.40 [2020-10-12T01:43:17.058Z] v1.2.2-dev.41 [2020-10-12T01:43:17.058Z] v1.2.2-dev.42 [2020-10-12T01:43:17.058Z] v1.2.2-dev.43 [2020-10-12T01:43:17.058Z] v1.2.2-dev.44 [2020-10-12T01:43:17.058Z] v1.2.2-dev.45 [2020-10-12T01:43:17.058Z] v1.2.2-dev.46 [2020-10-12T01:43:17.058Z] v1.2.2-dev.47 [2020-10-12T01:43:17.058Z] v1.2.2-dev.48 [2020-10-12T01:43:17.058Z] v1.2.2-dev.49 [2020-10-12T01:43:17.058Z] v1.2.2-dev.5 [2020-10-12T01:43:17.058Z] v1.2.2-dev.50 [2020-10-12T01:43:17.058Z] v1.2.2-dev.51 [2020-10-12T01:43:17.058Z] v1.2.2-dev.52 [2020-10-12T01:43:17.058Z] v1.2.2-dev.53 [2020-10-12T01:43:17.058Z] v1.2.2-dev.54 [2020-10-12T01:43:17.058Z] v1.2.2-dev.55 [2020-10-12T01:43:17.058Z] v1.2.2-dev.56 [2020-10-12T01:43:17.058Z] v1.2.2-dev.57 [2020-10-12T01:43:17.058Z] v1.2.2-dev.58 [2020-10-12T01:43:17.058Z] v1.2.2-dev.59 [2020-10-12T01:43:17.058Z] v1.2.2-dev.6 [2020-10-12T01:43:17.058Z] v1.2.2-dev.60 [2020-10-12T01:43:17.058Z] v1.2.2-dev.61 [2020-10-12T01:43:17.058Z] v1.2.2-dev.7 [2020-10-12T01:43:17.058Z] v1.2.2-dev.8 [2020-10-12T01:43:17.058Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-12T01:43:17.355Z] + lftools sign git-tag v1.2.2-dev.61 [2020-10-12T01:43:18.296Z] Signing Git tag with Sigul... [2020-10-12T01:43:18.296Z] Signing v1.2.2-dev.61 [Pipeline] echo [2020-10-12T01:43:19.702Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T01:43:20.009Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-12T01:43:20.018Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-12T01:43:20.164Z] $ docker stop --time=1 152f5121fd7de257536958017173916f699810d9c61b4377c1d5d1ebda45eb5c [2020-10-12T01:43:22.205Z] $ docker rm -f 152f5121fd7de257536958017173916f699810d9c61b4377c1d5d1ebda45eb5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:43:23.036Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T01:43:23.036Z] . [Pipeline] withDockerContainer [2020-10-12T01:43:23.134Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:43:23.181Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:43:23.851Z] $ docker top ec0b7df5218c13bcdff915bdcb82f76a6167adb2264c293beda4a8dd2587ac18 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-12T01:43:24.277Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T01:43:24.277Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T01:43:24.459Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T01:43:24.464Z] $ docker exec ec0b7df5218c13bcdff915bdcb82f76a6167adb2264c293beda4a8dd2587ac18 ssh-agent [2020-10-12T01:43:24.626Z] SSH_AUTH_SOCK=/tmp/ssh-suGp63q1hNrw/agent.11 [2020-10-12T01:43:24.626Z] SSH_AGENT_PID=16 [2020-10-12T01:43:24.633Z] Running ssh-add (command line suppressed) [2020-10-12T01:43:24.749Z] Identity added: /w/workspace/edgex-go/176@tmp/private_key_5482114838102917643.key (/w/workspace/edgex-go/176@tmp/private_key_5482114838102917643.key) [2020-10-12T01:43:24.803Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T01:43:25.134Z] + git semver bump pre [2020-10-12T01:43:25.134Z] # -> Open(): unable to determine branch for HEAD [2020-10-12T01:43:25.134Z] # $GIT_DIR = /w/workspace/edgex-go/176/.git [2020-10-12T01:43:25.134Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/176 [2020-10-12T01:43:25.134Z] # $SEMVER_REMOTE_NAME = origin [2020-10-12T01:43:25.134Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-12T01:43:25.134Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-12T01:43:25.134Z] # $SEMVER_BRANCH = master [2020-10-12T01:43:25.134Z] # $SEMVER_DIR = /w/workspace/edgex-go/176/.semver [2020-10-12T01:43:25.134Z] 1.2.2-dev.62 [Pipeline] } [2020-10-12T01:43:25.147Z] $ docker exec --env ******** --env ******** ec0b7df5218c13bcdff915bdcb82f76a6167adb2264c293beda4a8dd2587ac18 ssh-agent -k [2020-10-12T01:43:25.265Z] unset SSH_AUTH_SOCK; [2020-10-12T01:43:25.265Z] unset SSH_AGENT_PID; [2020-10-12T01:43:25.266Z] echo Agent pid 16 killed; [2020-10-12T01:43:25.312Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-12T01:43:25.791Z] + git semver [Pipeline] } [2020-10-12T01:43:25.809Z] $ docker stop --time=1 ec0b7df5218c13bcdff915bdcb82f76a6167adb2264c293beda4a8dd2587ac18 [2020-10-12T01:43:27.170Z] $ docker rm -f ec0b7df5218c13bcdff915bdcb82f76a6167adb2264c293beda4a8dd2587ac18 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-12T01:43:27.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-12T01:43:27.660Z] . [Pipeline] withDockerContainer [2020-10-12T01:43:27.795Z] prd-centos7-docker-4c-2g-4645 does not seem to be running inside a container [2020-10-12T01:43:27.835Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/176 -v /w/workspace/edgex-go/176:/w/workspace/edgex-go/176:rw,z -v /w/workspace/edgex-go/176@tmp:/w/workspace/edgex-go/176@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-12T01:43:28.450Z] $ docker top fb182690150e498a9b72d3ab5f2e65c3ece2ba0a7d91a45f4fe76450b975b8fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-12T01:43:28.711Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-12T01:43:28.711Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-12T01:43:28.879Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-12T01:43:28.884Z] $ docker exec fb182690150e498a9b72d3ab5f2e65c3ece2ba0a7d91a45f4fe76450b975b8fd ssh-agent [2020-10-12T01:43:29.047Z] SSH_AUTH_SOCK=/tmp/ssh-3JTnmKbBwXDr/agent.13 [2020-10-12T01:43:29.047Z] SSH_AGENT_PID=18 [2020-10-12T01:43:29.053Z] Running ssh-add (command line suppressed) [2020-10-12T01:43:29.171Z] Identity added: /w/workspace/edgex-go/176@tmp/private_key_6627350076494828831.key (/w/workspace/edgex-go/176@tmp/private_key_6627350076494828831.key) [2020-10-12T01:43:29.217Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-12T01:43:29.554Z] + git semver push [2020-10-12T01:43:29.555Z] # -> Open(): unable to determine branch for HEAD [2020-10-12T01:43:29.555Z] # $GIT_DIR = /w/workspace/edgex-go/176/.git [2020-10-12T01:43:29.555Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/176 [2020-10-12T01:43:29.555Z] # $SEMVER_REMOTE_NAME = origin [2020-10-12T01:43:29.555Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-12T01:43:29.555Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-12T01:43:29.555Z] # $SEMVER_BRANCH = master [2020-10-12T01:43:29.555Z] # $SEMVER_DIR = /w/workspace/edgex-go/176/.semver [Pipeline] } [2020-10-12T01:43:39.591Z] $ docker exec --env ******** --env ******** fb182690150e498a9b72d3ab5f2e65c3ece2ba0a7d91a45f4fe76450b975b8fd ssh-agent -k [2020-10-12T01:43:39.712Z] unset SSH_AUTH_SOCK; [2020-10-12T01:43:39.712Z] unset SSH_AGENT_PID; [2020-10-12T01:43:39.712Z] echo Agent pid 18 killed; [2020-10-12T01:43:39.756Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-12T01:43:40.202Z] + git semver [Pipeline] } [2020-10-12T01:43:40.221Z] $ docker stop --time=1 fb182690150e498a9b72d3ab5f2e65c3ece2ba0a7d91a45f4fe76450b975b8fd [2020-10-12T01:43:41.600Z] $ docker rm -f fb182690150e498a9b72d3ab5f2e65c3ece2ba0a7d91a45f4fe76450b975b8fd [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-12T01:43:42.584Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T01:43:43.456Z] ---> package-listing.sh [2020-10-12T01:43:43.456Z] ++ facter osfamily [2020-10-12T01:43:43.456Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-12T01:43:43.456Z] + OS_FAMILY=redhat [2020-10-12T01:43:43.456Z] + workspace=/w/workspace/edgex-go/176 [2020-10-12T01:43:43.456Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-12T01:43:43.456Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-12T01:43:43.456Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-12T01:43:43.456Z] + PACKAGES=/tmp/packages_start.txt [2020-10-12T01:43:43.456Z] + '[' /w/workspace/edgex-go/176 ']' [2020-10-12T01:43:43.456Z] + PACKAGES=/tmp/packages_end.txt [2020-10-12T01:43:43.456Z] + case "${OS_FAMILY}" in [2020-10-12T01:43:43.456Z] + rpm -qa [2020-10-12T01:43:43.456Z] + sort [2020-10-12T01:43:47.666Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-12T01:43:47.666Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-12T01:43:47.666Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-12T01:43:47.666Z] + '[' /w/workspace/edgex-go/176 ']' [2020-10-12T01:43:47.666Z] + mkdir -p /w/workspace/edgex-go/176/archives/ [2020-10-12T01:43:47.666Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/176/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-12T01:43:47.885Z] provisioning config files... [2020-10-12T01:43:47.901Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/176@tmp/config2907139994689423091tmp [Pipeline] { [Pipeline] echo [2020-10-12T01:43:47.964Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T01:43:48.258Z] ---> create-netrc.sh [Pipeline] } [2020-10-12T01:43:48.267Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-12T01:43:48.348Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T01:43:48.642Z] ---> python-tools-install.sh [2020-10-12T01:43:48.642Z] Generating Requirements File [2020-10-12T01:45:10.171Z] Python 3.6.8 [2020-10-12T01:45:10.171Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-12T01:45:10.171Z] appdirs==1.4.3 [2020-10-12T01:45:10.171Z] argcomplete==1.12.1 [2020-10-12T01:45:10.172Z] aspy.yaml==1.3.0 [2020-10-12T01:45:10.172Z] attrs==19.3.0 [2020-10-12T01:45:10.172Z] Babel==2.8.0 [2020-10-12T01:45:10.172Z] beautifulsoup4==4.8.2 [2020-10-12T01:45:10.172Z] boto3==1.11.6 [2020-10-12T01:45:10.172Z] botocore==1.14.6 [2020-10-12T01:45:10.172Z] bs4==0.0.1 [2020-10-12T01:45:10.172Z] cachetools==4.1.1 [2020-10-12T01:45:10.172Z] certifi==2019.11.28 [2020-10-12T01:45:10.172Z] cffi==1.14.3 [2020-10-12T01:45:10.172Z] cfgv==2.0.1 [2020-10-12T01:45:10.172Z] chardet==3.0.4 [2020-10-12T01:45:10.172Z] click==7.1 [2020-10-12T01:45:10.172Z] cliff==3.4.0 [2020-10-12T01:45:10.172Z] cmd2==1.3.11 [2020-10-12T01:45:10.172Z] colorama==0.4.3 [2020-10-12T01:45:10.172Z] cryptography==3.1.1 [2020-10-12T01:45:10.172Z] debtcollector==2.2.0 [2020-10-12T01:45:10.172Z] decorator==4.4.2 [2020-10-12T01:45:10.172Z] defusedxml==0.6.0 [2020-10-12T01:45:10.172Z] Deprecated==1.2.7 [2020-10-12T01:45:10.172Z] distlib==0.3.1 [2020-10-12T01:45:10.172Z] distro==1.2.0 [2020-10-12T01:45:10.172Z] dnspython==1.16.0 [2020-10-12T01:45:10.172Z] docker==4.2.0 [2020-10-12T01:45:10.172Z] docutils==0.15.2 [2020-10-12T01:45:10.172Z] dogpile.cache==1.0.2 [2020-10-12T01:45:10.172Z] email-validator==1.0.5 [2020-10-12T01:45:10.172Z] filelock==3.0.12 [2020-10-12T01:45:10.172Z] future==0.18.2 [2020-10-12T01:45:10.172Z] google-auth==1.22.1 [2020-10-12T01:45:10.172Z] httplib2==0.17.0 [2020-10-12T01:45:10.172Z] identify==1.4.11 [2020-10-12T01:45:10.172Z] idna==2.9 [2020-10-12T01:45:10.172Z] importlib-metadata==2.0.0 [2020-10-12T01:45:10.172Z] importlib-resources==1.5.0 [2020-10-12T01:45:10.172Z] iso8601==0.1.13 [2020-10-12T01:45:10.172Z] Jinja2==2.11.1 [2020-10-12T01:45:10.172Z] jmespath==0.10.0 [2020-10-12T01:45:10.172Z] jsonpatch==1.26 [2020-10-12T01:45:10.172Z] jsonpointer==2.0 [2020-10-12T01:45:10.172Z] jsonschema==3.2.0 [2020-10-12T01:45:10.172Z] keystoneauth1==4.2.1 [2020-10-12T01:45:10.172Z] kubernetes==11.0.0 [2020-10-12T01:45:10.172Z] lftools==0.34.2 [2020-10-12T01:45:10.172Z] lxml==4.5.0 [2020-10-12T01:45:10.172Z] MarkupSafe==0.23 [2020-10-12T01:45:10.172Z] msgpack==1.0.0 [2020-10-12T01:45:10.172Z] multi-key-dict==2.0.3 [2020-10-12T01:45:10.172Z] munch==2.5.0 [2020-10-12T01:45:10.172Z] netaddr==0.8.0 [2020-10-12T01:45:10.172Z] netifaces==0.10.9 [2020-10-12T01:45:10.172Z] niet==1.4.2 [2020-10-12T01:45:10.172Z] nodeenv==1.3.5 [2020-10-12T01:45:10.172Z] oauth2client==4.1.3 [2020-10-12T01:45:10.172Z] oauthlib==3.1.0 [2020-10-12T01:45:10.172Z] openstacksdk==0.50.0 [2020-10-12T01:45:10.172Z] os-client-config==2.1.0 [2020-10-12T01:45:10.172Z] os-service-types==1.7.0 [2020-10-12T01:45:10.172Z] osc-lib==2.2.1 [2020-10-12T01:45:10.172Z] oslo.config==8.3.2 [2020-10-12T01:45:10.172Z] oslo.context==3.1.1 [2020-10-12T01:45:10.172Z] oslo.i18n==5.0.1 [2020-10-12T01:45:10.172Z] oslo.log==4.4.0 [2020-10-12T01:45:10.172Z] oslo.serialization==4.0.1 [2020-10-12T01:45:10.172Z] oslo.utils==4.6.0 [2020-10-12T01:45:10.172Z] packaging==20.4 [2020-10-12T01:45:10.172Z] pbr==5.4.4 [2020-10-12T01:45:10.172Z] pluggy==0.13.1 [2020-10-12T01:45:10.172Z] prettytable==0.7.2 [2020-10-12T01:45:10.172Z] py==1.9.0 [2020-10-12T01:45:10.172Z] pyasn1==0.4.8 [2020-10-12T01:45:10.172Z] pyasn1-modules==0.2.8 [2020-10-12T01:45:10.172Z] pycparser==2.20 [2020-10-12T01:45:10.172Z] pygerrit2==2.0.10 [2020-10-12T01:45:10.172Z] PyGithub==1.46 [2020-10-12T01:45:10.172Z] pyinotify==0.9.6 [2020-10-12T01:45:10.172Z] PyJWT==1.7.1 [2020-10-12T01:45:10.172Z] pyparsing==2.4.7 [2020-10-12T01:45:10.172Z] pyperclip==1.8.1 [2020-10-12T01:45:10.172Z] pyroute2==0.4.13 [2020-10-12T01:45:10.172Z] pyrsistent==0.15.7 [2020-10-12T01:45:10.172Z] PySocks==1.6.8 [2020-10-12T01:45:10.172Z] python-cinderclient==7.2.0 [2020-10-12T01:45:10.172Z] python-dateutil==2.8.1 [2020-10-12T01:45:10.172Z] python-heatclient==2.2.1 [2020-10-12T01:45:10.172Z] python-jenkins==1.7.0 [2020-10-12T01:45:10.172Z] python-keystoneclient==4.1.1 [2020-10-12T01:45:10.172Z] python-magnumclient==3.2.1 [2020-10-12T01:45:10.172Z] python-novaclient==17.2.1 [2020-10-12T01:45:10.172Z] python-openstackclient==5.4.0 [2020-10-12T01:45:10.172Z] python-swiftclient==3.10.1 [2020-10-12T01:45:10.172Z] pytz==2020.1 [2020-10-12T01:45:10.172Z] PyYAML==5.3 [2020-10-12T01:45:10.172Z] requests==2.23.0 [2020-10-12T01:45:10.172Z] requests-oauthlib==1.3.0 [2020-10-12T01:45:10.172Z] requestsexceptions==1.4.0 [2020-10-12T01:45:10.172Z] rfc3986==1.4.0 [2020-10-12T01:45:10.172Z] rpm==4.11.3 [2020-10-12T01:45:10.172Z] rsa==4.0 [2020-10-12T01:45:10.172Z] ruamel.yaml==0.16.10 [2020-10-12T01:45:10.172Z] ruamel.yaml.clib==0.2.0 [2020-10-12T01:45:10.172Z] s3transfer==0.3.3 [2020-10-12T01:45:10.172Z] shade==1.27.2 [2020-10-12T01:45:10.172Z] simplejson==3.17.2 [2020-10-12T01:45:10.172Z] six==1.14.0 [2020-10-12T01:45:10.172Z] soupsieve==2.0 [2020-10-12T01:45:10.172Z] stevedore==3.2.2 [2020-10-12T01:45:10.172Z] tabulate==0.8.6 [2020-10-12T01:45:10.172Z] toml==0.10.0 [2020-10-12T01:45:10.172Z] tox==3.20.1 [2020-10-12T01:45:10.172Z] tqdm==4.43.0 [2020-10-12T01:45:10.172Z] urllib3==1.25.8 [2020-10-12T01:45:10.172Z] virtualenv==20.0.33 [2020-10-12T01:45:10.172Z] wcwidth==0.2.5 [2020-10-12T01:45:10.172Z] websocket-client==0.57.0 [2020-10-12T01:45:10.172Z] wrapt==1.12.1 [2020-10-12T01:45:10.172Z] xdg==3.0.2 [2020-10-12T01:45:10.172Z] xmltodict==0.12.0 [2020-10-12T01:45:10.172Z] yq==2.11.1 [2020-10-12T01:45:10.172Z] zipp==3.3.0 [2020-10-12T01:45:10.172Z] Cache entry deserialization failed, entry ignored [2020-10-12T01:45:10.172Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-12T01:45:10.172Z] Python 2.7.5 [2020-10-12T01:45:10.172Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-12T01:45:10.172Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-12T01:45:10.172Z] ansible==2.9.7 [2020-10-12T01:45:10.172Z] Babel==0.9.6 [2020-10-12T01:45:10.172Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-12T01:45:10.172Z] beautifulsoup4==4.4.1 [2020-10-12T01:45:10.172Z] bodhi==2.11.0 [2020-10-12T01:45:10.172Z] bodhi-client==2.11.0 [2020-10-12T01:45:10.172Z] CCColUtils==1.4 [2020-10-12T01:45:10.172Z] cffi==1.6.0 [2020-10-12T01:45:10.172Z] chardet==2.2.1 [2020-10-12T01:45:10.172Z] click==6.7 [2020-10-12T01:45:10.172Z] cloud-init==18.5 [2020-10-12T01:45:10.172Z] configobj==4.7.2 [2020-10-12T01:45:10.172Z] cryptography==1.7.2 [2020-10-12T01:45:10.172Z] decorator==3.4.0 [2020-10-12T01:45:10.172Z] distro==1.2.0 [2020-10-12T01:45:10.172Z] enum34==1.0.4 [2020-10-12T01:45:10.172Z] fedpkg==1.38 [2020-10-12T01:45:10.172Z] futures==3.1.1 [2020-10-12T01:45:10.172Z] gitdb==0.6.4 [2020-10-12T01:45:10.172Z] GitPython==1.0.1 [2020-10-12T01:45:10.172Z] html5lib==0.999 [2020-10-12T01:45:10.172Z] httplib2==0.9.2 [2020-10-12T01:45:10.172Z] idna==2.4 [2020-10-12T01:45:10.172Z] iniparse==0.4 [2020-10-12T01:45:10.172Z] ipaddress==1.0.16 [2020-10-12T01:45:10.172Z] IPy==0.75 [2020-10-12T01:45:10.172Z] javapackages==1.0.0 [2020-10-12T01:45:10.172Z] Jinja2==2.7.2 [2020-10-12T01:45:10.172Z] jmespath==0.9.4 [2020-10-12T01:45:10.172Z] jsonpatch==1.2 [2020-10-12T01:45:10.172Z] jsonpointer==1.9 [2020-10-12T01:45:10.172Z] kerberos==1.1 [2020-10-12T01:45:10.172Z] kitchen==1.1.1 [2020-10-12T01:45:10.172Z] langtable==0.0.31 [2020-10-12T01:45:10.172Z] lockfile==0.9.1 [2020-10-12T01:45:10.172Z] lxml==3.2.1 [2020-10-12T01:45:10.172Z] MarkupSafe==0.11 [2020-10-12T01:45:10.172Z] munch==2.0.2 [2020-10-12T01:45:10.172Z] offtrac==0.1.0 [2020-10-12T01:45:10.172Z] openidc-client==0.6.0 [2020-10-12T01:45:10.172Z] packagedb-cli==2.14.1 [2020-10-12T01:45:10.172Z] paramiko==2.1.1 [2020-10-12T01:45:10.172Z] perf==0.1 [2020-10-12T01:45:10.172Z] ply==3.4 [2020-10-12T01:45:10.172Z] policycoreutils-default-encoding==0.1 [2020-10-12T01:45:10.172Z] prettytable==0.7.2 [2020-10-12T01:45:10.172Z] pyasn1==0.1.9 [2020-10-12T01:45:10.172Z] pycparser==2.14 [2020-10-12T01:45:10.172Z] pycurl==7.19.0 [2020-10-12T01:45:10.172Z] pygobject==3.22.0 [2020-10-12T01:45:10.172Z] pygpgme==0.3 [2020-10-12T01:45:10.172Z] pyliblzma==0.5.3 [2020-10-12T01:45:10.172Z] pyOpenSSL==0.13.1 [2020-10-12T01:45:10.172Z] pyparsing==1.5.6 [2020-10-12T01:45:10.172Z] pyserial==2.6 [2020-10-12T01:45:10.172Z] python-augeas==0.5.0 [2020-10-12T01:45:10.172Z] python-bugzilla==2.3.0 [2020-10-12T01:45:10.172Z] python-dateutil==1.5 [2020-10-12T01:45:10.172Z] python-fedora==0.10.0 [2020-10-12T01:45:10.172Z] python-linux-procfs==0.4.9 [2020-10-12T01:45:10.172Z] python-yubico==1.2.3 [2020-10-12T01:45:10.172Z] pyudev==0.15 [2020-10-12T01:45:10.172Z] pyusb==1.0.0b1 [2020-10-12T01:45:10.172Z] pyxattr==0.5.1 [2020-10-12T01:45:10.172Z] PyYAML==3.10 [2020-10-12T01:45:10.172Z] requests==2.6.0 [2020-10-12T01:45:10.172Z] requests-kerberos==0.7.0 [2020-10-12T01:45:10.172Z] rpkg==1.60 [2020-10-12T01:45:10.172Z] schedutils==0.4 [2020-10-12T01:45:10.172Z] seobject==0.1 [2020-10-12T01:45:10.172Z] sepolicy==1.1 [2020-10-12T01:45:10.172Z] six==1.9.0 [2020-10-12T01:45:10.172Z] smmap==0.9.0 [2020-10-12T01:45:10.172Z] urlgrabber==3.10 [2020-10-12T01:45:10.172Z] urllib3==1.10.2 [2020-10-12T01:45:10.172Z] virtualenv==15.1.0 [2020-10-12T01:45:10.172Z] yum-langpacks==0.4.2 [2020-10-12T01:45:10.172Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-12T01:45:10.185Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T01:45:10.487Z] ---> sudo-logs.sh [2020-10-12T01:45:10.487Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-12T01:45:10.759Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T01:45:11.061Z] ---> job-cost.sh [2020-10-12T01:45:11.061Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-dW0c [2020-10-12T01:45:21.094Z] Cache entry deserialization failed, entry ignored [2020-10-12T01:45:21.094Z] Cache entry deserialization failed, entry ignored [2020-10-12T01:45:21.667Z] Cache entry deserialization failed, entry ignored [2020-10-12T01:45:21.667Z] Cache entry deserialization failed, entry ignored [2020-10-12T01:45:21.933Z] Cache entry deserialization failed, entry ignored [2020-10-12T01:45:22.194Z] Cache entry deserialization failed, entry ignored [2020-10-12T01:45:22.194Z] Cache entry deserialization failed, entry ignored [2020-10-12T01:45:22.455Z] Cache entry deserialization failed, entry ignored [2020-10-12T01:45:22.455Z] Cache entry deserialization failed, entry ignored [2020-10-12T01:45:22.455Z] Cache entry deserialization failed, entry ignored [2020-10-12T01:45:22.455Z] Cache entry deserialization failed, entry ignored [2020-10-12T01:45:22.721Z] Cache entry deserialization failed, entry ignored [2020-10-12T01:45:22.721Z] Cache entry deserialization failed, entry ignored [2020-10-12T01:45:25.276Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-12T01:45:51.885Z] lf-activate-venv(): INFO: Adding /tmp/venv-dW0c/bin to PATH [2020-10-12T01:45:51.885Z] INFO: No Stack... [2020-10-12T01:45:52.999Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-12T01:45:53.594Z] INFO: Archiving Costs [Pipeline] echo [2020-10-12T01:45:53.875Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-12T01:45:54.234Z] ---> logs-deploy.sh [2020-10-12T01:45:54.234Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/176 [2020-10-12T01:45:54.234Z] INFO: archiving workspace using pattern(s): [2020-10-12T01:45:56.778Z] Archives upload complete. [2020-10-12T01:45:56.778Z] INFO: archiving logs to Nexus