Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1366034a2a507deba7d94ee721da807f71a065bf 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-1931 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/149 [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/149 # 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 1366034a2a507deba7d94ee721da807f71a065bf (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 1366034a2a507deba7d94ee721da807f71a065bf # timeout=10 Commit message: "Merge pull request #2717 from iain-anderson/device-moved" > git rev-list --no-walk 486acce821f8b1a566eceb8e674eaca6a9d8dcca # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-29T04:44:53.757Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-29T04:44:54.192Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-29T04:44:54.301Z] ========================================================= [2020-09-29T04:44:54.301Z] EdgeX Global Pipelines Version Info [2020-09-29T04:44:54.301Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-29T04:44:55.916Z] ------------------- [2020-09-29T04:44:55.916Z] stable info: [2020-09-29T04:44:55.916Z] ------------------- [2020-09-29T04:44:55.916Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-29T04:44:55.916Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-09-29T04:44:55.916Z] Message: update stable to v1.0.131 [2020-09-29T04:44:56.867Z] ------------------- [2020-09-29T04:44:56.867Z] experimental info: [2020-09-29T04:44:56.867Z] ------------------- [2020-09-29T04:44:56.867Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-29T04:44:56.867Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-09-29T04:44:56.867Z] Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-09-29T04:44:57.172Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-09-29T04:44:57.275Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-09-29T04:44:57.382Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-29T04:44:57.476Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-29T04:44:57.583Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-29T04:44:57.685Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-29T04:44:57.787Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-29T04:44:57.885Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-09-29T04:44:57.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-09-29T04:44:58.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-09-29T04:44:58.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-29T04:44:58.285Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-29T04:44:58.383Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-29T04:44:58.484Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-29T04:44:58.576Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-29T04:44:58.680Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-29T04:44:58.773Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-29T04:44:58.880Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-29T04:44:58.968Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-29T04:44:59.056Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-09-29T04:44:59.166Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-29T04:44:59.256Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-29T04:44:59.345Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-29T04:44:59.457Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-29T04:44:59.551Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] echo [2020-09-29T04:44:59.642Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1366034 [Pipeline] echo [2020-09-29T04:44:59.741Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-09-29T04:45:00.137Z] ++ 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-09-29T04:45:00.137Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-29T04:45:00.137Z] ++ dirname cmd/core-command/Dockerfile [2020-09-29T04:45:00.137Z] ++ cut -d/ -f2 [2020-09-29T04:45:00.137Z] + echo core-command,cmd/core-command/Dockerfile [2020-09-29T04:45:00.137Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-29T04:45:00.137Z] ++ dirname cmd/core-data/Dockerfile [2020-09-29T04:45:00.137Z] ++ cut -d/ -f2 [2020-09-29T04:45:00.137Z] + echo core-data,cmd/core-data/Dockerfile [2020-09-29T04:45:00.137Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-29T04:45:00.137Z] ++ dirname cmd/core-metadata/Dockerfile [2020-09-29T04:45:00.137Z] ++ cut -d/ -f2 [2020-09-29T04:45:00.137Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-09-29T04:45:00.137Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-29T04:45:00.137Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-09-29T04:45:00.137Z] ++ cut -d/ -f2 [2020-09-29T04:45:00.137Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-09-29T04:45:00.137Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-29T04:45:00.137Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-09-29T04:45:00.137Z] ++ cut -d/ -f2 [2020-09-29T04:45:00.137Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-09-29T04:45:00.137Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-29T04:45:00.137Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-09-29T04:45:00.137Z] ++ cut -d/ -f2 [2020-09-29T04:45:00.137Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-09-29T04:45:00.137Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-29T04:45:00.137Z] ++ dirname cmd/support-logging/Dockerfile [2020-09-29T04:45:00.137Z] ++ cut -d/ -f2 [2020-09-29T04:45:00.137Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-09-29T04:45:00.137Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-29T04:45:00.137Z] ++ dirname cmd/support-notifications/Dockerfile [2020-09-29T04:45:00.137Z] ++ cut -d/ -f2 [2020-09-29T04:45:00.137Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-09-29T04:45:00.137Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-29T04:45:00.137Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-09-29T04:45:00.137Z] ++ cut -d/ -f2 [2020-09-29T04:45:00.137Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-09-29T04:45:00.137Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-29T04:45:00.137Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-09-29T04:45:00.137Z] ++ cut -d/ -f2 [2020-09-29T04:45:00.137Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-09-29T04:45:00.210Z] 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-09-29T04:45:01.864Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-29T04:45:02.127Z] [2020-09-29T04:45:02.127Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:45:02.485Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-29T04:45:02.485Z] latest: Pulling from edgex-devops/git-semver [2020-09-29T04:45:02.485Z] 31603596830f: Pulling fs layer [2020-09-29T04:45:02.485Z] 2a8b12db71e7: Pulling fs layer [2020-09-29T04:45:02.485Z] 6ca5941a6612: Pulling fs layer [2020-09-29T04:45:02.485Z] ecc8261a40a4: Pulling fs layer [2020-09-29T04:45:02.485Z] ecc8261a40a4: Waiting [2020-09-29T04:45:02.760Z] 2a8b12db71e7: Verifying Checksum [2020-09-29T04:45:02.760Z] 2a8b12db71e7: Download complete [2020-09-29T04:45:02.760Z] 31603596830f: Download complete [2020-09-29T04:45:02.760Z] ecc8261a40a4: Verifying Checksum [2020-09-29T04:45:02.760Z] ecc8261a40a4: Download complete [2020-09-29T04:45:03.039Z] 6ca5941a6612: Verifying Checksum [2020-09-29T04:45:03.039Z] 6ca5941a6612: Download complete [2020-09-29T04:45:03.302Z] 31603596830f: Pull complete [2020-09-29T04:45:03.302Z] 2a8b12db71e7: Pull complete [2020-09-29T04:45:04.264Z] 6ca5941a6612: Pull complete [2020-09-29T04:45:04.526Z] ecc8261a40a4: Pull complete [2020-09-29T04:45:04.526Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-29T04:45:04.526Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-29T04:45:04.526Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-29T04:45:04.644Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T04:45:04.701Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T04:45:07.340Z] $ docker top e1c167e050e1b3792110e3fe168b38deafb14bc903b777772348b6e5858ac2cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-29T04:45:07.719Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-29T04:45:07.719Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-29T04:45:07.955Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-29T04:45:07.961Z] $ docker exec e1c167e050e1b3792110e3fe168b38deafb14bc903b777772348b6e5858ac2cb ssh-agent [2020-09-29T04:45:08.140Z] SSH_AUTH_SOCK=/tmp/ssh-7g50AO0XDS7F/agent.11 [2020-09-29T04:45:08.140Z] SSH_AGENT_PID=16 [2020-09-29T04:45:08.157Z] Running ssh-add (command line suppressed) [2020-09-29T04:45:08.285Z] Identity added: /w/workspace/edgex-go/149@tmp/private_key_5058507255437238092.key (/w/workspace/edgex-go/149@tmp/private_key_5058507255437238092.key) [2020-09-29T04:45:08.334Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-29T04:45:08.683Z] + git describe --exact-match --tags HEAD [2020-09-29T04:45:08.684Z] fatal: no tag exactly matches '1366034a2a507deba7d94ee721da807f71a065bf' [Pipeline] } [2020-09-29T04:45:08.784Z] $ docker exec --env ******** --env ******** e1c167e050e1b3792110e3fe168b38deafb14bc903b777772348b6e5858ac2cb ssh-agent -k [2020-09-29T04:45:08.915Z] unset SSH_AUTH_SOCK; [2020-09-29T04:45:08.915Z] unset SSH_AGENT_PID; [2020-09-29T04:45:08.915Z] echo Agent pid 16 killed; [2020-09-29T04:45:08.956Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-29T04:45:09.051Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-29T04:45:09.051Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-29T04:45:09.174Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-29T04:45:09.174Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-29T04:45:09.341Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-29T04:45:09.348Z] $ docker exec e1c167e050e1b3792110e3fe168b38deafb14bc903b777772348b6e5858ac2cb ssh-agent [2020-09-29T04:45:09.517Z] SSH_AUTH_SOCK=/tmp/ssh-AANjm62GLWiy/agent.44 [2020-09-29T04:45:09.517Z] SSH_AGENT_PID=49 [2020-09-29T04:45:09.524Z] Running ssh-add (command line suppressed) [2020-09-29T04:45:09.646Z] Identity added: /w/workspace/edgex-go/149@tmp/private_key_9131844495315613785.key (/w/workspace/edgex-go/149@tmp/private_key_9131844495315613785.key) [2020-09-29T04:45:09.698Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-29T04:45:10.039Z] + git semver init [2020-09-29T04:45:10.039Z] # -> Open(): unable to determine branch for HEAD [2020-09-29T04:45:10.039Z] # $GIT_DIR = /w/workspace/edgex-go/149/.git [2020-09-29T04:45:10.039Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/149 [2020-09-29T04:45:10.039Z] # $SEMVER_REMOTE_NAME = origin [2020-09-29T04:45:10.039Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-29T04:45:10.039Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-29T04:45:10.039Z] # $SEMVER_BRANCH = master [2020-09-29T04:45:10.039Z] # $SEMVER_TEMP = /tmp/semver-116107562 [2020-09-29T04:45:10.039Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-09-29T04:45:28.219Z] # '/tmp/semver-116107562' -> '/w/workspace/edgex-go/149/.semver' [2020-09-29T04:45:28.219Z] # -> Force: false [2020-09-29T04:45:28.219Z] # $SEMVER_DIR = /w/workspace/edgex-go/149/.semver [Pipeline] } [2020-09-29T04:45:28.235Z] $ docker exec --env ******** --env ******** e1c167e050e1b3792110e3fe168b38deafb14bc903b777772348b6e5858ac2cb ssh-agent -k [2020-09-29T04:45:28.425Z] unset SSH_AUTH_SOCK; [2020-09-29T04:45:28.426Z] unset SSH_AGENT_PID; [2020-09-29T04:45:28.426Z] echo Agent pid 49 killed; [2020-09-29T04:45:28.483Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-29T04:45:28.992Z] + git semver [Pipeline] } [2020-09-29T04:45:29.015Z] $ docker stop --time=1 e1c167e050e1b3792110e3fe168b38deafb14bc903b777772348b6e5858ac2cb [2020-09-29T04:45:30.696Z] $ docker rm -f e1c167e050e1b3792110e3fe168b38deafb14bc903b777772348b6e5858ac2cb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-29T04:45:44.795Z] Stashed 51 file(s) [Pipeline] echo [2020-09-29T04:45:44.798Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.34 [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-09-29T04:45:45.364Z] ========================================================= [2020-09-29T04:45:45.365Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-29T04:45:45.365Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:45:45.705Z] + 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-09-29T04:45:49.940Z] Sending build context to Docker daemon 324.4MB [2020-09-29T04:45:49.940Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-29T04:45:49.940Z] Step 2/7 : FROM ${BASE} [2020-09-29T04:45:49.940Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-29T04:45:49.940Z] df20fa9351a1: Pulling fs layer [2020-09-29T04:45:49.940Z] ed8968b2872e: Pulling fs layer [2020-09-29T04:45:49.940Z] a92cc7c5fd73: Pulling fs layer [2020-09-29T04:45:49.940Z] e871e8e8d7a9: Pulling fs layer [2020-09-29T04:45:49.940Z] e73272ec9a57: Pulling fs layer [2020-09-29T04:45:49.940Z] 1e910a182e73: Pulling fs layer [2020-09-29T04:45:49.940Z] 4e634b169226: Pulling fs layer [2020-09-29T04:45:49.940Z] e871e8e8d7a9: Waiting [2020-09-29T04:45:49.940Z] e73272ec9a57: Waiting [2020-09-29T04:45:49.940Z] 1e910a182e73: Waiting [2020-09-29T04:45:49.940Z] 4e634b169226: Waiting [2020-09-29T04:45:49.940Z] a92cc7c5fd73: Verifying Checksum [2020-09-29T04:45:49.940Z] a92cc7c5fd73: Download complete [2020-09-29T04:45:49.940Z] ed8968b2872e: Download complete [2020-09-29T04:45:49.940Z] e73272ec9a57: Verifying Checksum [2020-09-29T04:45:49.940Z] e73272ec9a57: Download complete [2020-09-29T04:45:49.940Z] 1e910a182e73: Verifying Checksum [2020-09-29T04:45:49.940Z] 1e910a182e73: Download complete [2020-09-29T04:45:49.940Z] df20fa9351a1: Verifying Checksum [2020-09-29T04:45:49.940Z] df20fa9351a1: Download complete [2020-09-29T04:45:50.205Z] df20fa9351a1: Pull complete [2020-09-29T04:45:50.468Z] ed8968b2872e: Pull complete [2020-09-29T04:45:50.468Z] a92cc7c5fd73: Pull complete [2020-09-29T04:45:51.865Z] 4e634b169226: Verifying Checksum [2020-09-29T04:45:51.865Z] 4e634b169226: Download complete [2020-09-29T04:45:52.442Z] e871e8e8d7a9: Verifying Checksum [2020-09-29T04:45:52.442Z] e871e8e8d7a9: Download complete [2020-09-29T04:45:57.760Z] e871e8e8d7a9: Pull complete [2020-09-29T04:45:57.760Z] e73272ec9a57: Pull complete [2020-09-29T04:45:57.760Z] 1e910a182e73: Pull complete [2020-09-29T04:46:00.144Z] Still waiting to schedule task [2020-09-29T04:46:00.144Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-29T04:46:05.950Z] 4e634b169226: Pull complete [2020-09-29T04:46:06.212Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-29T04:46:06.212Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-29T04:46:06.212Z] ---> f7629b54cfaa [2020-09-29T04:46:06.212Z] 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-09-29T04:46:06.476Z] ---> Running in 15b36ec2dc6a [2020-09-29T04:46:07.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-29T04:46:07.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-29T04:46:08.246Z] (1/12) Installing libmagic (5.38-r0) [2020-09-29T04:46:09.206Z] (2/12) Installing file (5.38-r0) [2020-09-29T04:46:09.206Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-29T04:46:09.206Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-29T04:46:15.854Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-29T04:46:15.854Z] (6/12) Installing patch (2.7.6-r6) [2020-09-29T04:46:16.118Z] (7/12) Installing build-base (0.5-r2) [2020-09-29T04:46:16.118Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-29T04:46:16.118Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-29T04:46:16.385Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-29T04:46:16.385Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-29T04:46:16.649Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-29T04:46:16.649Z] Executing busybox-1.31.1-r16.trigger [2020-09-29T04:46:16.649Z] OK: 233 MiB in 51 packages [2020-09-29T04:46:20.995Z] Removing intermediate container 15b36ec2dc6a [2020-09-29T04:46:20.995Z] ---> 1eadf65aff26 [2020-09-29T04:46:20.995Z] Step 4/7 : WORKDIR /edgex-go [2020-09-29T04:46:20.995Z] ---> Running in 918a236db1bc [2020-09-29T04:46:20.995Z] Removing intermediate container 918a236db1bc [2020-09-29T04:46:20.995Z] ---> 39bac778695e [2020-09-29T04:46:20.995Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-29T04:46:20.995Z] latest: Pulling from library/docker [2020-09-29T04:46:21.368Z] df20fa9351a1: Already exists [2020-09-29T04:46:21.368Z] 25ad7478873d: Pulling fs layer [2020-09-29T04:46:21.368Z] 4684f6177b5d: Pulling fs layer [2020-09-29T04:46:21.368Z] 8ba584e970af: Pulling fs layer [2020-09-29T04:46:21.368Z] 3cdc74d2b06d: Pulling fs layer [2020-09-29T04:46:21.368Z] 4cf5a0d07c1f: Pulling fs layer [2020-09-29T04:46:21.368Z] fca0ccc462d5: Pulling fs layer [2020-09-29T04:46:21.368Z] 3cdc74d2b06d: Waiting [2020-09-29T04:46:21.368Z] 4cf5a0d07c1f: Waiting [2020-09-29T04:46:21.368Z] fca0ccc462d5: Waiting [2020-09-29T04:46:21.368Z] 4684f6177b5d: Download complete [2020-09-29T04:46:21.368Z] 25ad7478873d: Verifying Checksum [2020-09-29T04:46:21.368Z] 25ad7478873d: Download complete [2020-09-29T04:46:21.695Z] 3cdc74d2b06d: Verifying Checksum [2020-09-29T04:46:21.695Z] 3cdc74d2b06d: Download complete [2020-09-29T04:46:21.695Z] 4cf5a0d07c1f: Verifying Checksum [2020-09-29T04:46:21.695Z] 4cf5a0d07c1f: Download complete [2020-09-29T04:46:21.695Z] 25ad7478873d: Pull complete [2020-09-29T04:46:21.695Z] fca0ccc462d5: Verifying Checksum [2020-09-29T04:46:21.695Z] fca0ccc462d5: Download complete [2020-09-29T04:46:21.695Z] 4684f6177b5d: Pull complete [2020-09-29T04:46:22.356Z] 8ba584e970af: Verifying Checksum [2020-09-29T04:46:22.356Z] 8ba584e970af: Download complete [2020-09-29T04:46:25.004Z] 8ba584e970af: Pull complete [2020-09-29T04:46:25.004Z] 3cdc74d2b06d: Pull complete [2020-09-29T04:46:25.004Z] 4cf5a0d07c1f: Pull complete [2020-09-29T04:46:25.290Z] fca0ccc462d5: Pull complete [2020-09-29T04:46:25.290Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-29T04:46:25.290Z] Status: Downloaded newer image for docker:latest [2020-09-29T04:46:27.266Z] ---> 009e4a5beb77 [2020-09-29T04:46:27.266Z] Step 6/7 : COPY go.mod . [2020-09-29T04:46:27.552Z] ---> 7a744cb02d66 [2020-09-29T04:46:27.552Z] Step 7/7 : RUN go mod download [2020-09-29T04:46:27.552Z] ---> Running in 5630bfb092b9 [2020-09-29T04:46:49.656Z] Removing intermediate container 5630bfb092b9 [2020-09-29T04:46:49.656Z] ---> d34947524879 [2020-09-29T04:46:49.656Z] Successfully built d34947524879 [2020-09-29T04:46:49.656Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:46:49.997Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-29T04:46:49.997Z] . [Pipeline] withDockerContainer [2020-09-29T04:46:50.117Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T04:46:50.180Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T04:46:50.955Z] $ docker top 1f0f99e309c9dcc4de636bb788927835b892e2c93de06d53c577485a79fa1389 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-29T04:46:51.477Z] + go version [2020-09-29T04:46:51.478Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-29T04:46:51.495Z] $ docker stop --time=1 1f0f99e309c9dcc4de636bb788927835b892e2c93de06d53c577485a79fa1389 [2020-09-29T04:46:53.286Z] $ docker rm -f 1f0f99e309c9dcc4de636bb788927835b892e2c93de06d53c577485a79fa1389 [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-09-29T04:46:57.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-29T04:46:57.154Z] [2020-09-29T04:46:57.154Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:46:57.503Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-29T04:46:57.504Z] latest: Pulling from edgex-devops/edgex-compose [2020-09-29T04:46:57.504Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-29T04:46:57.504Z] ca9280d653b3: Pulling fs layer [2020-09-29T04:46:57.504Z] 7e9c9ca2126c: Pulling fs layer [2020-09-29T04:46:57.766Z] cbdbe7a5bc2a: Download complete [2020-09-29T04:46:58.029Z] cbdbe7a5bc2a: Pull complete [2020-09-29T04:46:58.029Z] ca9280d653b3: Verifying Checksum [2020-09-29T04:46:58.029Z] ca9280d653b3: Download complete [2020-09-29T04:46:59.430Z] 7e9c9ca2126c: Verifying Checksum [2020-09-29T04:46:59.430Z] 7e9c9ca2126c: Download complete [2020-09-29T04:46:59.430Z] ca9280d653b3: Pull complete [2020-09-29T04:47:06.086Z] 7e9c9ca2126c: Pull complete [2020-09-29T04:47:06.086Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-09-29T04:47:06.086Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-29T04:47:06.086Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-09-29T04:47:06.278Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T04:47:06.342Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T04:47:07.232Z] $ docker top de768116c8cb1cf80b7a24663acf09098fae58dfd31f2ea9d9826cbc6f569df2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-29T04:47:07.726Z] + docker-compose build --help [2020-09-29T04:47:07.726Z] + grep parallel [2020-09-29T04:47:08.673Z] --parallel Build images in parallel. [Pipeline] } [2020-09-29T04:47:08.689Z] $ docker stop --time=1 de768116c8cb1cf80b7a24663acf09098fae58dfd31f2ea9d9826cbc6f569df2 [2020-09-29T04:47:10.083Z] $ docker rm -f de768116c8cb1cf80b7a24663acf09098fae58dfd31f2ea9d9826cbc6f569df2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:47:10.854Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-29T04:47:10.854Z] . [Pipeline] withDockerContainer [2020-09-29T04:47:10.960Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T04:47:11.019Z] $ 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/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T04:47:11.687Z] $ docker top 4d8275b61a38a90c5c17e3e8fe31aead3d7423b149baa2c546dafa6ee40e25cb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-29T04:47:12.210Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-29T04:47:13.157Z] Building docker-core-command-go ... [2020-09-29T04:47:13.157Z] Building docker-core-data-go ... [2020-09-29T04:47:13.157Z] Building docker-core-metadata-go ... [2020-09-29T04:47:13.157Z] Building docker-security-proxy-setup-go ... [2020-09-29T04:47:13.157Z] Building docker-security-secrets-setup-go ... [2020-09-29T04:47:13.157Z] Building docker-security-secretstore-setup-go ... [2020-09-29T04:47:13.157Z] Building docker-support-logging-go ... [2020-09-29T04:47:13.157Z] Building docker-support-notifications-go ... [2020-09-29T04:47:13.157Z] Building docker-support-scheduler-go ... [2020-09-29T04:47:13.157Z] Building docker-sys-mgmt-agent-go ... [2020-09-29T04:47:13.157Z] Building docker-security-secretstore-setup-go [2020-09-29T04:47:13.157Z] Building docker-security-secrets-setup-go [2020-09-29T04:47:13.157Z] Building docker-support-notifications-go [2020-09-29T04:47:13.157Z] Building docker-core-command-go [2020-09-29T04:47:13.157Z] Building docker-security-proxy-setup-go [2020-09-29T04:47:35.383Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-29T04:47:35.383Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-29T04:47:35.383Z] ---> d34947524879 [2020-09-29T04:47:35.383Z] Step 3/24 : WORKDIR /edgex-go [2020-09-29T04:47:35.383Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-29T04:47:35.383Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-29T04:47:35.383Z] ---> d34947524879 [2020-09-29T04:47:35.383Z] Step 3/22 : WORKDIR /edgex-go [2020-09-29T04:47:35.383Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-29T04:47:35.383Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-29T04:47:35.383Z] ---> d34947524879 [2020-09-29T04:47:35.383Z] Step 3/29 : WORKDIR /edgex-go [2020-09-29T04:47:35.383Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-29T04:47:35.383Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-29T04:47:35.383Z] ---> d34947524879 [2020-09-29T04:47:35.383Z] Step 3/20 : WORKDIR /edgex-go [2020-09-29T04:47:35.383Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-29T04:47:35.383Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-29T04:47:35.383Z] ---> d34947524879 [2020-09-29T04:47:35.383Z] Step 3/26 : WORKDIR /edgex-go [2020-09-29T04:47:35.961Z] ---> Running in a894a06b6b42 [2020-09-29T04:47:35.961Z] ---> Running in d37d73964758 [2020-09-29T04:47:35.961Z] ---> Running in 7fba04e0a848 [2020-09-29T04:47:35.961Z] ---> Running in b9a001e0a996 [2020-09-29T04:47:35.961Z] ---> Running in dc8d244eafa8 [2020-09-29T04:47:36.229Z] Removing intermediate container a894a06b6b42 [2020-09-29T04:47:36.229Z] ---> 6daaada7d61e [2020-09-29T04:47:36.229Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T04:47:36.229Z] Removing intermediate container dc8d244eafa8 [2020-09-29T04:47:36.229Z] ---> 82ea72f434b9 [2020-09-29T04:47:36.229Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T04:47:36.229Z] Removing intermediate container 7fba04e0a848 [2020-09-29T04:47:36.229Z] ---> 7bdad1b1e685 [2020-09-29T04:47:36.229Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T04:47:36.229Z] Removing intermediate container b9a001e0a996 [2020-09-29T04:47:36.229Z] ---> 25860ce09ff1 [2020-09-29T04:47:36.229Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T04:47:36.491Z] Removing intermediate container d37d73964758 [2020-09-29T04:47:36.491Z] ---> f471074177d9 [2020-09-29T04:47:36.491Z] Step 4/29 : RUN apk update && apk add make git [2020-09-29T04:47:36.491Z] ---> Running in 8043b77827c6 [2020-09-29T04:47:36.491Z] ---> Running in 93574e1180a8 [2020-09-29T04:47:36.491Z] ---> Running in 3bcdaef87090 [2020-09-29T04:47:36.491Z] ---> Running in 21b95942cd2b [2020-09-29T04:47:36.491Z] ---> Running in db2d13088eb0 [2020-09-29T04:47:37.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-29T04:47:38.488Z] Removing intermediate container 3bcdaef87090 [2020-09-29T04:47:38.488Z] ---> 63395c4d650f [2020-09-29T04:47:38.488Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-29T04:47:38.488Z] Removing intermediate container 8043b77827c6 [2020-09-29T04:47:38.488Z] ---> 48d05c843ab3 [2020-09-29T04:47:38.488Z] Step 5/26 : RUN apk update && apk add make git [2020-09-29T04:47:38.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-29T04:47:38.751Z] ---> Running in 2e563712300a [2020-09-29T04:47:38.751Z] ---> Running in 8842d82433e4 [2020-09-29T04:47:38.751Z] Removing intermediate container 93574e1180a8 [2020-09-29T04:47:38.751Z] ---> 7850752b9a9a [2020-09-29T04:47:38.751Z] Step 5/22 : RUN apk update && apk add make git [2020-09-29T04:47:39.014Z] Removing intermediate container 21b95942cd2b [2020-09-29T04:47:39.014Z] ---> 0455c346d425 [2020-09-29T04:47:39.014Z] Step 5/20 : RUN apk update && apk add make git [2020-09-29T04:47:39.014Z] ---> Running in 89be4ad04265 [2020-09-29T04:47:39.285Z] ---> Running in 819bc7d6240d [2020-09-29T04:47:39.285Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:47:39.285Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:47:39.285Z] OK: 12752 distinct packages available [2020-09-29T04:47:39.559Z] OK: 233 MiB in 51 packages [2020-09-29T04:47:39.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-29T04:47:39.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-29T04:47:39.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-29T04:47:40.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-29T04:47:40.376Z] Removing intermediate container db2d13088eb0 [2020-09-29T04:47:40.376Z] ---> 46e94b944139 [2020-09-29T04:47:40.376Z] Step 5/29 : COPY go.mod . [2020-09-29T04:47:40.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-29T04:47:40.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-29T04:47:40.644Z] ---> eb75ae9b8d8c [2020-09-29T04:47:40.644Z] Step 6/29 : RUN go mod download [2020-09-29T04:47:40.644Z] ---> Running in 8a9c13ee4875 [2020-09-29T04:47:40.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-29T04:47:40.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-29T04:47:41.241Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:47:41.241Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:47:41.241Z] OK: 12752 distinct packages available [2020-09-29T04:47:41.241Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:47:41.241Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:47:41.241Z] OK: 12752 distinct packages available [2020-09-29T04:47:41.241Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:47:41.241Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:47:41.241Z] OK: 12752 distinct packages available [2020-09-29T04:47:41.522Z] OK: 233 MiB in 51 packages [2020-09-29T04:47:41.522Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:47:41.522Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:47:41.523Z] OK: 12752 distinct packages available [2020-09-29T04:47:41.523Z] OK: 233 MiB in 51 packages [2020-09-29T04:47:41.523Z] OK: 233 MiB in 51 packages [2020-09-29T04:47:41.796Z] OK: 233 MiB in 51 packages [2020-09-29T04:47:42.374Z] Removing intermediate container 8842d82433e4 [2020-09-29T04:47:42.374Z] ---> a2602ab89c2e [2020-09-29T04:47:42.374Z] Step 6/26 : COPY go.mod . [2020-09-29T04:47:42.374Z] Removing intermediate container 2e563712300a [2020-09-29T04:47:42.374Z] ---> aa73a88028dc [2020-09-29T04:47:42.374Z] Step 6/24 : COPY go.mod . [2020-09-29T04:47:42.638Z] Removing intermediate container 89be4ad04265 [2020-09-29T04:47:42.638Z] ---> 0cf116f4248d [2020-09-29T04:47:42.638Z] Step 6/22 : COPY go.mod . [2020-09-29T04:47:42.638Z] Removing intermediate container 819bc7d6240d [2020-09-29T04:47:42.638Z] ---> 44313d175b5a [2020-09-29T04:47:42.638Z] Step 6/20 : COPY go.mod . [2020-09-29T04:47:42.638Z] ---> 1eb50732930a [2020-09-29T04:47:42.638Z] Step 7/26 : RUN go mod download [2020-09-29T04:47:42.638Z] ---> 0ce33ee23dd5 [2020-09-29T04:47:42.638Z] Step 7/24 : RUN go mod download [2020-09-29T04:47:42.909Z] ---> Running in 6183bf199082 [2020-09-29T04:47:42.909Z] ---> Running in d8d4c4d12fd0 [2020-09-29T04:47:42.909Z] Removing intermediate container 8a9c13ee4875 [2020-09-29T04:47:42.909Z] ---> 4c679cd1bed3 [2020-09-29T04:47:42.909Z] Step 7/29 : COPY . . [2020-09-29T04:47:43.174Z] ---> d099d95b9d28 [2020-09-29T04:47:43.174Z] Step 7/20 : RUN go mod download [2020-09-29T04:47:43.174Z] ---> fba20b66c90e [2020-09-29T04:47:43.174Z] Step 7/22 : RUN go mod download [2020-09-29T04:47:44.577Z] ---> Running in 3caea21d90ab [2020-09-29T04:47:44.577Z] ---> Running in 8ae68379510b [2020-09-29T04:47:48.838Z] Removing intermediate container 3caea21d90ab [2020-09-29T04:47:48.839Z] ---> 893993f7a11f [2020-09-29T04:47:48.839Z] Step 8/20 : COPY . . [2020-09-29T04:47:48.839Z] Removing intermediate container 8ae68379510b [2020-09-29T04:47:48.839Z] ---> 006dcf083221 [2020-09-29T04:47:48.839Z] Step 8/22 : COPY . . [2020-09-29T04:47:48.839Z] Removing intermediate container d8d4c4d12fd0 [2020-09-29T04:47:48.839Z] ---> 518a303ae3e7 [2020-09-29T04:47:48.839Z] Step 8/24 : COPY . . [2020-09-29T04:47:48.839Z] Removing intermediate container 6183bf199082 [2020-09-29T04:47:48.839Z] ---> 6fd9b0935161 [2020-09-29T04:47:48.839Z] Step 8/26 : COPY . . [2020-09-29T04:47:57.402Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1932 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-09-29T04:47:57.457Z] Running in /w/workspace/edgex-go/149 [Pipeline] { [Pipeline] checkout [2020-09-29T04:48:02.632Z] using credential edgex-jenkins-ssh [2020-09-29T04:48:02.729Z] Cloning the remote Git repository [2020-09-29T04:48:02.813Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-09-29T04:48:02.930Z] > git init /w/workspace/edgex-go/149 # timeout=10 [2020-09-29T04:48:02.999Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-29T04:48:03.000Z] > git --version # timeout=10 [2020-09-29T04:48:03.015Z] > git --version # 'git version 2.17.1' [2020-09-29T04:48:03.017Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-29T04:48:03.078Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-29T04:48:10.940Z] ---> 9d591264f606 [2020-09-29T04:48:10.940Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-29T04:48:10.940Z] ---> Running in 9fe24e3e0e01 [2020-09-29T04:48:11.888Z] ---> d4f9638abb36 [2020-09-29T04:48:11.888Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-29T04:48:11.888Z] ---> c1261bfe7c54 [2020-09-29T04:48:11.888Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-09-29T04:48:12.151Z] ---> 4a6333b2947e [2020-09-29T04:48:12.151Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-29T04:48:12.151Z] ---> de0b96737070 [2020-09-29T04:48:12.151Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-29T04:48:12.151Z] ---> Running in 351e11fae9c7 [2020-09-29T04:48:12.151Z] ---> Running in 9643adacb6df [2020-09-29T04:48:12.415Z] ---> Running in e85d48c75cb4 [2020-09-29T04:48:12.415Z] ---> Running in 279ce86408a4 [2020-09-29T04:48:13.010Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-29T04:48:13.288Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-29T04:48:13.288Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-29T04:48:13.558Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o cmd/core-command/core-command ./cmd/core-command [2020-09-29T04:48:13.558Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-29T04:48:17.424Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-29T04:48:17.441Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-29T04:48:17.475Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-29T04:48:17.513Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-29T04:48:17.513Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-29T04:48:17.525Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-29T04:48:18.019Z] Checking out Revision 1366034a2a507deba7d94ee721da807f71a065bf (master) [2020-09-29T04:48:18.052Z] > git config core.sparsecheckout # timeout=10 [2020-09-29T04:48:18.073Z] > git checkout -f 1366034a2a507deba7d94ee721da807f71a065bf # timeout=10 [2020-09-29T04:48:22.713Z] Commit message: "Merge pull request #2717 from iain-anderson/device-moved" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-29T04:48:35.267Z] ========================================================= [2020-09-29T04:48:35.267Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-29T04:48:35.267Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:48:36.150Z] + 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-09-29T04:48:40.278Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-29T04:48:40.462Z] Sending build context to Docker daemon 324.4MB [2020-09-29T04:48:40.462Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-29T04:48:40.462Z] Step 2/7 : FROM ${BASE} [2020-09-29T04:48:40.462Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-29T04:48:40.462Z] b538f80385f9: Pulling fs layer [2020-09-29T04:48:40.462Z] 74f711af9a0d: Pulling fs layer [2020-09-29T04:48:40.462Z] 99f96fe45779: Pulling fs layer [2020-09-29T04:48:40.462Z] 8529a6b9a6be: Pulling fs layer [2020-09-29T04:48:40.462Z] 45590311c82a: Pulling fs layer [2020-09-29T04:48:40.462Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-29T04:48:40.462Z] 209524e5b208: Pulling fs layer [2020-09-29T04:48:40.462Z] 45590311c82a: Waiting [2020-09-29T04:48:40.462Z] 69ca0ff8b7b3: Waiting [2020-09-29T04:48:40.462Z] 209524e5b208: Waiting [2020-09-29T04:48:40.462Z] 8529a6b9a6be: Waiting [2020-09-29T04:48:40.462Z] 99f96fe45779: Verifying Checksum [2020-09-29T04:48:40.462Z] 99f96fe45779: Download complete [2020-09-29T04:48:40.462Z] 74f711af9a0d: Download complete [2020-09-29T04:48:40.462Z] 45590311c82a: Download complete [2020-09-29T04:48:40.462Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-29T04:48:40.462Z] 69ca0ff8b7b3: Download complete [2020-09-29T04:48:40.739Z] b538f80385f9: Verifying Checksum [2020-09-29T04:48:40.739Z] b538f80385f9: Download complete [2020-09-29T04:48:41.354Z] b538f80385f9: Pull complete [2020-09-29T04:48:41.681Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-29T04:48:41.953Z] Removing intermediate container 9fe24e3e0e01 [2020-09-29T04:48:41.953Z] ---> 860afcb61772 [2020-09-29T04:48:41.953Z] [2020-09-29T04:48:41.953Z] Step 9/29 : FROM alpine:latest [2020-09-29T04:48:41.964Z] 74f711af9a0d: Pull complete [2020-09-29T04:48:42.231Z] Removing intermediate container 9643adacb6df [2020-09-29T04:48:42.231Z] ---> 2a830a3b0958 [2020-09-29T04:48:42.231Z] [2020-09-29T04:48:42.231Z] Step 10/20 : FROM alpine [2020-09-29T04:48:42.231Z] latest: Pulling from library/alpine [2020-09-29T04:48:42.241Z] 99f96fe45779: Pull complete [2020-09-29T04:48:42.499Z] latest: Pulling from library/alpine [2020-09-29T04:48:42.499Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-29T04:48:42.500Z] Status: Downloaded newer image for alpine:latest [2020-09-29T04:48:42.500Z] ---> a24bb4013296 [2020-09-29T04:48:42.500Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-29T04:48:42.500Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-29T04:48:42.500Z] Status: Image is up to date for alpine:latest [2020-09-29T04:48:42.500Z] ---> a24bb4013296 [2020-09-29T04:48:42.500Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-29T04:48:42.769Z] ---> Running in 5fd6682a40f2 [2020-09-29T04:48:42.769Z] ---> Running in 78eed6df631b [2020-09-29T04:48:43.035Z] Removing intermediate container 78eed6df631b [2020-09-29T04:48:43.035Z] ---> 13b60367041b [2020-09-29T04:48:43.035Z] Step 11/29 : USER root [2020-09-29T04:48:43.243Z] 209524e5b208: Verifying Checksum [2020-09-29T04:48:43.243Z] 209524e5b208: Download complete [2020-09-29T04:48:43.301Z] ---> Running in 480f85e5bd5e [2020-09-29T04:48:43.302Z] Removing intermediate container 480f85e5bd5e [2020-09-29T04:48:43.576Z] ---> 5d928761cf61 [2020-09-29T04:48:43.577Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-29T04:48:43.577Z] ---> Running in e44f3df553a5 [2020-09-29T04:48:43.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-29T04:48:43.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-29T04:48:44.115Z] v3.12.0-355-gd6f249c14e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:48:44.115Z] v3.12.0-356-g20de812e98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:48:44.115Z] OK: 12750 distinct packages available [2020-09-29T04:48:44.226Z] 8529a6b9a6be: Verifying Checksum [2020-09-29T04:48:44.226Z] 8529a6b9a6be: Download complete [2020-09-29T04:48:44.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-29T04:48:44.380Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-29T04:48:44.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-29T04:48:44.657Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-29T04:48:44.657Z] (3/4) Installing libcurl (7.69.1-r1) [2020-09-29T04:48:44.657Z] (4/4) Installing curl (7.69.1-r1) [2020-09-29T04:48:44.657Z] Executing busybox-1.31.1-r16.trigger [2020-09-29T04:48:44.657Z] Executing ca-certificates-20191127-r4.trigger [2020-09-29T04:48:44.657Z] OK: 7 MiB in 18 packages [2020-09-29T04:48:44.657Z] v3.12.0-355-gd6f249c14e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:48:44.657Z] v3.12.0-356-g20de812e98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:48:44.657Z] OK: 12750 distinct packages available [2020-09-29T04:48:44.934Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-29T04:48:44.934Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-29T04:48:44.934Z] Executing busybox-1.31.1-r16.trigger [2020-09-29T04:48:44.934Z] Executing ca-certificates-20191127-r4.trigger [2020-09-29T04:48:45.195Z] OK: 6 MiB in 16 packages [2020-09-29T04:48:49.429Z] Removing intermediate container 351e11fae9c7 [2020-09-29T04:48:49.429Z] ---> 0d84a85580ec [2020-09-29T04:48:49.429Z] [2020-09-29T04:48:49.429Z] Step 10/26 : FROM alpine:3.10 [2020-09-29T04:48:49.694Z] 3.10: Pulling from library/alpine [2020-09-29T04:48:49.694Z] Removing intermediate container 279ce86408a4 [2020-09-29T04:48:49.694Z] ---> 6edbee1b9597 [2020-09-29T04:48:49.694Z] [2020-09-29T04:48:49.694Z] Step 10/24 : FROM scratch [2020-09-29T04:48:49.694Z] ---> [2020-09-29T04:48:49.694Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-29T04:48:49.694Z] Removing intermediate container e85d48c75cb4 [2020-09-29T04:48:49.694Z] ---> 19a7d4115ac7 [2020-09-29T04:48:49.694Z] [2020-09-29T04:48:49.694Z] Step 10/22 : FROM scratch [2020-09-29T04:48:49.694Z] ---> [2020-09-29T04:48:49.694Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-29T04:48:50.646Z] Removing intermediate container e44f3df553a5 [2020-09-29T04:48:50.646Z] ---> 95c614c31f6e [2020-09-29T04:48:50.646Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-29T04:48:50.646Z] Removing intermediate container 5fd6682a40f2 [2020-09-29T04:48:50.646Z] ---> 4002e153c378 [2020-09-29T04:48:50.646Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-29T04:48:50.908Z] ---> Running in 1902d5467a5e [2020-09-29T04:48:50.908Z] ---> Running in 78eb21f0f60a [2020-09-29T04:48:50.908Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-29T04:48:50.908Z] Status: Downloaded newer image for alpine:3.10 [2020-09-29T04:48:50.908Z] ---> be4e4bea2c2e [2020-09-29T04:48:50.908Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-29T04:48:50.908Z] ---> Running in 92c6eef3d517 [2020-09-29T04:48:50.908Z] ---> Running in 4cc43f58f47d [2020-09-29T04:48:51.172Z] ---> Running in c38085d5b470 [2020-09-29T04:48:51.172Z] Removing intermediate container 1902d5467a5e [2020-09-29T04:48:51.172Z] ---> 876a1c1a2994 [2020-09-29T04:48:51.172Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-29T04:48:51.172Z] Removing intermediate container 78eb21f0f60a [2020-09-29T04:48:51.172Z] ---> 962332f48156 [2020-09-29T04:48:51.172Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-29T04:48:51.434Z] Removing intermediate container 4cc43f58f47d [2020-09-29T04:48:51.434Z] ---> f1b9ed7e8ba5 [2020-09-29T04:48:51.434Z] Step 13/20 : WORKDIR /edgex [2020-09-29T04:48:51.434Z] ---> Running in f0bddd1f69d8 [2020-09-29T04:48:51.434Z] Removing intermediate container 92c6eef3d517 [2020-09-29T04:48:51.434Z] ---> 77abb40ca2c0 [2020-09-29T04:48:51.434Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-29T04:48:51.434Z] ---> Running in 43a6c1f84950 [2020-09-29T04:48:51.709Z] ---> Running in dce4cd0fbcb2 [2020-09-29T04:48:51.709Z] ---> Running in c0cdc904499b [2020-09-29T04:48:51.709Z] Removing intermediate container f0bddd1f69d8 [2020-09-29T04:48:51.709Z] ---> 90b1374d7c1a [2020-09-29T04:48:51.709Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-29T04:48:51.709Z] Removing intermediate container 43a6c1f84950 [2020-09-29T04:48:51.709Z] ---> c5161fbc92d3 [2020-09-29T04:48:51.709Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-29T04:48:51.709Z] ---> Running in 20d1f73ef7b3 [2020-09-29T04:48:51.973Z] ---> Running in 97fe7fab097a [2020-09-29T04:48:52.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-09-29T04:48:52.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-09-29T04:48:52.500Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-29T04:48:52.500Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-29T04:48:52.500Z] OK: 10346 distinct packages available [2020-09-29T04:48:52.500Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-29T04:48:52.500Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-29T04:48:52.500Z] (3/5) Installing libcurl (7.66.0-r1) [2020-09-29T04:48:52.500Z] (4/5) Installing curl (7.66.0-r1) [2020-09-29T04:48:52.500Z] Removing intermediate container dce4cd0fbcb2 [2020-09-29T04:48:52.500Z] ---> eeaed05647fc [2020-09-29T04:48:52.500Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-29T04:48:52.500Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-29T04:48:52.500Z] Executing busybox-1.30.1-r3.trigger [2020-09-29T04:48:52.763Z] Executing ca-certificates-20191127-r2.trigger [2020-09-29T04:48:53.716Z] OK: 7 MiB in 19 packages [2020-09-29T04:48:53.716Z] Removing intermediate container c0cdc904499b [2020-09-29T04:48:53.716Z] ---> c7f213437c68 [2020-09-29T04:48:53.716Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-29T04:48:53.981Z] Removing intermediate container 20d1f73ef7b3 [2020-09-29T04:48:53.981Z] ---> 37d0a82c6031 [2020-09-29T04:48:53.981Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-29T04:48:53.981Z] Removing intermediate container 97fe7fab097a [2020-09-29T04:48:53.981Z] ---> c06826bae1ec [2020-09-29T04:48:53.981Z] Step 14/22 : WORKDIR / [2020-09-29T04:48:53.981Z] ---> Running in 6ee563e5fd96 [2020-09-29T04:48:54.245Z] ---> Running in 76c4bf35c62d [2020-09-29T04:48:54.245Z] ---> 8a2e2137ba97 [2020-09-29T04:48:54.245Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-29T04:48:54.245Z] ---> 095680a75ce9 [2020-09-29T04:48:54.245Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-29T04:48:54.398Z] 8529a6b9a6be: Pull complete [2020-09-29T04:48:54.674Z] 45590311c82a: Pull complete [2020-09-29T04:48:54.824Z] Removing intermediate container 76c4bf35c62d [2020-09-29T04:48:54.825Z] ---> cffad8cb8be4 [2020-09-29T04:48:54.825Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-29T04:48:54.950Z] 69ca0ff8b7b3: Pull complete [2020-09-29T04:48:55.088Z] Removing intermediate container c38085d5b470 [2020-09-29T04:48:55.088Z] ---> f7c9b75e44ec [2020-09-29T04:48:55.088Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-29T04:48:55.353Z] ---> 011108cada75 [2020-09-29T04:48:55.353Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-29T04:48:55.353Z] ---> a7a1d92cb59d [2020-09-29T04:48:55.353Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-29T04:48:55.353Z] ---> 57b477d4d461 [2020-09-29T04:48:55.353Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-29T04:48:55.353Z] ---> Running in f680ce5f9c03 [2020-09-29T04:48:55.633Z] ---> Running in 403d51a2510b [2020-09-29T04:48:55.899Z] Removing intermediate container 403d51a2510b [2020-09-29T04:48:55.899Z] ---> 0a27077f984e [2020-09-29T04:48:55.899Z] Step 13/26 : WORKDIR / [2020-09-29T04:48:55.899Z] Removing intermediate container f680ce5f9c03 [2020-09-29T04:48:55.899Z] ---> 504bee1e444f [2020-09-29T04:48:55.899Z] Step 17/20 : CMD ["--init=true"] [2020-09-29T04:48:55.899Z] ---> Running in 5ba1db57a66f [2020-09-29T04:48:56.165Z] ---> 9fc697d53ed3 [2020-09-29T04:48:56.165Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-29T04:48:56.165Z] ---> Running in ea2993f0208e [2020-09-29T04:48:56.165Z] Removing intermediate container 6ee563e5fd96 [2020-09-29T04:48:56.165Z] ---> acdd23c4fe5d [2020-09-29T04:48:56.165Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-29T04:48:56.165Z] ---> 3d1a731a5ebe [2020-09-29T04:48:56.165Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-29T04:48:56.431Z] Removing intermediate container 5ba1db57a66f [2020-09-29T04:48:56.431Z] ---> a4401026c0d6 [2020-09-29T04:48:56.431Z] 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-09-29T04:48:56.431Z] Removing intermediate container ea2993f0208e [2020-09-29T04:48:56.431Z] ---> eb86081e10cb [2020-09-29T04:48:56.431Z] Step 18/20 : LABEL arch=x86_64 [2020-09-29T04:48:56.695Z] ---> e06ff6ea898d [2020-09-29T04:48:56.695Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-29T04:48:56.695Z] ---> 07f0c71ed37f [2020-09-29T04:48:56.695Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-29T04:48:56.695Z] ---> Running in aa3be92f0abd [2020-09-29T04:48:56.696Z] ---> 9edb10bad211 [2020-09-29T04:48:56.696Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-29T04:48:56.958Z] ---> 073e367483af [2020-09-29T04:48:56.958Z] 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-09-29T04:48:56.958Z] ---> Running in ae18f2bd7445 [2020-09-29T04:48:56.958Z] Removing intermediate container aa3be92f0abd [2020-09-29T04:48:56.958Z] ---> 535042d2bb3f [2020-09-29T04:48:56.958Z] Step 19/20 : LABEL git_sha=1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:48:57.285Z] ---> Running in 8050610670f6 [2020-09-29T04:48:57.285Z] Removing intermediate container ae18f2bd7445 [2020-09-29T04:48:57.285Z] ---> f3922c0d347f [2020-09-29T04:48:57.285Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-29T04:48:57.285Z] ---> a5ea877b3a21 [2020-09-29T04:48:57.285Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-29T04:48:57.580Z] ---> 9b8d0b51990d [2020-09-29T04:48:57.580Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-29T04:48:57.580Z] ---> Running in 7a9ec5b93967 [2020-09-29T04:48:57.580Z] ---> 19159430493a [2020-09-29T04:48:57.580Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-29T04:48:57.580Z] Removing intermediate container 8050610670f6 [2020-09-29T04:48:57.580Z] ---> 9e02d9b1ed86 [2020-09-29T04:48:57.580Z] Step 20/20 : LABEL version=1.2.2-dev.34 [2020-09-29T04:48:57.862Z] ---> Running in c6c25aec5729 [2020-09-29T04:48:57.862Z] Removing intermediate container 7a9ec5b93967 [2020-09-29T04:48:57.862Z] ---> 97755bdc057c [2020-09-29T04:48:57.862Z] Step 20/22 : LABEL arch=x86_64 [2020-09-29T04:48:57.862Z] ---> 17e0adc07f3a [2020-09-29T04:48:57.862Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-29T04:48:57.862Z] ---> 686a1c59762a [2020-09-29T04:48:57.862Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-29T04:48:58.125Z] ---> Running in 55a70bda7db6 [2020-09-29T04:48:58.125Z] ---> 8bd5c12002b8 [2020-09-29T04:48:58.125Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-29T04:48:58.125Z] Removing intermediate container c6c25aec5729 [2020-09-29T04:48:58.125Z] ---> e72800863cae [2020-09-29T04:48:58.125Z] [2020-09-29T04:48:58.385Z] ---> Running in 22c520ca13d6 [2020-09-29T04:48:58.385Z] ---> 9ce714374deb [2020-09-29T04:48:58.385Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-29T04:48:58.385Z] Successfully built e72800863cae [2020-09-29T04:48:58.648Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-09-29T04:48:58.648Z]  Building docker-security-proxy-setup-go ... done Building docker-support-logging-go [2020-09-29T04:48:58.648Z] ---> a793d4fb16df [2020-09-29T04:48:58.648Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-29T04:48:58.648Z] Removing intermediate container 55a70bda7db6 [2020-09-29T04:48:58.648Z] ---> adaf555c6749 [2020-09-29T04:48:58.648Z] Step 21/22 : LABEL git_sha=1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:48:58.913Z] ---> 0ea042805ee3 [2020-09-29T04:48:58.913Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-29T04:48:58.913Z] ---> Running in 7941e84154c1 [2020-09-29T04:48:58.913Z] ---> Running in 397a23d2e75b [2020-09-29T04:48:58.913Z] Removing intermediate container 22c520ca13d6 [2020-09-29T04:48:58.913Z] ---> 122ff48b67cd [2020-09-29T04:48:58.913Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-29T04:48:59.187Z] ---> Running in 1443fc43d4e1 [2020-09-29T04:48:59.287Z] 209524e5b208: Pull complete [2020-09-29T04:48:59.462Z] Removing intermediate container 7941e84154c1 [2020-09-29T04:48:59.462Z] ---> 11a2f1f62cd9 [2020-09-29T04:48:59.462Z] Step 22/22 : LABEL version=1.2.2-dev.34 [2020-09-29T04:48:59.561Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-29T04:48:59.562Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-29T04:48:59.562Z] ---> 5bddaf1c2fca [2020-09-29T04:48:59.562Z] 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-09-29T04:48:59.727Z] ---> 917a602f8671 [2020-09-29T04:48:59.727Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-29T04:48:59.994Z] ---> Running in 311cb5e3f005 [2020-09-29T04:48:59.994Z] Removing intermediate container 1443fc43d4e1 [2020-09-29T04:48:59.994Z] ---> a17b1152ece7 [2020-09-29T04:48:59.994Z] Step 22/24 : LABEL arch=x86_64 [2020-09-29T04:49:01.390Z] ---> Running in 5ce376b31cf6 [2020-09-29T04:49:01.390Z] Removing intermediate container 311cb5e3f005 [2020-09-29T04:49:01.390Z] ---> 8dc63e9dcf07 [2020-09-29T04:49:01.390Z] [2020-09-29T04:49:01.654Z] ---> b01090bfeed5 [2020-09-29T04:49:01.654Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-29T04:49:01.919Z] Successfully built 8dc63e9dcf07 [2020-09-29T04:49:01.919Z] Removing intermediate container 5ce376b31cf6 [2020-09-29T04:49:01.919Z] ---> 268759afc712 [2020-09-29T04:49:01.919Z] Step 23/24 : LABEL git_sha=1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:49:01.919Z] Successfully tagged docker-core-command-go:latest [2020-09-29T04:49:01.919Z] Building docker-sys-mgmt-agent-go [2020-09-29T04:49:02.497Z]  Building docker-core-command-go ... done  ---> Running in b3f046939193 [2020-09-29T04:49:02.966Z] ---> Running in 52ebbea3155c [2020-09-29T04:49:03.078Z] Removing intermediate container 397a23d2e75b [2020-09-29T04:49:03.078Z] ---> 791defa11f1d [2020-09-29T04:49:03.078Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-29T04:49:04.040Z] ---> bb6783812de0 [2020-09-29T04:49:04.040Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-29T04:49:04.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-29T04:49:05.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-29T04:49:05.973Z] Removing intermediate container b3f046939193 [2020-09-29T04:49:05.973Z] ---> 753af812bf76 [2020-09-29T04:49:05.973Z] Step 24/24 : LABEL version=1.2.2-dev.34 [2020-09-29T04:49:05.973Z] ---> cab73a747f3e [2020-09-29T04:49:05.973Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-29T04:49:05.973Z] ---> 4620140e5ead [2020-09-29T04:49:05.973Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-29T04:49:06.362Z] (1/12) Installing libmagic (5.38-r0) [2020-09-29T04:49:06.634Z] (2/12) Installing file (5.38-r0) [2020-09-29T04:49:06.634Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-29T04:49:06.634Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-29T04:49:07.383Z] ---> Running in 80a77aff80c3 [2020-09-29T04:49:07.383Z] ---> Running in 919d36fc8ddd [2020-09-29T04:49:07.383Z] ---> Running in 2a73500e2376 [2020-09-29T04:49:09.334Z] Removing intermediate container 919d36fc8ddd [2020-09-29T04:49:09.334Z] ---> 213b85e80555 [2020-09-29T04:49:09.334Z] [2020-09-29T04:49:09.334Z] Successfully built 213b85e80555 [2020-09-29T04:49:09.334Z] Successfully tagged docker-support-notifications-go:latest [2020-09-29T04:49:09.334Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2020-09-29T04:49:09.334Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-29T04:49:09.334Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-29T04:49:09.334Z] ---> d34947524879 [2020-09-29T04:49:09.334Z] Step 3/22 : WORKDIR /edgex-go [2020-09-29T04:49:09.334Z] ---> Using cache [2020-09-29T04:49:09.334Z] ---> f471074177d9 [2020-09-29T04:49:09.334Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T04:49:10.015Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-29T04:49:10.016Z] (6/12) Installing patch (2.7.6-r6) [2020-09-29T04:49:10.288Z] (7/12) Installing build-base (0.5-r2) [2020-09-29T04:49:10.288Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-29T04:49:10.288Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-29T04:49:10.559Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-29T04:49:10.559Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-29T04:49:10.747Z] ---> Running in af091c6f315d [2020-09-29T04:49:10.832Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-29T04:49:10.832Z] Executing busybox-1.31.1-r16.trigger [2020-09-29T04:49:10.832Z] OK: 217 MiB in 51 packages [2020-09-29T04:49:14.997Z] Removing intermediate container 80a77aff80c3 [2020-09-29T04:49:14.997Z] ---> 074499e0a938 [2020-09-29T04:49:14.997Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-29T04:49:15.146Z] Removing intermediate container 52ebbea3155c [2020-09-29T04:49:15.146Z] ---> 3feeb146d9ea [2020-09-29T04:49:15.146Z] Step 4/7 : WORKDIR /edgex-go [2020-09-29T04:49:15.146Z] ---> Running in 329585ee01e3 [2020-09-29T04:49:15.588Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-29T04:49:15.588Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-29T04:49:15.741Z] Removing intermediate container 329585ee01e3 [2020-09-29T04:49:15.741Z] ---> b0477110059c [2020-09-29T04:49:15.741Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-29T04:49:15.854Z] ---> d34947524879 [2020-09-29T04:49:15.854Z] Step 3/27 : WORKDIR /edgex-go [2020-09-29T04:49:15.854Z] ---> Using cache [2020-09-29T04:49:15.854Z] ---> f471074177d9 [2020-09-29T04:49:15.854Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T04:49:16.012Z] latest: Pulling from library/docker [2020-09-29T04:49:16.289Z] b538f80385f9: Already exists [2020-09-29T04:49:16.289Z] 259a493cd78d: Pulling fs layer [2020-09-29T04:49:16.289Z] b8e66b5100f5: Pulling fs layer [2020-09-29T04:49:16.289Z] 7f8258a56ab6: Pulling fs layer [2020-09-29T04:49:16.289Z] 75a0a0ebb566: Pulling fs layer [2020-09-29T04:49:16.289Z] 4a2c62f0a2a3: Pulling fs layer [2020-09-29T04:49:16.289Z] 294320357d30: Pulling fs layer [2020-09-29T04:49:16.289Z] 75a0a0ebb566: Waiting [2020-09-29T04:49:16.289Z] 4a2c62f0a2a3: Waiting [2020-09-29T04:49:16.289Z] 294320357d30: Waiting [2020-09-29T04:49:16.289Z] b8e66b5100f5: Verifying Checksum [2020-09-29T04:49:16.289Z] b8e66b5100f5: Download complete [2020-09-29T04:49:16.289Z] 259a493cd78d: Verifying Checksum [2020-09-29T04:49:16.289Z] 259a493cd78d: Download complete [2020-09-29T04:49:16.575Z] 75a0a0ebb566: Verifying Checksum [2020-09-29T04:49:16.575Z] 75a0a0ebb566: Download complete [2020-09-29T04:49:16.575Z] 4a2c62f0a2a3: Verifying Checksum [2020-09-29T04:49:16.575Z] 4a2c62f0a2a3: Download complete [2020-09-29T04:49:16.575Z] 294320357d30: Verifying Checksum [2020-09-29T04:49:16.575Z] 294320357d30: Download complete [2020-09-29T04:49:16.822Z] ---> Running in bd811ab969e9 [2020-09-29T04:49:16.822Z] Removing intermediate container 2a73500e2376 [2020-09-29T04:49:16.822Z] ---> b60b5235b05f [2020-09-29T04:49:16.822Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-29T04:49:16.822Z] ---> Running in 09c3725f11cd [2020-09-29T04:49:17.091Z] ---> Running in 78ba3dec1302 [2020-09-29T04:49:17.176Z] 259a493cd78d: Pull complete [2020-09-29T04:49:17.452Z] b8e66b5100f5: Pull complete [2020-09-29T04:49:17.452Z] 7f8258a56ab6: Verifying Checksum [2020-09-29T04:49:17.452Z] 7f8258a56ab6: Download complete [2020-09-29T04:49:19.082Z] Removing intermediate container af091c6f315d [2020-09-29T04:49:19.082Z] ---> fced334f76e8 [2020-09-29T04:49:19.082Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-29T04:49:19.082Z] Removing intermediate container 78ba3dec1302 [2020-09-29T04:49:19.082Z] ---> 482b31964dca [2020-09-29T04:49:19.082Z] Step 24/26 : LABEL arch=x86_64 [2020-09-29T04:49:19.082Z] ---> Running in 54ac10b56c59 [2020-09-29T04:49:19.082Z] ---> Running in 94a5f2949c6a [2020-09-29T04:49:20.482Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-29T04:49:20.482Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-29T04:49:20.482Z] ---> d34947524879 [2020-09-29T04:49:20.482Z] Step 3/21 : WORKDIR /edgex-go [2020-09-29T04:49:20.482Z] ---> Using cache [2020-09-29T04:49:20.482Z] ---> f471074177d9 [2020-09-29T04:49:20.482Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T04:49:20.482Z] ---> Using cache [2020-09-29T04:49:20.482Z] ---> fced334f76e8 [2020-09-29T04:49:20.482Z] Step 5/21 : RUN apk update && apk add make git [2020-09-29T04:49:20.872Z] 7f8258a56ab6: Pull complete [2020-09-29T04:49:21.146Z] 75a0a0ebb566: Pull complete [2020-09-29T04:49:21.430Z] Removing intermediate container 94a5f2949c6a [2020-09-29T04:49:21.430Z] ---> 455226dee7d7 [2020-09-29T04:49:21.430Z] Step 25/26 : LABEL git_sha=1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:49:21.430Z] ---> Running in 66cdb7007a70 [2020-09-29T04:49:21.430Z] Removing intermediate container bd811ab969e9 [2020-09-29T04:49:21.430Z] ---> bd5c210c7419 [2020-09-29T04:49:21.430Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-29T04:49:21.693Z] ---> Running in bb409f70ff8c [2020-09-29T04:49:21.693Z] ---> Running in f9bdaf5b09d4 [2020-09-29T04:49:21.743Z] 4a2c62f0a2a3: Pull complete [2020-09-29T04:49:21.956Z] Removing intermediate container 09c3725f11cd [2020-09-29T04:49:21.956Z] ---> 92d9ccf51547 [2020-09-29T04:49:21.956Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-29T04:49:21.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-29T04:49:21.956Z] Removing intermediate container bb409f70ff8c [2020-09-29T04:49:21.956Z] ---> 53499b48a1b6 [2020-09-29T04:49:21.956Z] Step 26/26 : LABEL version=1.2.2-dev.34 [2020-09-29T04:49:22.017Z] 294320357d30: Pull complete [2020-09-29T04:49:22.017Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-29T04:49:22.017Z] Status: Downloaded newer image for docker:latest [2020-09-29T04:49:22.220Z] ---> Running in c143cda65525 [2020-09-29T04:49:22.220Z] ---> Running in 20c6b045bc45 [2020-09-29T04:49:22.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-29T04:49:22.220Z] Removing intermediate container f9bdaf5b09d4 [2020-09-29T04:49:22.220Z] ---> 6d280cf1c9f1 [2020-09-29T04:49:22.220Z] Step 26/29 : CMD [ "generate" ] [2020-09-29T04:49:22.484Z] ---> Running in db03dae6da43 [2020-09-29T04:49:22.484Z] Removing intermediate container 20c6b045bc45 [2020-09-29T04:49:22.484Z] ---> c9ffe8440182 [2020-09-29T04:49:22.484Z] [2020-09-29T04:49:22.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-29T04:49:22.769Z] Successfully built c9ffe8440182 [2020-09-29T04:49:22.769Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-09-29T04:49:22.769Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-09-29T04:49:22.769Z] Removing intermediate container db03dae6da43 [2020-09-29T04:49:22.769Z] ---> cfe177a96cd5 [2020-09-29T04:49:22.769Z] Step 27/29 : LABEL arch=x86_64 [2020-09-29T04:49:22.769Z] ---> Running in 85e5d2b565b6 [2020-09-29T04:49:22.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-29T04:49:23.033Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:49:23.033Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:49:23.033Z] OK: 12752 distinct packages available [2020-09-29T04:49:23.295Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:49:23.296Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:49:23.296Z] OK: 12752 distinct packages available [2020-09-29T04:49:23.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-29T04:49:23.560Z] OK: 233 MiB in 51 packages [2020-09-29T04:49:23.834Z] OK: 233 MiB in 51 packages [2020-09-29T04:49:23.834Z] OK: 233 MiB in 51 packages [2020-09-29T04:49:24.106Z] Removing intermediate container 85e5d2b565b6 [2020-09-29T04:49:24.106Z] ---> a3e29ba94616 [2020-09-29T04:49:24.106Z] Step 28/29 : LABEL git_sha=1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:49:24.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-29T04:49:24.371Z] ---> Running in a564f8324e82 [2020-09-29T04:49:24.946Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:49:24.946Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:49:24.946Z] OK: 12752 distinct packages available [2020-09-29T04:49:25.210Z] OK: 233 MiB in 51 packages [2020-09-29T04:49:25.402Z] ---> 6ff7fd89fa40 [2020-09-29T04:49:25.402Z] Step 6/7 : COPY go.mod . [2020-09-29T04:49:25.472Z] Removing intermediate container a564f8324e82 [2020-09-29T04:49:25.472Z] ---> db26a624ac60 [2020-09-29T04:49:25.472Z] Step 29/29 : LABEL version=1.2.2-dev.34 [2020-09-29T04:49:26.012Z] ---> 4520054bbf08 [2020-09-29T04:49:26.012Z] Step 7/7 : RUN go mod download [2020-09-29T04:49:26.012Z] ---> Running in 3018303abd7e [2020-09-29T04:49:26.060Z] Removing intermediate container 66cdb7007a70 [2020-09-29T04:49:26.060Z] ---> d830cde88c8a [2020-09-29T04:49:26.060Z] Step 6/21 : COPY go.mod . [2020-09-29T04:49:26.060Z] ---> Running in c56d93700eb2 [2020-09-29T04:49:26.060Z] Removing intermediate container 54ac10b56c59 [2020-09-29T04:49:26.060Z] ---> f689b1e2b715 [2020-09-29T04:49:26.060Z] Step 6/22 : COPY go.mod . [2020-09-29T04:49:27.022Z] ---> 1edd3fb4e550 [2020-09-29T04:49:27.022Z] Step 7/21 : RUN go mod download [2020-09-29T04:49:27.289Z] ---> 6281d61eb706 [2020-09-29T04:49:27.289Z] Step 7/22 : RUN go mod download [2020-09-29T04:49:27.289Z] Removing intermediate container c56d93700eb2 [2020-09-29T04:49:27.289Z] ---> 6521a5ecb19a [2020-09-29T04:49:27.289Z] [2020-09-29T04:49:27.289Z] Removing intermediate container c143cda65525 [2020-09-29T04:49:27.289Z] ---> e133260907ff [2020-09-29T04:49:27.289Z] Step 6/27 : COPY go.mod . [2020-09-29T04:49:27.868Z] Successfully built 6521a5ecb19a [2020-09-29T04:49:27.868Z] ---> Running in e032976623a4 [2020-09-29T04:49:28.129Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-09-29T04:49:28.129Z] Building docker-core-metadata-go [2020-09-29T04:49:28.129Z] ---> Running in cf16146d2e90 [2020-09-29T04:49:28.705Z]  Building docker-security-secrets-setup-go ... done  ---> 0f860e2088d0 [2020-09-29T04:49:28.705Z] Step 7/27 : RUN go mod download [2020-09-29T04:49:32.038Z] ---> Running in 19479ebada08 [2020-09-29T04:49:32.634Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-29T04:49:32.634Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-29T04:49:32.634Z] ---> d34947524879 [2020-09-29T04:49:32.634Z] Step 3/23 : WORKDIR /edgex-go [2020-09-29T04:49:32.634Z] ---> Using cache [2020-09-29T04:49:32.634Z] ---> f471074177d9 [2020-09-29T04:49:32.634Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T04:49:32.634Z] ---> Using cache [2020-09-29T04:49:32.634Z] ---> 92d9ccf51547 [2020-09-29T04:49:32.634Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-29T04:49:33.225Z] ---> Running in e0663cf816b0 [2020-09-29T04:49:34.188Z] Removing intermediate container e032976623a4 [2020-09-29T04:49:34.188Z] ---> eb1e6c4bb7a1 [2020-09-29T04:49:34.188Z] Step 8/21 : COPY . . [2020-09-29T04:49:34.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-29T04:49:34.457Z] Removing intermediate container cf16146d2e90 [2020-09-29T04:49:34.457Z] ---> 2756737bc658 [2020-09-29T04:49:34.457Z] Step 8/22 : COPY . . [2020-09-29T04:49:34.728Z] Removing intermediate container 19479ebada08 [2020-09-29T04:49:34.728Z] ---> 096e3ff90278 [2020-09-29T04:49:34.728Z] Step 8/27 : COPY . . [2020-09-29T04:49:34.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-29T04:49:35.575Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:49:35.575Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:49:35.575Z] OK: 12752 distinct packages available [2020-09-29T04:49:36.993Z] OK: 233 MiB in 51 packages [2020-09-29T04:49:43.651Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-29T04:49:43.651Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-29T04:49:43.651Z] ---> d34947524879 [2020-09-29T04:49:43.651Z] Step 3/22 : WORKDIR /edgex-go [2020-09-29T04:49:43.651Z] ---> Using cache [2020-09-29T04:49:43.651Z] ---> f471074177d9 [2020-09-29T04:49:43.651Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T04:49:43.651Z] ---> Using cache [2020-09-29T04:49:43.651Z] ---> 92d9ccf51547 [2020-09-29T04:49:43.651Z] Step 5/22 : RUN apk update && apk add make git [2020-09-29T04:49:45.577Z] ---> Running in 86989d32cc52 [2020-09-29T04:49:46.537Z] Removing intermediate container e0663cf816b0 [2020-09-29T04:49:46.537Z] ---> 78eeae94f403 [2020-09-29T04:49:46.537Z] Step 6/23 : COPY go.mod . [2020-09-29T04:49:50.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-29T04:49:50.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-29T04:49:51.391Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:49:51.391Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:49:51.391Z] OK: 12752 distinct packages available [2020-09-29T04:49:51.658Z] OK: 233 MiB in 51 packages [2020-09-29T04:49:52.811Z] Removing intermediate container 3018303abd7e [2020-09-29T04:49:52.811Z] ---> 4746985faa1e [2020-09-29T04:49:52.811Z] Successfully built 4746985faa1e [2020-09-29T04:49:52.811Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:49:53.070Z] ---> b812d5676c54 [2020-09-29T04:49:53.071Z] Step 7/23 : RUN go mod download [2020-09-29T04:49:53.210Z] + docker inspect -f . ci-base-image-arm64 [2020-09-29T04:49:53.210Z] . [Pipeline] withDockerContainer [2020-09-29T04:49:53.489Z] prd-ubuntu18.04-docker-arm64-4c-16g-1932 does not seem to be running inside a container [2020-09-29T04:49:53.575Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T04:49:54.161Z] ---> Running in b046848de204 [2020-09-29T04:49:55.401Z] Removing intermediate container 86989d32cc52 [2020-09-29T04:49:55.401Z] ---> 333a3068212e [2020-09-29T04:49:55.401Z] Step 6/22 : COPY go.mod . [2020-09-29T04:49:55.421Z] $ docker top 09fc43ee6fe4f5cc5a3eb7fc57a31460f750c9fd296efaabe546c7ae31cddd32 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-29T04:49:56.792Z] + go version [2020-09-29T04:49:56.792Z] go version go1.15.2 linux/arm64 [2020-09-29T04:49:56.799Z] ---> d6db7b5d41dd [2020-09-29T04:49:56.799Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-29T04:49:56.799Z] ---> c823c8992cb6 [2020-09-29T04:49:56.799Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [Pipeline] } [2020-09-29T04:49:56.822Z] $ docker stop --time=1 09fc43ee6fe4f5cc5a3eb7fc57a31460f750c9fd296efaabe546c7ae31cddd32 [2020-09-29T04:49:57.064Z] ---> 311173848060 [2020-09-29T04:49:57.064Z] Step 7/22 : RUN go mod download [2020-09-29T04:49:57.064Z] ---> Running in 52f672a3dde0 [2020-09-29T04:49:57.064Z] ---> Running in f39337f196fc [2020-09-29T04:49:57.064Z] ---> Running in 16b9e6fdcbe0 [2020-09-29T04:49:57.326Z] ---> c1be24e7fde6 [2020-09-29T04:49:57.326Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-29T04:49:57.591Z] ---> Running in 3cccf3061337 [2020-09-29T04:49:57.591Z] Removing intermediate container b046848de204 [2020-09-29T04:49:57.591Z] ---> 17aafb0c881a [2020-09-29T04:49:57.591Z] Step 8/23 : COPY . . [2020-09-29T04:49:58.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-29T04:49:58.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-29T04:49:58.843Z] $ docker rm -f 09fc43ee6fe4f5cc5a3eb7fc57a31460f750c9fd296efaabe546c7ae31cddd32 [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-09-29T04:50:00.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-29T04:50:00.030Z] [2020-09-29T04:50:00.030Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:50:00.506Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-29T04:50:00.681Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-29T04:50:00.681Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-09-29T04:50:00.681Z] 29e5d40040c1: Pulling fs layer [2020-09-29T04:50:00.681Z] 1ce36da41761: Pulling fs layer [2020-09-29T04:50:00.681Z] 25b303627fd3: Pulling fs layer [2020-09-29T04:50:01.283Z] 29e5d40040c1: Download complete [2020-09-29T04:50:01.885Z] 1ce36da41761: Verifying Checksum [2020-09-29T04:50:01.885Z] 1ce36da41761: Download complete [2020-09-29T04:50:02.161Z] 29e5d40040c1: Pull complete [2020-09-29T04:50:03.142Z] 1ce36da41761: Pull complete [2020-09-29T04:50:03.419Z] 25b303627fd3: Verifying Checksum [2020-09-29T04:50:03.419Z] 25b303627fd3: Download complete [2020-09-29T04:50:04.804Z] Removing intermediate container 16b9e6fdcbe0 [2020-09-29T04:50:04.804Z] ---> ae722a97aa67 [2020-09-29T04:50:04.804Z] Step 8/22 : COPY . . [2020-09-29T04:50:13.589Z] 25b303627fd3: Pull complete [2020-09-29T04:50:13.589Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-09-29T04:50:13.589Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-29T04:50:13.589Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-09-29T04:50:13.867Z] prd-ubuntu18.04-docker-arm64-4c-16g-1932 does not seem to be running inside a container [2020-09-29T04:50:13.969Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T04:50:14.991Z] ---> 09d6135b7fe4 [2020-09-29T04:50:14.991Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-29T04:50:15.268Z] ---> Running in 09d01d79eda6 [2020-09-29T04:50:16.710Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o cmd/core-data/core-data ./cmd/core-data [2020-09-29T04:50:17.846Z] $ docker top aebb812ce263f5989f0de79b186ecfddf61c0b08312c3e7f7d16e955fe114725 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-29T04:50:19.297Z] + + docker-composegrep build parallel --help [2020-09-29T04:50:19.297Z] [2020-09-29T04:50:22.673Z] --parallel Build images in parallel. [Pipeline] } [2020-09-29T04:50:22.704Z] $ docker stop --time=1 aebb812ce263f5989f0de79b186ecfddf61c0b08312c3e7f7d16e955fe114725 [2020-09-29T04:50:23.561Z] ---> 5343630d1ff2 [2020-09-29T04:50:23.562Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-29T04:50:24.524Z] ---> Running in 8304dbdb145a [2020-09-29T04:50:24.760Z] $ docker rm -f aebb812ce263f5989f0de79b186ecfddf61c0b08312c3e7f7d16e955fe114725 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:50:25.508Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-29T04:50:25.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-29T04:50:25.574Z] . [Pipeline] withDockerContainer [2020-09-29T04:50:25.859Z] prd-ubuntu18.04-docker-arm64-4c-16g-1932 does not seem to be running inside a container [2020-09-29T04:50:25.952Z] $ 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/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T04:50:27.401Z] $ docker top 753d9e8cf44c308c7fc1258ff699bd4665c776577e03d2e55449b3c17b507f8d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-29T04:50:28.433Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-29T04:50:31.811Z] Building docker-core-command-go ... [2020-09-29T04:50:31.811Z] Building docker-core-data-go ... [2020-09-29T04:50:31.811Z] Building docker-core-metadata-go ... [2020-09-29T04:50:31.811Z] Building docker-security-proxy-setup-go ... [2020-09-29T04:50:31.811Z] Building docker-security-secrets-setup-go ... [2020-09-29T04:50:31.811Z] Building docker-security-secretstore-setup-go ... [2020-09-29T04:50:31.811Z] Building docker-support-logging-go ... [2020-09-29T04:50:31.811Z] Building docker-support-notifications-go ... [2020-09-29T04:50:31.811Z] Building docker-support-scheduler-go ... [2020-09-29T04:50:31.811Z] Building docker-sys-mgmt-agent-go ... [2020-09-29T04:50:31.811Z] Building docker-core-data-go [2020-09-29T04:50:31.811Z] Building docker-sys-mgmt-agent-go [2020-09-29T04:50:31.811Z] Building docker-support-scheduler-go [2020-09-29T04:50:31.811Z] Building docker-security-secrets-setup-go [2020-09-29T04:50:31.811Z] Building docker-security-proxy-setup-go [2020-09-29T04:50:35.712Z] Removing intermediate container 3cccf3061337 [2020-09-29T04:50:35.712Z] ---> 0372b99a27bd [2020-09-29T04:50:35.712Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-29T04:50:35.712Z] Removing intermediate container 52f672a3dde0 [2020-09-29T04:50:35.712Z] ---> 2254badb9370 [2020-09-29T04:50:35.712Z] [2020-09-29T04:50:35.712Z] Step 10/22 : FROM scratch [2020-09-29T04:50:35.712Z] ---> [2020-09-29T04:50:35.712Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-29T04:50:35.712Z] Removing intermediate container f39337f196fc [2020-09-29T04:50:35.712Z] ---> 66b86dcedc0f [2020-09-29T04:50:35.712Z] [2020-09-29T04:50:35.712Z] Step 10/21 : FROM scratch [2020-09-29T04:50:35.712Z] ---> [2020-09-29T04:50:35.712Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-29T04:50:35.712Z] ---> Running in e955b2e17e74 [2020-09-29T04:50:35.981Z] ---> Using cache [2020-09-29T04:50:35.981Z] ---> 962332f48156 [2020-09-29T04:50:35.981Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-29T04:50:35.981Z] ---> Using cache [2020-09-29T04:50:35.981Z] ---> 876a1c1a2994 [2020-09-29T04:50:35.981Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-29T04:50:36.253Z] ---> Running in af8438810220 [2020-09-29T04:50:36.253Z] ---> Running in 55277c74982b [2020-09-29T04:50:36.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-29T04:50:36.526Z] Removing intermediate container 55277c74982b [2020-09-29T04:50:36.526Z] ---> 13c6cf3841b2 [2020-09-29T04:50:36.526Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-29T04:50:36.526Z] Removing intermediate container af8438810220 [2020-09-29T04:50:36.526Z] ---> 6cebcbea2add [2020-09-29T04:50:36.526Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-29T04:50:36.526Z] ---> Running in aa77eb8a2848 [2020-09-29T04:50:36.808Z] ---> Running in dbc71aa3fcb8 [2020-09-29T04:50:36.809Z] Removing intermediate container aa77eb8a2848 [2020-09-29T04:50:36.809Z] ---> 0098750f4c2d [2020-09-29T04:50:36.809Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-29T04:50:37.084Z] Removing intermediate container dbc71aa3fcb8 [2020-09-29T04:50:37.084Z] ---> f9e20ece0bba [2020-09-29T04:50:37.084Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-29T04:50:37.677Z] ---> 85c2dd5d6cee [2020-09-29T04:50:37.677Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-29T04:50:37.677Z] ---> e75650453abd [2020-09-29T04:50:37.677Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-29T04:50:38.264Z] ---> a327874f7a88 [2020-09-29T04:50:38.264Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-29T04:50:38.846Z] ---> 53a71e0ce00f [2020-09-29T04:50:38.846Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-29T04:50:41.436Z] ---> 169bd69efa1a [2020-09-29T04:50:41.436Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-29T04:50:41.436Z] ---> ae11b8ded141 [2020-09-29T04:50:41.436Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-29T04:50:41.436Z] Removing intermediate container e955b2e17e74 [2020-09-29T04:50:41.436Z] ---> 72bba4884cf0 [2020-09-29T04:50:41.436Z] [2020-09-29T04:50:41.436Z] Step 11/27 : FROM docker:latest [2020-09-29T04:50:41.436Z] ---> 809cc4dba987 [2020-09-29T04:50:41.436Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-29T04:50:41.707Z] ---> Running in b6a51fb62464 [2020-09-29T04:50:41.970Z] ---> Running in 56625ee376bd [2020-09-29T04:50:41.970Z] ---> ef94931a3854 [2020-09-29T04:50:41.970Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-29T04:50:42.252Z] ---> Running in fd470eccd429 [2020-09-29T04:50:42.523Z] Removing intermediate container b6a51fb62464 [2020-09-29T04:50:42.523Z] ---> 9cda315ec150 [2020-09-29T04:50:42.523Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-29T04:50:42.794Z] ---> Running in ba43a5be821a [2020-09-29T04:50:42.794Z] Removing intermediate container fd470eccd429 [2020-09-29T04:50:42.794Z] ---> fed4e5508b03 [2020-09-29T04:50:42.794Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-29T04:50:42.794Z] ---> Running in 1a0081f6cba5 [2020-09-29T04:50:43.085Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-29T04:50:43.085Z] Removing intermediate container ba43a5be821a [2020-09-29T04:50:43.085Z] ---> 4a5c66862d67 [2020-09-29T04:50:43.085Z] Step 19/21 : LABEL arch=x86_64 [2020-09-29T04:50:43.085Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-29T04:50:43.085Z] Removing intermediate container 1a0081f6cba5 [2020-09-29T04:50:43.085Z] ---> 8219f89ad0d2 [2020-09-29T04:50:43.085Z] Step 20/22 : LABEL arch=x86_64 [2020-09-29T04:50:43.365Z] ---> Running in 03e79bc0b988 [2020-09-29T04:50:43.365Z] ---> Running in 6a78754319fd [2020-09-29T04:50:43.365Z] (1/2) Installing readline (8.0.4-r0) [2020-09-29T04:50:43.365Z] (2/2) Installing bash (5.0.17-r0) [2020-09-29T04:50:43.365Z] Executing bash-5.0.17-r0.post-install [2020-09-29T04:50:43.365Z] Executing busybox-1.31.1-r16.trigger [2020-09-29T04:50:43.365Z] OK: 12 MiB in 22 packages [2020-09-29T04:50:43.642Z] Removing intermediate container 03e79bc0b988 [2020-09-29T04:50:43.642Z] ---> 6e1a599b8a50 [2020-09-29T04:50:43.642Z] Step 20/21 : LABEL git_sha=1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:50:43.642Z] Removing intermediate container 6a78754319fd [2020-09-29T04:50:43.642Z] ---> eeed82b58ac1 [2020-09-29T04:50:43.642Z] Step 21/22 : LABEL git_sha=1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:50:43.642Z] ---> Running in bfd7f94eed07 [2020-09-29T04:50:43.912Z] ---> Running in 19983793edab [2020-09-29T04:50:44.176Z] Removing intermediate container bfd7f94eed07 [2020-09-29T04:50:44.176Z] ---> b02304306019 [2020-09-29T04:50:44.176Z] Step 21/21 : LABEL version=1.2.2-dev.34 [2020-09-29T04:50:44.176Z] ---> Running in ac36abe0c551 [2020-09-29T04:50:44.176Z] Removing intermediate container 19983793edab [2020-09-29T04:50:44.176Z] ---> 8bd203f16632 [2020-09-29T04:50:44.176Z] Step 22/22 : LABEL version=1.2.2-dev.34 [2020-09-29T04:50:44.443Z] ---> Running in 876d4732e793 [2020-09-29T04:50:44.727Z] Removing intermediate container 56625ee376bd [2020-09-29T04:50:44.727Z] ---> 4fe36b116c0e [2020-09-29T04:50:44.727Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-29T04:50:44.727Z] Removing intermediate container ac36abe0c551 [2020-09-29T04:50:44.727Z] ---> bc0e2fab28cf [2020-09-29T04:50:44.727Z] [2020-09-29T04:50:44.727Z] ---> Running in b5c32c172789 [2020-09-29T04:50:44.998Z] Successfully built bc0e2fab28cf [2020-09-29T04:50:44.998Z] Successfully tagged docker-support-scheduler-go:latest [2020-09-29T04:50:44.998Z]  Building docker-support-scheduler-go ... done Removing intermediate container 876d4732e793 [2020-09-29T04:50:44.998Z] ---> 5ecb8cb1a0a3 [2020-09-29T04:50:44.998Z] [2020-09-29T04:50:45.261Z] Successfully built 5ecb8cb1a0a3 [2020-09-29T04:50:45.261Z] Successfully tagged docker-support-logging-go:latest [2020-09-29T04:50:46.680Z]  Building docker-support-logging-go ... done Removing intermediate container b5c32c172789 [2020-09-29T04:50:46.681Z] ---> a8f1792e0060 [2020-09-29T04:50:46.681Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-29T04:50:46.681Z] ---> Running in 853a90e36e42 [2020-09-29T04:50:47.256Z] Removing intermediate container 853a90e36e42 [2020-09-29T04:50:47.256Z] ---> c1c9a9d33009 [2020-09-29T04:50:47.256Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-29T04:50:47.256Z] ---> Running in c93de77031f2 [2020-09-29T04:50:47.519Z] Removing intermediate container c93de77031f2 [2020-09-29T04:50:47.519Z] ---> dd0e4b56dad7 [2020-09-29T04:50:47.519Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-29T04:50:47.519Z] ---> Running in d987b4ba58ce [2020-09-29T04:50:47.788Z] Removing intermediate container d987b4ba58ce [2020-09-29T04:50:47.788Z] ---> bdcf2a6a5a0e [2020-09-29T04:50:47.788Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-29T04:50:50.349Z] ---> 3dc553f7a463 [2020-09-29T04:50:50.349Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-29T04:50:50.612Z] Removing intermediate container 8304dbdb145a [2020-09-29T04:50:50.612Z] ---> a90f481cf6e2 [2020-09-29T04:50:50.612Z] [2020-09-29T04:50:50.612Z] Step 10/22 : FROM scratch [2020-09-29T04:50:50.612Z] ---> [2020-09-29T04:50:50.612Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-29T04:50:50.612Z] ---> Using cache [2020-09-29T04:50:50.612Z] ---> 962332f48156 [2020-09-29T04:50:50.612Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-29T04:50:50.882Z] ---> Running in 73351bfa0c1d [2020-09-29T04:50:50.882Z] ---> 3d0dc0710a46 [2020-09-29T04:50:50.882Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-29T04:50:51.457Z] Removing intermediate container 73351bfa0c1d [2020-09-29T04:50:51.457Z] ---> e17a34f78007 [2020-09-29T04:50:51.457Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-29T04:50:54.015Z] ---> Running in ae8ecfc09f9e [2020-09-29T04:50:54.589Z] ---> 422b0c27d0b0 [2020-09-29T04:50:54.589Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-09-29T04:50:54.589Z] ---> Running in ef708c870bbc [2020-09-29T04:50:54.853Z] Removing intermediate container ae8ecfc09f9e [2020-09-29T04:50:54.853Z] ---> 2c179254db75 [2020-09-29T04:50:54.853Z] Step 14/22 : WORKDIR / [2020-09-29T04:50:54.853Z] Removing intermediate container 09d01d79eda6 [2020-09-29T04:50:54.853Z] ---> 25adff0d659d [2020-09-29T04:50:54.853Z] [2020-09-29T04:50:54.853Z] Step 10/23 : FROM alpine [2020-09-29T04:50:54.853Z] ---> a24bb4013296 [2020-09-29T04:50:54.853Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-29T04:50:54.853Z] ---> Running in b02fe90112fa [2020-09-29T04:50:55.117Z] ---> Running in dfcd22bd91df [2020-09-29T04:50:55.382Z] Removing intermediate container b02fe90112fa [2020-09-29T04:50:55.382Z] ---> d419c95ecbbe [2020-09-29T04:50:55.382Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-29T04:50:55.382Z] Removing intermediate container dfcd22bd91df [2020-09-29T04:50:55.382Z] ---> 954017ba7497 [2020-09-29T04:50:55.382Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-29T04:50:55.382Z] ---> Running in 1625fa38273c [2020-09-29T04:50:55.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-29T04:50:55.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-29T04:50:55.648Z] ---> 5b6a6d0b9a45 [2020-09-29T04:50:55.648Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-29T04:50:55.648Z] Removing intermediate container 1625fa38273c [2020-09-29T04:50:55.648Z] ---> 26617b742fbf [2020-09-29T04:50:55.648Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-29T04:50:55.648Z] ---> Running in 5304dece2fe2 [2020-09-29T04:50:55.648Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-29T04:50:55.648Z] (2/33) Installing expat (2.2.9-r1) [2020-09-29T04:50:55.648Z] (3/33) Installing libffi (3.3-r2) [2020-09-29T04:50:55.648Z] (4/33) Installing gdbm (1.13-r1) [2020-09-29T04:50:55.648Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-29T04:50:55.648Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-29T04:50:55.648Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-29T04:50:56.224Z] Removing intermediate container 5304dece2fe2 [2020-09-29T04:50:56.224Z] ---> b3b8a8723b46 [2020-09-29T04:50:56.224Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T04:50:59.543Z] ---> Running in 071ef5736f69 [2020-09-29T04:50:59.543Z] ---> a7cee2f52373 [2020-09-29T04:50:59.543Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-29T04:50:59.543Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-29T04:50:59.543Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-29T04:50:59.543Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-29T04:50:59.543Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-29T04:50:59.543Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-29T04:50:59.543Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-29T04:50:59.805Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-29T04:50:59.805Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-29T04:50:59.805Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-29T04:50:59.805Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-29T04:50:59.805Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-29T04:50:59.805Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-29T04:51:00.231Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-29T04:51:00.841Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-29T04:51:01.146Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-29T04:51:01.146Z] ---> 02d829b026c7 [2020-09-29T04:51:01.146Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-29T04:51:01.146Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-29T04:51:01.146Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-29T04:51:01.146Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-29T04:51:01.146Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-29T04:51:01.538Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-29T04:51:01.538Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-29T04:51:01.538Z] ---> Running in b35ab144c829 [2020-09-29T04:51:01.538Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-29T04:51:01.538Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-29T04:51:01.538Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-29T04:51:01.538Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-29T04:51:01.538Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-29T04:51:02.118Z] Executing busybox-1.31.1-r16.trigger [2020-09-29T04:51:02.118Z] OK: 71 MiB in 55 packages [2020-09-29T04:51:02.393Z] Removing intermediate container b35ab144c829 [2020-09-29T04:51:02.393Z] ---> e08686d16c0e [2020-09-29T04:51:02.393Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-29T04:51:02.393Z] ---> Running in 51d7f8623229 [2020-09-29T04:51:02.656Z] Removing intermediate container 071ef5736f69 [2020-09-29T04:51:02.656Z] ---> 629eb1d14277 [2020-09-29T04:51:02.656Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-29T04:51:02.656Z] ---> Running in 0ca0ad7e5ec9 [2020-09-29T04:51:02.919Z] Removing intermediate container 51d7f8623229 [2020-09-29T04:51:02.919Z] ---> d819fc636c33 [2020-09-29T04:51:02.919Z] Step 20/22 : LABEL arch=x86_64 [2020-09-29T04:51:03.896Z] ---> Running in e364503c5c64 [2020-09-29T04:51:05.841Z] Removing intermediate container e364503c5c64 [2020-09-29T04:51:05.841Z] ---> a06fd66d8b6d [2020-09-29T04:51:05.841Z] Step 21/22 : LABEL git_sha=1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:05.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-29T04:51:06.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-29T04:51:06.684Z] ---> Running in 6bab903e7514 [2020-09-29T04:51:07.062Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-29T04:51:07.062Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-29T04:51:07.325Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-29T04:51:07.325Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-29T04:51:08.271Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-29T04:51:08.534Z] Removing intermediate container 6bab903e7514 [2020-09-29T04:51:08.534Z] ---> 20275ebfdf0e [2020-09-29T04:51:08.534Z] Step 22/22 : LABEL version=1.2.2-dev.34 [2020-09-29T04:51:08.534Z] Executing busybox-1.31.1-r16.trigger [2020-09-29T04:51:08.534Z] OK: 8 MiB in 19 packages [2020-09-29T04:51:08.534Z] ---> Running in 16e8fea9f991 [2020-09-29T04:51:08.799Z] Removing intermediate container ef708c870bbc [2020-09-29T04:51:08.799Z] ---> 363f27eea2f2 [2020-09-29T04:51:08.799Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-29T04:51:08.799Z] Removing intermediate container 16e8fea9f991 [2020-09-29T04:51:08.799Z] ---> 93f50193d666 [2020-09-29T04:51:08.799Z] [2020-09-29T04:51:09.068Z] ---> Running in 058a045b5075 [2020-09-29T04:51:09.068Z] Successfully built 93f50193d666 [2020-09-29T04:51:09.068Z] Successfully tagged docker-core-metadata-go:latest [2020-09-29T04:51:09.333Z]  Building docker-core-metadata-go ... done Removing intermediate container 0ca0ad7e5ec9 [2020-09-29T04:51:09.333Z] ---> 0779baceb55d [2020-09-29T04:51:09.333Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-29T04:51:09.597Z] ---> 39e98b5fc717 [2020-09-29T04:51:09.597Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-29T04:51:10.171Z] ---> 725b9c609de5 [2020-09-29T04:51:10.171Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-29T04:51:10.433Z] ---> fd6eeb6ef7be [2020-09-29T04:51:10.433Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-29T04:51:10.433Z] ---> Running in b549c8ee2e49 [2020-09-29T04:51:10.433Z] Collecting docker-compose==1.23.2 [2020-09-29T04:51:10.433Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-29T04:51:10.695Z] Removing intermediate container b549c8ee2e49 [2020-09-29T04:51:10.695Z] ---> 4e2176c8b71c [2020-09-29T04:51:10.695Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-29T04:51:10.695Z] ---> Running in d1acff9e0763 [2020-09-29T04:51:10.695Z] Collecting PyYAML<4,>=3.10 [2020-09-29T04:51:10.695Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-29T04:51:10.956Z] Removing intermediate container d1acff9e0763 [2020-09-29T04:51:10.956Z] ---> a693702198a6 [2020-09-29T04:51:10.956Z] Step 21/23 : LABEL arch=x86_64 [2020-09-29T04:51:11.904Z] ---> Running in 3c92b8e22937 [2020-09-29T04:51:11.904Z] Collecting jsonschema<3,>=2.5.1 [2020-09-29T04:51:11.904Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-29T04:51:12.165Z] Removing intermediate container 3c92b8e22937 [2020-09-29T04:51:12.165Z] ---> 6b06aafc819f [2020-09-29T04:51:12.166Z] Step 22/23 : LABEL git_sha=1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:12.166Z] Collecting docopt<0.7,>=0.6.1 [2020-09-29T04:51:12.166Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-29T04:51:12.166Z] ---> Running in dbce2a183a7e [2020-09-29T04:51:12.426Z] Removing intermediate container dbce2a183a7e [2020-09-29T04:51:12.426Z] ---> 9bd846c041bd [2020-09-29T04:51:12.426Z] Step 23/23 : LABEL version=1.2.2-dev.34 [2020-09-29T04:51:12.426Z] ---> Running in 9a4eceba3664 [2020-09-29T04:51:12.687Z] Removing intermediate container 9a4eceba3664 [2020-09-29T04:51:12.687Z] ---> 27937fc304ee [2020-09-29T04:51:12.687Z] [2020-09-29T04:51:12.687Z] Collecting cached-property<2,>=1.2.0 [2020-09-29T04:51:12.687Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-09-29T04:51:12.687Z] 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-09-29T04:51:12.687Z] Successfully built 27937fc304ee [2020-09-29T04:51:12.687Z] Successfully tagged docker-core-data-go:latest [2020-09-29T04:51:12.687Z]  Building docker-core-data-go ... done Collecting texttable<0.10,>=0.9.0 [2020-09-29T04:51:12.687Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-29T04:51:13.260Z] Collecting docker<4.0,>=3.6.0 [2020-09-29T04:51:13.260Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-29T04:51:13.523Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-29T04:51:13.523Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-29T04:51:13.523Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-29T04:51:13.786Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-29T04:51:14.362Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-29T04:51:14.362Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-29T04:51:14.362Z] Collecting docker-pycreds>=0.4.0 [2020-09-29T04:51:14.362Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-29T04:51:14.626Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-29T04:51:14.626Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-29T04:51:14.626Z] Collecting idna<2.8,>=2.5 [2020-09-29T04:51:14.626Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-29T04:51:14.626Z] 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-09-29T04:51:14.626Z] 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-09-29T04:51:14.626Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-29T04:51:14.626Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-29T04:51:14.626Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-29T04:51:14.626Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-29T04:51:14.888Z] Installing collected packages: PyYAML, jsonschema, docopt, cached-property, texttable, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, docker-compose [2020-09-29T04:51:14.888Z] Running setup.py install for PyYAML: started [2020-09-29T04:51:15.464Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-29T04:51:15.464Z] Running setup.py install for docopt: started [2020-09-29T04:51:16.041Z] Running setup.py install for docopt: finished with status 'done' [2020-09-29T04:51:16.041Z] Running setup.py install for texttable: started [2020-09-29T04:51:16.304Z] Running setup.py install for texttable: finished with status 'done' [2020-09-29T04:51:16.304Z] Attempting uninstall: urllib3 [2020-09-29T04:51:16.304Z] Found existing installation: urllib3 1.25.9 [2020-09-29T04:51:16.304Z] Uninstalling urllib3-1.25.9: [2020-09-29T04:51:16.568Z] Successfully uninstalled urllib3-1.25.9 [2020-09-29T04:51:16.568Z] Attempting uninstall: idna [2020-09-29T04:51:16.568Z] Found existing installation: idna 2.9 [2020-09-29T04:51:16.568Z] Uninstalling idna-2.9: [2020-09-29T04:51:16.568Z] Successfully uninstalled idna-2.9 [2020-09-29T04:51:16.831Z] Attempting uninstall: requests [2020-09-29T04:51:16.831Z] Found existing installation: requests 2.23.0 [2020-09-29T04:51:16.831Z] Uninstalling requests-2.23.0: [2020-09-29T04:51:16.831Z] Successfully uninstalled requests-2.23.0 [2020-09-29T04:51:18.222Z] Running setup.py install for dockerpty: started [2020-09-29T04:51:18.486Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-29T04:51:18.748Z] 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-09-29T04:51:22.066Z] Removing intermediate container 058a045b5075 [2020-09-29T04:51:22.067Z] ---> 02585c64dd93 [2020-09-29T04:51:22.067Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-29T04:51:22.067Z] ---> Running in 417402f68fb6 [2020-09-29T04:51:22.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-29T04:51:22.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-29T04:51:22.597Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-29T04:51:22.597Z] (2/3) Installing libcurl (7.69.1-r1) [2020-09-29T04:51:22.597Z] (3/3) Installing curl (7.69.1-r1) [2020-09-29T04:51:22.597Z] Executing busybox-1.31.1-r16.trigger [2020-09-29T04:51:22.597Z] OK: 72 MiB in 58 packages [2020-09-29T04:51:23.992Z] Removing intermediate container 417402f68fb6 [2020-09-29T04:51:23.992Z] ---> 9a048a1a9ff5 [2020-09-29T04:51:23.992Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-29T04:51:23.992Z] ---> Running in 8caa1958de40 [2020-09-29T04:51:24.255Z] Removing intermediate container 8caa1958de40 [2020-09-29T04:51:24.255Z] ---> 2ee22ff0c83d [2020-09-29T04:51:24.255Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-29T04:51:24.255Z] ---> Running in 7483cf9f5883 [2020-09-29T04:51:24.521Z] Removing intermediate container 7483cf9f5883 [2020-09-29T04:51:24.521Z] ---> 639118eeddf4 [2020-09-29T04:51:24.521Z] Step 25/27 : LABEL arch=x86_64 [2020-09-29T04:51:24.521Z] ---> Running in ac34e14c3263 [2020-09-29T04:51:24.790Z] Removing intermediate container ac34e14c3263 [2020-09-29T04:51:24.790Z] ---> f2243bbda6cb [2020-09-29T04:51:24.790Z] Step 26/27 : LABEL git_sha=1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:24.790Z] ---> Running in e9886ea99145 [2020-09-29T04:51:25.053Z] Removing intermediate container e9886ea99145 [2020-09-29T04:51:25.053Z] ---> e7c56932a050 [2020-09-29T04:51:25.053Z] Step 27/27 : LABEL version=1.2.2-dev.34 [2020-09-29T04:51:25.053Z] ---> Running in dd225ce1d9da [2020-09-29T04:51:25.053Z] Removing intermediate container dd225ce1d9da [2020-09-29T04:51:25.053Z] ---> f423c20a787d [2020-09-29T04:51:25.053Z] [2020-09-29T04:51:25.316Z] Successfully built f423c20a787d [2020-09-29T04:51:25.316Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-09-29T04:51:25.901Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-09-29T04:51:25.924Z] $ docker stop --time=1 4d8275b61a38a90c5c17e3e8fe31aead3d7423b149baa2c546dafa6ee40e25cb [2020-09-29T04:51:27.708Z] $ docker rm -f 4d8275b61a38a90c5c17e3e8fe31aead3d7423b149baa2c546dafa6ee40e25cb [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T04:51:28.231Z] + docker images [2020-09-29T04:51:28.231Z] + grep docker [2020-09-29T04:51:28.231Z] docker-sys-mgmt-agent-go latest f423c20a787d 4 seconds ago 290MB [2020-09-29T04:51:28.231Z] docker-core-data-go latest 27937fc304ee 16 seconds ago 23.6MB [2020-09-29T04:51:28.231Z] docker-core-metadata-go latest 93f50193d666 20 seconds ago 13.5MB [2020-09-29T04:51:28.231Z] docker-support-scheduler-go latest bc0e2fab28cf 44 seconds ago 12.3MB [2020-09-29T04:51:28.231Z] docker-support-logging-go latest 5ecb8cb1a0a3 44 seconds ago 11.1MB [2020-09-29T04:51:28.231Z] docker-security-secrets-setup-go latest 6521a5ecb19a 2 minutes ago 24MB [2020-09-29T04:51:28.231Z] docker-security-secretstore-setup-go latest c9ffe8440182 2 minutes ago 32.4MB [2020-09-29T04:51:28.231Z] docker-support-notifications-go latest 213b85e80555 2 minutes ago 13.6MB [2020-09-29T04:51:28.231Z] docker-core-command-go latest 8dc63e9dcf07 2 minutes ago 12.2MB [2020-09-29T04:51:28.231Z] docker-security-proxy-setup-go latest e72800863cae 2 minutes ago 15.8MB [2020-09-29T04:51:28.231Z] docker latest 809cc4dba987 11 days ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-29T04:51:28.877Z] provisioning config files... [2020-09-29T04:51:28.930Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/149@tmp/config5172038340619144756tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-29T04:51:29.360Z] ---> docker-login.sh [2020-09-29T04:51:29.361Z] nexus3.edgexfoundry.org:10001 [2020-09-29T04:51:29.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-29T04:51:29.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-29T04:51:29.623Z] Configure a credential helper to remove this warning. See [2020-09-29T04:51:29.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-29T04:51:29.623Z] [2020-09-29T04:51:29.623Z] Login Succeeded [2020-09-29T04:51:29.623Z] nexus3.edgexfoundry.org:10002 [2020-09-29T04:51:29.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-29T04:51:29.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-29T04:51:29.886Z] Configure a credential helper to remove this warning. See [2020-09-29T04:51:29.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-29T04:51:29.886Z] [2020-09-29T04:51:29.886Z] Login Succeeded [2020-09-29T04:51:29.886Z] nexus3.edgexfoundry.org:10003 [2020-09-29T04:51:29.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-29T04:51:29.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-29T04:51:29.886Z] Configure a credential helper to remove this warning. See [2020-09-29T04:51:29.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-29T04:51:29.886Z] [2020-09-29T04:51:29.886Z] Login Succeeded [2020-09-29T04:51:29.886Z] nexus3.edgexfoundry.org:10004 [2020-09-29T04:51:30.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-29T04:51:30.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-29T04:51:30.148Z] Configure a credential helper to remove this warning. See [2020-09-29T04:51:30.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-29T04:51:30.148Z] [2020-09-29T04:51:30.148Z] Login Succeeded [2020-09-29T04:51:30.148Z] docker.io [2020-09-29T04:51:30.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-29T04:51:30.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-29T04:51:30.672Z] Configure a credential helper to remove this warning. See [2020-09-29T04:51:30.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-29T04:51:30.672Z] [2020-09-29T04:51:30.672Z] Login Succeeded [2020-09-29T04:51:30.672Z] ---> docker-login.sh ends [Pipeline] } [2020-09-29T04:51:30.681Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:51:31.009Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-09-29T04:51:31.010Z] 1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:31.010Z] 1.2.2-dev.34 [2020-09-29T04:51:31.010Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:51:31.010Z] master [2020-09-29T04:51:31.010Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:31.540Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:31.846Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:31.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-29T04:51:31.846Z] 3fa680a85851: Preparing [2020-09-29T04:51:31.846Z] ed6cc38a3476: Preparing [2020-09-29T04:51:31.846Z] 151c05a28541: Preparing [2020-09-29T04:51:32.107Z] 151c05a28541: Pushed [2020-09-29T04:51:32.107Z] 3fa680a85851: Pushed [2020-09-29T04:51:33.497Z] ed6cc38a3476: Pushed [2020-09-29T04:51:33.497Z] 1366034a2a507deba7d94ee721da807f71a065bf: digest: sha256:61cd92e6aec13c6af7404dbe08050c70771d356a1ff37bbfb9a344feb7d0d337 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:33.805Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:34.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.34 [2020-09-29T04:51:34.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-29T04:51:34.107Z] 3fa680a85851: Preparing [2020-09-29T04:51:34.107Z] ed6cc38a3476: Preparing [2020-09-29T04:51:34.107Z] 151c05a28541: Preparing [2020-09-29T04:51:34.107Z] ed6cc38a3476: Layer already exists [2020-09-29T04:51:34.107Z] 151c05a28541: Layer already exists [2020-09-29T04:51:34.107Z] 3fa680a85851: Layer already exists [2020-09-29T04:51:34.107Z] 1.2.2-dev.34: digest: sha256:61cd92e6aec13c6af7404dbe08050c70771d356a1ff37bbfb9a344feb7d0d337 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:34.474Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:34.927Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:51:34.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-29T04:51:34.927Z] 3fa680a85851: Preparing [2020-09-29T04:51:34.927Z] ed6cc38a3476: Preparing [2020-09-29T04:51:34.927Z] 151c05a28541: Preparing [2020-09-29T04:51:34.927Z] 3fa680a85851: Layer already exists [2020-09-29T04:51:34.927Z] ed6cc38a3476: Layer already exists [2020-09-29T04:51:34.927Z] 151c05a28541: Layer already exists [2020-09-29T04:51:34.927Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34: digest: sha256:61cd92e6aec13c6af7404dbe08050c70771d356a1ff37bbfb9a344feb7d0d337 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:35.236Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:35.544Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-09-29T04:51:35.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-29T04:51:35.545Z] 3fa680a85851: Preparing [2020-09-29T04:51:35.545Z] ed6cc38a3476: Preparing [2020-09-29T04:51:35.545Z] 151c05a28541: Preparing [2020-09-29T04:51:35.545Z] ed6cc38a3476: Layer already exists [2020-09-29T04:51:35.545Z] 3fa680a85851: Layer already exists [2020-09-29T04:51:35.545Z] 151c05a28541: Layer already exists [2020-09-29T04:51:35.545Z] master: digest: sha256:61cd92e6aec13c6af7404dbe08050c70771d356a1ff37bbfb9a344feb7d0d337 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:51:35.767Z] ===================================================== [Pipeline] echo [2020-09-29T04:51:35.821Z] taggedImages: [2020-09-29T04:51:35.821Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:35.821Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.34 [2020-09-29T04:51:35.821Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:51:35.821Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-09-29T04:51:35.906Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-09-29T04:51:35.906Z] 1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:35.906Z] 1.2.2-dev.34 [2020-09-29T04:51:35.906Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:51:35.906Z] master [2020-09-29T04:51:35.906Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:36.428Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:36.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:36.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-29T04:51:36.734Z] 05d0a3fa05d6: Preparing [2020-09-29T04:51:36.734Z] e42ecab70229: Preparing [2020-09-29T04:51:36.734Z] 4442a8cbdf71: Preparing [2020-09-29T04:51:36.734Z] 6ff7fc4db666: Preparing [2020-09-29T04:51:36.734Z] bc742ba59626: Preparing [2020-09-29T04:51:36.734Z] 50644c29ef5a: Preparing [2020-09-29T04:51:36.734Z] 50644c29ef5a: Waiting [2020-09-29T04:51:36.995Z] bc742ba59626: Pushed [2020-09-29T04:51:36.995Z] 4442a8cbdf71: Pushed [2020-09-29T04:51:36.995Z] 05d0a3fa05d6: Pushed [2020-09-29T04:51:36.995Z] 50644c29ef5a: Layer already exists [2020-09-29T04:51:36.995Z] 6ff7fc4db666: Pushed [2020-09-29T04:51:38.385Z] e42ecab70229: Pushed [2020-09-29T04:51:38.385Z] 1366034a2a507deba7d94ee721da807f71a065bf: digest: sha256:99601fc0f7b50ee8978233da17fa562440cc643944d7f62a1489e3288a3aeec9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:38.692Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:38.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.34 [2020-09-29T04:51:38.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-29T04:51:38.992Z] 05d0a3fa05d6: Preparing [2020-09-29T04:51:38.992Z] e42ecab70229: Preparing [2020-09-29T04:51:38.992Z] 4442a8cbdf71: Preparing [2020-09-29T04:51:38.992Z] 6ff7fc4db666: Preparing [2020-09-29T04:51:38.992Z] bc742ba59626: Preparing [2020-09-29T04:51:38.992Z] 50644c29ef5a: Preparing [2020-09-29T04:51:38.992Z] 50644c29ef5a: Waiting [2020-09-29T04:51:38.992Z] bc742ba59626: Layer already exists [2020-09-29T04:51:38.992Z] 05d0a3fa05d6: Layer already exists [2020-09-29T04:51:38.992Z] e42ecab70229: Layer already exists [2020-09-29T04:51:38.992Z] 6ff7fc4db666: Layer already exists [2020-09-29T04:51:38.992Z] 4442a8cbdf71: Layer already exists [2020-09-29T04:51:38.992Z] 50644c29ef5a: Layer already exists [2020-09-29T04:51:38.992Z] 1.2.2-dev.34: digest: sha256:99601fc0f7b50ee8978233da17fa562440cc643944d7f62a1489e3288a3aeec9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:39.301Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:39.602Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:51:39.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-29T04:51:39.602Z] 05d0a3fa05d6: Preparing [2020-09-29T04:51:39.602Z] e42ecab70229: Preparing [2020-09-29T04:51:39.602Z] 4442a8cbdf71: Preparing [2020-09-29T04:51:39.602Z] 6ff7fc4db666: Preparing [2020-09-29T04:51:39.602Z] bc742ba59626: Preparing [2020-09-29T04:51:39.602Z] 50644c29ef5a: Preparing [2020-09-29T04:51:39.602Z] 50644c29ef5a: Waiting [2020-09-29T04:51:39.602Z] 05d0a3fa05d6: Layer already exists [2020-09-29T04:51:39.602Z] 4442a8cbdf71: Layer already exists [2020-09-29T04:51:39.602Z] 6ff7fc4db666: Layer already exists [2020-09-29T04:51:39.602Z] bc742ba59626: Layer already exists [2020-09-29T04:51:39.602Z] e42ecab70229: Layer already exists [2020-09-29T04:51:39.602Z] 50644c29ef5a: Layer already exists [2020-09-29T04:51:39.602Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34: digest: sha256:99601fc0f7b50ee8978233da17fa562440cc643944d7f62a1489e3288a3aeec9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:39.914Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:40.217Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-09-29T04:51:40.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-29T04:51:40.218Z] 05d0a3fa05d6: Preparing [2020-09-29T04:51:40.218Z] e42ecab70229: Preparing [2020-09-29T04:51:40.218Z] 4442a8cbdf71: Preparing [2020-09-29T04:51:40.218Z] 6ff7fc4db666: Preparing [2020-09-29T04:51:40.218Z] bc742ba59626: Preparing [2020-09-29T04:51:40.218Z] 50644c29ef5a: Preparing [2020-09-29T04:51:40.218Z] 50644c29ef5a: Waiting [2020-09-29T04:51:40.218Z] bc742ba59626: Layer already exists [2020-09-29T04:51:40.218Z] 6ff7fc4db666: Layer already exists [2020-09-29T04:51:40.218Z] e42ecab70229: Layer already exists [2020-09-29T04:51:40.218Z] 4442a8cbdf71: Layer already exists [2020-09-29T04:51:40.218Z] 05d0a3fa05d6: Layer already exists [2020-09-29T04:51:40.218Z] 50644c29ef5a: Layer already exists [2020-09-29T04:51:40.218Z] master: digest: sha256:99601fc0f7b50ee8978233da17fa562440cc643944d7f62a1489e3288a3aeec9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:51:40.488Z] ===================================================== [Pipeline] echo [2020-09-29T04:51:40.550Z] taggedImages: [2020-09-29T04:51:40.550Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:40.550Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.34 [2020-09-29T04:51:40.550Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:51:40.550Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-09-29T04:51:40.619Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-09-29T04:51:40.619Z] 1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:40.619Z] 1.2.2-dev.34 [2020-09-29T04:51:40.619Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:51:40.619Z] master [2020-09-29T04:51:40.619Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:41.170Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:41.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:41.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-29T04:51:41.504Z] 5c71d24ac46f: Preparing [2020-09-29T04:51:41.504Z] a85a7effeae8: Preparing [2020-09-29T04:51:41.504Z] a07bc6a503b7: Preparing [2020-09-29T04:51:41.764Z] 5c71d24ac46f: Pushed [2020-09-29T04:51:41.764Z] a07bc6a503b7: Pushed [2020-09-29T04:51:43.150Z] a85a7effeae8: Pushed [2020-09-29T04:51:43.150Z] 1366034a2a507deba7d94ee721da807f71a065bf: digest: sha256:bb8a45af9dcc38664a2d8b9aca7fd815bd6d5cca3bee69ecb4428f2b9c7ef923 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:43.452Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:43.749Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.34 [2020-09-29T04:51:43.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-29T04:51:43.749Z] 5c71d24ac46f: Preparing [2020-09-29T04:51:43.749Z] a85a7effeae8: Preparing [2020-09-29T04:51:43.749Z] a07bc6a503b7: Preparing [2020-09-29T04:51:43.749Z] 5c71d24ac46f: Layer already exists [2020-09-29T04:51:43.749Z] a85a7effeae8: Layer already exists [2020-09-29T04:51:43.749Z] a07bc6a503b7: Layer already exists [2020-09-29T04:51:43.749Z] 1.2.2-dev.34: digest: sha256:bb8a45af9dcc38664a2d8b9aca7fd815bd6d5cca3bee69ecb4428f2b9c7ef923 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:44.052Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:44.349Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:51:44.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-29T04:51:44.349Z] 5c71d24ac46f: Preparing [2020-09-29T04:51:44.349Z] a85a7effeae8: Preparing [2020-09-29T04:51:44.349Z] a07bc6a503b7: Preparing [2020-09-29T04:51:44.349Z] 5c71d24ac46f: Layer already exists [2020-09-29T04:51:44.349Z] a07bc6a503b7: Layer already exists [2020-09-29T04:51:44.349Z] a85a7effeae8: Layer already exists [2020-09-29T04:51:44.349Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34: digest: sha256:bb8a45af9dcc38664a2d8b9aca7fd815bd6d5cca3bee69ecb4428f2b9c7ef923 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:44.659Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:44.956Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-09-29T04:51:44.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-29T04:51:44.956Z] 5c71d24ac46f: Preparing [2020-09-29T04:51:44.956Z] a85a7effeae8: Preparing [2020-09-29T04:51:44.956Z] a07bc6a503b7: Preparing [2020-09-29T04:51:44.956Z] a07bc6a503b7: Layer already exists [2020-09-29T04:51:44.956Z] 5c71d24ac46f: Layer already exists [2020-09-29T04:51:44.956Z] a85a7effeae8: Layer already exists [2020-09-29T04:51:44.956Z] master: digest: sha256:bb8a45af9dcc38664a2d8b9aca7fd815bd6d5cca3bee69ecb4428f2b9c7ef923 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:51:45.164Z] ===================================================== [Pipeline] echo [2020-09-29T04:51:45.212Z] taggedImages: [2020-09-29T04:51:45.212Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:45.212Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.34 [2020-09-29T04:51:45.212Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:51:45.212Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-09-29T04:51:45.287Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-09-29T04:51:45.287Z] 1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:45.287Z] 1.2.2-dev.34 [2020-09-29T04:51:45.287Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:51:45.287Z] master [2020-09-29T04:51:45.287Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:45.797Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:46.101Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:46.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-29T04:51:46.101Z] 9b5851fb86c9: Preparing [2020-09-29T04:51:46.101Z] 7a5b3bb4e7bb: Preparing [2020-09-29T04:51:46.101Z] fcedeca23388: Preparing [2020-09-29T04:51:46.101Z] f36cbcbe1a9a: Preparing [2020-09-29T04:51:46.101Z] 50644c29ef5a: Preparing [2020-09-29T04:51:46.101Z] 50644c29ef5a: Layer already exists [2020-09-29T04:51:46.368Z] fcedeca23388: Pushed [2020-09-29T04:51:46.368Z] 7a5b3bb4e7bb: Pushed [2020-09-29T04:51:46.639Z] f36cbcbe1a9a: Pushed [2020-09-29T04:51:47.222Z] 9b5851fb86c9: Pushed [2020-09-29T04:51:47.222Z] 1366034a2a507deba7d94ee721da807f71a065bf: digest: sha256:351032700473f93cce60c557b1c8ca3c24617c48d2305f92b632b18248b3b755 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:47.632Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:47.971Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.34 [2020-09-29T04:51:47.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-29T04:51:47.971Z] 9b5851fb86c9: Preparing [2020-09-29T04:51:47.971Z] 7a5b3bb4e7bb: Preparing [2020-09-29T04:51:47.971Z] fcedeca23388: Preparing [2020-09-29T04:51:47.971Z] f36cbcbe1a9a: Preparing [2020-09-29T04:51:47.971Z] 50644c29ef5a: Preparing [2020-09-29T04:51:47.971Z] f36cbcbe1a9a: Layer already exists [2020-09-29T04:51:47.971Z] 7a5b3bb4e7bb: Layer already exists [2020-09-29T04:51:47.971Z] 9b5851fb86c9: Layer already exists [2020-09-29T04:51:47.971Z] 50644c29ef5a: Layer already exists [2020-09-29T04:51:47.971Z] fcedeca23388: Layer already exists [2020-09-29T04:51:47.971Z] 1.2.2-dev.34: digest: sha256:351032700473f93cce60c557b1c8ca3c24617c48d2305f92b632b18248b3b755 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:48.283Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:48.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:51:48.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-29T04:51:48.585Z] 9b5851fb86c9: Preparing [2020-09-29T04:51:48.585Z] 7a5b3bb4e7bb: Preparing [2020-09-29T04:51:48.585Z] fcedeca23388: Preparing [2020-09-29T04:51:48.585Z] f36cbcbe1a9a: Preparing [2020-09-29T04:51:48.585Z] 50644c29ef5a: Preparing [2020-09-29T04:51:48.585Z] 9b5851fb86c9: Layer already exists [2020-09-29T04:51:48.585Z] 50644c29ef5a: Layer already exists [2020-09-29T04:51:48.585Z] f36cbcbe1a9a: Layer already exists [2020-09-29T04:51:48.585Z] fcedeca23388: Layer already exists [2020-09-29T04:51:48.585Z] 7a5b3bb4e7bb: Layer already exists [2020-09-29T04:51:48.585Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34: digest: sha256:351032700473f93cce60c557b1c8ca3c24617c48d2305f92b632b18248b3b755 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:48.893Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:49.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-09-29T04:51:49.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-29T04:51:49.198Z] 9b5851fb86c9: Preparing [2020-09-29T04:51:49.198Z] 7a5b3bb4e7bb: Preparing [2020-09-29T04:51:49.198Z] fcedeca23388: Preparing [2020-09-29T04:51:49.198Z] f36cbcbe1a9a: Preparing [2020-09-29T04:51:49.198Z] 50644c29ef5a: Preparing [2020-09-29T04:51:49.198Z] 7a5b3bb4e7bb: Layer already exists [2020-09-29T04:51:49.198Z] f36cbcbe1a9a: Layer already exists [2020-09-29T04:51:49.198Z] fcedeca23388: Layer already exists [2020-09-29T04:51:49.198Z] 9b5851fb86c9: Layer already exists [2020-09-29T04:51:49.198Z] 50644c29ef5a: Layer already exists [2020-09-29T04:51:49.198Z] master: digest: sha256:351032700473f93cce60c557b1c8ca3c24617c48d2305f92b632b18248b3b755 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:51:49.389Z] ===================================================== [Pipeline] echo [2020-09-29T04:51:49.443Z] taggedImages: [2020-09-29T04:51:49.443Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:49.443Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.34 [2020-09-29T04:51:49.443Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:51:49.443Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-09-29T04:51:49.548Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-09-29T04:51:49.548Z] 1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:49.548Z] 1.2.2-dev.34 [2020-09-29T04:51:49.548Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:51:49.548Z] master [2020-09-29T04:51:49.548Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:50.029Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:50.329Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:50.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-29T04:51:50.329Z] e2ee3c131032: Preparing [2020-09-29T04:51:50.329Z] 3e39f37e44fc: Preparing [2020-09-29T04:51:50.329Z] ec1bb2593ceb: Preparing [2020-09-29T04:51:50.329Z] 5481fe96e680: Preparing [2020-09-29T04:51:50.329Z] 5481fe96e680: Preparing [2020-09-29T04:51:50.329Z] e59a3b8e5a7c: Preparing [2020-09-29T04:51:50.329Z] 507798d08b63: Preparing [2020-09-29T04:51:50.329Z] 12f9560ec4e7: Preparing [2020-09-29T04:51:50.329Z] e2ee3c131032: Preparing [2020-09-29T04:51:50.329Z] d6bd555df8f5: Preparing [2020-09-29T04:51:50.329Z] 6f78edd7fd31: Preparing [2020-09-29T04:51:50.329Z] 1d903b0374c7: Preparing [2020-09-29T04:51:50.329Z] 50644c29ef5a: Preparing [2020-09-29T04:51:50.329Z] 507798d08b63: Waiting [2020-09-29T04:51:50.329Z] 12f9560ec4e7: Waiting [2020-09-29T04:51:50.329Z] d6bd555df8f5: Waiting [2020-09-29T04:51:50.329Z] 6f78edd7fd31: Waiting [2020-09-29T04:51:50.329Z] 1d903b0374c7: Waiting [2020-09-29T04:51:50.329Z] 50644c29ef5a: Waiting [2020-09-29T04:51:50.595Z] e59a3b8e5a7c: Pushed [2020-09-29T04:51:50.595Z] ec1bb2593ceb: Pushed [2020-09-29T04:51:50.595Z] 5481fe96e680: Pushed [2020-09-29T04:51:50.595Z] 3e39f37e44fc: Pushed [2020-09-29T04:51:50.858Z] 507798d08b63: Pushed [2020-09-29T04:51:50.858Z] d6bd555df8f5: Pushed [2020-09-29T04:51:50.858Z] 12f9560ec4e7: Pushed [2020-09-29T04:51:50.858Z] 6f78edd7fd31: Pushed [2020-09-29T04:51:50.858Z] 50644c29ef5a: Layer already exists [2020-09-29T04:51:51.120Z] 1d903b0374c7: Pushed [2020-09-29T04:51:51.382Z] e2ee3c131032: Pushed [2020-09-29T04:51:51.643Z] 1366034a2a507deba7d94ee721da807f71a065bf: digest: sha256:6c6b5847280a02e5fce64783f222b96573ab23d48d112076944c32ee548b903d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:51.955Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:52.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.34 [2020-09-29T04:51:52.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-29T04:51:52.254Z] e2ee3c131032: Preparing [2020-09-29T04:51:52.254Z] 3e39f37e44fc: Preparing [2020-09-29T04:51:52.254Z] ec1bb2593ceb: Preparing [2020-09-29T04:51:52.254Z] 5481fe96e680: Preparing [2020-09-29T04:51:52.254Z] 5481fe96e680: Preparing [2020-09-29T04:51:52.254Z] e59a3b8e5a7c: Preparing [2020-09-29T04:51:52.254Z] 507798d08b63: Preparing [2020-09-29T04:51:52.254Z] 12f9560ec4e7: Preparing [2020-09-29T04:51:52.254Z] e2ee3c131032: Preparing [2020-09-29T04:51:52.254Z] d6bd555df8f5: Preparing [2020-09-29T04:51:52.254Z] 6f78edd7fd31: Preparing [2020-09-29T04:51:52.254Z] 1d903b0374c7: Preparing [2020-09-29T04:51:52.254Z] 50644c29ef5a: Preparing [2020-09-29T04:51:52.254Z] 12f9560ec4e7: Waiting [2020-09-29T04:51:52.254Z] d6bd555df8f5: Waiting [2020-09-29T04:51:52.254Z] 6f78edd7fd31: Waiting [2020-09-29T04:51:52.254Z] 1d903b0374c7: Waiting [2020-09-29T04:51:52.254Z] 50644c29ef5a: Waiting [2020-09-29T04:51:52.254Z] 507798d08b63: Waiting [2020-09-29T04:51:52.254Z] 3e39f37e44fc: Layer already exists [2020-09-29T04:51:52.254Z] ec1bb2593ceb: Layer already exists [2020-09-29T04:51:52.254Z] e59a3b8e5a7c: Layer already exists [2020-09-29T04:51:52.254Z] 5481fe96e680: Layer already exists [2020-09-29T04:51:52.254Z] e2ee3c131032: Layer already exists [2020-09-29T04:51:52.254Z] 507798d08b63: Layer already exists [2020-09-29T04:51:52.254Z] d6bd555df8f5: Layer already exists [2020-09-29T04:51:52.254Z] 12f9560ec4e7: Layer already exists [2020-09-29T04:51:52.254Z] 1d903b0374c7: Layer already exists [2020-09-29T04:51:52.254Z] 6f78edd7fd31: Layer already exists [2020-09-29T04:51:52.254Z] 50644c29ef5a: Layer already exists [2020-09-29T04:51:52.254Z] 1.2.2-dev.34: digest: sha256:6c6b5847280a02e5fce64783f222b96573ab23d48d112076944c32ee548b903d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:52.559Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:52.861Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:51:52.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-29T04:51:52.861Z] e2ee3c131032: Preparing [2020-09-29T04:51:52.861Z] 3e39f37e44fc: Preparing [2020-09-29T04:51:52.861Z] ec1bb2593ceb: Preparing [2020-09-29T04:51:52.861Z] 5481fe96e680: Preparing [2020-09-29T04:51:52.861Z] 5481fe96e680: Preparing [2020-09-29T04:51:52.861Z] e59a3b8e5a7c: Preparing [2020-09-29T04:51:52.861Z] 507798d08b63: Preparing [2020-09-29T04:51:52.861Z] 12f9560ec4e7: Preparing [2020-09-29T04:51:52.861Z] e2ee3c131032: Preparing [2020-09-29T04:51:52.861Z] d6bd555df8f5: Preparing [2020-09-29T04:51:52.861Z] 6f78edd7fd31: Preparing [2020-09-29T04:51:52.861Z] 1d903b0374c7: Preparing [2020-09-29T04:51:52.861Z] 50644c29ef5a: Preparing [2020-09-29T04:51:52.861Z] d6bd555df8f5: Waiting [2020-09-29T04:51:52.861Z] 6f78edd7fd31: Waiting [2020-09-29T04:51:52.861Z] 507798d08b63: Waiting [2020-09-29T04:51:52.861Z] 1d903b0374c7: Waiting [2020-09-29T04:51:52.861Z] 50644c29ef5a: Waiting [2020-09-29T04:51:52.861Z] 12f9560ec4e7: Waiting [2020-09-29T04:51:52.861Z] e59a3b8e5a7c: Layer already exists [2020-09-29T04:51:52.861Z] 5481fe96e680: Layer already exists [2020-09-29T04:51:52.861Z] ec1bb2593ceb: Layer already exists [2020-09-29T04:51:52.861Z] e2ee3c131032: Layer already exists [2020-09-29T04:51:52.861Z] 3e39f37e44fc: Layer already exists [2020-09-29T04:51:52.861Z] 507798d08b63: Layer already exists [2020-09-29T04:51:52.861Z] d6bd555df8f5: Layer already exists [2020-09-29T04:51:52.861Z] 12f9560ec4e7: Layer already exists [2020-09-29T04:51:52.861Z] 6f78edd7fd31: Layer already exists [2020-09-29T04:51:52.861Z] 1d903b0374c7: Layer already exists [2020-09-29T04:51:52.861Z] 50644c29ef5a: Layer already exists [2020-09-29T04:51:52.861Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34: digest: sha256:6c6b5847280a02e5fce64783f222b96573ab23d48d112076944c32ee548b903d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:53.166Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:53.465Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-09-29T04:51:53.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-29T04:51:53.465Z] e2ee3c131032: Preparing [2020-09-29T04:51:53.465Z] 3e39f37e44fc: Preparing [2020-09-29T04:51:53.465Z] ec1bb2593ceb: Preparing [2020-09-29T04:51:53.465Z] 5481fe96e680: Preparing [2020-09-29T04:51:53.465Z] 5481fe96e680: Preparing [2020-09-29T04:51:53.465Z] e59a3b8e5a7c: Preparing [2020-09-29T04:51:53.465Z] 507798d08b63: Preparing [2020-09-29T04:51:53.465Z] 12f9560ec4e7: Preparing [2020-09-29T04:51:53.465Z] e2ee3c131032: Preparing [2020-09-29T04:51:53.465Z] d6bd555df8f5: Preparing [2020-09-29T04:51:53.465Z] 6f78edd7fd31: Preparing [2020-09-29T04:51:53.465Z] 1d903b0374c7: Preparing [2020-09-29T04:51:53.465Z] 50644c29ef5a: Preparing [2020-09-29T04:51:53.465Z] d6bd555df8f5: Waiting [2020-09-29T04:51:53.465Z] 6f78edd7fd31: Waiting [2020-09-29T04:51:53.465Z] 1d903b0374c7: Waiting [2020-09-29T04:51:53.465Z] 50644c29ef5a: Waiting [2020-09-29T04:51:53.465Z] 507798d08b63: Waiting [2020-09-29T04:51:53.465Z] 12f9560ec4e7: Waiting [2020-09-29T04:51:53.465Z] e2ee3c131032: Layer already exists [2020-09-29T04:51:53.465Z] e59a3b8e5a7c: Layer already exists [2020-09-29T04:51:53.465Z] 3e39f37e44fc: Layer already exists [2020-09-29T04:51:53.465Z] ec1bb2593ceb: Layer already exists [2020-09-29T04:51:53.465Z] 5481fe96e680: Layer already exists [2020-09-29T04:51:53.465Z] 12f9560ec4e7: Layer already exists [2020-09-29T04:51:53.465Z] d6bd555df8f5: Layer already exists [2020-09-29T04:51:53.465Z] 6f78edd7fd31: Layer already exists [2020-09-29T04:51:53.465Z] 1d903b0374c7: Layer already exists [2020-09-29T04:51:53.465Z] 507798d08b63: Layer already exists [2020-09-29T04:51:53.465Z] 50644c29ef5a: Layer already exists [2020-09-29T04:51:53.575Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-29T04:51:53.575Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-29T04:51:53.575Z] ---> 4746985faa1e [2020-09-29T04:51:53.575Z] Step 3/27 : WORKDIR /edgex-go [2020-09-29T04:51:53.575Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-29T04:51:53.575Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-29T04:51:53.575Z] ---> 4746985faa1e [2020-09-29T04:51:53.575Z] Step 3/23 : WORKDIR /edgex-go [2020-09-29T04:51:53.575Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-29T04:51:53.575Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-29T04:51:53.575Z] ---> 4746985faa1e [2020-09-29T04:51:53.575Z] Step 3/21 : WORKDIR /edgex-go [2020-09-29T04:51:53.575Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-29T04:51:53.575Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-29T04:51:53.575Z] ---> 4746985faa1e [2020-09-29T04:51:53.575Z] Step 3/29 : WORKDIR /edgex-go [2020-09-29T04:51:53.575Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-29T04:51:53.575Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-29T04:51:53.575Z] ---> 4746985faa1e [2020-09-29T04:51:53.575Z] Step 3/20 : WORKDIR /edgex-go [2020-09-29T04:51:53.728Z] master: digest: sha256:6c6b5847280a02e5fce64783f222b96573ab23d48d112076944c32ee548b903d size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:51:53.919Z] ===================================================== [Pipeline] echo [2020-09-29T04:51:53.968Z] taggedImages: [2020-09-29T04:51:53.968Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:53.968Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.34 [2020-09-29T04:51:53.968Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:51:53.968Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-09-29T04:51:54.043Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-09-29T04:51:54.043Z] 1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:54.043Z] 1.2.2-dev.34 [2020-09-29T04:51:54.043Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:51:54.043Z] master [2020-09-29T04:51:54.043Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:54.551Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:54.865Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:54.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-29T04:51:54.865Z] f1a87a5caaa5: Preparing [2020-09-29T04:51:54.865Z] 794d3c8f2518: Preparing [2020-09-29T04:51:54.865Z] efef832a9e9b: Preparing [2020-09-29T04:51:54.865Z] 69d90f4ad82f: Preparing [2020-09-29T04:51:54.865Z] adff3d25a744: Preparing [2020-09-29T04:51:54.865Z] 574dacabce3e: Preparing [2020-09-29T04:51:54.865Z] d69c37df564a: Preparing [2020-09-29T04:51:54.865Z] 128cd6e2339b: Preparing [2020-09-29T04:51:54.865Z] a911075fc7b3: Preparing [2020-09-29T04:51:54.865Z] 5d908c0956b3: Preparing [2020-09-29T04:51:54.865Z] 1b3ee35aacca: Preparing [2020-09-29T04:51:54.865Z] d69c37df564a: Waiting [2020-09-29T04:51:54.865Z] 128cd6e2339b: Waiting [2020-09-29T04:51:54.865Z] a911075fc7b3: Waiting [2020-09-29T04:51:54.866Z] 5d908c0956b3: Waiting [2020-09-29T04:51:54.866Z] 1b3ee35aacca: Waiting [2020-09-29T04:51:54.866Z] 574dacabce3e: Waiting [2020-09-29T04:51:55.132Z] f1a87a5caaa5: Pushed [2020-09-29T04:51:55.132Z] 794d3c8f2518: Pushed [2020-09-29T04:51:55.132Z] 574dacabce3e: Pushed [2020-09-29T04:51:55.413Z] d69c37df564a: Pushed [2020-09-29T04:51:55.413Z] 128cd6e2339b: Pushed [2020-09-29T04:51:55.554Z] ---> Running in f2560bfaa46a [2020-09-29T04:51:55.554Z] ---> Running in 91a9a8ddf2bc [2020-09-29T04:51:55.554Z] ---> Running in 462ed17a01c0 [2020-09-29T04:51:55.554Z] ---> Running in f06cdf718b00 [2020-09-29T04:51:55.554Z] ---> Running in 5c77c19b0f04 [2020-09-29T04:51:55.676Z] a911075fc7b3: Pushed [2020-09-29T04:51:55.676Z] 1b3ee35aacca: Layer already exists [2020-09-29T04:51:55.939Z] efef832a9e9b: Pushed [2020-09-29T04:51:55.939Z] adff3d25a744: Pushed [2020-09-29T04:51:55.939Z] 5d908c0956b3: Pushed [2020-09-29T04:51:55.939Z] 69d90f4ad82f: Pushed [2020-09-29T04:51:56.201Z] 1366034a2a507deba7d94ee721da807f71a065bf: digest: sha256:e2b86f3217ecea0e18ace7b0ea2f4847a045bd57b93964c684d6b8b391ddf759 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:56.511Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:56.543Z] Removing intermediate container f2560bfaa46a [2020-09-29T04:51:56.544Z] ---> 3833e243490b [2020-09-29T04:51:56.544Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 91a9a8ddf2bc [2020-09-29T04:51:56.544Z] [2020-09-29T04:51:56.544Z] ---> a671aaee8f15 [2020-09-29T04:51:56.544Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T04:51:56.544Z] Removing intermediate container 5c77c19b0f04 [2020-09-29T04:51:56.544Z] ---> 78f9b6efd59f [2020-09-29T04:51:56.544Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T04:51:56.544Z] Removing intermediate container 462ed17a01c0 [2020-09-29T04:51:56.544Z] ---> cc3aea88c44d [2020-09-29T04:51:56.544Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T04:51:56.544Z] Removing intermediate container f06cdf718b00 [2020-09-29T04:51:56.544Z] ---> 4bc5336899e3 [2020-09-29T04:51:56.544Z] Step 4/29 : RUN apk update && apk add make git [2020-09-29T04:51:56.544Z] ---> Running in da53aa8cd276 [2020-09-29T04:51:56.544Z] ---> Running in 1d4175f62789 [2020-09-29T04:51:56.813Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.34 [2020-09-29T04:51:56.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-29T04:51:56.813Z] f1a87a5caaa5: Preparing [2020-09-29T04:51:56.813Z] 794d3c8f2518: Preparing [2020-09-29T04:51:56.813Z] efef832a9e9b: Preparing [2020-09-29T04:51:56.813Z] 69d90f4ad82f: Preparing [2020-09-29T04:51:56.813Z] adff3d25a744: Preparing [2020-09-29T04:51:56.813Z] 574dacabce3e: Preparing [2020-09-29T04:51:56.813Z] d69c37df564a: Preparing [2020-09-29T04:51:56.813Z] 128cd6e2339b: Preparing [2020-09-29T04:51:56.813Z] a911075fc7b3: Preparing [2020-09-29T04:51:56.813Z] 5d908c0956b3: Preparing [2020-09-29T04:51:56.813Z] 1b3ee35aacca: Preparing [2020-09-29T04:51:56.813Z] 5d908c0956b3: Waiting [2020-09-29T04:51:56.813Z] a911075fc7b3: Waiting [2020-09-29T04:51:56.813Z] d69c37df564a: Waiting [2020-09-29T04:51:56.813Z] 1b3ee35aacca: Waiting [2020-09-29T04:51:56.813Z] 128cd6e2339b: Waiting [2020-09-29T04:51:56.813Z] 574dacabce3e: Waiting [2020-09-29T04:51:56.813Z] 794d3c8f2518: Layer already exists [2020-09-29T04:51:56.813Z] adff3d25a744: Layer already exists [2020-09-29T04:51:56.813Z] f1a87a5caaa5: Layer already exists [2020-09-29T04:51:56.813Z] efef832a9e9b: Layer already exists [2020-09-29T04:51:56.813Z] 69d90f4ad82f: Layer already exists [2020-09-29T04:51:56.813Z] 128cd6e2339b: Layer already exists [2020-09-29T04:51:56.813Z] a911075fc7b3: Layer already exists [2020-09-29T04:51:56.813Z] 5d908c0956b3: Layer already exists [2020-09-29T04:51:56.813Z] 574dacabce3e: Layer already exists [2020-09-29T04:51:56.813Z] d69c37df564a: Layer already exists [2020-09-29T04:51:56.813Z] 1b3ee35aacca: Layer already exists [2020-09-29T04:51:56.813Z] 1.2.2-dev.34: digest: sha256:e2b86f3217ecea0e18ace7b0ea2f4847a045bd57b93964c684d6b8b391ddf759 size: 2616 [2020-09-29T04:51:56.814Z] ---> Running in a928fb81881c [2020-09-29T04:51:56.814Z] ---> Running in aa0c7d5d0ef4 [2020-09-29T04:51:56.814Z] ---> Running in fd57c42b138c [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:57.126Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:57.427Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:51:57.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-29T04:51:57.427Z] f1a87a5caaa5: Preparing [2020-09-29T04:51:57.427Z] 794d3c8f2518: Preparing [2020-09-29T04:51:57.427Z] efef832a9e9b: Preparing [2020-09-29T04:51:57.427Z] 69d90f4ad82f: Preparing [2020-09-29T04:51:57.427Z] adff3d25a744: Preparing [2020-09-29T04:51:57.427Z] 574dacabce3e: Preparing [2020-09-29T04:51:57.427Z] d69c37df564a: Preparing [2020-09-29T04:51:57.427Z] 128cd6e2339b: Preparing [2020-09-29T04:51:57.427Z] a911075fc7b3: Preparing [2020-09-29T04:51:57.427Z] 5d908c0956b3: Preparing [2020-09-29T04:51:57.427Z] 1b3ee35aacca: Preparing [2020-09-29T04:51:57.427Z] 574dacabce3e: Waiting [2020-09-29T04:51:57.427Z] d69c37df564a: Waiting [2020-09-29T04:51:57.427Z] 128cd6e2339b: Waiting [2020-09-29T04:51:57.427Z] a911075fc7b3: Waiting [2020-09-29T04:51:57.427Z] 5d908c0956b3: Waiting [2020-09-29T04:51:57.427Z] 1b3ee35aacca: Waiting [2020-09-29T04:51:57.427Z] 69d90f4ad82f: Layer already exists [2020-09-29T04:51:57.427Z] efef832a9e9b: Layer already exists [2020-09-29T04:51:57.427Z] adff3d25a744: Layer already exists [2020-09-29T04:51:57.427Z] 794d3c8f2518: Layer already exists [2020-09-29T04:51:57.427Z] f1a87a5caaa5: Layer already exists [2020-09-29T04:51:57.427Z] 574dacabce3e: Layer already exists [2020-09-29T04:51:57.427Z] 5d908c0956b3: Layer already exists [2020-09-29T04:51:57.427Z] 128cd6e2339b: Layer already exists [2020-09-29T04:51:57.427Z] d69c37df564a: Layer already exists [2020-09-29T04:51:57.427Z] a911075fc7b3: Layer already exists [2020-09-29T04:51:57.427Z] 1b3ee35aacca: Layer already exists [2020-09-29T04:51:57.427Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34: digest: sha256:e2b86f3217ecea0e18ace7b0ea2f4847a045bd57b93964c684d6b8b391ddf759 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:57.734Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:58.036Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-09-29T04:51:58.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-29T04:51:58.036Z] f1a87a5caaa5: Preparing [2020-09-29T04:51:58.036Z] 794d3c8f2518: Preparing [2020-09-29T04:51:58.036Z] efef832a9e9b: Preparing [2020-09-29T04:51:58.036Z] 69d90f4ad82f: Preparing [2020-09-29T04:51:58.036Z] adff3d25a744: Preparing [2020-09-29T04:51:58.036Z] 574dacabce3e: Preparing [2020-09-29T04:51:58.036Z] d69c37df564a: Preparing [2020-09-29T04:51:58.036Z] 128cd6e2339b: Preparing [2020-09-29T04:51:58.036Z] a911075fc7b3: Preparing [2020-09-29T04:51:58.036Z] 5d908c0956b3: Preparing [2020-09-29T04:51:58.036Z] 1b3ee35aacca: Preparing [2020-09-29T04:51:58.036Z] 574dacabce3e: Waiting [2020-09-29T04:51:58.036Z] d69c37df564a: Waiting [2020-09-29T04:51:58.036Z] 128cd6e2339b: Waiting [2020-09-29T04:51:58.036Z] a911075fc7b3: Waiting [2020-09-29T04:51:58.036Z] 5d908c0956b3: Waiting [2020-09-29T04:51:58.036Z] 1b3ee35aacca: Waiting [2020-09-29T04:51:58.036Z] efef832a9e9b: Layer already exists [2020-09-29T04:51:58.036Z] 69d90f4ad82f: Layer already exists [2020-09-29T04:51:58.036Z] adff3d25a744: Layer already exists [2020-09-29T04:51:58.036Z] 794d3c8f2518: Layer already exists [2020-09-29T04:51:58.036Z] f1a87a5caaa5: Layer already exists [2020-09-29T04:51:58.036Z] 574dacabce3e: Layer already exists [2020-09-29T04:51:58.036Z] d69c37df564a: Layer already exists [2020-09-29T04:51:58.036Z] 128cd6e2339b: Layer already exists [2020-09-29T04:51:58.036Z] 5d908c0956b3: Layer already exists [2020-09-29T04:51:58.036Z] a911075fc7b3: Layer already exists [2020-09-29T04:51:58.036Z] 1b3ee35aacca: Layer already exists [2020-09-29T04:51:58.036Z] master: digest: sha256:e2b86f3217ecea0e18ace7b0ea2f4847a045bd57b93964c684d6b8b391ddf759 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:51:58.269Z] ===================================================== [Pipeline] echo [2020-09-29T04:51:58.321Z] taggedImages: [2020-09-29T04:51:58.321Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:58.321Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.34 [2020-09-29T04:51:58.321Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:51:58.321Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-09-29T04:51:58.393Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-09-29T04:51:58.393Z] 1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:58.393Z] 1.2.2-dev.34 [2020-09-29T04:51:58.393Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:51:58.393Z] master [2020-09-29T04:51:58.393Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:58.953Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:51:59.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:51:59.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-29T04:51:59.254Z] 1be29b1d778c: Preparing [2020-09-29T04:51:59.254Z] 553bca2390c7: Preparing [2020-09-29T04:51:59.254Z] f0314db38727: Preparing [2020-09-29T04:51:59.254Z] 5dfdab7300f6: Preparing [2020-09-29T04:51:59.254Z] f0314db38727: Pushed [2020-09-29T04:51:59.254Z] 1be29b1d778c: Pushed [2020-09-29T04:51:59.525Z] 5dfdab7300f6: Pushed [2020-09-29T04:52:00.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-29T04:52:00.524Z] 553bca2390c7: Pushed [2020-09-29T04:52:00.524Z] 1366034a2a507deba7d94ee721da807f71a065bf: digest: sha256:c5e33a4881ab5b9fdd794fc6aadf6894999d91ab8425fdc00c206b334322380f size: 1153 [2020-09-29T04:52:00.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:00.797Z] Removing intermediate container da53aa8cd276 [2020-09-29T04:52:00.797Z] ---> a1033dc81ceb [2020-09-29T04:52:00.797Z] Step 5/21 : RUN apk update && apk add make git [2020-09-29T04:52:00.831Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:01.072Z] ---> Running in 3ff1a52677f5 [2020-09-29T04:52:01.135Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.34 [2020-09-29T04:52:01.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-29T04:52:01.135Z] 1be29b1d778c: Preparing [2020-09-29T04:52:01.135Z] 553bca2390c7: Preparing [2020-09-29T04:52:01.135Z] f0314db38727: Preparing [2020-09-29T04:52:01.135Z] 5dfdab7300f6: Preparing [2020-09-29T04:52:01.135Z] 553bca2390c7: Layer already exists [2020-09-29T04:52:01.135Z] f0314db38727: Layer already exists [2020-09-29T04:52:01.135Z] 1be29b1d778c: Layer already exists [2020-09-29T04:52:01.135Z] 5dfdab7300f6: Layer already exists [2020-09-29T04:52:01.135Z] 1.2.2-dev.34: digest: sha256:c5e33a4881ab5b9fdd794fc6aadf6894999d91ab8425fdc00c206b334322380f size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:01.354Z] Removing intermediate container 1d4175f62789 [2020-09-29T04:52:01.354Z] ---> 3e26c1e83dad [2020-09-29T04:52:01.354Z] Step 5/20 : RUN apk update && apk add make git [2020-09-29T04:52:01.354Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:52:01.354Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:52:01.354Z] OK: 12623 distinct packages available [2020-09-29T04:52:01.453Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:01.626Z] ---> Running in 83570e87c4c1 [2020-09-29T04:52:01.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:52:01.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-29T04:52:01.752Z] 1be29b1d778c: Preparing [2020-09-29T04:52:01.752Z] 553bca2390c7: Preparing [2020-09-29T04:52:01.752Z] f0314db38727: Preparing [2020-09-29T04:52:01.752Z] 5dfdab7300f6: Preparing [2020-09-29T04:52:01.752Z] 5dfdab7300f6: Layer already exists [2020-09-29T04:52:01.752Z] f0314db38727: Layer already exists [2020-09-29T04:52:01.752Z] 553bca2390c7: Layer already exists [2020-09-29T04:52:01.752Z] 1be29b1d778c: Layer already exists [2020-09-29T04:52:01.752Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34: digest: sha256:c5e33a4881ab5b9fdd794fc6aadf6894999d91ab8425fdc00c206b334322380f size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:01.908Z] Removing intermediate container a928fb81881c [2020-09-29T04:52:01.909Z] ---> e3d8da43384b [2020-09-29T04:52:01.909Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-29T04:52:01.909Z] Removing intermediate container fd57c42b138c [2020-09-29T04:52:01.909Z] ---> 7bab4e10a4c9 [2020-09-29T04:52:01.909Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-29T04:52:02.074Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:02.188Z] ---> Running in 47fb0c39f5d7 [2020-09-29T04:52:02.188Z] ---> Running in cd675de2963f [2020-09-29T04:52:02.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-09-29T04:52:02.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-29T04:52:02.377Z] 1be29b1d778c: Preparing [2020-09-29T04:52:02.377Z] 553bca2390c7: Preparing [2020-09-29T04:52:02.377Z] f0314db38727: Preparing [2020-09-29T04:52:02.377Z] 5dfdab7300f6: Preparing [2020-09-29T04:52:02.377Z] 1be29b1d778c: Layer already exists [2020-09-29T04:52:02.377Z] 5dfdab7300f6: Layer already exists [2020-09-29T04:52:02.377Z] 553bca2390c7: Layer already exists [2020-09-29T04:52:02.377Z] f0314db38727: Layer already exists [2020-09-29T04:52:02.377Z] master: digest: sha256:c5e33a4881ab5b9fdd794fc6aadf6894999d91ab8425fdc00c206b334322380f size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [2020-09-29T04:52:02.465Z] OK: 217 MiB in 51 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:52:02.568Z] ===================================================== [Pipeline] echo [2020-09-29T04:52:02.616Z] taggedImages: [2020-09-29T04:52:02.616Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:52:02.616Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.34 [2020-09-29T04:52:02.616Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:52:02.616Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-09-29T04:52:02.689Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-09-29T04:52:02.689Z] 1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:52:02.689Z] 1.2.2-dev.34 [2020-09-29T04:52:02.689Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:52:02.689Z] master [2020-09-29T04:52:02.689Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:03.178Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:03.481Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:52:03.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-29T04:52:03.482Z] 9ff549bcfcaf: Preparing [2020-09-29T04:52:03.482Z] dd8f3c3ebaa0: Preparing [2020-09-29T04:52:03.482Z] e3e5122a813b: Preparing [2020-09-29T04:52:03.482Z] 4e55e5b26db7: Preparing [2020-09-29T04:52:03.482Z] dcfd18055da3: Preparing [2020-09-29T04:52:03.482Z] 0db46cdd3ea5: Preparing [2020-09-29T04:52:03.482Z] 0db46cdd3ea5: Waiting [2020-09-29T04:52:03.744Z] 4e55e5b26db7: Pushed [2020-09-29T04:52:03.744Z] e3e5122a813b: Pushed [2020-09-29T04:52:03.744Z] 9ff549bcfcaf: Pushed [2020-09-29T04:52:03.744Z] dcfd18055da3: Pushed [2020-09-29T04:52:03.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-29T04:52:04.006Z] 0db46cdd3ea5: Pushed [2020-09-29T04:52:04.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-29T04:52:04.228Z] Removing intermediate container aa0c7d5d0ef4 [2020-09-29T04:52:04.228Z] ---> 5f29309240d7 [2020-09-29T04:52:04.228Z] Step 5/29 : COPY go.mod . [2020-09-29T04:52:04.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-29T04:52:04.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-29T04:52:04.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-29T04:52:04.580Z] dd8f3c3ebaa0: Pushed [2020-09-29T04:52:04.841Z] 1366034a2a507deba7d94ee721da807f71a065bf: digest: sha256:89445e078697471a99d9afe71b5956af363d8a4fdfc3372946eeb3ca92d23f31 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:05.145Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.34 [Pipeline] isUnix [2020-09-29T04:52:05.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-29T04:52:05.158Z] ---> f921bad3e4bc [2020-09-29T04:52:05.158Z] Step 6/29 : RUN go mod download [2020-09-29T04:52:05.158Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:52:05.158Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:52:05.158Z] OK: 12623 distinct packages available [2020-09-29T04:52:05.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-29T04:52:05.158Z] ---> Running in eaa6d90421af [Pipeline] sh [2020-09-29T04:52:05.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-29T04:52:05.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.34 [2020-09-29T04:52:05.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-29T04:52:05.448Z] 9ff549bcfcaf: Preparing [2020-09-29T04:52:05.448Z] dd8f3c3ebaa0: Preparing [2020-09-29T04:52:05.448Z] e3e5122a813b: Preparing [2020-09-29T04:52:05.448Z] 4e55e5b26db7: Preparing [2020-09-29T04:52:05.448Z] dcfd18055da3: Preparing [2020-09-29T04:52:05.448Z] 0db46cdd3ea5: Preparing [2020-09-29T04:52:05.448Z] 0db46cdd3ea5: Waiting [2020-09-29T04:52:05.448Z] 4e55e5b26db7: Layer already exists [2020-09-29T04:52:05.448Z] dd8f3c3ebaa0: Layer already exists [2020-09-29T04:52:05.448Z] 9ff549bcfcaf: Layer already exists [2020-09-29T04:52:05.448Z] dcfd18055da3: Layer already exists [2020-09-29T04:52:05.448Z] e3e5122a813b: Layer already exists [2020-09-29T04:52:05.448Z] 0db46cdd3ea5: Layer already exists [2020-09-29T04:52:05.448Z] 1.2.2-dev.34: digest: sha256:89445e078697471a99d9afe71b5956af363d8a4fdfc3372946eeb3ca92d23f31 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:05.749Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:06.043Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:52:06.043Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:52:06.043Z] OK: 12623 distinct packages available [2020-09-29T04:52:06.043Z] OK: 217 MiB in 51 packages [2020-09-29T04:52:06.043Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:52:06.043Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:52:06.043Z] OK: 12623 distinct packages available [2020-09-29T04:52:06.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:52:06.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-29T04:52:06.045Z] 9ff549bcfcaf: Preparing [2020-09-29T04:52:06.045Z] dd8f3c3ebaa0: Preparing [2020-09-29T04:52:06.045Z] e3e5122a813b: Preparing [2020-09-29T04:52:06.045Z] 4e55e5b26db7: Preparing [2020-09-29T04:52:06.045Z] dcfd18055da3: Preparing [2020-09-29T04:52:06.045Z] 0db46cdd3ea5: Preparing [2020-09-29T04:52:06.045Z] 0db46cdd3ea5: Waiting [2020-09-29T04:52:06.045Z] 4e55e5b26db7: Layer already exists [2020-09-29T04:52:06.045Z] dd8f3c3ebaa0: Layer already exists [2020-09-29T04:52:06.045Z] dcfd18055da3: Layer already exists [2020-09-29T04:52:06.045Z] 9ff549bcfcaf: Layer already exists [2020-09-29T04:52:06.045Z] e3e5122a813b: Layer already exists [2020-09-29T04:52:06.045Z] 0db46cdd3ea5: Layer already exists [2020-09-29T04:52:06.045Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34: digest: sha256:89445e078697471a99d9afe71b5956af363d8a4fdfc3372946eeb3ca92d23f31 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:06.356Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:06.665Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:52:06.665Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:52:06.665Z] OK: 12623 distinct packages available [2020-09-29T04:52:06.665Z] OK: 217 MiB in 51 packages [2020-09-29T04:52:06.666Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-09-29T04:52:06.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-29T04:52:06.666Z] 9ff549bcfcaf: Preparing [2020-09-29T04:52:06.666Z] dd8f3c3ebaa0: Preparing [2020-09-29T04:52:06.666Z] e3e5122a813b: Preparing [2020-09-29T04:52:06.666Z] 4e55e5b26db7: Preparing [2020-09-29T04:52:06.666Z] dcfd18055da3: Preparing [2020-09-29T04:52:06.666Z] 0db46cdd3ea5: Preparing [2020-09-29T04:52:06.666Z] 0db46cdd3ea5: Waiting [2020-09-29T04:52:06.666Z] 9ff549bcfcaf: Layer already exists [2020-09-29T04:52:06.666Z] dcfd18055da3: Layer already exists [2020-09-29T04:52:06.666Z] dd8f3c3ebaa0: Layer already exists [2020-09-29T04:52:06.666Z] e3e5122a813b: Layer already exists [2020-09-29T04:52:06.666Z] 4e55e5b26db7: Layer already exists [2020-09-29T04:52:06.666Z] 0db46cdd3ea5: Layer already exists [2020-09-29T04:52:06.666Z] master: digest: sha256:89445e078697471a99d9afe71b5956af363d8a4fdfc3372946eeb3ca92d23f31 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:52:06.894Z] ===================================================== [Pipeline] echo [2020-09-29T04:52:06.945Z] taggedImages: [2020-09-29T04:52:06.945Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:52:06.945Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.34 [2020-09-29T04:52:06.945Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:52:06.945Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-09-29T04:52:07.012Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-09-29T04:52:07.012Z] 1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:52:07.012Z] 1.2.2-dev.34 [2020-09-29T04:52:07.012Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:52:07.012Z] master [2020-09-29T04:52:07.012Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:07.283Z] OK: 217 MiB in 51 packages [2020-09-29T04:52:07.487Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:07.560Z] OK: 217 MiB in 51 packages [2020-09-29T04:52:07.782Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:52:07.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-29T04:52:07.782Z] e67daee70a45: Preparing [2020-09-29T04:52:07.782Z] 7eee1b6b5042: Preparing [2020-09-29T04:52:07.782Z] cdeddeca54cf: Preparing [2020-09-29T04:52:07.782Z] cdeddeca54cf: Pushed [2020-09-29T04:52:07.782Z] e67daee70a45: Pushed [2020-09-29T04:52:08.163Z] Removing intermediate container 3ff1a52677f5 [2020-09-29T04:52:08.163Z] ---> 35749312b458 [2020-09-29T04:52:08.163Z] Step 6/21 : COPY go.mod . [2020-09-29T04:52:08.445Z] Removing intermediate container 83570e87c4c1 [2020-09-29T04:52:08.445Z] ---> 77e4786011f1 [2020-09-29T04:52:08.445Z] Step 6/20 : COPY go.mod . [2020-09-29T04:52:09.060Z] Removing intermediate container cd675de2963f [2020-09-29T04:52:09.060Z] ---> 517af9e0872c [2020-09-29T04:52:09.060Z] Step 6/23 : COPY go.mod . [2020-09-29T04:52:09.168Z] 7eee1b6b5042: Pushed [2020-09-29T04:52:09.168Z] 1366034a2a507deba7d94ee721da807f71a065bf: digest: sha256:7527d7d33ca02cda19d3ee114c8d107dedbaab33431d4169a3e64d18cad47f93 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:09.338Z] ---> b03b0252b7e1 [2020-09-29T04:52:09.338Z] Step 7/21 : RUN go mod download [2020-09-29T04:52:09.338Z] Removing intermediate container 47fb0c39f5d7 [2020-09-29T04:52:09.338Z] ---> 61322b83aaea [2020-09-29T04:52:09.338Z] Step 6/27 : COPY go.mod . [2020-09-29T04:52:09.474Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:09.615Z] ---> Running in fab0296277d7 [2020-09-29T04:52:09.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.34 [2020-09-29T04:52:09.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-29T04:52:09.772Z] e67daee70a45: Preparing [2020-09-29T04:52:09.772Z] 7eee1b6b5042: Preparing [2020-09-29T04:52:09.772Z] cdeddeca54cf: Preparing [2020-09-29T04:52:09.772Z] 7eee1b6b5042: Layer already exists [2020-09-29T04:52:09.772Z] cdeddeca54cf: Layer already exists [2020-09-29T04:52:09.772Z] e67daee70a45: Layer already exists [2020-09-29T04:52:09.772Z] 1.2.2-dev.34: digest: sha256:7527d7d33ca02cda19d3ee114c8d107dedbaab33431d4169a3e64d18cad47f93 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:09.894Z] ---> 8ad4d6c23ee2 [2020-09-29T04:52:09.894Z] Step 7/20 : RUN go mod download [2020-09-29T04:52:09.894Z] Removing intermediate container eaa6d90421af [2020-09-29T04:52:09.894Z] ---> 9c75d7932da4 [2020-09-29T04:52:09.894Z] Step 7/29 : COPY . . [2020-09-29T04:52:10.080Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:10.172Z] ---> Running in 86d49a17f065 [2020-09-29T04:52:10.172Z] ---> 8731bcbe6578 [2020-09-29T04:52:10.172Z] Step 7/23 : RUN go mod download [2020-09-29T04:52:10.376Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:52:10.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-29T04:52:10.376Z] e67daee70a45: Preparing [2020-09-29T04:52:10.376Z] 7eee1b6b5042: Preparing [2020-09-29T04:52:10.376Z] cdeddeca54cf: Preparing [2020-09-29T04:52:10.376Z] 7eee1b6b5042: Layer already exists [2020-09-29T04:52:10.376Z] e67daee70a45: Layer already exists [2020-09-29T04:52:10.376Z] cdeddeca54cf: Layer already exists [2020-09-29T04:52:10.376Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34: digest: sha256:7527d7d33ca02cda19d3ee114c8d107dedbaab33431d4169a3e64d18cad47f93 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:10.452Z] ---> Running in f6d11fb1c74f [2020-09-29T04:52:10.683Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:10.732Z] ---> 67ce9086f4ed [2020-09-29T04:52:10.732Z] Step 7/27 : RUN go mod download [2020-09-29T04:52:10.985Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-09-29T04:52:10.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-29T04:52:10.986Z] e67daee70a45: Preparing [2020-09-29T04:52:10.986Z] 7eee1b6b5042: Preparing [2020-09-29T04:52:10.986Z] cdeddeca54cf: Preparing [2020-09-29T04:52:10.986Z] e67daee70a45: Layer already exists [2020-09-29T04:52:10.986Z] cdeddeca54cf: Layer already exists [2020-09-29T04:52:10.986Z] 7eee1b6b5042: Layer already exists [2020-09-29T04:52:10.986Z] master: digest: sha256:7527d7d33ca02cda19d3ee114c8d107dedbaab33431d4169a3e64d18cad47f93 size: 944 [Pipeline] } [2020-09-29T04:52:11.010Z] ---> Running in cb49192cebf8 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:52:11.196Z] ===================================================== [Pipeline] echo [2020-09-29T04:52:11.245Z] taggedImages: [2020-09-29T04:52:11.245Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:52:11.245Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.34 [2020-09-29T04:52:11.245Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:52:11.245Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-09-29T04:52:11.312Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-09-29T04:52:11.312Z] 1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:52:11.312Z] 1.2.2-dev.34 [2020-09-29T04:52:11.312Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:52:11.312Z] master [2020-09-29T04:52:11.312Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:11.799Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:12.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:52:12.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-29T04:52:12.125Z] ffa7b3ad8d82: Preparing [2020-09-29T04:52:12.125Z] 078b52a9d9cc: Preparing [2020-09-29T04:52:12.125Z] 42029d7836e6: Preparing [2020-09-29T04:52:12.125Z] a05ed76ba735: Preparing [2020-09-29T04:52:12.125Z] 68cb862439cc: Preparing [2020-09-29T04:52:12.125Z] 745531c272ee: Preparing [2020-09-29T04:52:12.125Z] 37f47a682217: Preparing [2020-09-29T04:52:12.125Z] 527eef706b20: Preparing [2020-09-29T04:52:12.125Z] 224742e9e948: Preparing [2020-09-29T04:52:12.125Z] 5391e5290f13: Preparing [2020-09-29T04:52:12.125Z] 13baed61c795: Preparing [2020-09-29T04:52:12.125Z] 51d6d3d09136: Preparing [2020-09-29T04:52:12.125Z] 1507bc794612: Preparing [2020-09-29T04:52:12.125Z] 50644c29ef5a: Preparing [2020-09-29T04:52:12.125Z] 745531c272ee: Waiting [2020-09-29T04:52:12.125Z] 37f47a682217: Waiting [2020-09-29T04:52:12.125Z] 527eef706b20: Waiting [2020-09-29T04:52:12.125Z] 224742e9e948: Waiting [2020-09-29T04:52:12.125Z] 5391e5290f13: Waiting [2020-09-29T04:52:12.125Z] 13baed61c795: Waiting [2020-09-29T04:52:12.125Z] 51d6d3d09136: Waiting [2020-09-29T04:52:12.125Z] 1507bc794612: Waiting [2020-09-29T04:52:12.125Z] 50644c29ef5a: Waiting [2020-09-29T04:52:12.638Z] 68cb862439cc: Pushed [2020-09-29T04:52:12.638Z] ffa7b3ad8d82: Pushed [2020-09-29T04:52:12.638Z] a05ed76ba735: Pushed [2020-09-29T04:52:12.638Z] 527eef706b20: Layer already exists [2020-09-29T04:52:12.901Z] 37f47a682217: Pushed [2020-09-29T04:52:12.901Z] 078b52a9d9cc: Pushed [2020-09-29T04:52:12.901Z] 5391e5290f13: Layer already exists [2020-09-29T04:52:12.901Z] 13baed61c795: Layer already exists [2020-09-29T04:52:12.901Z] 51d6d3d09136: Layer already exists [2020-09-29T04:52:13.164Z] 1507bc794612: Layer already exists [2020-09-29T04:52:13.164Z] 50644c29ef5a: Layer already exists [2020-09-29T04:52:13.427Z] 745531c272ee: Pushed [2020-09-29T04:52:13.690Z] 224742e9e948: Layer already exists [2020-09-29T04:52:17.001Z] 42029d7836e6: Pushed [2020-09-29T04:52:17.001Z] 1366034a2a507deba7d94ee721da807f71a065bf: digest: sha256:b9f9c769b0e19de6c7fee282006052ccf4faccdbcbbfd2036d65a66371b3aa20 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:17.302Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:17.596Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.34 [2020-09-29T04:52:17.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-29T04:52:17.596Z] ffa7b3ad8d82: Preparing [2020-09-29T04:52:17.596Z] 078b52a9d9cc: Preparing [2020-09-29T04:52:17.596Z] 42029d7836e6: Preparing [2020-09-29T04:52:17.596Z] a05ed76ba735: Preparing [2020-09-29T04:52:17.596Z] 68cb862439cc: Preparing [2020-09-29T04:52:17.596Z] 745531c272ee: Preparing [2020-09-29T04:52:17.596Z] 37f47a682217: Preparing [2020-09-29T04:52:17.596Z] 527eef706b20: Preparing [2020-09-29T04:52:17.596Z] 224742e9e948: Preparing [2020-09-29T04:52:17.596Z] 5391e5290f13: Preparing [2020-09-29T04:52:17.596Z] 13baed61c795: Preparing [2020-09-29T04:52:17.596Z] 51d6d3d09136: Preparing [2020-09-29T04:52:17.596Z] 1507bc794612: Preparing [2020-09-29T04:52:17.596Z] 50644c29ef5a: Preparing [2020-09-29T04:52:17.596Z] 527eef706b20: Waiting [2020-09-29T04:52:17.596Z] 224742e9e948: Waiting [2020-09-29T04:52:17.596Z] 5391e5290f13: Waiting [2020-09-29T04:52:17.596Z] 13baed61c795: Waiting [2020-09-29T04:52:17.596Z] 50644c29ef5a: Waiting [2020-09-29T04:52:17.596Z] 51d6d3d09136: Waiting [2020-09-29T04:52:17.596Z] 1507bc794612: Waiting [2020-09-29T04:52:17.596Z] 745531c272ee: Waiting [2020-09-29T04:52:17.596Z] 37f47a682217: Waiting [2020-09-29T04:52:17.596Z] ffa7b3ad8d82: Layer already exists [2020-09-29T04:52:17.596Z] a05ed76ba735: Layer already exists [2020-09-29T04:52:17.596Z] 42029d7836e6: Layer already exists [2020-09-29T04:52:17.596Z] 68cb862439cc: Layer already exists [2020-09-29T04:52:17.596Z] 078b52a9d9cc: Layer already exists [2020-09-29T04:52:17.596Z] 527eef706b20: Layer already exists [2020-09-29T04:52:17.596Z] 745531c272ee: Layer already exists [2020-09-29T04:52:17.596Z] 224742e9e948: Layer already exists [2020-09-29T04:52:17.596Z] 5391e5290f13: Layer already exists [2020-09-29T04:52:17.596Z] 37f47a682217: Layer already exists [2020-09-29T04:52:17.596Z] 51d6d3d09136: Layer already exists [2020-09-29T04:52:17.596Z] 50644c29ef5a: Layer already exists [2020-09-29T04:52:17.596Z] 1507bc794612: Layer already exists [2020-09-29T04:52:17.596Z] 13baed61c795: Layer already exists [2020-09-29T04:52:17.596Z] 1.2.2-dev.34: digest: sha256:b9f9c769b0e19de6c7fee282006052ccf4faccdbcbbfd2036d65a66371b3aa20 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:17.754Z] Removing intermediate container fab0296277d7 [2020-09-29T04:52:17.754Z] ---> 97f3d57e043b [2020-09-29T04:52:17.754Z] Step 8/21 : COPY . . [2020-09-29T04:52:17.754Z] Removing intermediate container 86d49a17f065 [2020-09-29T04:52:17.754Z] ---> 587fb4c06452 [2020-09-29T04:52:17.754Z] Step 8/20 : COPY . . [2020-09-29T04:52:17.900Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:18.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:52:18.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-29T04:52:18.197Z] ffa7b3ad8d82: Preparing [2020-09-29T04:52:18.197Z] 078b52a9d9cc: Preparing [2020-09-29T04:52:18.197Z] 42029d7836e6: Preparing [2020-09-29T04:52:18.197Z] a05ed76ba735: Preparing [2020-09-29T04:52:18.197Z] 68cb862439cc: Preparing [2020-09-29T04:52:18.197Z] 745531c272ee: Preparing [2020-09-29T04:52:18.197Z] 37f47a682217: Preparing [2020-09-29T04:52:18.197Z] 527eef706b20: Preparing [2020-09-29T04:52:18.197Z] 224742e9e948: Preparing [2020-09-29T04:52:18.197Z] 5391e5290f13: Preparing [2020-09-29T04:52:18.197Z] 13baed61c795: Preparing [2020-09-29T04:52:18.197Z] 51d6d3d09136: Preparing [2020-09-29T04:52:18.197Z] 1507bc794612: Preparing [2020-09-29T04:52:18.197Z] 50644c29ef5a: Preparing [2020-09-29T04:52:18.197Z] 745531c272ee: Waiting [2020-09-29T04:52:18.197Z] 37f47a682217: Waiting [2020-09-29T04:52:18.197Z] 527eef706b20: Waiting [2020-09-29T04:52:18.197Z] 224742e9e948: Waiting [2020-09-29T04:52:18.197Z] 5391e5290f13: Waiting [2020-09-29T04:52:18.197Z] 13baed61c795: Waiting [2020-09-29T04:52:18.197Z] 51d6d3d09136: Waiting [2020-09-29T04:52:18.197Z] 1507bc794612: Waiting [2020-09-29T04:52:18.197Z] 50644c29ef5a: Waiting [2020-09-29T04:52:18.197Z] 68cb862439cc: Layer already exists [2020-09-29T04:52:18.197Z] a05ed76ba735: Layer already exists [2020-09-29T04:52:18.197Z] ffa7b3ad8d82: Layer already exists [2020-09-29T04:52:18.197Z] 42029d7836e6: Layer already exists [2020-09-29T04:52:18.197Z] 078b52a9d9cc: Layer already exists [2020-09-29T04:52:18.197Z] 5391e5290f13: Layer already exists [2020-09-29T04:52:18.197Z] 37f47a682217: Layer already exists [2020-09-29T04:52:18.197Z] 745531c272ee: Layer already exists [2020-09-29T04:52:18.197Z] 224742e9e948: Layer already exists [2020-09-29T04:52:18.197Z] 527eef706b20: Layer already exists [2020-09-29T04:52:18.197Z] 13baed61c795: Layer already exists [2020-09-29T04:52:18.197Z] 1507bc794612: Layer already exists [2020-09-29T04:52:18.197Z] 50644c29ef5a: Layer already exists [2020-09-29T04:52:18.197Z] 51d6d3d09136: Layer already exists [2020-09-29T04:52:18.197Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34: digest: sha256:b9f9c769b0e19de6c7fee282006052ccf4faccdbcbbfd2036d65a66371b3aa20 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:18.362Z] Removing intermediate container f6d11fb1c74f [2020-09-29T04:52:18.362Z] ---> 2c62b3cb519d [2020-09-29T04:52:18.362Z] Step 8/23 : COPY . . [2020-09-29T04:52:18.362Z] Removing intermediate container cb49192cebf8 [2020-09-29T04:52:18.362Z] ---> c91864f88928 [2020-09-29T04:52:18.362Z] Step 8/27 : COPY . . [2020-09-29T04:52:18.504Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:52:18.806Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-09-29T04:52:18.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-29T04:52:18.807Z] ffa7b3ad8d82: Preparing [2020-09-29T04:52:18.807Z] 078b52a9d9cc: Preparing [2020-09-29T04:52:18.807Z] 42029d7836e6: Preparing [2020-09-29T04:52:18.807Z] a05ed76ba735: Preparing [2020-09-29T04:52:18.807Z] 68cb862439cc: Preparing [2020-09-29T04:52:18.807Z] 745531c272ee: Preparing [2020-09-29T04:52:18.807Z] 37f47a682217: Preparing [2020-09-29T04:52:18.807Z] 527eef706b20: Preparing [2020-09-29T04:52:18.807Z] 224742e9e948: Preparing [2020-09-29T04:52:18.807Z] 5391e5290f13: Preparing [2020-09-29T04:52:18.807Z] 13baed61c795: Preparing [2020-09-29T04:52:18.807Z] 51d6d3d09136: Preparing [2020-09-29T04:52:18.807Z] 1507bc794612: Preparing [2020-09-29T04:52:18.807Z] 50644c29ef5a: Preparing [2020-09-29T04:52:18.807Z] 745531c272ee: Waiting [2020-09-29T04:52:18.807Z] 37f47a682217: Waiting [2020-09-29T04:52:18.807Z] 13baed61c795: Waiting [2020-09-29T04:52:18.807Z] 51d6d3d09136: Waiting [2020-09-29T04:52:18.807Z] 1507bc794612: Waiting [2020-09-29T04:52:18.807Z] 50644c29ef5a: Waiting [2020-09-29T04:52:18.807Z] 527eef706b20: Waiting [2020-09-29T04:52:18.807Z] 224742e9e948: Waiting [2020-09-29T04:52:18.807Z] 5391e5290f13: Waiting [2020-09-29T04:52:18.807Z] 078b52a9d9cc: Layer already exists [2020-09-29T04:52:18.807Z] 68cb862439cc: Layer already exists [2020-09-29T04:52:18.807Z] 42029d7836e6: Layer already exists [2020-09-29T04:52:18.807Z] ffa7b3ad8d82: Layer already exists [2020-09-29T04:52:18.807Z] a05ed76ba735: Layer already exists [2020-09-29T04:52:18.807Z] 745531c272ee: Layer already exists [2020-09-29T04:52:18.807Z] 37f47a682217: Layer already exists [2020-09-29T04:52:18.807Z] 224742e9e948: Layer already exists [2020-09-29T04:52:18.807Z] 5391e5290f13: Layer already exists [2020-09-29T04:52:18.807Z] 527eef706b20: Layer already exists [2020-09-29T04:52:18.807Z] 1507bc794612: Layer already exists [2020-09-29T04:52:18.807Z] 13baed61c795: Layer already exists [2020-09-29T04:52:18.807Z] 51d6d3d09136: Layer already exists [2020-09-29T04:52:18.807Z] 50644c29ef5a: Layer already exists [2020-09-29T04:52:18.807Z] master: digest: sha256:b9f9c769b0e19de6c7fee282006052ccf4faccdbcbbfd2036d65a66371b3aa20 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:52:18.999Z] ===================================================== [Pipeline] echo [2020-09-29T04:52:19.061Z] taggedImages: [2020-09-29T04:52:19.061Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:52:19.061Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.34 [2020-09-29T04:52:19.061Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:52:19.061Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-29T04:52:36.720Z] ---> 419c3d2ec067 [2020-09-29T04:52:36.720Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-29T04:52:36.720Z] ---> Running in 4f907ba99b64 [2020-09-29T04:52:36.720Z] ---> 8e1fa355705f [2020-09-29T04:52:36.720Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-29T04:52:36.720Z] ---> d3345b581ebd [2020-09-29T04:52:36.720Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-29T04:52:36.720Z] ---> 61e6570baec9 [2020-09-29T04:52:36.720Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-29T04:52:36.720Z] ---> ecc174f1ae8a [2020-09-29T04:52:36.720Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-29T04:52:36.720Z] ---> Running in d2d9d9346aa9 [2020-09-29T04:52:36.720Z] ---> Running in b954d89d2245 [2020-09-29T04:52:36.720Z] ---> Running in 4cbd5fb8b6d7 [2020-09-29T04:52:36.720Z] ---> Running in 89bd0212877a [2020-09-29T04:52:38.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-29T04:52:39.138Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-29T04:52:39.421Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-29T04:52:39.698Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-29T04:52:39.698Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o cmd/core-data/core-data ./cmd/core-data [2020-09-29T04:54:01.598Z] Removing intermediate container 4f907ba99b64 [2020-09-29T04:54:01.598Z] ---> d82e86edb952 [2020-09-29T04:54:01.598Z] [2020-09-29T04:54:01.598Z] Step 9/29 : FROM alpine:latest [2020-09-29T04:54:01.598Z] latest: Pulling from library/alpine [2020-09-29T04:54:01.598Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-29T04:54:01.598Z] Status: Downloaded newer image for alpine:latest [2020-09-29T04:54:01.598Z] ---> 62ee0e9f8440 [2020-09-29T04:54:01.598Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-29T04:54:01.598Z] ---> Running in 52fee63d781e [2020-09-29T04:54:01.598Z] Removing intermediate container 52fee63d781e [2020-09-29T04:54:01.598Z] ---> 2ef8472db237 [2020-09-29T04:54:01.598Z] Step 11/29 : USER root [2020-09-29T04:54:01.598Z] ---> Running in 3eb11dd8cbb4 [2020-09-29T04:54:01.598Z] Removing intermediate container 3eb11dd8cbb4 [2020-09-29T04:54:01.598Z] ---> 6cedca7ecd8b [2020-09-29T04:54:01.598Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-29T04:54:01.598Z] Removing intermediate container 89bd0212877a [2020-09-29T04:54:01.598Z] ---> 8633f4349795 [2020-09-29T04:54:01.598Z] [2020-09-29T04:54:01.598Z] Step 10/20 : FROM alpine [2020-09-29T04:54:01.598Z] ---> 62ee0e9f8440 [2020-09-29T04:54:01.598Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-29T04:54:01.598Z] ---> Running in 2c457c93dcec [2020-09-29T04:54:01.598Z] ---> Running in f760e042fa08 [2020-09-29T04:54:04.336Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-29T04:54:04.336Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-29T04:54:04.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-29T04:54:04.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-29T04:54:05.265Z] v3.12.0-355-gd6f249c14e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:54:05.266Z] v3.12.0-356-g20de812e98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:54:05.266Z] OK: 12621 distinct packages available [2020-09-29T04:54:05.542Z] v3.12.0-355-gd6f249c14e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:54:05.542Z] v3.12.0-356-g20de812e98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:54:05.542Z] OK: 12621 distinct packages available [2020-09-29T04:54:06.149Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-29T04:54:06.149Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-29T04:54:06.149Z] Executing busybox-1.31.1-r16.trigger [2020-09-29T04:54:06.149Z] Executing ca-certificates-20191127-r4.trigger [2020-09-29T04:54:06.427Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-29T04:54:06.707Z] OK: 6 MiB in 16 packages [2020-09-29T04:54:06.707Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-29T04:54:06.707Z] (3/4) Installing libcurl (7.69.1-r1) [2020-09-29T04:54:06.707Z] (4/4) Installing curl (7.69.1-r1) [2020-09-29T04:54:06.707Z] Executing busybox-1.31.1-r16.trigger [2020-09-29T04:54:06.707Z] Executing ca-certificates-20191127-r4.trigger [2020-09-29T04:54:06.988Z] OK: 7 MiB in 18 packages [2020-09-29T04:54:10.416Z] Removing intermediate container 2c457c93dcec [2020-09-29T04:54:10.416Z] ---> 38cfbf1bf541 [2020-09-29T04:54:10.416Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-29T04:54:10.416Z] Removing intermediate container f760e042fa08 [2020-09-29T04:54:10.416Z] ---> e25cf1badc07 [2020-09-29T04:54:10.416Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-29T04:54:10.416Z] ---> Running in 5b07996ae27f [2020-09-29T04:54:10.416Z] ---> Running in ff538892421b [2020-09-29T04:54:11.855Z] Removing intermediate container ff538892421b [2020-09-29T04:54:11.855Z] ---> 4b5da0ca4b5e [2020-09-29T04:54:11.855Z] Step 13/20 : WORKDIR /edgex [2020-09-29T04:54:11.855Z] Removing intermediate container 5b07996ae27f [2020-09-29T04:54:11.855Z] ---> 2365d85b4efb [2020-09-29T04:54:11.855Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-29T04:54:12.133Z] ---> Running in 05adcd952093 [2020-09-29T04:54:12.409Z] ---> Running in 93e012a692d9 [2020-09-29T04:54:13.429Z] Removing intermediate container 05adcd952093 [2020-09-29T04:54:13.429Z] ---> 6357f30c471d [2020-09-29T04:54:13.429Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-29T04:54:13.703Z] Removing intermediate container 93e012a692d9 [2020-09-29T04:54:13.703Z] ---> 00b906595e72 [2020-09-29T04:54:13.703Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-29T04:54:14.303Z] ---> Running in f7cfe3265351 [2020-09-29T04:54:14.303Z] Removing intermediate container d2d9d9346aa9 [2020-09-29T04:54:14.303Z] ---> c7abe6515ad8 [2020-09-29T04:54:14.303Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-29T04:54:14.587Z] ---> Running in 7cb65ffbcd86 [2020-09-29T04:54:15.202Z] ---> c03c86fd1eb7 [2020-09-29T04:54:15.202Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-29T04:54:17.862Z] ---> 1b6a0164eab9 [2020-09-29T04:54:17.862Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-29T04:54:17.862Z] ---> Running in 6497bd054eea [2020-09-29T04:54:17.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-29T04:54:18.478Z] Removing intermediate container 6497bd054eea [2020-09-29T04:54:18.478Z] ---> 9842004a6de6 [2020-09-29T04:54:18.478Z] Step 17/20 : CMD ["--init=true"] [2020-09-29T04:54:18.762Z] ---> Running in ae1593fb89c2 [2020-09-29T04:54:19.040Z] Removing intermediate container f7cfe3265351 [2020-09-29T04:54:19.040Z] ---> 5543c6ae2c3c [2020-09-29T04:54:19.040Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-29T04:54:19.324Z] Removing intermediate container ae1593fb89c2 [2020-09-29T04:54:19.324Z] ---> 987732e0a25a [2020-09-29T04:54:19.324Z] Step 18/20 : LABEL arch=arm64 [2020-09-29T04:54:19.603Z] ---> Running in 50d80ea02fca [2020-09-29T04:54:20.600Z] Removing intermediate container 50d80ea02fca [2020-09-29T04:54:20.600Z] ---> 84683a3bf14c [2020-09-29T04:54:20.600Z] Step 19/20 : LABEL git_sha=1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:54:20.600Z] ---> Running in 8dca57e1c865 [2020-09-29T04:54:20.881Z] ---> 004d1fc55adf [2020-09-29T04:54:20.881Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-29T04:54:21.489Z] Removing intermediate container 8dca57e1c865 [2020-09-29T04:54:21.489Z] ---> ec5d09dd7df0 [2020-09-29T04:54:21.489Z] Step 20/20 : LABEL version=1.2.2-dev.34 [2020-09-29T04:54:21.767Z] ---> Running in ccbd7ef25848 [2020-09-29T04:54:22.383Z] ---> e27c2fbd7f3d [2020-09-29T04:54:22.383Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-29T04:54:22.663Z] Removing intermediate container ccbd7ef25848 [2020-09-29T04:54:22.663Z] ---> e3034823fcd8 [2020-09-29T04:54:22.663Z] [2020-09-29T04:54:23.646Z] Successfully built e3034823fcd8 [2020-09-29T04:54:23.646Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-09-29T04:54:23.646Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2020-09-29T04:54:23.936Z] ---> 1c2b3ac5b9d3 [2020-09-29T04:54:23.936Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-29T04:54:24.548Z] Removing intermediate container 7cb65ffbcd86 [2020-09-29T04:54:24.548Z] ---> 6184872b9773 [2020-09-29T04:54:24.548Z] [2020-09-29T04:54:24.548Z] Step 11/27 : FROM docker:latest [2020-09-29T04:54:24.548Z] ---> 45884bde0078 [2020-09-29T04:54:24.548Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-29T04:54:24.548Z] ---> Running in 64a7bff40d7e [2020-09-29T04:54:26.551Z] ---> 8070dfbd9705 [2020-09-29T04:54:26.551Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-29T04:54:27.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-29T04:54:27.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-29T04:54:28.425Z] (1/2) Installing readline (8.0.4-r0) [2020-09-29T04:54:28.425Z] (2/2) Installing bash (5.0.17-r0) [2020-09-29T04:54:28.425Z] Executing bash-5.0.17-r0.post-install [2020-09-29T04:54:28.425Z] Executing busybox-1.31.1-r16.trigger [2020-09-29T04:54:28.425Z] OK: 12 MiB in 22 packages [2020-09-29T04:54:29.871Z] ---> 5f7824d34b9e [2020-09-29T04:54:29.871Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-29T04:54:30.150Z] ---> Running in 33ea51ea2096 [2020-09-29T04:54:30.427Z] Removing intermediate container 4cbd5fb8b6d7 [2020-09-29T04:54:30.427Z] ---> d32474e3ccbf [2020-09-29T04:54:30.427Z] [2020-09-29T04:54:30.427Z] Step 10/21 : FROM scratch [2020-09-29T04:54:30.427Z] ---> [2020-09-29T04:54:30.427Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-29T04:54:30.747Z] ---> Running in b2d1e64df6f2 [2020-09-29T04:54:31.085Z] Removing intermediate container 64a7bff40d7e [2020-09-29T04:54:31.085Z] ---> d820d6fd2efb [2020-09-29T04:54:31.085Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-29T04:54:31.423Z] ---> Running in 4d709f1f81f6 [2020-09-29T04:54:32.127Z] Removing intermediate container b2d1e64df6f2 [2020-09-29T04:54:32.127Z] ---> da386f54607b [2020-09-29T04:54:32.127Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-29T04:54:32.422Z] ---> Running in b27c336f6cf1 [2020-09-29T04:54:33.481Z] Removing intermediate container b27c336f6cf1 [2020-09-29T04:54:33.481Z] ---> 7e41a3075687 [2020-09-29T04:54:33.481Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-29T04:54:33.481Z] ---> Running in 578dfd132079 [2020-09-29T04:54:35.088Z] Removing intermediate container 578dfd132079 [2020-09-29T04:54:35.088Z] ---> 1ddecc240d30 [2020-09-29T04:54:35.088Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-29T04:54:36.238Z] Removing intermediate container 33ea51ea2096 [2020-09-29T04:54:36.238Z] ---> 843b95b53690 [2020-09-29T04:54:36.238Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-29T04:54:36.861Z] Removing intermediate container 4d709f1f81f6 [2020-09-29T04:54:36.861Z] ---> 1b0c3f16f1d9 [2020-09-29T04:54:36.861Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-29T04:54:37.469Z] ---> 79b41fd860bb [2020-09-29T04:54:37.469Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-29T04:54:37.469Z] ---> Running in ad54c555ff31 [2020-09-29T04:54:37.749Z] ---> 5cfa51dce3ff [2020-09-29T04:54:37.749Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-29T04:54:38.354Z] ---> Running in 21e1f27b3b5d [2020-09-29T04:54:38.627Z] Removing intermediate container ad54c555ff31 [2020-09-29T04:54:38.627Z] ---> c73b730380cc [2020-09-29T04:54:38.627Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-29T04:54:39.220Z] ---> Running in 9e063235300b [2020-09-29T04:54:39.494Z] ---> 3a6ad143ff15 [2020-09-29T04:54:39.494Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-29T04:54:40.481Z] Removing intermediate container 9e063235300b [2020-09-29T04:54:40.481Z] ---> 60fd81a234c7 [2020-09-29T04:54:40.481Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-29T04:54:41.085Z] ---> Running in f6fd6ff9c882 [2020-09-29T04:54:41.085Z] ---> 060b20ae7065 [2020-09-29T04:54:41.085Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-29T04:54:41.359Z] ---> Running in 2572ab01d60a [2020-09-29T04:54:41.967Z] Removing intermediate container f6fd6ff9c882 [2020-09-29T04:54:41.967Z] ---> 38e70764f494 [2020-09-29T04:54:41.967Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-29T04:54:42.956Z] Removing intermediate container 2572ab01d60a [2020-09-29T04:54:42.956Z] ---> b17631a8fd6b [2020-09-29T04:54:42.956Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-29T04:54:43.233Z] ---> Running in ceceb37e49e5 [2020-09-29T04:54:43.233Z] Removing intermediate container 21e1f27b3b5d [2020-09-29T04:54:43.233Z] ---> 1c512043eb40 [2020-09-29T04:54:43.233Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-29T04:54:44.226Z] ---> Running in 152ae03e5341 [2020-09-29T04:54:44.226Z] ---> 3b533c0cd6ef [2020-09-29T04:54:44.226Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-29T04:54:44.510Z] Removing intermediate container ceceb37e49e5 [2020-09-29T04:54:44.510Z] ---> ca4aea3b9e98 [2020-09-29T04:54:44.510Z] Step 19/21 : LABEL arch=arm64 [2020-09-29T04:54:44.783Z] ---> Running in b769cd209c66 [2020-09-29T04:54:45.386Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-29T04:54:45.386Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-29T04:54:45.386Z] ---> 4746985faa1e [2020-09-29T04:54:45.386Z] Step 3/22 : WORKDIR /edgex-go [2020-09-29T04:54:45.386Z] ---> Using cache [2020-09-29T04:54:45.386Z] ---> 4bc5336899e3 [2020-09-29T04:54:45.386Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T04:54:45.386Z] ---> Running in 4b509b4082e5 [2020-09-29T04:54:45.668Z] ---> 0fdcd006686f [2020-09-29T04:54:45.668Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-29T04:54:45.668Z] Removing intermediate container b769cd209c66 [2020-09-29T04:54:45.668Z] ---> 9b2f3aacb3cb [2020-09-29T04:54:45.668Z] Step 20/21 : LABEL git_sha=1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:54:45.971Z] ---> Running in 6ea4a5d6a3ae [2020-09-29T04:54:47.427Z] Removing intermediate container 6ea4a5d6a3ae [2020-09-29T04:54:47.427Z] ---> 1e6909153e2c [2020-09-29T04:54:47.427Z] Step 21/21 : LABEL version=1.2.2-dev.34 [2020-09-29T04:54:47.427Z] ---> d3272dafd1aa [2020-09-29T04:54:47.427Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-09-29T04:54:47.427Z] ---> Running in 592bdc2030ac [2020-09-29T04:54:47.427Z] ---> Running in 0296f0b849dc [2020-09-29T04:54:48.426Z] Removing intermediate container 592bdc2030ac [2020-09-29T04:54:48.426Z] ---> cde720211cca [2020-09-29T04:54:48.426Z] [2020-09-29T04:54:49.031Z] Successfully built cde720211cca [2020-09-29T04:54:49.031Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-09-29T04:54:49.031Z] Building docker-support-notifications-go [2020-09-29T04:54:49.308Z]  Building docker-support-scheduler-go ... done Removing intermediate container 152ae03e5341 [2020-09-29T04:54:49.308Z] ---> f2f8d40099c4 [2020-09-29T04:54:49.308Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-29T04:54:49.585Z] Removing intermediate container 4b509b4082e5 [2020-09-29T04:54:49.585Z] ---> 6411b4d9d6c7 [2020-09-29T04:54:49.585Z] Step 5/22 : RUN apk update && apk add make git [2020-09-29T04:54:49.860Z] ---> Running in 7cb46b58a949 [2020-09-29T04:54:49.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-29T04:54:50.136Z] ---> Running in c42d40889e1f [2020-09-29T04:54:50.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-29T04:54:51.142Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-29T04:54:51.142Z] (2/33) Installing expat (2.2.9-r1) [2020-09-29T04:54:51.142Z] (3/33) Installing libffi (3.3-r2) [2020-09-29T04:54:51.142Z] (4/33) Installing gdbm (1.13-r1) [2020-09-29T04:54:51.142Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-29T04:54:51.142Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-29T04:54:51.142Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-29T04:54:51.142Z] Removing intermediate container 7cb46b58a949 [2020-09-29T04:54:51.142Z] ---> 20939159caba [2020-09-29T04:54:51.142Z] Step 26/29 : CMD [ "generate" ] [2020-09-29T04:54:52.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-29T04:54:52.407Z] ---> Running in a73810654467 [2020-09-29T04:54:53.007Z] Removing intermediate container b954d89d2245 [2020-09-29T04:54:53.007Z] ---> 81028b73265b [2020-09-29T04:54:53.007Z] [2020-09-29T04:54:53.007Z] Step 10/23 : FROM alpine [2020-09-29T04:54:53.007Z] ---> 62ee0e9f8440 [2020-09-29T04:54:53.007Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-29T04:54:53.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-29T04:54:53.293Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-29T04:54:53.293Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-29T04:54:53.293Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-29T04:54:53.293Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-29T04:54:53.293Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-29T04:54:53.293Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-29T04:54:53.293Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-29T04:54:53.293Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-29T04:54:53.293Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-29T04:54:53.567Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-29T04:54:53.567Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-29T04:54:53.567Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-29T04:54:53.567Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-29T04:54:53.567Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-29T04:54:53.845Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-29T04:54:53.845Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-29T04:54:53.845Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-29T04:54:53.845Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-29T04:54:53.845Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-29T04:54:53.845Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-29T04:54:53.845Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-29T04:54:53.845Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-29T04:54:53.845Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-29T04:54:53.845Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-29T04:54:53.845Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-29T04:54:53.845Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-29T04:54:53.845Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:54:53.845Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:54:53.845Z] OK: 12623 distinct packages available [2020-09-29T04:54:54.119Z] Executing busybox-1.31.1-r16.trigger [2020-09-29T04:54:54.119Z] OK: 71 MiB in 55 packages [2020-09-29T04:54:54.728Z] Removing intermediate container a73810654467 [2020-09-29T04:54:54.728Z] ---> 427eb62cd164 [2020-09-29T04:54:54.728Z] Step 27/29 : LABEL arch=arm64 [2020-09-29T04:54:54.728Z] ---> Running in 84c788f759eb [2020-09-29T04:54:55.003Z] OK: 217 MiB in 51 packages [2020-09-29T04:54:55.003Z] ---> Running in 9a44fce8bdcf [2020-09-29T04:54:55.294Z] Removing intermediate container 84c788f759eb [2020-09-29T04:54:55.294Z] ---> 98f38ded5770 [2020-09-29T04:54:55.294Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-29T04:54:55.585Z] ---> Running in e6a84de5e190 [2020-09-29T04:54:55.859Z] Removing intermediate container 9a44fce8bdcf [2020-09-29T04:54:55.859Z] ---> 6850a9c1874f [2020-09-29T04:54:55.859Z] Step 28/29 : LABEL git_sha=1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:54:56.138Z] ---> Running in ee0273cd92da [2020-09-29T04:54:56.734Z] Removing intermediate container e6a84de5e190 [2020-09-29T04:54:56.734Z] ---> 2efe7de8351f [2020-09-29T04:54:56.734Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-29T04:54:56.734Z] Removing intermediate container c42d40889e1f [2020-09-29T04:54:56.734Z] ---> 8cc71bdc8571 [2020-09-29T04:54:56.734Z] Step 6/22 : COPY go.mod . [2020-09-29T04:54:56.734Z] ---> Running in b5de9f6fa657 [2020-09-29T04:54:56.734Z] Removing intermediate container ee0273cd92da [2020-09-29T04:54:56.734Z] ---> 67cbb62e5eab [2020-09-29T04:54:56.734Z] Step 29/29 : LABEL version=1.2.2-dev.34 [2020-09-29T04:54:57.017Z] ---> Running in b3ef37763ca0 [2020-09-29T04:54:58.024Z] Removing intermediate container b5de9f6fa657 [2020-09-29T04:54:58.024Z] ---> d2cdc3ae8fdf [2020-09-29T04:54:58.024Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T04:54:58.024Z] ---> b49594bb51f6 [2020-09-29T04:54:58.024Z] Step 7/22 : RUN go mod download [2020-09-29T04:54:58.301Z] Removing intermediate container b3ef37763ca0 [2020-09-29T04:54:58.301Z] ---> fbb191b1832c [2020-09-29T04:54:58.301Z] [2020-09-29T04:54:58.301Z] ---> Running in 57608bb69b26 [2020-09-29T04:54:58.576Z] ---> Running in e3791c52170d [2020-09-29T04:54:58.850Z] Successfully built fbb191b1832c [2020-09-29T04:54:58.850Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-09-29T04:54:58.850Z]  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go [2020-09-29T04:55:05.603Z] Removing intermediate container 57608bb69b26 [2020-09-29T04:55:05.603Z] ---> 54e2d1416e38 [2020-09-29T04:55:05.603Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-29T04:55:05.603Z] Removing intermediate container 0296f0b849dc [2020-09-29T04:55:05.603Z] ---> bfbadca1be18 [2020-09-29T04:55:05.603Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-29T04:55:05.603Z] Removing intermediate container e3791c52170d [2020-09-29T04:55:05.603Z] ---> b6fa99f502af [2020-09-29T04:55:05.603Z] Step 8/22 : COPY . . [2020-09-29T04:55:05.873Z] ---> Running in 242950ac0af8 [2020-09-29T04:55:05.873Z] ---> Running in cbf78f58bd9c [2020-09-29T04:55:07.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-29T04:55:08.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-29T04:55:09.455Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-29T04:55:09.455Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-29T04:55:09.455Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-29T04:55:09.730Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-29T04:55:09.730Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-29T04:55:10.005Z] Executing busybox-1.31.1-r16.trigger [2020-09-29T04:55:10.005Z] OK: 8 MiB in 19 packages [2020-09-29T04:55:12.646Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-29T04:55:12.646Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-29T04:55:12.646Z] ---> 4746985faa1e [2020-09-29T04:55:12.646Z] Step 3/24 : WORKDIR /edgex-go [2020-09-29T04:55:12.646Z] ---> Using cache [2020-09-29T04:55:12.646Z] ---> 4bc5336899e3 [2020-09-29T04:55:12.646Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T04:55:12.646Z] ---> Using cache [2020-09-29T04:55:12.646Z] ---> 6411b4d9d6c7 [2020-09-29T04:55:12.646Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-29T04:55:13.261Z] Collecting docker-compose==1.23.2 [2020-09-29T04:55:13.261Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-29T04:55:15.253Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-29T04:55:15.253Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-29T04:55:15.528Z] ---> Running in f0d8f5404db0 [2020-09-29T04:55:16.140Z] Removing intermediate container cbf78f58bd9c [2020-09-29T04:55:16.140Z] ---> b9bd15343f26 [2020-09-29T04:55:16.140Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-29T04:55:17.599Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-29T04:55:17.599Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-29T04:55:18.585Z] Collecting jsonschema<3,>=2.5.1 [2020-09-29T04:55:18.585Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-29T04:55:18.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-29T04:55:18.862Z] ---> e64272faecd0 [2020-09-29T04:55:18.862Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-29T04:55:19.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-29T04:55:19.751Z] Collecting PyYAML<4,>=3.10 [2020-09-29T04:55:19.751Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-29T04:55:20.352Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:55:20.352Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:55:20.352Z] OK: 12623 distinct packages available [2020-09-29T04:55:21.367Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-29T04:55:21.367Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-29T04:55:21.367Z] ---> 4746985faa1e [2020-09-29T04:55:21.367Z] Step 3/22 : WORKDIR /edgex-go [2020-09-29T04:55:21.367Z] ---> Using cache [2020-09-29T04:55:21.367Z] ---> 4bc5336899e3 [2020-09-29T04:55:21.367Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T04:55:21.367Z] ---> Using cache [2020-09-29T04:55:21.367Z] ---> 6411b4d9d6c7 [2020-09-29T04:55:21.367Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-29T04:55:21.367Z] OK: 217 MiB in 51 packages [2020-09-29T04:55:21.970Z] ---> 9cf41d0127b8 [2020-09-29T04:55:21.970Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-29T04:55:21.970Z] ---> Running in 98aafb5a87d1 [2020-09-29T04:55:23.428Z] Collecting texttable<0.10,>=0.9.0 [2020-09-29T04:55:23.428Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-29T04:55:23.428Z] Removing intermediate container f0d8f5404db0 [2020-09-29T04:55:23.428Z] ---> 5069cf6dbbc9 [2020-09-29T04:55:23.428Z] Step 6/24 : COPY go.mod . [2020-09-29T04:55:23.701Z] ---> f6b5a1f47d67 [2020-09-29T04:55:23.701Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-29T04:55:24.000Z] ---> Running in 208d22a3bcff [2020-09-29T04:55:24.272Z] ---> 9cf2b7c6dbca [2020-09-29T04:55:24.272Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-29T04:55:24.553Z] ---> Running in c0a789239a28 [2020-09-29T04:55:24.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-29T04:55:24.826Z] ---> 78e10761e1e5 [2020-09-29T04:55:24.826Z] Step 7/24 : RUN go mod download [2020-09-29T04:55:24.826Z] Removing intermediate container 208d22a3bcff [2020-09-29T04:55:24.826Z] ---> da40ec78403e [2020-09-29T04:55:24.826Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-29T04:55:25.101Z] ---> Running in 126a6921a9f7 [2020-09-29T04:55:25.101Z] ---> Running in 2b4213c830e7 [2020-09-29T04:55:25.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-29T04:55:25.712Z] Removing intermediate container 2b4213c830e7 [2020-09-29T04:55:25.712Z] ---> 312c0d0c7cee [2020-09-29T04:55:25.987Z] Step 21/23 : LABEL arch=arm64 [2020-09-29T04:55:25.987Z] ---> Running in bc99ec78ed2f [2020-09-29T04:55:26.586Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-29T04:55:26.586Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-29T04:55:26.586Z] OK: 12623 distinct packages available [2020-09-29T04:55:26.586Z] Collecting docker<4.0,>=3.6.0 [2020-09-29T04:55:26.586Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-29T04:55:26.859Z] Removing intermediate container bc99ec78ed2f [2020-09-29T04:55:26.859Z] ---> 58f98a14bca0 [2020-09-29T04:55:26.859Z] Step 22/23 : LABEL git_sha=1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:55:26.859Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-29T04:55:26.859Z] ---> Running in 73ac32fcc7fd [2020-09-29T04:55:27.478Z] OK: 217 MiB in 51 packages [2020-09-29T04:55:27.478Z] Removing intermediate container 73ac32fcc7fd [2020-09-29T04:55:27.478Z] ---> 952e43e4617e [2020-09-29T04:55:27.478Z] Step 23/23 : LABEL version=1.2.2-dev.34 [2020-09-29T04:55:27.478Z] Collecting docopt<0.7,>=0.6.1 [2020-09-29T04:55:27.766Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-29T04:55:27.766Z] ---> Running in aa11bb17ecef [2020-09-29T04:55:28.392Z] Removing intermediate container aa11bb17ecef [2020-09-29T04:55:28.392Z] ---> a178cca5815f [2020-09-29T04:55:28.392Z] [2020-09-29T04:55:28.392Z] OK: 217 MiB in 51 packages [2020-09-29T04:55:28.678Z] Successfully built a178cca5815f [2020-09-29T04:55:28.965Z] Successfully tagged docker-core-data-go-arm64:latest [2020-09-29T04:55:28.965Z] Building docker-core-command-go [2020-09-29T04:55:29.950Z]  Building docker-core-data-go ... done Removing intermediate container 126a6921a9f7 [2020-09-29T04:55:29.950Z] ---> 5f23f62e8769 [2020-09-29T04:55:29.951Z] Step 8/24 : COPY . . [2020-09-29T04:55:30.548Z] Removing intermediate container 98aafb5a87d1 [2020-09-29T04:55:30.548Z] ---> ca57986c196a [2020-09-29T04:55:30.548Z] Step 6/22 : COPY go.mod . [2020-09-29T04:55:30.822Z] Collecting cached-property<2,>=1.2.0 [2020-09-29T04:55:30.822Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-09-29T04:55:31.420Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-29T04:55:31.420Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-29T04:55:33.419Z] ---> a837c09c7072 [2020-09-29T04:55:33.419Z] Step 7/22 : RUN go mod download [2020-09-29T04:55:34.414Z] 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-09-29T04:55:34.414Z] ---> Running in 958eabee2f56 [2020-09-29T04:55:34.414Z] Collecting idna<2.8,>=2.5 [2020-09-29T04:55:34.414Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-29T04:55:34.696Z] 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-09-29T04:55:34.696Z] 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-09-29T04:55:35.688Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-29T04:55:35.688Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-29T04:55:36.296Z] Collecting docker-pycreds>=0.4.0 [2020-09-29T04:55:36.296Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-29T04:55:36.571Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-29T04:55:36.571Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-29T04:55:36.571Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-29T04:55:36.571Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-29T04:55:38.022Z] Installing collected packages: websocket-client, idna, urllib3, requests, jsonschema, PyYAML, texttable, docker-pycreds, docker, docopt, cached-property, dockerpty, docker-compose [2020-09-29T04:55:38.630Z] Attempting uninstall: idna [2020-09-29T04:55:38.630Z] Found existing installation: idna 2.9 [2020-09-29T04:55:38.630Z] Uninstalling idna-2.9: [2020-09-29T04:55:38.630Z] Successfully uninstalled idna-2.9 [2020-09-29T04:55:40.648Z] Attempting uninstall: urllib3 [2020-09-29T04:55:40.648Z] Found existing installation: urllib3 1.25.9 [2020-09-29T04:55:40.925Z] Uninstalling urllib3-1.25.9: [2020-09-29T04:55:40.925Z] Successfully uninstalled urllib3-1.25.9 [2020-09-29T04:55:41.931Z] Attempting uninstall: requests [2020-09-29T04:55:41.931Z] Found existing installation: requests 2.23.0 [2020-09-29T04:55:41.931Z] Uninstalling requests-2.23.0: [2020-09-29T04:55:41.931Z] Successfully uninstalled requests-2.23.0 [2020-09-29T04:55:42.545Z] Removing intermediate container 958eabee2f56 [2020-09-29T04:55:42.545Z] ---> ef8ba5979712 [2020-09-29T04:55:42.545Z] Step 8/22 : COPY . . [2020-09-29T04:55:42.829Z] Running setup.py install for PyYAML: started [2020-09-29T04:55:45.488Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-29T04:55:45.488Z] Running setup.py install for texttable: started [2020-09-29T04:55:48.127Z] Running setup.py install for texttable: finished with status 'done' [2020-09-29T04:55:48.729Z] Running setup.py install for docopt: started [2020-09-29T04:55:51.372Z] Running setup.py install for docopt: finished with status 'done' [2020-09-29T04:55:51.372Z] Running setup.py install for dockerpty: started [2020-09-29T04:55:53.382Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-29T04:55:53.383Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-29T04:55:53.383Z] ---> 4746985faa1e [2020-09-29T04:55:53.383Z] Step 3/22 : WORKDIR /edgex-go [2020-09-29T04:55:53.383Z] ---> Using cache [2020-09-29T04:55:53.383Z] ---> 4bc5336899e3 [2020-09-29T04:55:53.383Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T04:55:53.383Z] ---> Using cache [2020-09-29T04:55:53.383Z] ---> 6411b4d9d6c7 [2020-09-29T04:55:53.383Z] Step 5/22 : RUN apk update && apk add make git [2020-09-29T04:55:53.383Z] ---> Using cache [2020-09-29T04:55:53.383Z] ---> 8cc71bdc8571 [2020-09-29T04:55:53.383Z] Step 6/22 : COPY go.mod . [2020-09-29T04:55:53.383Z] ---> Using cache [2020-09-29T04:55:53.383Z] ---> b49594bb51f6 [2020-09-29T04:55:53.383Z] Step 7/22 : RUN go mod download [2020-09-29T04:55:53.383Z] ---> Using cache [2020-09-29T04:55:53.383Z] ---> b6fa99f502af [2020-09-29T04:55:53.383Z] Step 8/22 : COPY . . [2020-09-29T04:55:53.383Z] ---> Using cache [2020-09-29T04:55:53.383Z] ---> 9cf2b7c6dbca [2020-09-29T04:55:53.383Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-29T04:55:53.989Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-29T04:55:56.659Z] 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-09-29T04:55:57.266Z] ---> Running in fe5237c3dbe2 [2020-09-29T04:55:57.871Z] ---> 7df370a05103 [2020-09-29T04:55:57.871Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-29T04:55:58.473Z] ---> Running in 9ac0f0adcdb5 [2020-09-29T04:55:59.925Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o cmd/core-command/core-command ./cmd/core-command [2020-09-29T04:56:01.381Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-29T04:56:04.030Z] Removing intermediate container 242950ac0af8 [2020-09-29T04:56:04.030Z] ---> d4420451e500 [2020-09-29T04:56:04.030Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-29T04:56:04.311Z] ---> Running in b3cc7a683fd3 [2020-09-29T04:56:07.735Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-29T04:56:07.735Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-29T04:56:07.735Z] ---> 39ad1876f271 [2020-09-29T04:56:07.735Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-29T04:56:07.735Z] ---> Running in f8e42b32bab0 [2020-09-29T04:56:08.347Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-29T04:56:08.347Z] (2/3) Installing libcurl (7.69.1-r1) [2020-09-29T04:56:08.347Z] (3/3) Installing curl (7.69.1-r1) [2020-09-29T04:56:08.347Z] Executing busybox-1.31.1-r16.trigger [2020-09-29T04:56:08.347Z] OK: 71 MiB in 58 packages [2020-09-29T04:56:10.353Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-29T04:56:10.353Z] Removing intermediate container b3cc7a683fd3 [2020-09-29T04:56:10.353Z] ---> 54a59178dba6 [2020-09-29T04:56:10.353Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-29T04:56:10.629Z] ---> Running in de1d9749274b [2020-09-29T04:56:11.235Z] Removing intermediate container de1d9749274b [2020-09-29T04:56:11.235Z] ---> ba518066793c [2020-09-29T04:56:11.235Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-29T04:56:11.235Z] ---> Running in 676fe382d616 [2020-09-29T04:56:12.233Z] Removing intermediate container 676fe382d616 [2020-09-29T04:56:12.233Z] ---> 62b72d13d769 [2020-09-29T04:56:12.233Z] Step 25/27 : LABEL arch=arm64 [2020-09-29T04:56:12.233Z] ---> Running in a9fa45648c7f [2020-09-29T04:56:12.837Z] Removing intermediate container a9fa45648c7f [2020-09-29T04:56:12.837Z] ---> 97d8db1522fe [2020-09-29T04:56:12.837Z] Step 26/27 : LABEL git_sha=1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:56:13.112Z] ---> Running in 26aace5fa71a [2020-09-29T04:56:13.716Z] Removing intermediate container 26aace5fa71a [2020-09-29T04:56:13.716Z] ---> 651373635abb [2020-09-29T04:56:13.716Z] Step 27/27 : LABEL version=1.2.2-dev.34 [2020-09-29T04:56:13.716Z] ---> Running in f4d8e4c431de [2020-09-29T04:56:14.324Z] Removing intermediate container f4d8e4c431de [2020-09-29T04:56:14.324Z] ---> c470efcd2e58 [2020-09-29T04:56:14.324Z] [2020-09-29T04:56:14.930Z] Successfully built c470efcd2e58 [2020-09-29T04:56:14.930Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-09-29T04:56:14.930Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-secretstore-setup-go [2020-09-29T04:56:41.790Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-29T04:56:41.790Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-29T04:56:41.790Z] ---> 4746985faa1e [2020-09-29T04:56:41.790Z] Step 3/26 : WORKDIR /edgex-go [2020-09-29T04:56:41.790Z] ---> Using cache [2020-09-29T04:56:41.790Z] ---> 4bc5336899e3 [2020-09-29T04:56:41.790Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-29T04:56:41.790Z] ---> Using cache [2020-09-29T04:56:41.790Z] ---> 6411b4d9d6c7 [2020-09-29T04:56:41.790Z] Step 5/26 : RUN apk update && apk add make git [2020-09-29T04:56:41.790Z] ---> Using cache [2020-09-29T04:56:41.790Z] ---> 8cc71bdc8571 [2020-09-29T04:56:41.790Z] Step 6/26 : COPY go.mod . [2020-09-29T04:56:41.790Z] ---> Using cache [2020-09-29T04:56:41.790Z] ---> b49594bb51f6 [2020-09-29T04:56:41.790Z] Step 7/26 : RUN go mod download [2020-09-29T04:56:41.790Z] ---> Using cache [2020-09-29T04:56:41.790Z] ---> b6fa99f502af [2020-09-29T04:56:41.790Z] Step 8/26 : COPY . . [2020-09-29T04:56:41.790Z] ---> Using cache [2020-09-29T04:56:41.790Z] ---> 9cf2b7c6dbca [2020-09-29T04:56:41.790Z] 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-09-29T04:56:43.244Z] ---> Running in ff4a33735ea0 [2020-09-29T04:56:45.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-29T04:57:18.319Z] Removing intermediate container c0a789239a28 [2020-09-29T04:57:18.319Z] ---> f7f9440012bd [2020-09-29T04:57:18.319Z] [2020-09-29T04:57:18.319Z] Step 10/22 : FROM scratch [2020-09-29T04:57:18.319Z] ---> [2020-09-29T04:57:18.319Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-29T04:57:18.319Z] ---> Using cache [2020-09-29T04:57:18.319Z] ---> da386f54607b [2020-09-29T04:57:18.319Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-29T04:57:18.319Z] ---> Running in e50a8e1a46a6 [2020-09-29T04:57:18.319Z] Removing intermediate container e50a8e1a46a6 [2020-09-29T04:57:18.319Z] ---> 8df337479b2b [2020-09-29T04:57:18.319Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-29T04:57:18.319Z] ---> Running in 95bafb24efa4 [2020-09-29T04:57:18.319Z] Removing intermediate container 95bafb24efa4 [2020-09-29T04:57:18.319Z] ---> b05a127e2966 [2020-09-29T04:57:18.319Z] Step 14/22 : WORKDIR / [2020-09-29T04:57:18.319Z] ---> Running in 0cfc4b11e32f [2020-09-29T04:57:18.319Z] Removing intermediate container 0cfc4b11e32f [2020-09-29T04:57:18.319Z] ---> e783f7568046 [2020-09-29T04:57:18.319Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-29T04:57:18.319Z] ---> 25c6e2219939 [2020-09-29T04:57:18.319Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-29T04:57:19.317Z] ---> b76f01430abf [2020-09-29T04:57:19.317Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-29T04:57:20.774Z] ---> 8d78d5de408a [2020-09-29T04:57:20.774Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-29T04:57:20.774Z] ---> Running in 83957272afc1 [2020-09-29T04:57:21.379Z] Removing intermediate container 83957272afc1 [2020-09-29T04:57:21.379Z] ---> 21c9ce3a3cfd [2020-09-29T04:57:21.379Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-29T04:57:21.379Z] ---> Running in 3ed1b712fea0 [2020-09-29T04:57:21.985Z] Removing intermediate container 3ed1b712fea0 [2020-09-29T04:57:21.985Z] ---> bc90f2debe73 [2020-09-29T04:57:21.985Z] Step 20/22 : LABEL arch=arm64 [2020-09-29T04:57:22.262Z] ---> Running in 57bd90a58982 [2020-09-29T04:57:22.871Z] Removing intermediate container 57bd90a58982 [2020-09-29T04:57:22.871Z] ---> 555ba70689cd [2020-09-29T04:57:22.871Z] Step 21/22 : LABEL git_sha=1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:57:23.152Z] ---> Running in 1f483a2fb1ee [2020-09-29T04:57:23.764Z] Removing intermediate container 1f483a2fb1ee [2020-09-29T04:57:23.764Z] ---> 64fcb4f39acd [2020-09-29T04:57:24.047Z] Step 22/22 : LABEL version=1.2.2-dev.34 [2020-09-29T04:57:24.047Z] ---> Running in 042268f7cafe [2020-09-29T04:57:24.654Z] Removing intermediate container 042268f7cafe [2020-09-29T04:57:24.654Z] ---> 47ae9e1d7e48 [2020-09-29T04:57:24.654Z] [2020-09-29T04:57:24.931Z] Successfully built 47ae9e1d7e48 [2020-09-29T04:57:25.209Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-09-29T04:57:47.433Z]  Building docker-core-metadata-go ... done Removing intermediate container f8e42b32bab0 [2020-09-29T04:57:47.433Z] ---> f25d5f7c18e2 [2020-09-29T04:57:47.433Z] [2020-09-29T04:57:47.433Z] Step 10/22 : FROM scratch [2020-09-29T04:57:47.433Z] ---> [2020-09-29T04:57:47.433Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-29T04:57:47.433Z] ---> Running in 2b1b1b92a8d8 [2020-09-29T04:57:47.708Z] Removing intermediate container 2b1b1b92a8d8 [2020-09-29T04:57:47.708Z] ---> 8fa277136250 [2020-09-29T04:57:47.708Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-29T04:57:47.985Z] ---> Running in 4814e762a769 [2020-09-29T04:57:48.580Z] Removing intermediate container 4814e762a769 [2020-09-29T04:57:48.580Z] ---> 6a66ff4b817b [2020-09-29T04:57:48.580Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-29T04:57:48.859Z] ---> Running in 23d768791be8 [2020-09-29T04:57:49.461Z] Removing intermediate container 23d768791be8 [2020-09-29T04:57:49.462Z] ---> 6b1a0596ae98 [2020-09-29T04:57:49.462Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-29T04:57:50.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-29T04:57:51.183Z] ---> 7e8e28777202 [2020-09-29T04:57:51.183Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-29T04:57:51.788Z] Removing intermediate container fe5237c3dbe2 [2020-09-29T04:57:51.788Z] ---> e89fef80baef [2020-09-29T04:57:51.788Z] [2020-09-29T04:57:51.788Z] Step 10/22 : FROM scratch [2020-09-29T04:57:51.788Z] ---> [2020-09-29T04:57:51.788Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-29T04:57:52.065Z] ---> Using cache [2020-09-29T04:57:52.065Z] ---> da386f54607b [2020-09-29T04:57:52.065Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-29T04:57:52.667Z] ---> Running in ff8dfdc7bb06 [2020-09-29T04:57:52.667Z] ---> c9704ba7e20c [2020-09-29T04:57:52.667Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-29T04:57:53.297Z] Removing intermediate container 9ac0f0adcdb5 [2020-09-29T04:57:53.297Z] ---> 9e3947bb63e8 [2020-09-29T04:57:53.297Z] [2020-09-29T04:57:53.297Z] Step 10/24 : FROM scratch [2020-09-29T04:57:53.297Z] ---> [2020-09-29T04:57:53.297Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-29T04:57:53.297Z] Removing intermediate container ff8dfdc7bb06 [2020-09-29T04:57:53.297Z] ---> d4df48a176f5 [2020-09-29T04:57:53.297Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-29T04:57:53.573Z] ---> Using cache [2020-09-29T04:57:53.573Z] ---> 8fa277136250 [2020-09-29T04:57:53.573Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-29T04:57:53.573Z] ---> Running in 75b18e10acae [2020-09-29T04:57:53.573Z] ---> Running in efc0bab1453b [2020-09-29T04:57:54.180Z] Removing intermediate container 75b18e10acae [2020-09-29T04:57:54.180Z] ---> c6fc54d29a92 [2020-09-29T04:57:54.180Z] Step 14/22 : WORKDIR / [2020-09-29T04:57:54.455Z] Removing intermediate container efc0bab1453b [2020-09-29T04:57:54.455Z] ---> 0c94b254d7d8 [2020-09-29T04:57:54.455Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-29T04:57:54.455Z] ---> Running in 01f93a3af5bc [2020-09-29T04:57:54.455Z] ---> 97cc7243baf2 [2020-09-29T04:57:54.455Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-29T04:57:54.455Z] ---> Running in 7b68ce7550c9 [2020-09-29T04:57:55.053Z] Removing intermediate container 7b68ce7550c9 [2020-09-29T04:57:55.053Z] ---> bb43015d2017 [2020-09-29T04:57:55.053Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-29T04:57:55.053Z] Removing intermediate container 01f93a3af5bc [2020-09-29T04:57:55.053Z] ---> 0de0525fac70 [2020-09-29T04:57:55.053Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-29T04:57:55.327Z] ---> 84e7d25bd009 [2020-09-29T04:57:55.328Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-29T04:57:55.929Z] ---> Running in 75067638dbba [2020-09-29T04:57:55.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.34" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-29T04:57:56.208Z] ---> 1947398d7621 [2020-09-29T04:57:56.208Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-29T04:57:56.208Z] ---> 47e3cbf93f8e [2020-09-29T04:57:56.208Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-29T04:57:56.492Z] Removing intermediate container 75067638dbba [2020-09-29T04:57:56.492Z] ---> c4d316df91da [2020-09-29T04:57:56.492Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-29T04:57:56.769Z] ---> Running in 360d2191b896 [2020-09-29T04:57:57.763Z] Removing intermediate container 360d2191b896 [2020-09-29T04:57:57.763Z] ---> 8d90194da59f [2020-09-29T04:57:57.763Z] Step 20/22 : LABEL arch=arm64 [2020-09-29T04:57:57.763Z] ---> a3e34dc4a0b4 [2020-09-29T04:57:58.044Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-29T04:57:58.044Z] ---> Running in 6a4e8edff122 [2020-09-29T04:57:58.044Z] ---> 0a61c385e11a [2020-09-29T04:57:58.044Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-29T04:57:58.639Z] Removing intermediate container 6a4e8edff122 [2020-09-29T04:57:58.639Z] ---> dae4a7a2211d [2020-09-29T04:57:58.639Z] Step 21/22 : LABEL git_sha=1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:57:58.639Z] ---> Running in c4c6ec4ce957 [2020-09-29T04:57:58.909Z] ---> 4046f0ecdd88 [2020-09-29T04:57:58.909Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-29T04:57:58.909Z] ---> Running in addfb3018788 [2020-09-29T04:57:59.504Z] Removing intermediate container c4c6ec4ce957 [2020-09-29T04:57:59.504Z] ---> e970b1ec8ea1 [2020-09-29T04:57:59.504Z] Step 22/22 : LABEL version=1.2.2-dev.34 [2020-09-29T04:57:59.504Z] ---> 3d01f0dfd011 [2020-09-29T04:57:59.504Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-29T04:57:59.504Z] ---> Running in becc4be9e235 [2020-09-29T04:57:59.781Z] Removing intermediate container addfb3018788 [2020-09-29T04:57:59.781Z] ---> 1411a63a9bd0 [2020-09-29T04:57:59.781Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-29T04:58:00.062Z] ---> Running in dd304e18e9f0 [2020-09-29T04:58:00.062Z] Removing intermediate container becc4be9e235 [2020-09-29T04:58:00.062Z] ---> 10b52c29ec98 [2020-09-29T04:58:00.062Z] [2020-09-29T04:58:00.335Z] ---> faabcf041ff0 [2020-09-29T04:58:00.335Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-29T04:58:00.605Z] Successfully built 10b52c29ec98 [2020-09-29T04:58:00.605Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-09-29T04:58:00.877Z]  Building docker-support-logging-go ... done Removing intermediate container dd304e18e9f0 [2020-09-29T04:58:00.877Z] ---> dd5d21397fba [2020-09-29T04:58:00.877Z] Step 20/22 : LABEL arch=arm64 [2020-09-29T04:58:01.150Z] ---> Running in 04f0f7cd838c [2020-09-29T04:58:02.123Z] ---> 448056c462b7 [2020-09-29T04:58:02.123Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-29T04:58:02.123Z] Removing intermediate container 04f0f7cd838c [2020-09-29T04:58:02.123Z] ---> 714f80b72c26 [2020-09-29T04:58:02.123Z] Step 21/22 : LABEL git_sha=1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:58:02.402Z] ---> Running in 9715ba6cce29 [2020-09-29T04:58:02.402Z] Removing intermediate container ff4a33735ea0 [2020-09-29T04:58:02.402Z] ---> c82ae90b48af [2020-09-29T04:58:02.402Z] [2020-09-29T04:58:02.402Z] Step 10/26 : FROM alpine:3.10 [2020-09-29T04:58:02.674Z] Removing intermediate container 9715ba6cce29 [2020-09-29T04:58:02.674Z] ---> a52592c76af7 [2020-09-29T04:58:02.674Z] Step 22/22 : LABEL version=1.2.2-dev.34 [2020-09-29T04:58:02.951Z] 3.10: Pulling from library/alpine [2020-09-29T04:58:02.951Z] ---> Running in cf5a15527634 [2020-09-29T04:58:02.951Z] ---> 2d049ddc46ea [2020-09-29T04:58:02.951Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-29T04:58:03.224Z] ---> Running in f4e4e825ebf2 [2020-09-29T04:58:03.500Z] Removing intermediate container cf5a15527634 [2020-09-29T04:58:03.500Z] ---> 7242b38b1788 [2020-09-29T04:58:03.500Z] [2020-09-29T04:58:03.777Z] Successfully built 7242b38b1788 [2020-09-29T04:58:03.777Z] Removing intermediate container f4e4e825ebf2 [2020-09-29T04:58:03.777Z] ---> bf8a3e95fd77 [2020-09-29T04:58:03.777Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-29T04:58:03.777Z] Successfully tagged docker-core-command-go-arm64:latest [2020-09-29T04:58:04.049Z]  Building docker-core-command-go ... done Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-29T04:58:04.049Z] ---> Running in 0b375c4d8b17 [2020-09-29T04:58:04.049Z] Status: Downloaded newer image for alpine:3.10 [2020-09-29T04:58:04.049Z] ---> 536a684cf733 [2020-09-29T04:58:04.049Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-29T04:58:04.321Z] ---> Running in 9b6847f6077f [2020-09-29T04:58:04.596Z] Removing intermediate container 0b375c4d8b17 [2020-09-29T04:58:04.596Z] ---> fe831fe32898 [2020-09-29T04:58:04.596Z] Step 22/24 : LABEL arch=arm64 [2020-09-29T04:58:04.596Z] ---> Running in 724c77b9eeaf [2020-09-29T04:58:05.193Z] Removing intermediate container 724c77b9eeaf [2020-09-29T04:58:05.193Z] ---> 48db2eba60a9 [2020-09-29T04:58:05.193Z] Step 23/24 : LABEL git_sha=1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:58:05.468Z] ---> Running in bf4771a6a95b [2020-09-29T04:58:05.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-09-29T04:58:05.746Z] Removing intermediate container bf4771a6a95b [2020-09-29T04:58:05.746Z] ---> a4b195362809 [2020-09-29T04:58:05.746Z] Step 24/24 : LABEL version=1.2.2-dev.34 [2020-09-29T04:58:06.024Z] ---> Running in 88207f8df01b [2020-09-29T04:58:06.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-09-29T04:58:06.621Z] Removing intermediate container 88207f8df01b [2020-09-29T04:58:06.621Z] ---> 0427897aacca [2020-09-29T04:58:06.621Z] [2020-09-29T04:58:06.621Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-29T04:58:06.621Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-29T04:58:06.621Z] OK: 10167 distinct packages available [2020-09-29T04:58:06.895Z] Successfully built 0427897aacca [2020-09-29T04:58:06.895Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-09-29T04:58:07.166Z]  Building docker-support-notifications-go ... done (1/5) Installing ca-certificates (20191127-r2) [2020-09-29T04:58:07.166Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-29T04:58:07.166Z] (3/5) Installing libcurl (7.66.0-r1) [2020-09-29T04:58:07.166Z] (4/5) Installing curl (7.66.0-r1) [2020-09-29T04:58:07.166Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-29T04:58:07.166Z] Executing busybox-1.30.1-r3.trigger [2020-09-29T04:58:07.166Z] Executing ca-certificates-20191127-r2.trigger [2020-09-29T04:58:07.438Z] OK: 7 MiB in 19 packages [2020-09-29T04:58:08.870Z] Removing intermediate container 9b6847f6077f [2020-09-29T04:58:08.870Z] ---> 5ddc7b5d9d14 [2020-09-29T04:58:08.870Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-29T04:58:08.870Z] ---> Running in 391821d2ff8a [2020-09-29T04:58:09.466Z] Removing intermediate container 391821d2ff8a [2020-09-29T04:58:09.466Z] ---> 6882613e1e75 [2020-09-29T04:58:09.466Z] Step 13/26 : WORKDIR / [2020-09-29T04:58:09.466Z] ---> Running in e44d756d603d [2020-09-29T04:58:09.748Z] Removing intermediate container e44d756d603d [2020-09-29T04:58:09.748Z] ---> 4d32ee0a7419 [2020-09-29T04:58:09.748Z] 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-09-29T04:58:10.720Z] ---> e4df70a54ae1 [2020-09-29T04:58:10.720Z] 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-09-29T04:58:11.315Z] ---> d3c7c980c92d [2020-09-29T04:58:11.315Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-29T04:58:11.908Z] ---> 69d4a6e12bd0 [2020-09-29T04:58:11.908Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-29T04:58:12.887Z] ---> 7b2b90081f71 [2020-09-29T04:58:12.887Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-29T04:58:13.862Z] ---> e8e2c52cb403 [2020-09-29T04:58:13.862Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-29T04:58:14.839Z] ---> 0f18e6b095a5 [2020-09-29T04:58:14.839Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-29T04:58:15.817Z] ---> f6f544f9cd7d [2020-09-29T04:58:15.817Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-29T04:58:16.796Z] ---> 1b2ba9d87ad5 [2020-09-29T04:58:16.796Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-29T04:58:16.796Z] ---> Running in 40327429e844 [2020-09-29T04:58:19.410Z] Removing intermediate container 40327429e844 [2020-09-29T04:58:19.410Z] ---> 1dc424ef3dd9 [2020-09-29T04:58:19.410Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-29T04:58:19.410Z] ---> Running in f50ad426bf80 [2020-09-29T04:58:19.685Z] Removing intermediate container f50ad426bf80 [2020-09-29T04:58:19.685Z] ---> ec666621ac91 [2020-09-29T04:58:19.685Z] Step 24/26 : LABEL arch=arm64 [2020-09-29T04:58:19.685Z] ---> Running in 816ac7547bc3 [2020-09-29T04:58:20.277Z] Removing intermediate container 816ac7547bc3 [2020-09-29T04:58:20.277Z] ---> 08bcba6d83df [2020-09-29T04:58:20.277Z] Step 25/26 : LABEL git_sha=1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:58:20.277Z] ---> Running in d05631ff0e62 [2020-09-29T04:58:20.550Z] Removing intermediate container d05631ff0e62 [2020-09-29T04:58:20.550Z] ---> 77e1e20e2966 [2020-09-29T04:58:20.550Z] Step 26/26 : LABEL version=1.2.2-dev.34 [2020-09-29T04:58:20.826Z] ---> Running in 33349e3031dd [2020-09-29T04:58:21.425Z] Removing intermediate container 33349e3031dd [2020-09-29T04:58:21.425Z] ---> 4ec36b46892c [2020-09-29T04:58:21.425Z] [2020-09-29T04:58:21.698Z] Successfully built 4ec36b46892c [2020-09-29T04:58:21.698Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-09-29T04:58:21.987Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-09-29T04:58:21.998Z] $ docker stop --time=1 753d9e8cf44c308c7fc1258ff699bd4665c776577e03d2e55449b3c17b507f8d [2020-09-29T04:58:23.913Z] $ docker rm -f 753d9e8cf44c308c7fc1258ff699bd4665c776577e03d2e55449b3c17b507f8d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T04:58:24.614Z] + docker images [2020-09-29T04:58:24.615Z] + grep docker [2020-09-29T04:58:24.887Z] docker-security-secretstore-setup-go-arm64 latest 4ec36b46892c 3 seconds ago 30.8MB [2020-09-29T04:58:24.887Z] docker-support-notifications-go-arm64 latest 0427897aacca 18 seconds ago 12.9MB [2020-09-29T04:58:24.887Z] docker-core-command-go-arm64 latest 7242b38b1788 21 seconds ago 11.4MB [2020-09-29T04:58:24.887Z] docker-support-logging-go-arm64 latest 10b52c29ec98 25 seconds ago 10.6MB [2020-09-29T04:58:24.887Z] docker-core-metadata-go-arm64 latest 47ae9e1d7e48 About a minute ago 12.7MB [2020-09-29T04:58:24.887Z] docker-sys-mgmt-agent-go-arm64 latest c470efcd2e58 2 minutes ago 270MB [2020-09-29T04:58:24.887Z] docker-core-data-go-arm64 latest a178cca5815f 2 minutes ago 22.2MB [2020-09-29T04:58:24.887Z] docker-security-secrets-setup-go-arm64 latest fbb191b1832c 3 minutes ago 22.7MB [2020-09-29T04:58:24.887Z] docker-support-scheduler-go-arm64 latest cde720211cca 3 minutes ago 11.5MB [2020-09-29T04:58:24.887Z] docker-security-proxy-setup-go-arm64 latest e3034823fcd8 4 minutes ago 15.1MB [2020-09-29T04:58:24.887Z] docker latest 45884bde0078 11 days ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-29T04:58:25.639Z] provisioning config files... [2020-09-29T04:58:25.705Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/149@tmp/config9204832688692419178tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-29T04:58:26.129Z] ---> docker-login.sh [2020-09-29T04:58:26.129Z] nexus3.edgexfoundry.org:10001 [2020-09-29T04:58:26.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-29T04:58:26.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-29T04:58:26.675Z] Configure a credential helper to remove this warning. See [2020-09-29T04:58:26.675Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-29T04:58:26.675Z] [2020-09-29T04:58:26.675Z] Login Succeeded [2020-09-29T04:58:26.675Z] nexus3.edgexfoundry.org:10002 [2020-09-29T04:58:27.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-29T04:58:27.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-29T04:58:27.272Z] Configure a credential helper to remove this warning. See [2020-09-29T04:58:27.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-29T04:58:27.272Z] [2020-09-29T04:58:27.272Z] Login Succeeded [2020-09-29T04:58:27.272Z] nexus3.edgexfoundry.org:10003 [2020-09-29T04:58:27.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-29T04:58:27.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-29T04:58:27.867Z] Configure a credential helper to remove this warning. See [2020-09-29T04:58:27.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-29T04:58:27.867Z] [2020-09-29T04:58:27.867Z] Login Succeeded [2020-09-29T04:58:27.867Z] nexus3.edgexfoundry.org:10004 [2020-09-29T04:58:28.460Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-29T04:58:28.460Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-29T04:58:28.460Z] Configure a credential helper to remove this warning. See [2020-09-29T04:58:28.460Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-29T04:58:28.460Z] [2020-09-29T04:58:28.460Z] Login Succeeded [2020-09-29T04:58:28.460Z] docker.io [2020-09-29T04:58:29.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-29T04:58:29.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-29T04:58:29.324Z] Configure a credential helper to remove this warning. See [2020-09-29T04:58:29.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-29T04:58:29.324Z] [2020-09-29T04:58:29.324Z] Login Succeeded [2020-09-29T04:58:29.324Z] ---> docker-login.sh ends [Pipeline] } [2020-09-29T04:58:29.343Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:58:29.633Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-09-29T04:58:29.633Z] 1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:58:29.633Z] 1.2.2-dev.34 [2020-09-29T04:58:29.633Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:58:29.633Z] master [2020-09-29T04:58:29.633Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:30.187Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:30.523Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:58:30.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-29T04:58:30.796Z] 9af3228c3710: Preparing [2020-09-29T04:58:30.796Z] 485adf25613e: Preparing [2020-09-29T04:58:30.796Z] f4bb9f167601: Preparing [2020-09-29T04:58:31.068Z] f4bb9f167601: Pushed [2020-09-29T04:58:31.068Z] 9af3228c3710: Pushed [2020-09-29T04:58:34.435Z] 485adf25613e: Pushed [2020-09-29T04:58:35.024Z] 1366034a2a507deba7d94ee721da807f71a065bf: digest: sha256:6f796a6b7f1039e476929a5e0d956c5e72e7f16f6fc322edaaa34aca1885fabd size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:35.646Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:35.985Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.34 [2020-09-29T04:58:35.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-29T04:58:35.985Z] 9af3228c3710: Preparing [2020-09-29T04:58:35.985Z] 485adf25613e: Preparing [2020-09-29T04:58:35.985Z] f4bb9f167601: Preparing [2020-09-29T04:58:35.985Z] 9af3228c3710: Layer already exists [2020-09-29T04:58:35.985Z] 485adf25613e: Layer already exists [2020-09-29T04:58:35.985Z] f4bb9f167601: Layer already exists [2020-09-29T04:58:36.258Z] 1.2.2-dev.34: digest: sha256:6f796a6b7f1039e476929a5e0d956c5e72e7f16f6fc322edaaa34aca1885fabd size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:36.614Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:36.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:58:36.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-29T04:58:36.951Z] 9af3228c3710: Preparing [2020-09-29T04:58:36.951Z] 485adf25613e: Preparing [2020-09-29T04:58:36.951Z] f4bb9f167601: Preparing [2020-09-29T04:58:36.951Z] f4bb9f167601: Layer already exists [2020-09-29T04:58:36.951Z] 485adf25613e: Layer already exists [2020-09-29T04:58:36.951Z] 9af3228c3710: Layer already exists [2020-09-29T04:58:37.222Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34: digest: sha256:6f796a6b7f1039e476929a5e0d956c5e72e7f16f6fc322edaaa34aca1885fabd size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:37.562Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:37.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-09-29T04:58:37.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-29T04:58:37.904Z] 9af3228c3710: Preparing [2020-09-29T04:58:37.904Z] 485adf25613e: Preparing [2020-09-29T04:58:37.904Z] f4bb9f167601: Preparing [2020-09-29T04:58:37.904Z] 9af3228c3710: Layer already exists [2020-09-29T04:58:37.904Z] 485adf25613e: Layer already exists [2020-09-29T04:58:37.904Z] f4bb9f167601: Layer already exists [2020-09-29T04:58:38.178Z] master: digest: sha256:6f796a6b7f1039e476929a5e0d956c5e72e7f16f6fc322edaaa34aca1885fabd size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:58:38.395Z] ===================================================== [Pipeline] echo [2020-09-29T04:58:38.455Z] taggedImages: [2020-09-29T04:58:38.455Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:58:38.455Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.34 [2020-09-29T04:58:38.455Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:58:38.455Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-09-29T04:58:38.530Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-09-29T04:58:38.530Z] 1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:58:38.530Z] 1.2.2-dev.34 [2020-09-29T04:58:38.530Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:58:38.530Z] master [2020-09-29T04:58:38.530Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:39.072Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:39.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:58:39.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-29T04:58:39.427Z] cca9b78263ed: Preparing [2020-09-29T04:58:39.427Z] 85efc201f8ac: Preparing [2020-09-29T04:58:39.427Z] fe21688022f4: Preparing [2020-09-29T04:58:39.427Z] f749abd3ce42: Preparing [2020-09-29T04:58:39.427Z] 7c0be8428c94: Preparing [2020-09-29T04:58:39.427Z] e2f13739ad41: Preparing [2020-09-29T04:58:39.427Z] e2f13739ad41: Waiting [2020-09-29T04:58:39.700Z] cca9b78263ed: Pushed [2020-09-29T04:58:39.700Z] e2f13739ad41: Layer already exists [2020-09-29T04:58:39.700Z] fe21688022f4: Pushed [2020-09-29T04:58:39.700Z] 7c0be8428c94: Pushed [2020-09-29T04:58:40.295Z] f749abd3ce42: Pushed [2020-09-29T04:58:43.670Z] 85efc201f8ac: Pushed [2020-09-29T04:58:43.670Z] 1366034a2a507deba7d94ee721da807f71a065bf: digest: sha256:82f8fbf0f8279843ec25206ca1d4047ec17de093b071927b6a194b02b785d336 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:44.300Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:44.637Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.34 [2020-09-29T04:58:44.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-29T04:58:44.637Z] cca9b78263ed: Preparing [2020-09-29T04:58:44.637Z] 85efc201f8ac: Preparing [2020-09-29T04:58:44.637Z] fe21688022f4: Preparing [2020-09-29T04:58:44.637Z] f749abd3ce42: Preparing [2020-09-29T04:58:44.637Z] 7c0be8428c94: Preparing [2020-09-29T04:58:44.637Z] e2f13739ad41: Preparing [2020-09-29T04:58:44.637Z] e2f13739ad41: Waiting [2020-09-29T04:58:44.908Z] fe21688022f4: Layer already exists [2020-09-29T04:58:44.908Z] cca9b78263ed: Layer already exists [2020-09-29T04:58:44.908Z] f749abd3ce42: Layer already exists [2020-09-29T04:58:44.908Z] 7c0be8428c94: Layer already exists [2020-09-29T04:58:44.908Z] 85efc201f8ac: Layer already exists [2020-09-29T04:58:44.908Z] e2f13739ad41: Layer already exists [2020-09-29T04:58:44.908Z] 1.2.2-dev.34: digest: sha256:82f8fbf0f8279843ec25206ca1d4047ec17de093b071927b6a194b02b785d336 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:45.251Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:45.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:58:45.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-29T04:58:45.589Z] cca9b78263ed: Preparing [2020-09-29T04:58:45.589Z] 85efc201f8ac: Preparing [2020-09-29T04:58:45.589Z] fe21688022f4: Preparing [2020-09-29T04:58:45.589Z] f749abd3ce42: Preparing [2020-09-29T04:58:45.589Z] 7c0be8428c94: Preparing [2020-09-29T04:58:45.589Z] e2f13739ad41: Preparing [2020-09-29T04:58:45.589Z] e2f13739ad41: Waiting [2020-09-29T04:58:45.589Z] f749abd3ce42: Layer already exists [2020-09-29T04:58:45.589Z] cca9b78263ed: Layer already exists [2020-09-29T04:58:45.589Z] 7c0be8428c94: Layer already exists [2020-09-29T04:58:45.589Z] 85efc201f8ac: Layer already exists [2020-09-29T04:58:45.589Z] fe21688022f4: Layer already exists [2020-09-29T04:58:45.589Z] e2f13739ad41: Layer already exists [2020-09-29T04:58:45.860Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34: digest: sha256:82f8fbf0f8279843ec25206ca1d4047ec17de093b071927b6a194b02b785d336 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:46.202Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:46.548Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-09-29T04:58:46.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-29T04:58:46.548Z] cca9b78263ed: Preparing [2020-09-29T04:58:46.548Z] 85efc201f8ac: Preparing [2020-09-29T04:58:46.548Z] fe21688022f4: Preparing [2020-09-29T04:58:46.548Z] f749abd3ce42: Preparing [2020-09-29T04:58:46.548Z] 7c0be8428c94: Preparing [2020-09-29T04:58:46.548Z] e2f13739ad41: Preparing [2020-09-29T04:58:46.548Z] e2f13739ad41: Waiting [2020-09-29T04:58:46.819Z] f749abd3ce42: Layer already exists [2020-09-29T04:58:46.820Z] cca9b78263ed: Layer already exists [2020-09-29T04:58:46.820Z] 85efc201f8ac: Layer already exists [2020-09-29T04:58:46.820Z] 7c0be8428c94: Layer already exists [2020-09-29T04:58:46.820Z] fe21688022f4: Layer already exists [2020-09-29T04:58:46.820Z] e2f13739ad41: Layer already exists [2020-09-29T04:58:46.820Z] master: digest: sha256:82f8fbf0f8279843ec25206ca1d4047ec17de093b071927b6a194b02b785d336 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:58:47.039Z] ===================================================== [Pipeline] echo [2020-09-29T04:58:47.094Z] taggedImages: [2020-09-29T04:58:47.094Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:58:47.094Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.34 [2020-09-29T04:58:47.094Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:58:47.094Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-09-29T04:58:47.181Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-09-29T04:58:47.181Z] 1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:58:47.181Z] 1.2.2-dev.34 [2020-09-29T04:58:47.181Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:58:47.181Z] master [2020-09-29T04:58:47.181Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:47.715Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:48.055Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:58:48.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-29T04:58:48.055Z] 702a4de9dd97: Preparing [2020-09-29T04:58:48.055Z] c28299c022bc: Preparing [2020-09-29T04:58:48.055Z] 0ecd55327d3d: Preparing [2020-09-29T04:58:48.328Z] 0ecd55327d3d: Pushed [2020-09-29T04:58:48.328Z] 702a4de9dd97: Pushed [2020-09-29T04:58:51.709Z] c28299c022bc: Pushed [2020-09-29T04:58:51.709Z] 1366034a2a507deba7d94ee721da807f71a065bf: digest: sha256:ff8bc1460915076b3525a307a12073fe9fd68b9dc89b59d87384c40207d151e9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:52.052Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:52.389Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.34 [2020-09-29T04:58:52.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-29T04:58:52.389Z] 702a4de9dd97: Preparing [2020-09-29T04:58:52.389Z] c28299c022bc: Preparing [2020-09-29T04:58:52.389Z] 0ecd55327d3d: Preparing [2020-09-29T04:58:52.661Z] 702a4de9dd97: Layer already exists [2020-09-29T04:58:52.661Z] 0ecd55327d3d: Layer already exists [2020-09-29T04:58:52.661Z] c28299c022bc: Layer already exists [2020-09-29T04:58:52.661Z] 1.2.2-dev.34: digest: sha256:ff8bc1460915076b3525a307a12073fe9fd68b9dc89b59d87384c40207d151e9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:53.006Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:53.342Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:58:53.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-29T04:58:53.342Z] 702a4de9dd97: Preparing [2020-09-29T04:58:53.342Z] c28299c022bc: Preparing [2020-09-29T04:58:53.342Z] 0ecd55327d3d: Preparing [2020-09-29T04:58:53.613Z] 702a4de9dd97: Layer already exists [2020-09-29T04:58:53.613Z] c28299c022bc: Layer already exists [2020-09-29T04:58:53.613Z] 0ecd55327d3d: Layer already exists [2020-09-29T04:58:53.613Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34: digest: sha256:ff8bc1460915076b3525a307a12073fe9fd68b9dc89b59d87384c40207d151e9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:53.952Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:54.289Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-09-29T04:58:54.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-29T04:58:54.289Z] 702a4de9dd97: Preparing [2020-09-29T04:58:54.289Z] c28299c022bc: Preparing [2020-09-29T04:58:54.289Z] 0ecd55327d3d: Preparing [2020-09-29T04:58:54.289Z] 702a4de9dd97: Layer already exists [2020-09-29T04:58:54.289Z] 0ecd55327d3d: Layer already exists [2020-09-29T04:58:54.289Z] c28299c022bc: Layer already exists [2020-09-29T04:58:54.559Z] master: digest: sha256:ff8bc1460915076b3525a307a12073fe9fd68b9dc89b59d87384c40207d151e9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:58:54.776Z] ===================================================== [Pipeline] echo [2020-09-29T04:58:54.828Z] taggedImages: [2020-09-29T04:58:54.828Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:58:54.828Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.34 [2020-09-29T04:58:54.828Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:58:54.828Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-09-29T04:58:54.910Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-09-29T04:58:54.910Z] 1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:58:54.910Z] 1.2.2-dev.34 [2020-09-29T04:58:54.910Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:58:54.910Z] master [2020-09-29T04:58:54.910Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:55.462Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:55.802Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:58:55.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-29T04:58:55.802Z] 1a60d1e23b59: Preparing [2020-09-29T04:58:55.802Z] ce1ecd75c271: Preparing [2020-09-29T04:58:55.802Z] 4e4dcaaa0c1f: Preparing [2020-09-29T04:58:55.802Z] d79020a54d76: Preparing [2020-09-29T04:58:55.802Z] e2f13739ad41: Preparing [2020-09-29T04:58:56.081Z] e2f13739ad41: Layer already exists [2020-09-29T04:58:56.081Z] 4e4dcaaa0c1f: Pushed [2020-09-29T04:58:56.081Z] ce1ecd75c271: Pushed [2020-09-29T04:58:56.673Z] d79020a54d76: Pushed [2020-09-29T04:58:58.634Z] 1a60d1e23b59: Pushed [2020-09-29T04:58:58.634Z] 1366034a2a507deba7d94ee721da807f71a065bf: digest: sha256:053023d7b88411f0dd7024829d3831a0b28a5178876a3b7ddd6dcdc0681fa52a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:58.977Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:59.316Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.34 [2020-09-29T04:58:59.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-29T04:58:59.316Z] 1a60d1e23b59: Preparing [2020-09-29T04:58:59.316Z] ce1ecd75c271: Preparing [2020-09-29T04:58:59.316Z] 4e4dcaaa0c1f: Preparing [2020-09-29T04:58:59.316Z] d79020a54d76: Preparing [2020-09-29T04:58:59.316Z] e2f13739ad41: Preparing [2020-09-29T04:58:59.586Z] e2f13739ad41: Layer already exists [2020-09-29T04:58:59.586Z] 1a60d1e23b59: Layer already exists [2020-09-29T04:58:59.586Z] d79020a54d76: Layer already exists [2020-09-29T04:58:59.586Z] ce1ecd75c271: Layer already exists [2020-09-29T04:58:59.586Z] 4e4dcaaa0c1f: Layer already exists [2020-09-29T04:58:59.586Z] 1.2.2-dev.34: digest: sha256:053023d7b88411f0dd7024829d3831a0b28a5178876a3b7ddd6dcdc0681fa52a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:58:59.932Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:00.268Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:59:00.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-29T04:59:00.268Z] 1a60d1e23b59: Preparing [2020-09-29T04:59:00.268Z] ce1ecd75c271: Preparing [2020-09-29T04:59:00.268Z] 4e4dcaaa0c1f: Preparing [2020-09-29T04:59:00.268Z] d79020a54d76: Preparing [2020-09-29T04:59:00.268Z] e2f13739ad41: Preparing [2020-09-29T04:59:00.538Z] 1a60d1e23b59: Layer already exists [2020-09-29T04:59:00.538Z] ce1ecd75c271: Layer already exists [2020-09-29T04:59:00.538Z] 4e4dcaaa0c1f: Layer already exists [2020-09-29T04:59:00.538Z] e2f13739ad41: Layer already exists [2020-09-29T04:59:00.538Z] d79020a54d76: Layer already exists [2020-09-29T04:59:00.538Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34: digest: sha256:053023d7b88411f0dd7024829d3831a0b28a5178876a3b7ddd6dcdc0681fa52a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:00.877Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:01.340Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-09-29T04:59:01.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-29T04:59:01.340Z] 1a60d1e23b59: Preparing [2020-09-29T04:59:01.340Z] ce1ecd75c271: Preparing [2020-09-29T04:59:01.340Z] 4e4dcaaa0c1f: Preparing [2020-09-29T04:59:01.340Z] d79020a54d76: Preparing [2020-09-29T04:59:01.340Z] e2f13739ad41: Preparing [2020-09-29T04:59:01.340Z] 1a60d1e23b59: Layer already exists [2020-09-29T04:59:01.340Z] ce1ecd75c271: Layer already exists [2020-09-29T04:59:01.340Z] e2f13739ad41: Layer already exists [2020-09-29T04:59:01.340Z] 4e4dcaaa0c1f: Layer already exists [2020-09-29T04:59:01.340Z] d79020a54d76: Layer already exists [2020-09-29T04:59:01.609Z] master: digest: sha256:053023d7b88411f0dd7024829d3831a0b28a5178876a3b7ddd6dcdc0681fa52a size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:59:01.818Z] ===================================================== [Pipeline] echo [2020-09-29T04:59:01.875Z] taggedImages: [2020-09-29T04:59:01.875Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:59:01.875Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.34 [2020-09-29T04:59:01.875Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:59:01.875Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-09-29T04:59:01.946Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-09-29T04:59:01.946Z] 1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:59:01.946Z] 1.2.2-dev.34 [2020-09-29T04:59:01.946Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:59:01.946Z] master [2020-09-29T04:59:01.946Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:02.477Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:02.821Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:59:02.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-29T04:59:02.821Z] 79087c4a18a4: Preparing [2020-09-29T04:59:02.821Z] 9dc2b7d793e0: Preparing [2020-09-29T04:59:02.821Z] bd8efd0a809a: Preparing [2020-09-29T04:59:02.821Z] 155a94cd073b: Preparing [2020-09-29T04:59:02.821Z] 155a94cd073b: Preparing [2020-09-29T04:59:02.821Z] 9075f376be18: Preparing [2020-09-29T04:59:02.821Z] d262672b2786: Preparing [2020-09-29T04:59:02.821Z] 6201836d2667: Preparing [2020-09-29T04:59:02.821Z] 79087c4a18a4: Preparing [2020-09-29T04:59:02.821Z] 3f22ff4bdd23: Preparing [2020-09-29T04:59:02.821Z] eeee4eb392a7: Preparing [2020-09-29T04:59:02.821Z] b5c4263239f9: Preparing [2020-09-29T04:59:02.821Z] e2f13739ad41: Preparing [2020-09-29T04:59:02.821Z] 6201836d2667: Waiting [2020-09-29T04:59:02.821Z] 3f22ff4bdd23: Waiting [2020-09-29T04:59:02.821Z] eeee4eb392a7: Waiting [2020-09-29T04:59:02.821Z] b5c4263239f9: Waiting [2020-09-29T04:59:02.821Z] e2f13739ad41: Waiting [2020-09-29T04:59:02.821Z] d262672b2786: Waiting [2020-09-29T04:59:03.096Z] 9dc2b7d793e0: Pushed [2020-09-29T04:59:03.366Z] bd8efd0a809a: Pushed [2020-09-29T04:59:03.367Z] 155a94cd073b: Pushed [2020-09-29T04:59:03.367Z] 9075f376be18: Pushed [2020-09-29T04:59:03.636Z] d262672b2786: Pushed [2020-09-29T04:59:03.636Z] 6201836d2667: Pushed [2020-09-29T04:59:03.636Z] e2f13739ad41: Layer already exists [2020-09-29T04:59:03.911Z] 3f22ff4bdd23: Pushed [2020-09-29T04:59:03.911Z] eeee4eb392a7: Pushed [2020-09-29T04:59:03.911Z] b5c4263239f9: Pushed [2020-09-29T04:59:05.338Z] 79087c4a18a4: Pushed [2020-09-29T04:59:05.608Z] 1366034a2a507deba7d94ee721da807f71a065bf: digest: sha256:9bfd908995b7ee731abc812e5a624f56b3e2f248adca5d63346ceba223266210 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:05.948Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:06.286Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.34 [2020-09-29T04:59:06.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-29T04:59:06.286Z] 79087c4a18a4: Preparing [2020-09-29T04:59:06.286Z] 9dc2b7d793e0: Preparing [2020-09-29T04:59:06.286Z] bd8efd0a809a: Preparing [2020-09-29T04:59:06.286Z] 155a94cd073b: Preparing [2020-09-29T04:59:06.286Z] 155a94cd073b: Preparing [2020-09-29T04:59:06.286Z] 9075f376be18: Preparing [2020-09-29T04:59:06.286Z] d262672b2786: Preparing [2020-09-29T04:59:06.286Z] 6201836d2667: Preparing [2020-09-29T04:59:06.286Z] 79087c4a18a4: Preparing [2020-09-29T04:59:06.286Z] 3f22ff4bdd23: Preparing [2020-09-29T04:59:06.286Z] eeee4eb392a7: Preparing [2020-09-29T04:59:06.286Z] b5c4263239f9: Preparing [2020-09-29T04:59:06.286Z] e2f13739ad41: Preparing [2020-09-29T04:59:06.286Z] 3f22ff4bdd23: Waiting [2020-09-29T04:59:06.286Z] eeee4eb392a7: Waiting [2020-09-29T04:59:06.286Z] b5c4263239f9: Waiting [2020-09-29T04:59:06.286Z] e2f13739ad41: Waiting [2020-09-29T04:59:06.287Z] d262672b2786: Waiting [2020-09-29T04:59:06.287Z] 6201836d2667: Waiting [2020-09-29T04:59:06.558Z] 9075f376be18: Layer already exists [2020-09-29T04:59:06.558Z] 155a94cd073b: Layer already exists [2020-09-29T04:59:06.558Z] 9dc2b7d793e0: Layer already exists [2020-09-29T04:59:06.558Z] 79087c4a18a4: Layer already exists [2020-09-29T04:59:06.558Z] bd8efd0a809a: Layer already exists [2020-09-29T04:59:06.558Z] d262672b2786: Layer already exists [2020-09-29T04:59:06.558Z] 3f22ff4bdd23: Layer already exists [2020-09-29T04:59:06.558Z] eeee4eb392a7: Layer already exists [2020-09-29T04:59:06.558Z] b5c4263239f9: Layer already exists [2020-09-29T04:59:06.558Z] 6201836d2667: Layer already exists [2020-09-29T04:59:06.558Z] e2f13739ad41: Layer already exists [2020-09-29T04:59:06.558Z] 1.2.2-dev.34: digest: sha256:9bfd908995b7ee731abc812e5a624f56b3e2f248adca5d63346ceba223266210 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:06.896Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:07.235Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:59:07.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-29T04:59:07.235Z] 79087c4a18a4: Preparing [2020-09-29T04:59:07.235Z] 9dc2b7d793e0: Preparing [2020-09-29T04:59:07.235Z] bd8efd0a809a: Preparing [2020-09-29T04:59:07.235Z] 155a94cd073b: Preparing [2020-09-29T04:59:07.235Z] 155a94cd073b: Preparing [2020-09-29T04:59:07.235Z] 9075f376be18: Preparing [2020-09-29T04:59:07.235Z] d262672b2786: Preparing [2020-09-29T04:59:07.235Z] 6201836d2667: Preparing [2020-09-29T04:59:07.235Z] 79087c4a18a4: Preparing [2020-09-29T04:59:07.235Z] 3f22ff4bdd23: Preparing [2020-09-29T04:59:07.235Z] eeee4eb392a7: Preparing [2020-09-29T04:59:07.235Z] b5c4263239f9: Preparing [2020-09-29T04:59:07.235Z] e2f13739ad41: Preparing [2020-09-29T04:59:07.235Z] 6201836d2667: Waiting [2020-09-29T04:59:07.235Z] 3f22ff4bdd23: Waiting [2020-09-29T04:59:07.235Z] eeee4eb392a7: Waiting [2020-09-29T04:59:07.235Z] b5c4263239f9: Waiting [2020-09-29T04:59:07.235Z] e2f13739ad41: Waiting [2020-09-29T04:59:07.235Z] d262672b2786: Waiting [2020-09-29T04:59:07.505Z] 9dc2b7d793e0: Layer already exists [2020-09-29T04:59:07.505Z] 79087c4a18a4: Layer already exists [2020-09-29T04:59:07.505Z] 9075f376be18: Layer already exists [2020-09-29T04:59:07.505Z] bd8efd0a809a: Layer already exists [2020-09-29T04:59:07.505Z] 155a94cd073b: Layer already exists [2020-09-29T04:59:07.505Z] d262672b2786: Layer already exists [2020-09-29T04:59:07.505Z] 6201836d2667: Layer already exists [2020-09-29T04:59:07.505Z] eeee4eb392a7: Layer already exists [2020-09-29T04:59:07.505Z] 3f22ff4bdd23: Layer already exists [2020-09-29T04:59:07.505Z] b5c4263239f9: Layer already exists [2020-09-29T04:59:07.505Z] e2f13739ad41: Layer already exists [2020-09-29T04:59:07.505Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34: digest: sha256:9bfd908995b7ee731abc812e5a624f56b3e2f248adca5d63346ceba223266210 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:07.849Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:08.186Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-09-29T04:59:08.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-29T04:59:08.186Z] 79087c4a18a4: Preparing [2020-09-29T04:59:08.186Z] 9dc2b7d793e0: Preparing [2020-09-29T04:59:08.186Z] bd8efd0a809a: Preparing [2020-09-29T04:59:08.186Z] 155a94cd073b: Preparing [2020-09-29T04:59:08.186Z] 155a94cd073b: Preparing [2020-09-29T04:59:08.186Z] 9075f376be18: Preparing [2020-09-29T04:59:08.186Z] d262672b2786: Preparing [2020-09-29T04:59:08.186Z] 6201836d2667: Preparing [2020-09-29T04:59:08.186Z] 79087c4a18a4: Preparing [2020-09-29T04:59:08.186Z] 3f22ff4bdd23: Preparing [2020-09-29T04:59:08.186Z] eeee4eb392a7: Preparing [2020-09-29T04:59:08.186Z] b5c4263239f9: Preparing [2020-09-29T04:59:08.186Z] e2f13739ad41: Preparing [2020-09-29T04:59:08.186Z] d262672b2786: Waiting [2020-09-29T04:59:08.186Z] 3f22ff4bdd23: Waiting [2020-09-29T04:59:08.186Z] eeee4eb392a7: Waiting [2020-09-29T04:59:08.186Z] b5c4263239f9: Waiting [2020-09-29T04:59:08.186Z] 6201836d2667: Waiting [2020-09-29T04:59:08.186Z] e2f13739ad41: Waiting [2020-09-29T04:59:08.186Z] 9075f376be18: Layer already exists [2020-09-29T04:59:08.458Z] 9dc2b7d793e0: Layer already exists [2020-09-29T04:59:08.458Z] 79087c4a18a4: Layer already exists [2020-09-29T04:59:08.458Z] bd8efd0a809a: Layer already exists [2020-09-29T04:59:08.458Z] 155a94cd073b: Layer already exists [2020-09-29T04:59:08.458Z] 6201836d2667: Layer already exists [2020-09-29T04:59:08.458Z] d262672b2786: Layer already exists [2020-09-29T04:59:08.458Z] b5c4263239f9: Layer already exists [2020-09-29T04:59:08.458Z] eeee4eb392a7: Layer already exists [2020-09-29T04:59:08.458Z] 3f22ff4bdd23: Layer already exists [2020-09-29T04:59:08.458Z] e2f13739ad41: Layer already exists [2020-09-29T04:59:08.458Z] master: digest: sha256:9bfd908995b7ee731abc812e5a624f56b3e2f248adca5d63346ceba223266210 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:59:08.654Z] ===================================================== [Pipeline] echo [2020-09-29T04:59:08.701Z] taggedImages: [2020-09-29T04:59:08.701Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:59:08.701Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.34 [2020-09-29T04:59:08.701Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:59:08.701Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-09-29T04:59:08.773Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-09-29T04:59:08.773Z] 1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:59:08.773Z] 1.2.2-dev.34 [2020-09-29T04:59:08.773Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:59:08.773Z] master [2020-09-29T04:59:08.773Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:09.327Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:09.659Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:59:09.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-29T04:59:09.660Z] 330d851ad48c: Preparing [2020-09-29T04:59:09.660Z] 0b4f4aa440e4: Preparing [2020-09-29T04:59:09.660Z] 96e136e41c9a: Preparing [2020-09-29T04:59:09.660Z] 614de22fe945: Preparing [2020-09-29T04:59:09.660Z] bf32a26c3c02: Preparing [2020-09-29T04:59:09.660Z] 385c1f2368e8: Preparing [2020-09-29T04:59:09.660Z] 920df7a61992: Preparing [2020-09-29T04:59:09.660Z] eef0c0e82791: Preparing [2020-09-29T04:59:09.660Z] d8c0effe3864: Preparing [2020-09-29T04:59:09.660Z] d55b7b1587a3: Preparing [2020-09-29T04:59:09.660Z] 66b385cf80cf: Preparing [2020-09-29T04:59:09.660Z] 385c1f2368e8: Waiting [2020-09-29T04:59:09.660Z] 920df7a61992: Waiting [2020-09-29T04:59:09.660Z] eef0c0e82791: Waiting [2020-09-29T04:59:09.660Z] d8c0effe3864: Waiting [2020-09-29T04:59:09.660Z] d55b7b1587a3: Waiting [2020-09-29T04:59:09.660Z] 66b385cf80cf: Waiting [2020-09-29T04:59:10.259Z] 0b4f4aa440e4: Pushed [2020-09-29T04:59:10.259Z] 330d851ad48c: Pushed [2020-09-29T04:59:10.259Z] 920df7a61992: Pushed [2020-09-29T04:59:10.531Z] 385c1f2368e8: Pushed [2020-09-29T04:59:10.531Z] eef0c0e82791: Pushed [2020-09-29T04:59:10.531Z] d8c0effe3864: Pushed [2020-09-29T04:59:10.807Z] 66b385cf80cf: Layer already exists [2020-09-29T04:59:11.405Z] d55b7b1587a3: Pushed [2020-09-29T04:59:11.998Z] 96e136e41c9a: Pushed [2020-09-29T04:59:12.269Z] 614de22fe945: Pushed [2020-09-29T04:59:12.269Z] bf32a26c3c02: Pushed [2020-09-29T04:59:12.541Z] 1366034a2a507deba7d94ee721da807f71a065bf: digest: sha256:fa5ad7d65e030c62a704097327a47fd0823701aea128f1075ca68990769ab57f size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:12.881Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:13.218Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.34 [2020-09-29T04:59:13.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-29T04:59:13.218Z] 330d851ad48c: Preparing [2020-09-29T04:59:13.218Z] 0b4f4aa440e4: Preparing [2020-09-29T04:59:13.218Z] 96e136e41c9a: Preparing [2020-09-29T04:59:13.218Z] 614de22fe945: Preparing [2020-09-29T04:59:13.218Z] bf32a26c3c02: Preparing [2020-09-29T04:59:13.218Z] 385c1f2368e8: Preparing [2020-09-29T04:59:13.218Z] 920df7a61992: Preparing [2020-09-29T04:59:13.218Z] eef0c0e82791: Preparing [2020-09-29T04:59:13.218Z] d8c0effe3864: Preparing [2020-09-29T04:59:13.218Z] d55b7b1587a3: Preparing [2020-09-29T04:59:13.218Z] 66b385cf80cf: Preparing [2020-09-29T04:59:13.218Z] eef0c0e82791: Waiting [2020-09-29T04:59:13.218Z] d8c0effe3864: Waiting [2020-09-29T04:59:13.218Z] d55b7b1587a3: Waiting [2020-09-29T04:59:13.218Z] 920df7a61992: Waiting [2020-09-29T04:59:13.218Z] 385c1f2368e8: Waiting [2020-09-29T04:59:13.218Z] 66b385cf80cf: Waiting [2020-09-29T04:59:13.218Z] 330d851ad48c: Layer already exists [2020-09-29T04:59:13.218Z] bf32a26c3c02: Layer already exists [2020-09-29T04:59:13.218Z] 0b4f4aa440e4: Layer already exists [2020-09-29T04:59:13.218Z] 614de22fe945: Layer already exists [2020-09-29T04:59:13.218Z] 96e136e41c9a: Layer already exists [2020-09-29T04:59:13.490Z] 385c1f2368e8: Layer already exists [2020-09-29T04:59:13.490Z] eef0c0e82791: Layer already exists [2020-09-29T04:59:13.490Z] 920df7a61992: Layer already exists [2020-09-29T04:59:13.490Z] d55b7b1587a3: Layer already exists [2020-09-29T04:59:13.490Z] d8c0effe3864: Layer already exists [2020-09-29T04:59:13.490Z] 66b385cf80cf: Layer already exists [2020-09-29T04:59:13.490Z] 1.2.2-dev.34: digest: sha256:fa5ad7d65e030c62a704097327a47fd0823701aea128f1075ca68990769ab57f size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:13.836Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:14.174Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:59:14.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-29T04:59:14.174Z] 330d851ad48c: Preparing [2020-09-29T04:59:14.174Z] 0b4f4aa440e4: Preparing [2020-09-29T04:59:14.174Z] 96e136e41c9a: Preparing [2020-09-29T04:59:14.174Z] 614de22fe945: Preparing [2020-09-29T04:59:14.174Z] bf32a26c3c02: Preparing [2020-09-29T04:59:14.174Z] 385c1f2368e8: Preparing [2020-09-29T04:59:14.174Z] 920df7a61992: Preparing [2020-09-29T04:59:14.174Z] eef0c0e82791: Preparing [2020-09-29T04:59:14.174Z] d8c0effe3864: Preparing [2020-09-29T04:59:14.174Z] d55b7b1587a3: Preparing [2020-09-29T04:59:14.174Z] 66b385cf80cf: Preparing [2020-09-29T04:59:14.174Z] 920df7a61992: Waiting [2020-09-29T04:59:14.174Z] eef0c0e82791: Waiting [2020-09-29T04:59:14.174Z] d8c0effe3864: Waiting [2020-09-29T04:59:14.175Z] d55b7b1587a3: Waiting [2020-09-29T04:59:14.175Z] 385c1f2368e8: Waiting [2020-09-29T04:59:14.175Z] 66b385cf80cf: Waiting [2020-09-29T04:59:14.175Z] bf32a26c3c02: Layer already exists [2020-09-29T04:59:14.175Z] 96e136e41c9a: Layer already exists [2020-09-29T04:59:14.175Z] 330d851ad48c: Layer already exists [2020-09-29T04:59:14.175Z] 0b4f4aa440e4: Layer already exists [2020-09-29T04:59:14.175Z] 614de22fe945: Layer already exists [2020-09-29T04:59:14.449Z] 920df7a61992: Layer already exists [2020-09-29T04:59:14.449Z] d55b7b1587a3: Layer already exists [2020-09-29T04:59:14.449Z] 385c1f2368e8: Layer already exists [2020-09-29T04:59:14.449Z] eef0c0e82791: Layer already exists [2020-09-29T04:59:14.449Z] d8c0effe3864: Layer already exists [2020-09-29T04:59:14.449Z] 66b385cf80cf: Layer already exists [2020-09-29T04:59:14.449Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34: digest: sha256:fa5ad7d65e030c62a704097327a47fd0823701aea128f1075ca68990769ab57f size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:14.792Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:15.137Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-09-29T04:59:15.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-29T04:59:15.137Z] 330d851ad48c: Preparing [2020-09-29T04:59:15.137Z] 0b4f4aa440e4: Preparing [2020-09-29T04:59:15.137Z] 96e136e41c9a: Preparing [2020-09-29T04:59:15.137Z] 614de22fe945: Preparing [2020-09-29T04:59:15.137Z] bf32a26c3c02: Preparing [2020-09-29T04:59:15.137Z] 385c1f2368e8: Preparing [2020-09-29T04:59:15.137Z] 920df7a61992: Preparing [2020-09-29T04:59:15.137Z] eef0c0e82791: Preparing [2020-09-29T04:59:15.137Z] d8c0effe3864: Preparing [2020-09-29T04:59:15.137Z] d55b7b1587a3: Preparing [2020-09-29T04:59:15.137Z] 66b385cf80cf: Preparing [2020-09-29T04:59:15.137Z] 920df7a61992: Waiting [2020-09-29T04:59:15.137Z] eef0c0e82791: Waiting [2020-09-29T04:59:15.137Z] d8c0effe3864: Waiting [2020-09-29T04:59:15.137Z] d55b7b1587a3: Waiting [2020-09-29T04:59:15.137Z] 66b385cf80cf: Waiting [2020-09-29T04:59:15.411Z] bf32a26c3c02: Layer already exists [2020-09-29T04:59:15.411Z] 0b4f4aa440e4: Layer already exists [2020-09-29T04:59:15.411Z] 96e136e41c9a: Layer already exists [2020-09-29T04:59:15.411Z] 330d851ad48c: Layer already exists [2020-09-29T04:59:15.411Z] 614de22fe945: Layer already exists [2020-09-29T04:59:15.411Z] 385c1f2368e8: Layer already exists [2020-09-29T04:59:15.411Z] 920df7a61992: Layer already exists [2020-09-29T04:59:15.411Z] eef0c0e82791: Layer already exists [2020-09-29T04:59:15.411Z] d55b7b1587a3: Layer already exists [2020-09-29T04:59:15.411Z] d8c0effe3864: Layer already exists [2020-09-29T04:59:15.411Z] 66b385cf80cf: Layer already exists [2020-09-29T04:59:15.411Z] master: digest: sha256:fa5ad7d65e030c62a704097327a47fd0823701aea128f1075ca68990769ab57f size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:59:15.632Z] ===================================================== [Pipeline] echo [2020-09-29T04:59:15.680Z] taggedImages: [2020-09-29T04:59:15.681Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:59:15.681Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.34 [2020-09-29T04:59:15.681Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:59:15.681Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-09-29T04:59:15.755Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-09-29T04:59:15.755Z] 1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:59:15.755Z] 1.2.2-dev.34 [2020-09-29T04:59:15.755Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:59:15.755Z] master [2020-09-29T04:59:15.755Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:16.305Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:16.643Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:59:16.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-29T04:59:16.643Z] cbbe3fe8c8d0: Preparing [2020-09-29T04:59:16.643Z] 0c34ce46e422: Preparing [2020-09-29T04:59:16.643Z] 7769d8eed567: Preparing [2020-09-29T04:59:16.643Z] 8133359ac929: Preparing [2020-09-29T04:59:16.927Z] 7769d8eed567: Pushed [2020-09-29T04:59:16.927Z] cbbe3fe8c8d0: Pushed [2020-09-29T04:59:17.199Z] 8133359ac929: Pushed [2020-09-29T04:59:19.164Z] 0c34ce46e422: Pushed [2020-09-29T04:59:19.434Z] 1366034a2a507deba7d94ee721da807f71a065bf: digest: sha256:1ba3f816f172f08f1cb868fa94ecf8dab285d3ecc6b46d533c6406406aee4e22 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:19.776Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:20.109Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.34 [2020-09-29T04:59:20.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-29T04:59:20.109Z] cbbe3fe8c8d0: Preparing [2020-09-29T04:59:20.109Z] 0c34ce46e422: Preparing [2020-09-29T04:59:20.109Z] 7769d8eed567: Preparing [2020-09-29T04:59:20.109Z] 8133359ac929: Preparing [2020-09-29T04:59:20.109Z] 0c34ce46e422: Layer already exists [2020-09-29T04:59:20.109Z] 7769d8eed567: Layer already exists [2020-09-29T04:59:20.109Z] cbbe3fe8c8d0: Layer already exists [2020-09-29T04:59:20.109Z] 8133359ac929: Layer already exists [2020-09-29T04:59:20.381Z] 1.2.2-dev.34: digest: sha256:1ba3f816f172f08f1cb868fa94ecf8dab285d3ecc6b46d533c6406406aee4e22 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:20.724Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:21.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:59:21.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-29T04:59:21.069Z] cbbe3fe8c8d0: Preparing [2020-09-29T04:59:21.069Z] 0c34ce46e422: Preparing [2020-09-29T04:59:21.069Z] 7769d8eed567: Preparing [2020-09-29T04:59:21.069Z] 8133359ac929: Preparing [2020-09-29T04:59:21.340Z] 0c34ce46e422: Layer already exists [2020-09-29T04:59:21.340Z] 7769d8eed567: Layer already exists [2020-09-29T04:59:21.340Z] 8133359ac929: Layer already exists [2020-09-29T04:59:21.340Z] cbbe3fe8c8d0: Layer already exists [2020-09-29T04:59:21.340Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34: digest: sha256:1ba3f816f172f08f1cb868fa94ecf8dab285d3ecc6b46d533c6406406aee4e22 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:21.684Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:22.086Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-09-29T04:59:22.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-29T04:59:22.086Z] cbbe3fe8c8d0: Preparing [2020-09-29T04:59:22.086Z] 0c34ce46e422: Preparing [2020-09-29T04:59:22.086Z] 7769d8eed567: Preparing [2020-09-29T04:59:22.086Z] 8133359ac929: Preparing [2020-09-29T04:59:22.086Z] 8133359ac929: Layer already exists [2020-09-29T04:59:22.086Z] 7769d8eed567: Layer already exists [2020-09-29T04:59:22.086Z] cbbe3fe8c8d0: Layer already exists [2020-09-29T04:59:22.086Z] 0c34ce46e422: Layer already exists [2020-09-29T04:59:22.368Z] master: digest: sha256:1ba3f816f172f08f1cb868fa94ecf8dab285d3ecc6b46d533c6406406aee4e22 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:59:22.587Z] ===================================================== [Pipeline] echo [2020-09-29T04:59:22.671Z] taggedImages: [2020-09-29T04:59:22.671Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:59:22.671Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.34 [2020-09-29T04:59:22.671Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:59:22.671Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-09-29T04:59:22.755Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-09-29T04:59:22.755Z] 1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:59:22.755Z] 1.2.2-dev.34 [2020-09-29T04:59:22.755Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:59:22.755Z] master [2020-09-29T04:59:22.755Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:23.386Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:23.740Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:59:23.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-29T04:59:23.740Z] 871ddeb3998e: Preparing [2020-09-29T04:59:23.740Z] 9af9d9dca4c4: Preparing [2020-09-29T04:59:23.740Z] b0aa11d7ad48: Preparing [2020-09-29T04:59:23.740Z] ed4189b11bda: Preparing [2020-09-29T04:59:23.740Z] 05ecefe4add9: Preparing [2020-09-29T04:59:23.740Z] b00fae46d773: Preparing [2020-09-29T04:59:23.740Z] b00fae46d773: Waiting [2020-09-29T04:59:24.028Z] 871ddeb3998e: Pushed [2020-09-29T04:59:24.337Z] b0aa11d7ad48: Pushed [2020-09-29T04:59:24.338Z] 05ecefe4add9: Pushed [2020-09-29T04:59:24.338Z] ed4189b11bda: Pushed [2020-09-29T04:59:24.628Z] b00fae46d773: Pushed [2020-09-29T04:59:27.301Z] 9af9d9dca4c4: Pushed [2020-09-29T04:59:27.574Z] 1366034a2a507deba7d94ee721da807f71a065bf: digest: sha256:bc0db652ac21e9aa417d0770f70d58a83e15c789a4b5f7eff6955b2e9c69dd30 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:27.950Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:28.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.34 [2020-09-29T04:59:28.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-29T04:59:28.301Z] 871ddeb3998e: Preparing [2020-09-29T04:59:28.301Z] 9af9d9dca4c4: Preparing [2020-09-29T04:59:28.301Z] b0aa11d7ad48: Preparing [2020-09-29T04:59:28.301Z] ed4189b11bda: Preparing [2020-09-29T04:59:28.301Z] 05ecefe4add9: Preparing [2020-09-29T04:59:28.301Z] b00fae46d773: Preparing [2020-09-29T04:59:28.301Z] b00fae46d773: Waiting [2020-09-29T04:59:28.301Z] 05ecefe4add9: Layer already exists [2020-09-29T04:59:28.301Z] ed4189b11bda: Layer already exists [2020-09-29T04:59:28.301Z] 871ddeb3998e: Layer already exists [2020-09-29T04:59:28.301Z] b0aa11d7ad48: Layer already exists [2020-09-29T04:59:28.578Z] 9af9d9dca4c4: Layer already exists [2020-09-29T04:59:28.578Z] b00fae46d773: Layer already exists [2020-09-29T04:59:28.578Z] 1.2.2-dev.34: digest: sha256:bc0db652ac21e9aa417d0770f70d58a83e15c789a4b5f7eff6955b2e9c69dd30 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:28.931Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:29.275Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:59:29.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-29T04:59:29.275Z] 871ddeb3998e: Preparing [2020-09-29T04:59:29.275Z] 9af9d9dca4c4: Preparing [2020-09-29T04:59:29.275Z] b0aa11d7ad48: Preparing [2020-09-29T04:59:29.275Z] ed4189b11bda: Preparing [2020-09-29T04:59:29.275Z] 05ecefe4add9: Preparing [2020-09-29T04:59:29.275Z] b00fae46d773: Preparing [2020-09-29T04:59:29.275Z] b00fae46d773: Waiting [2020-09-29T04:59:29.275Z] b0aa11d7ad48: Layer already exists [2020-09-29T04:59:29.275Z] 05ecefe4add9: Layer already exists [2020-09-29T04:59:29.275Z] 871ddeb3998e: Layer already exists [2020-09-29T04:59:29.275Z] 9af9d9dca4c4: Layer already exists [2020-09-29T04:59:29.275Z] ed4189b11bda: Layer already exists [2020-09-29T04:59:29.275Z] b00fae46d773: Layer already exists [2020-09-29T04:59:29.550Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34: digest: sha256:bc0db652ac21e9aa417d0770f70d58a83e15c789a4b5f7eff6955b2e9c69dd30 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:29.904Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:30.258Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-09-29T04:59:30.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-29T04:59:30.258Z] 871ddeb3998e: Preparing [2020-09-29T04:59:30.258Z] 9af9d9dca4c4: Preparing [2020-09-29T04:59:30.258Z] b0aa11d7ad48: Preparing [2020-09-29T04:59:30.258Z] ed4189b11bda: Preparing [2020-09-29T04:59:30.258Z] 05ecefe4add9: Preparing [2020-09-29T04:59:30.258Z] b00fae46d773: Preparing [2020-09-29T04:59:30.258Z] b00fae46d773: Waiting [2020-09-29T04:59:30.258Z] 05ecefe4add9: Layer already exists [2020-09-29T04:59:30.258Z] 9af9d9dca4c4: Layer already exists [2020-09-29T04:59:30.258Z] 871ddeb3998e: Layer already exists [2020-09-29T04:59:30.258Z] b0aa11d7ad48: Layer already exists [2020-09-29T04:59:30.258Z] ed4189b11bda: Layer already exists [2020-09-29T04:59:30.258Z] b00fae46d773: Layer already exists [2020-09-29T04:59:30.536Z] master: digest: sha256:bc0db652ac21e9aa417d0770f70d58a83e15c789a4b5f7eff6955b2e9c69dd30 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:59:30.779Z] ===================================================== [Pipeline] echo [2020-09-29T04:59:30.830Z] taggedImages: [2020-09-29T04:59:30.830Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:59:30.830Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.34 [2020-09-29T04:59:30.830Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:59:30.830Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-09-29T04:59:30.895Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-09-29T04:59:30.896Z] 1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:59:30.896Z] 1.2.2-dev.34 [2020-09-29T04:59:30.896Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:59:30.896Z] master [2020-09-29T04:59:30.896Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:31.489Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:31.845Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:59:31.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-29T04:59:31.845Z] d6d2efe11b6b: Preparing [2020-09-29T04:59:31.845Z] cc7c9edc4973: Preparing [2020-09-29T04:59:31.845Z] ba6a96027a66: Preparing [2020-09-29T04:59:32.120Z] d6d2efe11b6b: Pushed [2020-09-29T04:59:32.120Z] ba6a96027a66: Pushed [2020-09-29T04:59:34.737Z] cc7c9edc4973: Pushed [2020-09-29T04:59:35.008Z] 1366034a2a507deba7d94ee721da807f71a065bf: digest: sha256:b910caaf62a2212845fbb2722d1b447e43c11fb8a0da680d7fd1a1675b374b75 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:35.348Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:35.683Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.34 [2020-09-29T04:59:35.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-29T04:59:35.683Z] d6d2efe11b6b: Preparing [2020-09-29T04:59:35.683Z] cc7c9edc4973: Preparing [2020-09-29T04:59:35.683Z] ba6a96027a66: Preparing [2020-09-29T04:59:35.683Z] d6d2efe11b6b: Layer already exists [2020-09-29T04:59:35.683Z] ba6a96027a66: Layer already exists [2020-09-29T04:59:35.683Z] cc7c9edc4973: Layer already exists [2020-09-29T04:59:35.956Z] 1.2.2-dev.34: digest: sha256:b910caaf62a2212845fbb2722d1b447e43c11fb8a0da680d7fd1a1675b374b75 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:36.294Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:36.630Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:59:36.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-29T04:59:36.630Z] d6d2efe11b6b: Preparing [2020-09-29T04:59:36.630Z] cc7c9edc4973: Preparing [2020-09-29T04:59:36.630Z] ba6a96027a66: Preparing [2020-09-29T04:59:36.901Z] cc7c9edc4973: Layer already exists [2020-09-29T04:59:36.901Z] d6d2efe11b6b: Layer already exists [2020-09-29T04:59:36.901Z] ba6a96027a66: Layer already exists [2020-09-29T04:59:36.901Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34: digest: sha256:b910caaf62a2212845fbb2722d1b447e43c11fb8a0da680d7fd1a1675b374b75 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:37.237Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:37.570Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-09-29T04:59:37.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-29T04:59:37.571Z] d6d2efe11b6b: Preparing [2020-09-29T04:59:37.571Z] cc7c9edc4973: Preparing [2020-09-29T04:59:37.571Z] ba6a96027a66: Preparing [2020-09-29T04:59:37.841Z] cc7c9edc4973: Layer already exists [2020-09-29T04:59:37.841Z] d6d2efe11b6b: Layer already exists [2020-09-29T04:59:37.841Z] ba6a96027a66: Layer already exists [2020-09-29T04:59:37.841Z] master: digest: sha256:b910caaf62a2212845fbb2722d1b447e43c11fb8a0da680d7fd1a1675b374b75 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:59:38.049Z] ===================================================== [Pipeline] echo [2020-09-29T04:59:38.097Z] taggedImages: [2020-09-29T04:59:38.097Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:59:38.097Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.34 [2020-09-29T04:59:38.097Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:59:38.097Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-09-29T04:59:38.164Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-09-29T04:59:38.164Z] 1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:59:38.164Z] 1.2.2-dev.34 [2020-09-29T04:59:38.164Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:59:38.164Z] master [2020-09-29T04:59:38.164Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:38.667Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:38.997Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:59:38.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-29T04:59:38.997Z] 6cd04f6fedab: Preparing [2020-09-29T04:59:38.997Z] 3c589cf9d36c: Preparing [2020-09-29T04:59:38.997Z] cddfcd7f9f6c: Preparing [2020-09-29T04:59:38.997Z] ba6a7a5e9c3b: Preparing [2020-09-29T04:59:38.997Z] 996c997f7b01: Preparing [2020-09-29T04:59:38.997Z] 821d808e0fa5: Preparing [2020-09-29T04:59:38.997Z] dbc3a50b9ffd: Preparing [2020-09-29T04:59:38.997Z] f875f9e206db: Preparing [2020-09-29T04:59:38.997Z] 3994ac1dcb8b: Preparing [2020-09-29T04:59:38.997Z] 5f2247eaf593: Preparing [2020-09-29T04:59:38.997Z] 62d13be1b083: Preparing [2020-09-29T04:59:38.997Z] 94fdc660876c: Preparing [2020-09-29T04:59:38.997Z] 4e7279dfc0c0: Preparing [2020-09-29T04:59:38.997Z] e2f13739ad41: Preparing [2020-09-29T04:59:38.997Z] 3994ac1dcb8b: Waiting [2020-09-29T04:59:38.997Z] 5f2247eaf593: Waiting [2020-09-29T04:59:38.997Z] 62d13be1b083: Waiting [2020-09-29T04:59:38.997Z] 94fdc660876c: Waiting [2020-09-29T04:59:38.997Z] 4e7279dfc0c0: Waiting [2020-09-29T04:59:38.997Z] e2f13739ad41: Waiting [2020-09-29T04:59:38.997Z] 821d808e0fa5: Waiting [2020-09-29T04:59:38.997Z] dbc3a50b9ffd: Waiting [2020-09-29T04:59:38.997Z] f875f9e206db: Waiting [2020-09-29T04:59:39.976Z] 996c997f7b01: Pushed [2020-09-29T04:59:39.976Z] 6cd04f6fedab: Pushed [2020-09-29T04:59:40.571Z] dbc3a50b9ffd: Pushed [2020-09-29T04:59:40.571Z] f875f9e206db: Layer already exists [2020-09-29T04:59:40.571Z] 3994ac1dcb8b: Layer already exists [2020-09-29T04:59:40.571Z] 5f2247eaf593: Layer already exists [2020-09-29T04:59:40.571Z] 62d13be1b083: Layer already exists [2020-09-29T04:59:40.842Z] 94fdc660876c: Layer already exists [2020-09-29T04:59:40.842Z] 4e7279dfc0c0: Layer already exists [2020-09-29T04:59:40.842Z] e2f13739ad41: Layer already exists [2020-09-29T04:59:41.436Z] 3c589cf9d36c: Pushed [2020-09-29T04:59:41.436Z] ba6a7a5e9c3b: Pushed [2020-09-29T04:59:42.866Z] 821d808e0fa5: Pushed [2020-09-29T04:59:52.993Z] cddfcd7f9f6c: Pushed [2020-09-29T04:59:52.993Z] 1366034a2a507deba7d94ee721da807f71a065bf: digest: sha256:b3bf7ace24df3321cfa8e84845df780519b64dac4deb4bfed1e49f7296b33db2 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:53.326Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:53.656Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.34 [2020-09-29T04:59:53.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-29T04:59:53.656Z] 6cd04f6fedab: Preparing [2020-09-29T04:59:53.656Z] 3c589cf9d36c: Preparing [2020-09-29T04:59:53.656Z] cddfcd7f9f6c: Preparing [2020-09-29T04:59:53.656Z] ba6a7a5e9c3b: Preparing [2020-09-29T04:59:53.656Z] 996c997f7b01: Preparing [2020-09-29T04:59:53.656Z] 821d808e0fa5: Preparing [2020-09-29T04:59:53.656Z] dbc3a50b9ffd: Preparing [2020-09-29T04:59:53.656Z] f875f9e206db: Preparing [2020-09-29T04:59:53.656Z] 3994ac1dcb8b: Preparing [2020-09-29T04:59:53.656Z] 5f2247eaf593: Preparing [2020-09-29T04:59:53.656Z] 62d13be1b083: Preparing [2020-09-29T04:59:53.656Z] 94fdc660876c: Preparing [2020-09-29T04:59:53.656Z] 4e7279dfc0c0: Preparing [2020-09-29T04:59:53.656Z] e2f13739ad41: Preparing [2020-09-29T04:59:53.656Z] 821d808e0fa5: Waiting [2020-09-29T04:59:53.656Z] dbc3a50b9ffd: Waiting [2020-09-29T04:59:53.656Z] f875f9e206db: Waiting [2020-09-29T04:59:53.656Z] 3994ac1dcb8b: Waiting [2020-09-29T04:59:53.656Z] 5f2247eaf593: Waiting [2020-09-29T04:59:53.656Z] 62d13be1b083: Waiting [2020-09-29T04:59:53.656Z] 94fdc660876c: Waiting [2020-09-29T04:59:53.656Z] 4e7279dfc0c0: Waiting [2020-09-29T04:59:53.656Z] e2f13739ad41: Waiting [2020-09-29T04:59:53.930Z] cddfcd7f9f6c: Layer already exists [2020-09-29T04:59:53.930Z] 6cd04f6fedab: Layer already exists [2020-09-29T04:59:53.930Z] ba6a7a5e9c3b: Layer already exists [2020-09-29T04:59:53.930Z] 3c589cf9d36c: Layer already exists [2020-09-29T04:59:53.930Z] 996c997f7b01: Layer already exists [2020-09-29T04:59:53.930Z] f875f9e206db: Layer already exists [2020-09-29T04:59:53.930Z] 821d808e0fa5: Layer already exists [2020-09-29T04:59:53.930Z] dbc3a50b9ffd: Layer already exists [2020-09-29T04:59:53.930Z] 5f2247eaf593: Layer already exists [2020-09-29T04:59:53.930Z] 3994ac1dcb8b: Layer already exists [2020-09-29T04:59:53.930Z] 62d13be1b083: Layer already exists [2020-09-29T04:59:53.930Z] 94fdc660876c: Layer already exists [2020-09-29T04:59:53.930Z] e2f13739ad41: Layer already exists [2020-09-29T04:59:53.930Z] 4e7279dfc0c0: Layer already exists [2020-09-29T04:59:53.930Z] 1.2.2-dev.34: digest: sha256:b3bf7ace24df3321cfa8e84845df780519b64dac4deb4bfed1e49f7296b33db2 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:54.268Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:54.601Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:59:54.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-29T04:59:54.601Z] 6cd04f6fedab: Preparing [2020-09-29T04:59:54.601Z] 3c589cf9d36c: Preparing [2020-09-29T04:59:54.601Z] cddfcd7f9f6c: Preparing [2020-09-29T04:59:54.601Z] ba6a7a5e9c3b: Preparing [2020-09-29T04:59:54.601Z] 996c997f7b01: Preparing [2020-09-29T04:59:54.601Z] 821d808e0fa5: Preparing [2020-09-29T04:59:54.601Z] dbc3a50b9ffd: Preparing [2020-09-29T04:59:54.601Z] f875f9e206db: Preparing [2020-09-29T04:59:54.601Z] 3994ac1dcb8b: Preparing [2020-09-29T04:59:54.601Z] 5f2247eaf593: Preparing [2020-09-29T04:59:54.601Z] 62d13be1b083: Preparing [2020-09-29T04:59:54.601Z] 94fdc660876c: Preparing [2020-09-29T04:59:54.601Z] 4e7279dfc0c0: Preparing [2020-09-29T04:59:54.601Z] e2f13739ad41: Preparing [2020-09-29T04:59:54.601Z] 3994ac1dcb8b: Waiting [2020-09-29T04:59:54.601Z] 94fdc660876c: Waiting [2020-09-29T04:59:54.601Z] 5f2247eaf593: Waiting [2020-09-29T04:59:54.601Z] 62d13be1b083: Waiting [2020-09-29T04:59:54.601Z] 821d808e0fa5: Waiting [2020-09-29T04:59:54.601Z] 4e7279dfc0c0: Waiting [2020-09-29T04:59:54.601Z] e2f13739ad41: Waiting [2020-09-29T04:59:54.601Z] dbc3a50b9ffd: Waiting [2020-09-29T04:59:54.601Z] f875f9e206db: Waiting [2020-09-29T04:59:54.601Z] 6cd04f6fedab: Layer already exists [2020-09-29T04:59:54.601Z] cddfcd7f9f6c: Layer already exists [2020-09-29T04:59:54.601Z] ba6a7a5e9c3b: Layer already exists [2020-09-29T04:59:54.601Z] 996c997f7b01: Layer already exists [2020-09-29T04:59:54.601Z] 3c589cf9d36c: Layer already exists [2020-09-29T04:59:54.875Z] 3994ac1dcb8b: Layer already exists [2020-09-29T04:59:54.875Z] dbc3a50b9ffd: Layer already exists [2020-09-29T04:59:54.875Z] 821d808e0fa5: Layer already exists [2020-09-29T04:59:54.875Z] 5f2247eaf593: Layer already exists [2020-09-29T04:59:54.875Z] f875f9e206db: Layer already exists [2020-09-29T04:59:54.875Z] 94fdc660876c: Layer already exists [2020-09-29T04:59:54.875Z] e2f13739ad41: Layer already exists [2020-09-29T04:59:54.875Z] 4e7279dfc0c0: Layer already exists [2020-09-29T04:59:54.875Z] 62d13be1b083: Layer already exists [2020-09-29T04:59:54.875Z] 1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34: digest: sha256:b3bf7ace24df3321cfa8e84845df780519b64dac4deb4bfed1e49f7296b33db2 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:55.220Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:55.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-09-29T04:59:55.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-29T04:59:55.552Z] 6cd04f6fedab: Preparing [2020-09-29T04:59:55.552Z] 3c589cf9d36c: Preparing [2020-09-29T04:59:55.552Z] cddfcd7f9f6c: Preparing [2020-09-29T04:59:55.552Z] ba6a7a5e9c3b: Preparing [2020-09-29T04:59:55.552Z] 996c997f7b01: Preparing [2020-09-29T04:59:55.552Z] 821d808e0fa5: Preparing [2020-09-29T04:59:55.552Z] dbc3a50b9ffd: Preparing [2020-09-29T04:59:55.552Z] f875f9e206db: Preparing [2020-09-29T04:59:55.552Z] 3994ac1dcb8b: Preparing [2020-09-29T04:59:55.552Z] 5f2247eaf593: Preparing [2020-09-29T04:59:55.552Z] 62d13be1b083: Preparing [2020-09-29T04:59:55.552Z] 94fdc660876c: Preparing [2020-09-29T04:59:55.552Z] 4e7279dfc0c0: Preparing [2020-09-29T04:59:55.552Z] e2f13739ad41: Preparing [2020-09-29T04:59:55.552Z] 5f2247eaf593: Waiting [2020-09-29T04:59:55.552Z] 4e7279dfc0c0: Waiting [2020-09-29T04:59:55.552Z] e2f13739ad41: Waiting [2020-09-29T04:59:55.552Z] 62d13be1b083: Waiting [2020-09-29T04:59:55.552Z] 94fdc660876c: Waiting [2020-09-29T04:59:55.552Z] 821d808e0fa5: Waiting [2020-09-29T04:59:55.552Z] dbc3a50b9ffd: Waiting [2020-09-29T04:59:55.552Z] f875f9e206db: Waiting [2020-09-29T04:59:55.552Z] 3994ac1dcb8b: Waiting [2020-09-29T04:59:55.824Z] 996c997f7b01: Layer already exists [2020-09-29T04:59:55.824Z] 3c589cf9d36c: Layer already exists [2020-09-29T04:59:55.824Z] ba6a7a5e9c3b: Layer already exists [2020-09-29T04:59:55.824Z] 6cd04f6fedab: Layer already exists [2020-09-29T04:59:55.824Z] cddfcd7f9f6c: Layer already exists [2020-09-29T04:59:55.824Z] 821d808e0fa5: Layer already exists [2020-09-29T04:59:55.824Z] dbc3a50b9ffd: Layer already exists [2020-09-29T04:59:55.824Z] 3994ac1dcb8b: Layer already exists [2020-09-29T04:59:55.824Z] f875f9e206db: Layer already exists [2020-09-29T04:59:55.824Z] 5f2247eaf593: Layer already exists [2020-09-29T04:59:55.824Z] 4e7279dfc0c0: Layer already exists [2020-09-29T04:59:55.824Z] 62d13be1b083: Layer already exists [2020-09-29T04:59:55.824Z] 94fdc660876c: Layer already exists [2020-09-29T04:59:55.824Z] e2f13739ad41: Layer already exists [2020-09-29T04:59:55.824Z] master: digest: sha256:b3bf7ace24df3321cfa8e84845df780519b64dac4deb4bfed1e49f7296b33db2 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-29T04:59:56.050Z] ===================================================== [Pipeline] echo [2020-09-29T04:59:56.097Z] taggedImages: [2020-09-29T04:59:56.097Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T04:59:56.097Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.34 [2020-09-29T04:59:56.097Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf-1.2.2-dev.34 [2020-09-29T04:59:56.097Z] - 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-09-29T04:59:58.036Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-29T04:59:58.038Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-29T04:59:58.093Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:58.448Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-29T04:59:58.448Z] [2020-09-29T04:59:58.448Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-29T04:59:58.801Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-29T04:59:58.801Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-29T04:59:58.801Z] cbdbe7a5bc2a: Already exists [2020-09-29T04:59:58.801Z] 408f87550127: Pulling fs layer [2020-09-29T04:59:58.801Z] fe522b08c979: Pulling fs layer [2020-09-29T04:59:58.801Z] 221eaa008020: Pulling fs layer [2020-09-29T04:59:58.801Z] 2a4607e5d6b9: Pulling fs layer [2020-09-29T04:59:58.801Z] 8f79b27c4fd2: Pulling fs layer [2020-09-29T04:59:58.801Z] e5c8dbe1645b: Pulling fs layer [2020-09-29T04:59:58.801Z] 23e8b3b47431: Pulling fs layer [2020-09-29T04:59:58.801Z] 5c568d65a230: Pulling fs layer [2020-09-29T04:59:58.801Z] 2a4607e5d6b9: Waiting [2020-09-29T04:59:58.801Z] 8f79b27c4fd2: Waiting [2020-09-29T04:59:58.801Z] e5c8dbe1645b: Waiting [2020-09-29T04:59:58.801Z] 23e8b3b47431: Waiting [2020-09-29T04:59:58.801Z] 5c568d65a230: Waiting [2020-09-29T04:59:58.801Z] fe522b08c979: Verifying Checksum [2020-09-29T04:59:58.801Z] fe522b08c979: Download complete [2020-09-29T04:59:58.801Z] 408f87550127: Download complete [2020-09-29T04:59:58.801Z] 8f79b27c4fd2: Verifying Checksum [2020-09-29T04:59:58.801Z] 8f79b27c4fd2: Download complete [2020-09-29T04:59:58.801Z] 2a4607e5d6b9: Download complete [2020-09-29T04:59:59.064Z] 408f87550127: Pull complete [2020-09-29T04:59:59.326Z] fe522b08c979: Pull complete [2020-09-29T05:00:00.715Z] e5c8dbe1645b: Verifying Checksum [2020-09-29T05:00:00.715Z] e5c8dbe1645b: Download complete [2020-09-29T05:00:01.707Z] 23e8b3b47431: Verifying Checksum [2020-09-29T05:00:01.707Z] 23e8b3b47431: Download complete [2020-09-29T05:00:01.707Z] 5c568d65a230: Verifying Checksum [2020-09-29T05:00:01.707Z] 5c568d65a230: Download complete [2020-09-29T05:00:02.669Z] 221eaa008020: Verifying Checksum [2020-09-29T05:00:02.669Z] 221eaa008020: Download complete [2020-09-29T05:00:09.321Z] 221eaa008020: Pull complete [2020-09-29T05:00:09.321Z] 2a4607e5d6b9: Pull complete [2020-09-29T05:00:09.321Z] 8f79b27c4fd2: Pull complete [2020-09-29T05:00:12.637Z] e5c8dbe1645b: Pull complete [2020-09-29T05:00:17.950Z] 23e8b3b47431: Pull complete [2020-09-29T05:00:19.343Z] 5c568d65a230: Pull complete [2020-09-29T05:00:19.343Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-29T05:00:19.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-29T05:00:19.343Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-29T05:00:19.571Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:00:19.638Z] $ 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/149:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:00:20.931Z] $ docker top e0125eaabcb00e0dad1b910d3f4a3d43b94f28503ffd3c5bb8ef4b3dd664ecc3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-29T05:00:21.548Z] + snyk monitor '--org=edgex-jenkins' [2020-09-29T05:00:33.807Z] [2020-09-29T05:00:33.807Z] Monitoring /w/workspace/edgex-go/149 (github.com/edgexfoundry/edgex-go)... [2020-09-29T05:00:33.807Z] [2020-09-29T05:00:33.807Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/64493658-0536-4837-9569-5863b43f2774 [2020-09-29T05:00:33.807Z] [2020-09-29T05:00:33.807Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-29T05:00:33.807Z] [2020-09-29T05:00:33.807Z] [2020-09-29T05:00:33.807Z] Snyk CLI supports Node.js 8 and higher. [2020-09-29T05:00:33.807Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-29T05:00:33.807Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-29T05:00:33.807Z] [2020-09-29T05:00:33.807Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-29T05:00:33.807Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-29T05:00:33.825Z] $ docker stop --time=1 e0125eaabcb00e0dad1b910d3f4a3d43b94f28503ffd3c5bb8ef4b3dd664ecc3 [2020-09-29T05:00:36.738Z] $ docker rm -f e0125eaabcb00e0dad1b910d3f4a3d43b94f28503ffd3c5bb8ef4b3dd664ecc3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:00:38.756Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:00:38.756Z] [2020-09-29T05:00:38.756Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:00:39.110Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:00:39.110Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-29T05:00:39.110Z] e7c96db7181b: Pulling fs layer [2020-09-29T05:00:39.110Z] 1868ca2cb446: Pulling fs layer [2020-09-29T05:00:39.110Z] 136be5d0fe8e: Pulling fs layer [2020-09-29T05:00:39.110Z] 894bfe63afcb: Pulling fs layer [2020-09-29T05:00:39.110Z] 894bfe63afcb: Waiting [2020-09-29T05:00:39.110Z] 1868ca2cb446: Verifying Checksum [2020-09-29T05:00:39.110Z] 1868ca2cb446: Download complete [2020-09-29T05:00:39.110Z] 136be5d0fe8e: Verifying Checksum [2020-09-29T05:00:39.110Z] 136be5d0fe8e: Download complete [2020-09-29T05:00:39.110Z] e7c96db7181b: Verifying Checksum [2020-09-29T05:00:39.110Z] e7c96db7181b: Download complete [2020-09-29T05:00:39.376Z] 894bfe63afcb: Verifying Checksum [2020-09-29T05:00:39.376Z] 894bfe63afcb: Download complete [2020-09-29T05:00:39.639Z] e7c96db7181b: Pull complete [2020-09-29T05:00:39.639Z] 1868ca2cb446: Pull complete [2020-09-29T05:00:39.904Z] 136be5d0fe8e: Pull complete [2020-09-29T05:00:40.166Z] 894bfe63afcb: Pull complete [2020-09-29T05:00:40.166Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-29T05:00:40.166Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:00:40.166Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-29T05:00:40.279Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:00:40.332Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:00:41.392Z] $ docker top d8387f1eacf51e895798494a64116f01d4306d23306cac6ef3db2b1933a6f4bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:00:41.960Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:00:41.960Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:00:44.707Z] $ docker stop --time=1 d8387f1eacf51e895798494a64116f01d4306d23306cac6ef3db2b1933a6f4bc [2020-09-29T05:00:46.050Z] $ docker rm -f d8387f1eacf51e895798494a64116f01d4306d23306cac6ef3db2b1933a6f4bc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:00:46.547Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:00:46.547Z] . [Pipeline] withDockerContainer [2020-09-29T05:00:46.663Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:00:46.719Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:00:47.381Z] $ docker top 183630bbdab8f83a682e52d64411b9c43ad445978bc06baa3260dbb09d246ce2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:00:47.936Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:00:47.936Z] + tee [2020-09-29T05:00:47.936Z] clair timeout 1m0s [2020-09-29T05:00:47.936Z] docker timeout: 1m0s [2020-09-29T05:00:47.936Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:00:48.626Z] $ docker stop --time=1 183630bbdab8f83a682e52d64411b9c43ad445978bc06baa3260dbb09d246ce2 [2020-09-29T05:00:49.990Z] $ docker rm -f 183630bbdab8f83a682e52d64411b9c43ad445978bc06baa3260dbb09d246ce2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T05:00:50.559Z] + mkdir -p /w/workspace/edgex-go/149/clair-reports [Pipeline] echo [2020-09-29T05:00:50.575Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/149/clair-reports/clair_results_docker-core-command-go_1366034a2a507deba7d94ee721da807f71a065bf.html [Pipeline] writeFile [Pipeline] step [2020-09-29T05:00:50.655Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:00:51.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:00:51.108Z] . [Pipeline] withDockerContainer [2020-09-29T05:00:51.218Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:00:51.285Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:00:51.994Z] $ docker top c5b81601de4c7a8d5e131bc2b6cb0f9767f2577a8400604c06152cc0c1bb6a02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:00:52.607Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:00:52.607Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:00:58.162Z] $ docker stop --time=1 c5b81601de4c7a8d5e131bc2b6cb0f9767f2577a8400604c06152cc0c1bb6a02 [2020-09-29T05:00:59.557Z] $ docker rm -f c5b81601de4c7a8d5e131bc2b6cb0f9767f2577a8400604c06152cc0c1bb6a02 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:01:00.064Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:01:00.065Z] . [Pipeline] withDockerContainer [2020-09-29T05:01:00.171Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:01:00.220Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:01:00.985Z] $ docker top de03977098438ab74d299ed56f8504dd0214ddf478aa67b44c68193e35e792eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:01:01.565Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:01:01.565Z] + tee [2020-09-29T05:01:01.565Z] clair timeout 1m0s [2020-09-29T05:01:01.565Z] docker timeout: 1m0s [2020-09-29T05:01:01.565Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:01:02.630Z] $ docker stop --time=1 de03977098438ab74d299ed56f8504dd0214ddf478aa67b44c68193e35e792eb [2020-09-29T05:01:04.031Z] $ docker rm -f de03977098438ab74d299ed56f8504dd0214ddf478aa67b44c68193e35e792eb [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T05:01:04.528Z] + mkdir -p /w/workspace/edgex-go/149/clair-reports [Pipeline] echo [2020-09-29T05:01:04.547Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/149/clair-reports/clair_results_docker-core-data-go_1366034a2a507deba7d94ee721da807f71a065bf.html [Pipeline] writeFile [Pipeline] step [2020-09-29T05:01:04.608Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:01:04.966Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:01:04.966Z] . [Pipeline] withDockerContainer [2020-09-29T05:01:05.074Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:01:05.129Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:01:05.807Z] $ docker top ef3a0e9912600bac17aa07e8e8ec1f6e9baa7b0675219ff2b96c7e13dde0d4e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:01:06.392Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:01:06.394Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:01:09.129Z] $ docker stop --time=1 ef3a0e9912600bac17aa07e8e8ec1f6e9baa7b0675219ff2b96c7e13dde0d4e8 [2020-09-29T05:01:10.495Z] $ docker rm -f ef3a0e9912600bac17aa07e8e8ec1f6e9baa7b0675219ff2b96c7e13dde0d4e8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:01:10.999Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:01:10.999Z] . [Pipeline] withDockerContainer [2020-09-29T05:01:11.110Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:01:11.214Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:01:11.913Z] $ docker top 19a9ef79cf61b1b1f283fc4be18ca8ef963cbec4974198ec0afda55a8475c249 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:01:12.475Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:01:12.475Z] + tee [2020-09-29T05:01:12.475Z] clair timeout 1m0s [2020-09-29T05:01:12.475Z] docker timeout: 1m0s [2020-09-29T05:01:12.475Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:01:13.166Z] $ docker stop --time=1 19a9ef79cf61b1b1f283fc4be18ca8ef963cbec4974198ec0afda55a8475c249 [2020-09-29T05:01:14.516Z] $ docker rm -f 19a9ef79cf61b1b1f283fc4be18ca8ef963cbec4974198ec0afda55a8475c249 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T05:01:15.034Z] + mkdir -p /w/workspace/edgex-go/149/clair-reports [Pipeline] echo [2020-09-29T05:01:15.048Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/149/clair-reports/clair_results_docker-core-metadata-go_1366034a2a507deba7d94ee721da807f71a065bf.html [Pipeline] writeFile [Pipeline] step [2020-09-29T05:01:15.108Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:01:15.467Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:01:15.467Z] . [Pipeline] withDockerContainer [2020-09-29T05:01:15.570Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:01:15.626Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:01:16.346Z] $ docker top f4bac8cfb9ce883ecb0ce95313e91e6f722c0584de21d30fc430933b1acc2477 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:01:16.902Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:01:16.902Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:01:21.286Z] $ docker stop --time=1 f4bac8cfb9ce883ecb0ce95313e91e6f722c0584de21d30fc430933b1acc2477 [2020-09-29T05:01:22.680Z] $ docker rm -f f4bac8cfb9ce883ecb0ce95313e91e6f722c0584de21d30fc430933b1acc2477 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:01:23.206Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:01:23.206Z] . [Pipeline] withDockerContainer [2020-09-29T05:01:23.326Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:01:23.380Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:01:24.146Z] $ docker top 4f7432b451832f44c0176766b7e98b6e5ef09aa49d9979555f4c1293059a4ad7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:01:24.707Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:01:24.707Z] + tee [2020-09-29T05:01:24.707Z] clair timeout 1m0s [2020-09-29T05:01:24.707Z] docker timeout: 1m0s [2020-09-29T05:01:24.707Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:01:25.835Z] $ docker stop --time=1 4f7432b451832f44c0176766b7e98b6e5ef09aa49d9979555f4c1293059a4ad7 [2020-09-29T05:01:27.206Z] $ docker rm -f 4f7432b451832f44c0176766b7e98b6e5ef09aa49d9979555f4c1293059a4ad7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T05:01:27.681Z] + mkdir -p /w/workspace/edgex-go/149/clair-reports [Pipeline] echo [2020-09-29T05:01:27.697Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/149/clair-reports/clair_results_docker-security-proxy-setup-go_1366034a2a507deba7d94ee721da807f71a065bf.html [Pipeline] writeFile [Pipeline] step [2020-09-29T05:01:27.756Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:01:28.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:01:28.108Z] . [Pipeline] withDockerContainer [2020-09-29T05:01:28.316Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:01:28.428Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:01:29.073Z] $ docker top 3083da0abf1236bce22f8b9216fa81739e8cdb4e8f92c96ea57ff14116acc221 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:01:29.602Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:01:29.603Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:01:36.382Z] $ docker stop --time=1 3083da0abf1236bce22f8b9216fa81739e8cdb4e8f92c96ea57ff14116acc221 [2020-09-29T05:01:37.786Z] $ docker rm -f 3083da0abf1236bce22f8b9216fa81739e8cdb4e8f92c96ea57ff14116acc221 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:01:38.276Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:01:38.276Z] . [Pipeline] withDockerContainer [2020-09-29T05:01:38.391Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:01:38.443Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:01:39.244Z] $ docker top 8bc4f48f9dcf01f6895f3425d294cc2dc5fbdd28a1733c5bae701bfb392bdba5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:01:39.833Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:01:39.833Z] + tee [2020-09-29T05:01:39.833Z] clair timeout 1m0s [2020-09-29T05:01:39.833Z] docker timeout: 1m0s [2020-09-29T05:01:39.833Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:01:41.342Z] $ docker stop --time=1 8bc4f48f9dcf01f6895f3425d294cc2dc5fbdd28a1733c5bae701bfb392bdba5 [2020-09-29T05:01:42.708Z] $ docker rm -f 8bc4f48f9dcf01f6895f3425d294cc2dc5fbdd28a1733c5bae701bfb392bdba5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T05:01:43.199Z] + mkdir -p /w/workspace/edgex-go/149/clair-reports [Pipeline] echo [2020-09-29T05:01:43.215Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/149/clair-reports/clair_results_docker-security-secrets-setup-go_1366034a2a507deba7d94ee721da807f71a065bf.html [Pipeline] writeFile [Pipeline] step [2020-09-29T05:01:43.276Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:01:43.629Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:01:43.629Z] . [Pipeline] withDockerContainer [2020-09-29T05:01:43.752Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:01:44.704Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:01:45.462Z] $ docker top 9133aac3fdaa736f15b4be4f783daf0d735ef0db557c00b8325efdac7418e156 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:01:46.042Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:01:46.042Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:01:54.361Z] $ docker stop --time=1 9133aac3fdaa736f15b4be4f783daf0d735ef0db557c00b8325efdac7418e156 [2020-09-29T05:01:55.738Z] $ docker rm -f 9133aac3fdaa736f15b4be4f783daf0d735ef0db557c00b8325efdac7418e156 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:01:56.227Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:01:56.227Z] . [Pipeline] withDockerContainer [2020-09-29T05:01:56.332Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:01:56.387Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:01:57.056Z] $ docker top cc14fbf6fc8e15846462cd2280741158ba1853f9ffa317305386c2bfcb3881da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:01:57.627Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:01:57.627Z] + tee [2020-09-29T05:01:57.627Z] clair timeout 1m0s [2020-09-29T05:01:57.627Z] docker timeout: 1m0s [2020-09-29T05:01:57.627Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:01:59.132Z] $ docker stop --time=1 cc14fbf6fc8e15846462cd2280741158ba1853f9ffa317305386c2bfcb3881da [2020-09-29T05:02:00.506Z] $ docker rm -f cc14fbf6fc8e15846462cd2280741158ba1853f9ffa317305386c2bfcb3881da [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T05:02:01.065Z] + mkdir -p /w/workspace/edgex-go/149/clair-reports [Pipeline] echo [2020-09-29T05:02:01.079Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/149/clair-reports/clair_results_docker-security-secretstore-setup-go_1366034a2a507deba7d94ee721da807f71a065bf.html [Pipeline] writeFile [Pipeline] step [2020-09-29T05:02:01.132Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:02:01.514Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:02:01.515Z] . [Pipeline] withDockerContainer [2020-09-29T05:02:01.658Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:02:01.715Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:02:02.478Z] $ docker top ad36c89c92a4a5213351ccf759cd8dcdfaa5b48882dc9706599d3c2f215c4724 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:02:03.035Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:02:03.035Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:02:06.506Z] $ docker stop --time=1 ad36c89c92a4a5213351ccf759cd8dcdfaa5b48882dc9706599d3c2f215c4724 [2020-09-29T05:02:07.889Z] $ docker rm -f ad36c89c92a4a5213351ccf759cd8dcdfaa5b48882dc9706599d3c2f215c4724 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:02:08.386Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:02:08.386Z] . [Pipeline] withDockerContainer [2020-09-29T05:02:08.491Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:02:08.539Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:02:09.302Z] $ docker top ebc936879a641edf271de01ab55181b534669b14486bd9cf885e02eade3a1d19 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:02:09.862Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:02:09.862Z] + tee [2020-09-29T05:02:09.862Z] clair timeout 1m0s [2020-09-29T05:02:09.862Z] docker timeout: 1m0s [2020-09-29T05:02:09.862Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:02:10.551Z] $ docker stop --time=1 ebc936879a641edf271de01ab55181b534669b14486bd9cf885e02eade3a1d19 [2020-09-29T05:02:11.899Z] $ docker rm -f ebc936879a641edf271de01ab55181b534669b14486bd9cf885e02eade3a1d19 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T05:02:12.366Z] + mkdir -p /w/workspace/edgex-go/149/clair-reports [Pipeline] echo [2020-09-29T05:02:12.381Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/149/clair-reports/clair_results_docker-support-logging-go_1366034a2a507deba7d94ee721da807f71a065bf.html [Pipeline] writeFile [Pipeline] step [2020-09-29T05:02:12.439Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:02:12.786Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:02:12.787Z] . [Pipeline] withDockerContainer [2020-09-29T05:02:12.947Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:02:13.077Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:02:13.743Z] $ docker top 23f0abf5bfcb9a007f5c6c3a88b7a2c8f21092ebb02655fad0d4798c47813746 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:02:14.289Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:02:14.290Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:02:19.795Z] $ docker stop --time=1 23f0abf5bfcb9a007f5c6c3a88b7a2c8f21092ebb02655fad0d4798c47813746 [2020-09-29T05:02:21.139Z] $ docker rm -f 23f0abf5bfcb9a007f5c6c3a88b7a2c8f21092ebb02655fad0d4798c47813746 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:02:21.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:02:21.621Z] . [Pipeline] withDockerContainer [2020-09-29T05:02:21.737Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:02:21.786Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:02:22.476Z] $ docker top b834d93a36aa155a6d9f708e763f3b8f2f48f8c4492fd4f58bbb638e6f3527a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:02:23.026Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:02:23.026Z] + tee [2020-09-29T05:02:23.026Z] clair timeout 1m0s [2020-09-29T05:02:23.026Z] docker timeout: 1m0s [2020-09-29T05:02:23.026Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:02:24.080Z] $ docker stop --time=1 b834d93a36aa155a6d9f708e763f3b8f2f48f8c4492fd4f58bbb638e6f3527a4 [2020-09-29T05:02:25.528Z] $ docker rm -f b834d93a36aa155a6d9f708e763f3b8f2f48f8c4492fd4f58bbb638e6f3527a4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T05:02:26.041Z] + mkdir -p /w/workspace/edgex-go/149/clair-reports [Pipeline] echo [2020-09-29T05:02:26.056Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/149/clair-reports/clair_results_docker-support-notifications-go_1366034a2a507deba7d94ee721da807f71a065bf.html [Pipeline] writeFile [Pipeline] step [2020-09-29T05:02:26.110Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:02:26.458Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:02:26.458Z] . [Pipeline] withDockerContainer [2020-09-29T05:02:26.564Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:02:26.613Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:02:27.382Z] $ docker top 669f06d1d0152b8a5ebd86efa087663ed46a7cdce21b44dbcaa0f94226ec6c3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:02:27.920Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:02:27.920Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:02:30.674Z] $ docker stop --time=1 669f06d1d0152b8a5ebd86efa087663ed46a7cdce21b44dbcaa0f94226ec6c3a [2020-09-29T05:02:32.034Z] $ docker rm -f 669f06d1d0152b8a5ebd86efa087663ed46a7cdce21b44dbcaa0f94226ec6c3a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:02:32.511Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:02:32.511Z] . [Pipeline] withDockerContainer [2020-09-29T05:02:32.614Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:02:32.664Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:02:33.266Z] $ docker top 6dec62f01059b17768d5dc4be6300747cf3fb780cde6af7b5b99e60c72c1a0b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:02:33.819Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:02:33.819Z] + tee [2020-09-29T05:02:33.819Z] clair timeout 1m0s [2020-09-29T05:02:33.819Z] docker timeout: 1m0s [2020-09-29T05:02:33.819Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:02:34.497Z] $ docker stop --time=1 6dec62f01059b17768d5dc4be6300747cf3fb780cde6af7b5b99e60c72c1a0b5 [2020-09-29T05:02:35.845Z] $ docker rm -f 6dec62f01059b17768d5dc4be6300747cf3fb780cde6af7b5b99e60c72c1a0b5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T05:02:36.301Z] + mkdir -p /w/workspace/edgex-go/149/clair-reports [Pipeline] echo [2020-09-29T05:02:36.314Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/149/clair-reports/clair_results_docker-support-scheduler-go_1366034a2a507deba7d94ee721da807f71a065bf.html [Pipeline] writeFile [Pipeline] step [2020-09-29T05:02:36.365Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:02:36.731Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:02:36.731Z] . [Pipeline] withDockerContainer [2020-09-29T05:02:36.831Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:02:36.873Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:02:37.517Z] $ docker top 5e6c424d03c0cb40fa4e0d3bb1288b4a30e66895af161627fc430c6630bf8ece -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:02:38.171Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:02:38.171Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:02:53.339Z] $ docker stop --time=1 5e6c424d03c0cb40fa4e0d3bb1288b4a30e66895af161627fc430c6630bf8ece [2020-09-29T05:02:54.679Z] $ docker rm -f 5e6c424d03c0cb40fa4e0d3bb1288b4a30e66895af161627fc430c6630bf8ece [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:02:55.188Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:02:55.188Z] . [Pipeline] withDockerContainer [2020-09-29T05:02:55.299Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:02:55.341Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:02:56.069Z] $ docker top a082bb8a7de6ea756ca9b22a33846673dd877cb51d8a309924410a738fb0c398 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:02:56.606Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:02:56.606Z] + tee [2020-09-29T05:02:56.606Z] clair timeout 1m0s [2020-09-29T05:02:56.606Z] docker timeout: 1m0s [2020-09-29T05:02:56.606Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:02:58.098Z] $ docker stop --time=1 a082bb8a7de6ea756ca9b22a33846673dd877cb51d8a309924410a738fb0c398 [2020-09-29T05:02:59.441Z] $ docker rm -f a082bb8a7de6ea756ca9b22a33846673dd877cb51d8a309924410a738fb0c398 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T05:02:59.957Z] + mkdir -p /w/workspace/edgex-go/149/clair-reports [Pipeline] echo [2020-09-29T05:02:59.971Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/149/clair-reports/clair_results_docker-sys-mgmt-agent-go_1366034a2a507deba7d94ee721da807f71a065bf.html [Pipeline] writeFile [Pipeline] step [2020-09-29T05:03:00.027Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:03:00.408Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:03:00.408Z] . [Pipeline] withDockerContainer [2020-09-29T05:03:00.509Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:03:00.556Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:03:01.277Z] $ docker top 2f0be9a5cb75687caf7e74ccc0c4733324a95b845c528b0067b4d468a4bb038e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:03:01.823Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:03:01.823Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:03:04.567Z] $ docker stop --time=1 2f0be9a5cb75687caf7e74ccc0c4733324a95b845c528b0067b4d468a4bb038e [2020-09-29T05:03:05.951Z] $ docker rm -f 2f0be9a5cb75687caf7e74ccc0c4733324a95b845c528b0067b4d468a4bb038e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:03:06.465Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:03:06.465Z] . [Pipeline] withDockerContainer [2020-09-29T05:03:06.563Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:03:06.610Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:03:07.264Z] $ docker top 7eec6824331eead5573caa97b085f57ba3c66c55dc72d6b491c52e436e98cdc7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:03:07.791Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:03:07.791Z] + tee [2020-09-29T05:03:07.791Z] clair timeout 1m0s [2020-09-29T05:03:07.791Z] docker timeout: 1m0s [2020-09-29T05:03:07.791Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:03:08.466Z] $ docker stop --time=1 7eec6824331eead5573caa97b085f57ba3c66c55dc72d6b491c52e436e98cdc7 [2020-09-29T05:03:09.807Z] $ docker rm -f 7eec6824331eead5573caa97b085f57ba3c66c55dc72d6b491c52e436e98cdc7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T05:03:10.284Z] + mkdir -p /w/workspace/edgex-go/149/clair-reports [Pipeline] echo [2020-09-29T05:03:10.298Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/149/clair-reports/clair_results_docker-core-command-go-arm64_1366034a2a507deba7d94ee721da807f71a065bf.html [Pipeline] writeFile [Pipeline] step [2020-09-29T05:03:10.361Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:03:10.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:03:10.818Z] . [Pipeline] withDockerContainer [2020-09-29T05:03:10.918Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:03:10.961Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:03:11.643Z] $ docker top 1b0ca09ac1132c55f978657c77c4c0197d65226ca646ca0f9abe28738a6e8225 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:03:12.207Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:03:12.207Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:03:17.666Z] $ docker stop --time=1 1b0ca09ac1132c55f978657c77c4c0197d65226ca646ca0f9abe28738a6e8225 [2020-09-29T05:03:19.008Z] $ docker rm -f 1b0ca09ac1132c55f978657c77c4c0197d65226ca646ca0f9abe28738a6e8225 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:03:19.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:03:19.496Z] . [Pipeline] withDockerContainer [2020-09-29T05:03:19.592Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:03:19.635Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:03:20.423Z] $ docker top a4313231cf4b54824e52521d55a09d0740488e514e81add7890d71c6b548f096 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:03:21.014Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:03:21.014Z] + tee [2020-09-29T05:03:21.014Z] clair timeout 1m0s [2020-09-29T05:03:21.014Z] docker timeout: 1m0s [2020-09-29T05:03:21.014Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:03:22.058Z] $ docker stop --time=1 a4313231cf4b54824e52521d55a09d0740488e514e81add7890d71c6b548f096 [2020-09-29T05:03:23.406Z] $ docker rm -f a4313231cf4b54824e52521d55a09d0740488e514e81add7890d71c6b548f096 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T05:03:23.880Z] + mkdir -p /w/workspace/edgex-go/149/clair-reports [Pipeline] echo [2020-09-29T05:03:23.892Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/149/clair-reports/clair_results_docker-core-data-go-arm64_1366034a2a507deba7d94ee721da807f71a065bf.html [Pipeline] writeFile [Pipeline] step [2020-09-29T05:03:23.944Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:03:24.286Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:03:24.286Z] . [Pipeline] withDockerContainer [2020-09-29T05:03:24.392Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:03:24.439Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:03:25.355Z] $ docker top cbd993e9ad5f371b064a55bd6497a1e2a259040816379f7a2e8c658a887d7696 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:03:25.974Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:03:25.974Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:03:28.688Z] $ docker stop --time=1 cbd993e9ad5f371b064a55bd6497a1e2a259040816379f7a2e8c658a887d7696 [2020-09-29T05:03:30.035Z] $ docker rm -f cbd993e9ad5f371b064a55bd6497a1e2a259040816379f7a2e8c658a887d7696 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:03:30.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:03:30.550Z] . [Pipeline] withDockerContainer [2020-09-29T05:03:30.652Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:03:30.699Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:03:31.442Z] $ docker top 52240a61fd43aa36b955ad15fc71c9720ad0d378a1118fbe60df8e78cfb77fd7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:03:31.982Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:03:31.982Z] + tee [2020-09-29T05:03:31.982Z] clair timeout 1m0s [2020-09-29T05:03:31.982Z] docker timeout: 1m0s [2020-09-29T05:03:31.982Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:03:32.663Z] $ docker stop --time=1 52240a61fd43aa36b955ad15fc71c9720ad0d378a1118fbe60df8e78cfb77fd7 [2020-09-29T05:03:34.050Z] $ docker rm -f 52240a61fd43aa36b955ad15fc71c9720ad0d378a1118fbe60df8e78cfb77fd7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T05:03:34.538Z] + mkdir -p /w/workspace/edgex-go/149/clair-reports [Pipeline] echo [2020-09-29T05:03:34.552Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/149/clair-reports/clair_results_docker-core-metadata-go-arm64_1366034a2a507deba7d94ee721da807f71a065bf.html [Pipeline] writeFile [Pipeline] step [2020-09-29T05:03:34.603Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:03:34.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:03:34.939Z] . [Pipeline] withDockerContainer [2020-09-29T05:03:35.039Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:03:35.084Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:03:35.873Z] $ docker top b962f5f87d47f1a210fb208c29c6dd855b05fe8ae0d75f1bd230caf86f6d1654 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:03:36.498Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:03:36.498Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:03:40.862Z] $ docker stop --time=1 b962f5f87d47f1a210fb208c29c6dd855b05fe8ae0d75f1bd230caf86f6d1654 [2020-09-29T05:03:42.207Z] $ docker rm -f b962f5f87d47f1a210fb208c29c6dd855b05fe8ae0d75f1bd230caf86f6d1654 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:03:42.677Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:03:42.677Z] . [Pipeline] withDockerContainer [2020-09-29T05:03:42.786Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:03:42.842Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:03:43.508Z] $ docker top aa0e1af6090fefbd95a9a86d34468ba082ca9ac889b7658ee3f794921059b123 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:03:44.067Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:03:44.067Z] + tee [2020-09-29T05:03:44.067Z] clair timeout 1m0s [2020-09-29T05:03:44.067Z] docker timeout: 1m0s [2020-09-29T05:03:44.067Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:03:45.121Z] $ docker stop --time=1 aa0e1af6090fefbd95a9a86d34468ba082ca9ac889b7658ee3f794921059b123 [2020-09-29T05:03:46.509Z] $ docker rm -f aa0e1af6090fefbd95a9a86d34468ba082ca9ac889b7658ee3f794921059b123 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T05:03:46.992Z] + mkdir -p /w/workspace/edgex-go/149/clair-reports [Pipeline] echo [2020-09-29T05:03:47.006Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/149/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_1366034a2a507deba7d94ee721da807f71a065bf.html [Pipeline] writeFile [Pipeline] step [2020-09-29T05:03:47.059Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:03:47.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:03:47.432Z] . [Pipeline] withDockerContainer [2020-09-29T05:03:47.533Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:03:47.577Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:03:48.314Z] $ docker top da66d2a1528b9b6a97394ab40f2770fb23b346deea1a9d64e8f45dbf36af5d2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:03:48.857Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:03:48.857Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:03:55.622Z] $ docker stop --time=1 da66d2a1528b9b6a97394ab40f2770fb23b346deea1a9d64e8f45dbf36af5d2e [2020-09-29T05:03:57.077Z] $ docker rm -f da66d2a1528b9b6a97394ab40f2770fb23b346deea1a9d64e8f45dbf36af5d2e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:03:57.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:03:57.556Z] . [Pipeline] withDockerContainer [2020-09-29T05:03:57.659Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:03:57.705Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:03:58.507Z] $ docker top 77ecfaa55966b68faaef0ca9839dfd967f831ba65f6a7e32ddad49848af95c64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:03:59.051Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:03:59.051Z] + tee [2020-09-29T05:03:59.051Z] clair timeout 1m0s [2020-09-29T05:03:59.051Z] docker timeout: 1m0s [2020-09-29T05:03:59.051Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:04:00.582Z] $ docker stop --time=1 77ecfaa55966b68faaef0ca9839dfd967f831ba65f6a7e32ddad49848af95c64 [2020-09-29T05:04:02.015Z] $ docker rm -f 77ecfaa55966b68faaef0ca9839dfd967f831ba65f6a7e32ddad49848af95c64 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T05:04:02.555Z] + mkdir -p /w/workspace/edgex-go/149/clair-reports [Pipeline] echo [2020-09-29T05:04:02.569Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/149/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_1366034a2a507deba7d94ee721da807f71a065bf.html [Pipeline] writeFile [Pipeline] step [2020-09-29T05:04:02.621Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:04:02.981Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:04:02.981Z] . [Pipeline] withDockerContainer [2020-09-29T05:04:03.081Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:04:03.127Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:04:03.898Z] $ docker top 7a61304d23f6d257bea02191c2598eb5c211250e0e4e128fcc4c74f0d0c7c684 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:04:04.435Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:04:04.435Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:04:12.727Z] $ docker stop --time=1 7a61304d23f6d257bea02191c2598eb5c211250e0e4e128fcc4c74f0d0c7c684 [2020-09-29T05:04:14.189Z] $ docker rm -f 7a61304d23f6d257bea02191c2598eb5c211250e0e4e128fcc4c74f0d0c7c684 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:04:14.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:04:14.701Z] . [Pipeline] withDockerContainer [2020-09-29T05:04:14.805Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:04:14.931Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:04:15.821Z] $ docker top 5e41429df1784d8bbecd972047aa6b533ebb353cd16fa72a901f88247143dbb2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:04:16.369Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:04:16.369Z] + tee [2020-09-29T05:04:16.369Z] clair timeout 1m0s [2020-09-29T05:04:16.369Z] docker timeout: 1m0s [2020-09-29T05:04:16.369Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:04:17.872Z] $ docker stop --time=1 5e41429df1784d8bbecd972047aa6b533ebb353cd16fa72a901f88247143dbb2 [2020-09-29T05:04:19.331Z] $ docker rm -f 5e41429df1784d8bbecd972047aa6b533ebb353cd16fa72a901f88247143dbb2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T05:04:19.869Z] + mkdir -p /w/workspace/edgex-go/149/clair-reports [Pipeline] echo [2020-09-29T05:04:19.886Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/149/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_1366034a2a507deba7d94ee721da807f71a065bf.html [Pipeline] writeFile [Pipeline] step [2020-09-29T05:04:19.939Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:04:20.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:04:20.284Z] . [Pipeline] withDockerContainer [2020-09-29T05:04:20.386Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:04:20.429Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:04:21.255Z] $ docker top 4ab8edc6d6c1fc7e1242e51b1cdaa3d453bc5904c5a7ac0d4ac33ef880e18be2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:04:21.788Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:04:21.788Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:04:25.243Z] $ docker stop --time=1 4ab8edc6d6c1fc7e1242e51b1cdaa3d453bc5904c5a7ac0d4ac33ef880e18be2 [2020-09-29T05:04:26.942Z] $ docker rm -f 4ab8edc6d6c1fc7e1242e51b1cdaa3d453bc5904c5a7ac0d4ac33ef880e18be2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:04:27.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:04:27.494Z] . [Pipeline] withDockerContainer [2020-09-29T05:04:27.596Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:04:27.643Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:04:28.388Z] $ docker top 5f9961de1e47e674edfb34d1e56baa8db0615afecedc5a2437d8b8c976b8d1de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:04:28.896Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:04:28.896Z] + tee [2020-09-29T05:04:28.896Z] clair timeout 1m0s [2020-09-29T05:04:28.896Z] docker timeout: 1m0s [2020-09-29T05:04:28.896Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:04:29.572Z] $ docker stop --time=1 5f9961de1e47e674edfb34d1e56baa8db0615afecedc5a2437d8b8c976b8d1de [2020-09-29T05:04:31.021Z] $ docker rm -f 5f9961de1e47e674edfb34d1e56baa8db0615afecedc5a2437d8b8c976b8d1de [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T05:04:31.541Z] + mkdir -p /w/workspace/edgex-go/149/clair-reports [Pipeline] echo [2020-09-29T05:04:31.554Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/149/clair-reports/clair_results_docker-support-logging-go-arm64_1366034a2a507deba7d94ee721da807f71a065bf.html [Pipeline] writeFile [Pipeline] step [2020-09-29T05:04:31.610Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:04:31.953Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:04:31.953Z] . [Pipeline] withDockerContainer [2020-09-29T05:04:32.058Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:04:32.174Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:04:32.972Z] $ docker top dcfbef0f4783d725a0608afd6714ee3413339cf463e1548da0b5d1bf6bb7f8d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:04:33.516Z] + tee [2020-09-29T05:04:33.516Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:04:38.971Z] $ docker stop --time=1 dcfbef0f4783d725a0608afd6714ee3413339cf463e1548da0b5d1bf6bb7f8d4 [2020-09-29T05:04:40.403Z] $ docker rm -f dcfbef0f4783d725a0608afd6714ee3413339cf463e1548da0b5d1bf6bb7f8d4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:04:40.904Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:04:40.904Z] . [Pipeline] withDockerContainer [2020-09-29T05:04:41.001Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:04:41.046Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:04:41.871Z] $ docker top 554b164af9f006670e65c842475ee8d2f16a69f94c496858b7b17b96c77b48a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:04:42.422Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:04:42.422Z] + tee [2020-09-29T05:04:42.422Z] clair timeout 1m0s [2020-09-29T05:04:42.422Z] docker timeout: 1m0s [2020-09-29T05:04:42.422Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:04:43.470Z] $ docker stop --time=1 554b164af9f006670e65c842475ee8d2f16a69f94c496858b7b17b96c77b48a2 [2020-09-29T05:04:44.861Z] $ docker rm -f 554b164af9f006670e65c842475ee8d2f16a69f94c496858b7b17b96c77b48a2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T05:04:45.350Z] + mkdir -p /w/workspace/edgex-go/149/clair-reports [Pipeline] echo [2020-09-29T05:04:45.362Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/149/clair-reports/clair_results_docker-support-notifications-go-arm64_1366034a2a507deba7d94ee721da807f71a065bf.html [Pipeline] writeFile [Pipeline] step [2020-09-29T05:04:45.416Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:04:45.798Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:04:45.798Z] . [Pipeline] withDockerContainer [2020-09-29T05:04:45.897Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:04:45.944Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:04:46.852Z] $ docker top d2b209b76f96daa34acea1c591aaa5b4b477f38e68902d0b5e6693c8ab0fef80 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:04:47.386Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:04:47.386Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:04:50.149Z] $ docker stop --time=1 d2b209b76f96daa34acea1c591aaa5b4b477f38e68902d0b5e6693c8ab0fef80 [2020-09-29T05:04:51.569Z] $ docker rm -f d2b209b76f96daa34acea1c591aaa5b4b477f38e68902d0b5e6693c8ab0fef80 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:04:52.111Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:04:52.111Z] . [Pipeline] withDockerContainer [2020-09-29T05:04:52.209Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:04:52.300Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:04:53.063Z] $ docker top a1cd75d898ac1d001e74d2ece81b0405c88af7c218c1aef683ca32b91f1a41e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:04:53.640Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:04:53.640Z] + tee [2020-09-29T05:04:53.640Z] clair timeout 1m0s [2020-09-29T05:04:53.640Z] docker timeout: 1m0s [2020-09-29T05:04:53.640Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:04:54.312Z] $ docker stop --time=1 a1cd75d898ac1d001e74d2ece81b0405c88af7c218c1aef683ca32b91f1a41e4 [2020-09-29T05:04:55.919Z] $ docker rm -f a1cd75d898ac1d001e74d2ece81b0405c88af7c218c1aef683ca32b91f1a41e4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T05:04:56.399Z] + mkdir -p /w/workspace/edgex-go/149/clair-reports [Pipeline] echo [2020-09-29T05:04:56.411Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/149/clair-reports/clair_results_docker-support-scheduler-go-arm64_1366034a2a507deba7d94ee721da807f71a065bf.html [Pipeline] writeFile [Pipeline] step [2020-09-29T05:04:56.467Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:04:56.805Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:04:56.805Z] . [Pipeline] withDockerContainer [2020-09-29T05:04:56.904Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:04:56.947Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:04:57.872Z] $ docker top 270d1156024ab2cbf608a7d78ffde16dc96321b016b4ec27e2fe77cb09e77eb6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:04:58.435Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:04:58.435Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:05:13.591Z] $ docker stop --time=1 270d1156024ab2cbf608a7d78ffde16dc96321b016b4ec27e2fe77cb09e77eb6 [2020-09-29T05:05:14.988Z] $ docker rm -f 270d1156024ab2cbf608a7d78ffde16dc96321b016b4ec27e2fe77cb09e77eb6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:05:15.471Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-29T05:05:15.471Z] . [Pipeline] withDockerContainer [2020-09-29T05:05:15.570Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:05:15.618Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:05:16.349Z] $ docker top bdf95e0498d1d0c225143fd5da52577641500765a76b5fc3b96a5c6f38cbbca7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-29T05:05:16.877Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1366034a2a507deba7d94ee721da807f71a065bf [2020-09-29T05:05:16.877Z] + tee [2020-09-29T05:05:16.877Z] clair timeout 1m0s [2020-09-29T05:05:16.877Z] docker timeout: 1m0s [2020-09-29T05:05:16.877Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-29T05:05:18.387Z] $ docker stop --time=1 bdf95e0498d1d0c225143fd5da52577641500765a76b5fc3b96a5c6f38cbbca7 [2020-09-29T05:05:19.756Z] $ docker rm -f bdf95e0498d1d0c225143fd5da52577641500765a76b5fc3b96a5c6f38cbbca7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-29T05:05:20.225Z] + mkdir -p /w/workspace/edgex-go/149/clair-reports [Pipeline] echo [2020-09-29T05:05:20.240Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/149/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_1366034a2a507deba7d94ee721da807f71a065bf.html [Pipeline] writeFile [Pipeline] step [2020-09-29T05:05:20.297Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-09-29T05:05:20.772Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-29T05:05:20.933Z] provisioning config files... [2020-09-29T05:05:20.993Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/149@tmp/config4332857282383838457tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-29T05:05:21.337Z] --> edgex-publish-swagger.sh [2020-09-29T05:05:21.337Z] === Publish openapi/v1 API === [2020-09-29T05:05:21.337Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-09-29T05:05:21.337Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-29T05:05:21.337Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-29T05:05:21.337Z] Dload Upload Total Spent Left Speed [2020-09-29T05:05:22.723Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8612 0:00:01 0:00:01 --:--:-- 8623 100 10521 0 0 100 10521 0 8611 0:00:01 0:00:01 --:--:-- 8616 [2020-09-29T05:05:22.723Z] [2020-09-29T05:05:22.723Z] [2020-09-29T05:05:22.723Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-29T05:05:22.723Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-29T05:05:22.723Z] Dload Upload Total Spent Left Speed [2020-09-29T05:05:23.666Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 30613 0:00:01 0:00:01 --:--:-- 30626 100 32556 0 0 100 32556 0 30607 0:00:01 0:00:01 --:--:-- 30626 [2020-09-29T05:05:23.666Z] [2020-09-29T05:05:23.666Z] [2020-09-29T05:05:23.666Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-29T05:05:23.666Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-29T05:05:23.666Z] Dload Upload Total Spent Left Speed [2020-09-29T05:05:24.870Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 88 73720 0 0 88 65536 0 291k --:--:-- --:--:-- --:--:-- 290k 100 73720 0 0 100 73720 0 66614 0:00:01 0:00:01 --:--:-- 66654 [2020-09-29T05:05:24.870Z] [2020-09-29T05:05:24.870Z] [2020-09-29T05:05:24.870Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-29T05:05:24.870Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-29T05:05:24.870Z] Dload Upload Total Spent Left Speed [2020-09-29T05:05:25.815Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12390 0:00:01 0:00:01 --:--:-- 12390 100 13580 0 0 100 13580 0 12388 0:00:01 0:00:01 --:--:-- 12390 [2020-09-29T05:05:25.815Z] [2020-09-29T05:05:25.815Z] [2020-09-29T05:05:25.815Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-29T05:05:25.815Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-29T05:05:25.815Z] Dload Upload Total Spent Left Speed [2020-09-29T05:05:27.201Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 36320 0:00:01 0:00:01 --:--:-- 36344 100 38889 0 0 100 38889 0 36314 0:00:01 0:00:01 --:--:-- 36344 [2020-09-29T05:05:27.201Z] [2020-09-29T05:05:27.201Z] [2020-09-29T05:05:27.201Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-29T05:05:27.201Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-29T05:05:27.201Z] Dload Upload Total Spent Left Speed [2020-09-29T05:05:28.143Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 11936 0:00:01 0:00:01 --:--:-- 11943 100 14248 0 0 100 14248 0 11827 0:00:01 0:00:01 --:--:-- 11833 [2020-09-29T05:05:28.143Z] [2020-09-29T05:05:28.143Z] [2020-09-29T05:05:28.143Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-29T05:05:28.143Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-29T05:05:28.143Z] Dload Upload Total Spent Left Speed [2020-09-29T05:05:29.085Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4115 --:--:-- --:--:-- --:--:-- 4113 100 4109 0 0 100 4109 0 4115 --:--:-- --:--:-- --:--:-- 4113 [2020-09-29T05:05:29.085Z] [2020-09-29T05:05:29.085Z] [2020-09-29T05:05:29.085Z] === Publish openapi/v2 API === [2020-09-29T05:05:29.085Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-29T05:05:29.085Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-29T05:05:29.085Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-29T05:05:29.085Z] Dload Upload Total Spent Left Speed [2020-09-29T05:05:30.469Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 28385 0:00:01 0:00:01 --:--:-- 28415 100 30234 0 0 100 30234 0 28381 0:00:01 0:00:01 --:--:-- 28388 [2020-09-29T05:05:30.469Z] [2020-09-29T05:05:30.469Z] [2020-09-29T05:05:30.469Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-29T05:05:30.469Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-29T05:05:30.469Z] Dload Upload Total Spent Left Speed [2020-09-29T05:05:31.413Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59012 0 0 100 59012 0 53367 0:00:01 0:00:01 --:--:-- 53404 100 59012 0 0 100 59012 0 53356 0:00:01 0:00:01 --:--:-- 53404 [2020-09-29T05:05:31.413Z] [2020-09-29T05:05:31.413Z] [2020-09-29T05:05:31.413Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-29T05:05:31.413Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-29T05:05:31.413Z] Dload Upload Total Spent Left Speed [2020-09-29T05:05:32.800Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68246 0 0 100 68246 0 60738 0:00:01 0:00:01 --:--:-- 60771 100 68246 0 0 100 68246 0 60718 0:00:01 0:00:01 --:--:-- 60771 [2020-09-29T05:05:32.800Z] [2020-09-29T05:05:32.800Z] [2020-09-29T05:05:32.800Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-29T05:05:32.800Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-29T05:05:32.800Z] Dload Upload Total Spent Left Speed [2020-09-29T05:05:33.743Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 22898 0:00:01 0:00:01 --:--:-- 22911 100 26165 0 0 100 26165 0 22895 0:00:01 0:00:01 --:--:-- 22911 [2020-09-29T05:05:33.743Z] [2020-09-29T05:05:33.743Z] [2020-09-29T05:05:33.743Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-29T05:05:33.743Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-29T05:05:33.743Z] Dload Upload Total Spent Left Speed [2020-09-29T05:05:34.688Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 56956 0:00:01 0:00:01 --:--:-- 56972 [2020-09-29T05:05:34.688Z] [2020-09-29T05:05:34.688Z] [2020-09-29T05:05:34.949Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-29T05:05:34.949Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-29T05:05:34.949Z] Dload Upload Total Spent Left Speed [2020-09-29T05:05:35.891Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 43080 0:00:01 0:00:01 --:--:-- 43076 100 46049 0 0 100 46049 0 43073 0:00:01 0:00:01 --:--:-- 43076 [2020-09-29T05:05:35.891Z] [2020-09-29T05:05:35.891Z] [2020-09-29T05:05:35.891Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-29T05:05:35.891Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-29T05:05:35.891Z] Dload Upload Total Spent Left Speed [2020-09-29T05:05:36.835Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 23341 0:00:01 0:00:01 --:--:-- 23366 100 24114 0 0 100 24114 0 23336 0:00:01 0:00:01 --:--:-- 23343 [2020-09-29T05:05:36.835Z] [2020-09-29T05:05:36.835Z] [Pipeline] } [2020-09-29T05:05:36.845Z] 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-09-29T05:05:47.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-29T05:05:47.431Z] . [Pipeline] withDockerContainer [2020-09-29T05:05:47.542Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:05:47.587Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:05:48.766Z] $ docker top 9f794ddd9c04868568dc1b640d6aa20c2c630fa76363e21372aba658e9f52f43 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-29T05:05:49.138Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-29T05:05:49.139Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-29T05:05:49.429Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-29T05:05:49.434Z] $ docker exec 9f794ddd9c04868568dc1b640d6aa20c2c630fa76363e21372aba658e9f52f43 ssh-agent [2020-09-29T05:05:49.634Z] SSH_AUTH_SOCK=/tmp/ssh-qiTWPnkvbshW/agent.12 [2020-09-29T05:05:49.634Z] SSH_AGENT_PID=18 [2020-09-29T05:05:49.646Z] Running ssh-add (command line suppressed) [2020-09-29T05:05:49.784Z] Identity added: /w/workspace/edgex-go/149@tmp/private_key_942860504703083752.key (/w/workspace/edgex-go/149@tmp/private_key_942860504703083752.key) [2020-09-29T05:05:49.847Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-29T05:05:50.184Z] + git semver tag [2020-09-29T05:05:50.446Z] # -> Open(): unable to determine branch for HEAD [2020-09-29T05:05:50.446Z] # $GIT_DIR = /w/workspace/edgex-go/149/.git [2020-09-29T05:05:50.446Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/149 [2020-09-29T05:05:50.446Z] # $SEMVER_REMOTE_NAME = origin [2020-09-29T05:05:50.446Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-29T05:05:50.446Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-29T05:05:50.446Z] # $SEMVER_BRANCH = master [2020-09-29T05:05:50.446Z] # $SEMVER_DIR = /w/workspace/edgex-go/149/.semver [2020-09-29T05:05:50.446Z] # 1366034a2a507deba7d94ee721da807f71a065bf HEAD [2020-09-29T05:05:51.020Z] # -> Force: false [2020-09-29T05:05:51.020Z] # 39b81f59a59d9ecec3337111896657aa6749ab23 refs/tags/v1.2.2-dev.34 [Pipeline] } [2020-09-29T05:05:51.034Z] $ docker exec --env ******** --env ******** 9f794ddd9c04868568dc1b640d6aa20c2c630fa76363e21372aba658e9f52f43 ssh-agent -k [2020-09-29T05:05:51.176Z] unset SSH_AUTH_SOCK; [2020-09-29T05:05:51.176Z] unset SSH_AGENT_PID; [2020-09-29T05:05:51.176Z] echo Agent pid 18 killed; [2020-09-29T05:05:51.236Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-29T05:05:51.746Z] + git semver [Pipeline] } [2020-09-29T05:05:51.765Z] $ docker stop --time=1 9f794ddd9c04868568dc1b640d6aa20c2c630fa76363e21372aba658e9f52f43 [2020-09-29T05:05:53.128Z] $ docker rm -f 9f794ddd9c04868568dc1b640d6aa20c2c630fa76363e21372aba658e9f52f43 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:05:53.798Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-29T05:05:53.799Z] [2020-09-29T05:05:53.799Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:05:54.143Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-29T05:05:54.143Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-29T05:05:54.143Z] ab5ef0e58194: Pulling fs layer [2020-09-29T05:05:54.143Z] 9712f1f96733: Pulling fs layer [2020-09-29T05:05:54.143Z] 63f879dbbcfc: Pulling fs layer [2020-09-29T05:05:54.143Z] 0d9ebad4ef96: Pulling fs layer [2020-09-29T05:05:54.143Z] e9a5061849ea: Pulling fs layer [2020-09-29T05:05:54.143Z] d747dcd14b5f: Pulling fs layer [2020-09-29T05:05:54.143Z] 2de7ff778b66: Pulling fs layer [2020-09-29T05:05:54.143Z] 0d9ebad4ef96: Waiting [2020-09-29T05:05:54.143Z] e9a5061849ea: Waiting [2020-09-29T05:05:54.143Z] d747dcd14b5f: Waiting [2020-09-29T05:05:54.143Z] 2de7ff778b66: Waiting [2020-09-29T05:05:54.143Z] 9712f1f96733: Download complete [2020-09-29T05:05:56.071Z] 63f879dbbcfc: Verifying Checksum [2020-09-29T05:05:56.071Z] 63f879dbbcfc: Download complete [2020-09-29T05:05:56.354Z] e9a5061849ea: Verifying Checksum [2020-09-29T05:05:56.354Z] e9a5061849ea: Download complete [2020-09-29T05:05:56.618Z] 2de7ff778b66: Verifying Checksum [2020-09-29T05:05:56.618Z] 2de7ff778b66: Download complete [2020-09-29T05:05:56.879Z] ab5ef0e58194: Verifying Checksum [2020-09-29T05:05:56.879Z] ab5ef0e58194: Download complete [2020-09-29T05:05:56.879Z] 0d9ebad4ef96: Verifying Checksum [2020-09-29T05:05:56.879Z] 0d9ebad4ef96: Download complete [2020-09-29T05:06:02.198Z] ab5ef0e58194: Pull complete [2020-09-29T05:06:02.198Z] 9712f1f96733: Pull complete [2020-09-29T05:06:04.754Z] 63f879dbbcfc: Pull complete [2020-09-29T05:06:10.081Z] 0d9ebad4ef96: Pull complete [2020-09-29T05:06:12.005Z] e9a5061849ea: Pull complete [2020-09-29T05:06:12.005Z] d747dcd14b5f: Pull complete [2020-09-29T05:06:15.343Z] 2de7ff778b66: Pull complete [2020-09-29T05:06:15.343Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-29T05:06:15.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-29T05:06:15.343Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-29T05:06:15.551Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:06:15.600Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:06:19.433Z] $ docker top ee91ae74c00ac50880759477bf8884bdd874cfb4648d9a5dc7fb40425c980c79 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-29T05:06:19.784Z] provisioning config files... [2020-09-29T05:06:19.800Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/149@tmp/config4161217098523551207tmp [2020-09-29T05:06:19.819Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/149@tmp/config7120853149074050798tmp [2020-09-29T05:06:19.837Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/149@tmp/config4757743211914866248tmp [Pipeline] { [Pipeline] echo [2020-09-29T05:06:19.899Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T05:06:20.201Z] ---> sigul-configuration.sh [2020-09-29T05:06:20.201Z] gpg: directory `/root/.gnupg' created [2020-09-29T05:06:20.201Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-29T05:06:20.201Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-29T05:06:20.201Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-29T05:06:20.201Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-29T05:06:20.201Z] gpg: CAST5 encrypted data [2020-09-29T05:06:20.463Z] gpg: encrypted with 1 passphrase [2020-09-29T05:06:20.463Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-29T05:06:20.765Z] + mkdir /home/jenkins [2020-09-29T05:06:20.765Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-29T05:06:21.066Z] + 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-09-29T05:06:21.077Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T05:06:21.371Z] ---> sigul-install.sh [2020-09-29T05:06:28.010Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-29T05:06:28.384Z] + git tag --list [2020-09-29T05:06:28.384Z] 0.6.0 [2020-09-29T05:06:28.384Z] 0.6.1 [2020-09-29T05:06:28.384Z] 0.7.0 [2020-09-29T05:06:28.384Z] 0.7.1 [2020-09-29T05:06:28.384Z] v1.0.0 [2020-09-29T05:06:28.384Z] v1.0.1 [2020-09-29T05:06:28.384Z] v1.1.0 [2020-09-29T05:06:28.384Z] v1.2.0 [2020-09-29T05:06:28.384Z] v1.2.1 [2020-09-29T05:06:28.384Z] v1.2.2-dev.1 [2020-09-29T05:06:28.384Z] v1.2.2-dev.10 [2020-09-29T05:06:28.384Z] v1.2.2-dev.11 [2020-09-29T05:06:28.384Z] v1.2.2-dev.12 [2020-09-29T05:06:28.384Z] v1.2.2-dev.13 [2020-09-29T05:06:28.384Z] v1.2.2-dev.14 [2020-09-29T05:06:28.384Z] v1.2.2-dev.15 [2020-09-29T05:06:28.384Z] v1.2.2-dev.16 [2020-09-29T05:06:28.384Z] v1.2.2-dev.17 [2020-09-29T05:06:28.384Z] v1.2.2-dev.18 [2020-09-29T05:06:28.384Z] v1.2.2-dev.19 [2020-09-29T05:06:28.384Z] v1.2.2-dev.2 [2020-09-29T05:06:28.384Z] v1.2.2-dev.20 [2020-09-29T05:06:28.384Z] v1.2.2-dev.21 [2020-09-29T05:06:28.384Z] v1.2.2-dev.22 [2020-09-29T05:06:28.384Z] v1.2.2-dev.23 [2020-09-29T05:06:28.384Z] v1.2.2-dev.24 [2020-09-29T05:06:28.384Z] v1.2.2-dev.25 [2020-09-29T05:06:28.384Z] v1.2.2-dev.26 [2020-09-29T05:06:28.384Z] v1.2.2-dev.27 [2020-09-29T05:06:28.384Z] v1.2.2-dev.28 [2020-09-29T05:06:28.384Z] v1.2.2-dev.29 [2020-09-29T05:06:28.384Z] v1.2.2-dev.3 [2020-09-29T05:06:28.384Z] v1.2.2-dev.30 [2020-09-29T05:06:28.384Z] v1.2.2-dev.31 [2020-09-29T05:06:28.384Z] v1.2.2-dev.32 [2020-09-29T05:06:28.384Z] v1.2.2-dev.33 [2020-09-29T05:06:28.384Z] v1.2.2-dev.34 [2020-09-29T05:06:28.384Z] v1.2.2-dev.4 [2020-09-29T05:06:28.384Z] v1.2.2-dev.5 [2020-09-29T05:06:28.384Z] v1.2.2-dev.6 [2020-09-29T05:06:28.384Z] v1.2.2-dev.7 [2020-09-29T05:06:28.384Z] v1.2.2-dev.8 [2020-09-29T05:06:28.384Z] v1.2.2-dev.9 [Pipeline] sh [2020-09-29T05:06:28.721Z] + lftools sign git-tag v1.2.2-dev.34 [2020-09-29T05:06:30.113Z] Signing Git tag with Sigul... [2020-09-29T05:06:30.113Z] Signing v1.2.2-dev.34 [Pipeline] echo [2020-09-29T05:06:31.073Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T05:06:31.371Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-29T05:06:31.381Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-29T05:06:31.485Z] $ docker stop --time=1 ee91ae74c00ac50880759477bf8884bdd874cfb4648d9a5dc7fb40425c980c79 [2020-09-29T05:06:33.561Z] $ docker rm -f ee91ae74c00ac50880759477bf8884bdd874cfb4648d9a5dc7fb40425c980c79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:06:34.450Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-29T05:06:34.450Z] . [Pipeline] withDockerContainer [2020-09-29T05:06:34.572Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:06:34.621Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:06:35.504Z] $ docker top 1af46eb4fcfc3ef362bbb3915c24c5fd8102148948c8cd8e9992e72c253ec383 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-29T05:06:35.858Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-29T05:06:35.858Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-29T05:06:36.091Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-29T05:06:36.097Z] $ docker exec 1af46eb4fcfc3ef362bbb3915c24c5fd8102148948c8cd8e9992e72c253ec383 ssh-agent [2020-09-29T05:06:36.293Z] SSH_AUTH_SOCK=/tmp/ssh-t2pC50AW2Dzb/agent.13 [2020-09-29T05:06:36.293Z] SSH_AGENT_PID=18 [2020-09-29T05:06:36.302Z] Running ssh-add (command line suppressed) [2020-09-29T05:06:36.441Z] Identity added: /w/workspace/edgex-go/149@tmp/private_key_4343108980111449746.key (/w/workspace/edgex-go/149@tmp/private_key_4343108980111449746.key) [2020-09-29T05:06:36.522Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-29T05:06:36.904Z] + git semver bump pre [2020-09-29T05:06:36.904Z] # -> Open(): unable to determine branch for HEAD [2020-09-29T05:06:36.904Z] # $GIT_DIR = /w/workspace/edgex-go/149/.git [2020-09-29T05:06:36.904Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/149 [2020-09-29T05:06:36.904Z] # $SEMVER_REMOTE_NAME = origin [2020-09-29T05:06:36.904Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-29T05:06:36.904Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-29T05:06:36.904Z] # $SEMVER_BRANCH = master [2020-09-29T05:06:36.904Z] # $SEMVER_DIR = /w/workspace/edgex-go/149/.semver [2020-09-29T05:06:36.904Z] 1.2.2-dev.35 [Pipeline] } [2020-09-29T05:06:36.918Z] $ docker exec --env ******** --env ******** 1af46eb4fcfc3ef362bbb3915c24c5fd8102148948c8cd8e9992e72c253ec383 ssh-agent -k [2020-09-29T05:06:37.056Z] unset SSH_AUTH_SOCK; [2020-09-29T05:06:37.056Z] unset SSH_AGENT_PID; [2020-09-29T05:06:37.056Z] echo Agent pid 18 killed; [2020-09-29T05:06:37.112Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-29T05:06:37.835Z] + git semver [Pipeline] } [2020-09-29T05:06:37.886Z] $ docker stop --time=1 1af46eb4fcfc3ef362bbb3915c24c5fd8102148948c8cd8e9992e72c253ec383 [2020-09-29T05:06:39.294Z] $ docker rm -f 1af46eb4fcfc3ef362bbb3915c24c5fd8102148948c8cd8e9992e72c253ec383 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-29T05:06:39.893Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-29T05:06:39.893Z] . [Pipeline] withDockerContainer [2020-09-29T05:06:40.038Z] prd-centos7-docker-4c-2g-1931 does not seem to be running inside a container [2020-09-29T05:06:40.157Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/149 -v /w/workspace/edgex-go/149:/w/workspace/edgex-go/149:rw,z -v /w/workspace/edgex-go/149@tmp:/w/workspace/edgex-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-09-29T05:06:40.934Z] $ docker top adfa10d9f420a28bc5729d70bec92ce9bacbd503d015a0503f0461897add59b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-29T05:06:41.305Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-29T05:06:41.305Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-29T05:06:41.510Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-29T05:06:41.515Z] $ docker exec adfa10d9f420a28bc5729d70bec92ce9bacbd503d015a0503f0461897add59b7 ssh-agent [2020-09-29T05:06:41.694Z] SSH_AUTH_SOCK=/tmp/ssh-UDjumaBPJyQ7/agent.11 [2020-09-29T05:06:41.694Z] SSH_AGENT_PID=16 [2020-09-29T05:06:41.702Z] Running ssh-add (command line suppressed) [2020-09-29T05:06:41.829Z] Identity added: /w/workspace/edgex-go/149@tmp/private_key_342036941239616577.key (/w/workspace/edgex-go/149@tmp/private_key_342036941239616577.key) [2020-09-29T05:06:41.885Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-29T05:06:42.219Z] + git semver push [2020-09-29T05:06:42.220Z] # -> Open(): unable to determine branch for HEAD [2020-09-29T05:06:42.220Z] # $GIT_DIR = /w/workspace/edgex-go/149/.git [2020-09-29T05:06:42.220Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/149 [2020-09-29T05:06:42.220Z] # $SEMVER_REMOTE_NAME = origin [2020-09-29T05:06:42.220Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-29T05:06:42.220Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-29T05:06:42.220Z] # $SEMVER_BRANCH = master [2020-09-29T05:06:42.220Z] # $SEMVER_DIR = /w/workspace/edgex-go/149/.semver [Pipeline] } [2020-09-29T05:06:51.670Z] $ docker exec --env ******** --env ******** adfa10d9f420a28bc5729d70bec92ce9bacbd503d015a0503f0461897add59b7 ssh-agent -k [2020-09-29T05:06:51.791Z] unset SSH_AUTH_SOCK; [2020-09-29T05:06:51.791Z] unset SSH_AGENT_PID; [2020-09-29T05:06:51.791Z] echo Agent pid 16 killed; [2020-09-29T05:06:51.849Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-29T05:06:52.440Z] + git semver [Pipeline] } [2020-09-29T05:06:52.459Z] $ docker stop --time=1 adfa10d9f420a28bc5729d70bec92ce9bacbd503d015a0503f0461897add59b7 [2020-09-29T05:06:53.835Z] $ docker rm -f adfa10d9f420a28bc5729d70bec92ce9bacbd503d015a0503f0461897add59b7 [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-09-29T05:06:54.779Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T05:06:55.685Z] ---> package-listing.sh [2020-09-29T05:06:55.685Z] ++ facter osfamily [2020-09-29T05:06:55.685Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-29T05:06:55.685Z] + OS_FAMILY=redhat [2020-09-29T05:06:55.685Z] + workspace=/w/workspace/edgex-go/149 [2020-09-29T05:06:55.685Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-29T05:06:55.685Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-29T05:06:55.685Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-29T05:06:55.685Z] + PACKAGES=/tmp/packages_start.txt [2020-09-29T05:06:55.685Z] + '[' /w/workspace/edgex-go/149 ']' [2020-09-29T05:06:55.685Z] + PACKAGES=/tmp/packages_end.txt [2020-09-29T05:06:55.685Z] + case "${OS_FAMILY}" in [2020-09-29T05:06:55.685Z] + rpm -qa [2020-09-29T05:06:55.685Z] + sort [2020-09-29T05:06:59.925Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-29T05:06:59.925Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-29T05:06:59.925Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-29T05:06:59.925Z] + '[' /w/workspace/edgex-go/149 ']' [2020-09-29T05:06:59.925Z] + mkdir -p /w/workspace/edgex-go/149/archives/ [2020-09-29T05:06:59.925Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/149/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-29T05:07:00.703Z] provisioning config files... [2020-09-29T05:07:00.727Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/149@tmp/config4717025693436909977tmp [Pipeline] { [Pipeline] echo [2020-09-29T05:07:00.821Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T05:07:01.131Z] ---> create-netrc.sh [Pipeline] } [2020-09-29T05:07:01.141Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-09-29T05:07:01.270Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T05:07:01.590Z] ---> python-tools-install.sh [2020-09-29T05:07:01.591Z] Generating Requirements File [2020-09-29T05:08:23.317Z] Python 3.6.8 [2020-09-29T05:08:23.317Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-09-29T05:08:23.317Z] aiohttp==3.6.2 [2020-09-29T05:08:23.317Z] appdirs==1.4.3 [2020-09-29T05:08:23.317Z] argcomplete==1.12.1 [2020-09-29T05:08:23.317Z] aspy.yaml==1.3.0 [2020-09-29T05:08:23.317Z] async-timeout==3.0.1 [2020-09-29T05:08:23.317Z] attrs==19.3.0 [2020-09-29T05:08:23.317Z] Babel==2.8.0 [2020-09-29T05:08:23.317Z] beautifulsoup4==4.8.2 [2020-09-29T05:08:23.317Z] boto3==1.11.6 [2020-09-29T05:08:23.317Z] botocore==1.14.6 [2020-09-29T05:08:23.317Z] bs4==0.0.1 [2020-09-29T05:08:23.317Z] cachetools==4.1.1 [2020-09-29T05:08:23.317Z] certifi==2019.11.28 [2020-09-29T05:08:23.317Z] cffi==1.14.3 [2020-09-29T05:08:23.317Z] cfgv==2.0.1 [2020-09-29T05:08:23.317Z] chardet==3.0.4 [2020-09-29T05:08:23.317Z] click==7.1 [2020-09-29T05:08:23.317Z] cliff==3.4.0 [2020-09-29T05:08:23.317Z] cmd2==1.3.10 [2020-09-29T05:08:23.317Z] colorama==0.4.3 [2020-09-29T05:08:23.317Z] cryptography==3.1.1 [2020-09-29T05:08:23.317Z] debtcollector==2.2.0 [2020-09-29T05:08:23.317Z] decorator==4.4.2 [2020-09-29T05:08:23.317Z] defusedxml==0.6.0 [2020-09-29T05:08:23.317Z] Deprecated==1.2.7 [2020-09-29T05:08:23.317Z] distlib==0.3.1 [2020-09-29T05:08:23.317Z] distro==1.2.0 [2020-09-29T05:08:23.317Z] dnspython==1.16.0 [2020-09-29T05:08:23.317Z] docker==4.2.0 [2020-09-29T05:08:23.317Z] docutils==0.15.2 [2020-09-29T05:08:23.317Z] dogpile.cache==1.0.2 [2020-09-29T05:08:23.317Z] email-validator==1.0.5 [2020-09-29T05:08:23.317Z] filelock==3.0.12 [2020-09-29T05:08:23.317Z] future==0.18.2 [2020-09-29T05:08:23.317Z] google-auth==1.22.0 [2020-09-29T05:08:23.317Z] httplib2==0.17.0 [2020-09-29T05:08:23.317Z] identify==1.4.11 [2020-09-29T05:08:23.317Z] idna==2.9 [2020-09-29T05:08:23.317Z] idna-ssl==1.1.0 [2020-09-29T05:08:23.317Z] importlib-metadata==1.7.0 [2020-09-29T05:08:23.317Z] importlib-resources==1.5.0 [2020-09-29T05:08:23.317Z] iso8601==0.1.13 [2020-09-29T05:08:23.317Z] Jinja2==2.11.1 [2020-09-29T05:08:23.317Z] jmespath==0.10.0 [2020-09-29T05:08:23.317Z] jsonpatch==1.26 [2020-09-29T05:08:23.317Z] jsonpointer==2.0 [2020-09-29T05:08:23.317Z] jsonschema==3.2.0 [2020-09-29T05:08:23.317Z] keystoneauth1==4.2.1 [2020-09-29T05:08:23.317Z] kubernetes==11.0.0 [2020-09-29T05:08:23.317Z] lftools==0.34.2 [2020-09-29T05:08:23.317Z] lxml==4.5.0 [2020-09-29T05:08:23.317Z] MarkupSafe==0.23 [2020-09-29T05:08:23.317Z] msgpack==1.0.0 [2020-09-29T05:08:23.317Z] multi-key-dict==2.0.3 [2020-09-29T05:08:23.317Z] multidict==4.7.6 [2020-09-29T05:08:23.317Z] munch==2.5.0 [2020-09-29T05:08:23.317Z] netaddr==0.8.0 [2020-09-29T05:08:23.317Z] netifaces==0.10.9 [2020-09-29T05:08:23.317Z] niet==1.4.2 [2020-09-29T05:08:23.317Z] nodeenv==1.3.5 [2020-09-29T05:08:23.317Z] oauth2client==4.1.3 [2020-09-29T05:08:23.317Z] oauthlib==3.1.0 [2020-09-29T05:08:23.317Z] openstacksdk==0.50.0 [2020-09-29T05:08:23.317Z] os-client-config==2.1.0 [2020-09-29T05:08:23.317Z] os-service-types==1.7.0 [2020-09-29T05:08:23.317Z] osc-lib==2.2.1 [2020-09-29T05:08:23.317Z] oslo.config==8.3.2 [2020-09-29T05:08:23.317Z] oslo.context==3.1.1 [2020-09-29T05:08:23.317Z] oslo.i18n==5.0.1 [2020-09-29T05:08:23.317Z] oslo.log==4.4.0 [2020-09-29T05:08:23.317Z] oslo.serialization==4.0.1 [2020-09-29T05:08:23.317Z] oslo.utils==4.6.0 [2020-09-29T05:08:23.317Z] packaging==20.4 [2020-09-29T05:08:23.317Z] pbr==5.4.4 [2020-09-29T05:08:23.317Z] pluggy==0.13.1 [2020-09-29T05:08:23.317Z] prettytable==0.7.2 [2020-09-29T05:08:23.317Z] py==1.9.0 [2020-09-29T05:08:23.317Z] pyasn1==0.4.8 [2020-09-29T05:08:23.317Z] pyasn1-modules==0.2.8 [2020-09-29T05:08:23.317Z] pycparser==2.20 [2020-09-29T05:08:23.317Z] pygerrit2==2.0.10 [2020-09-29T05:08:23.317Z] PyGithub==1.46 [2020-09-29T05:08:23.317Z] pyinotify==0.9.6 [2020-09-29T05:08:23.317Z] PyJWT==1.7.1 [2020-09-29T05:08:23.317Z] pyparsing==2.4.7 [2020-09-29T05:08:23.317Z] pyperclip==1.8.0 [2020-09-29T05:08:23.317Z] pyroute2==0.4.13 [2020-09-29T05:08:23.317Z] pyrsistent==0.15.7 [2020-09-29T05:08:23.317Z] PySocks==1.6.8 [2020-09-29T05:08:23.317Z] python-cinderclient==7.2.0 [2020-09-29T05:08:23.317Z] python-dateutil==2.8.1 [2020-09-29T05:08:23.317Z] python-heatclient==2.2.1 [2020-09-29T05:08:23.317Z] python-jenkins==1.7.0 [2020-09-29T05:08:23.317Z] python-keystoneclient==4.1.1 [2020-09-29T05:08:23.317Z] python-magnumclient==3.2.1 [2020-09-29T05:08:23.317Z] python-novaclient==17.2.1 [2020-09-29T05:08:23.317Z] python-openstackclient==5.3.1 [2020-09-29T05:08:23.317Z] python-swiftclient==3.10.1 [2020-09-29T05:08:23.317Z] pytz==2020.1 [2020-09-29T05:08:23.317Z] PyYAML==5.3 [2020-09-29T05:08:23.317Z] requests==2.23.0 [2020-09-29T05:08:23.317Z] requests-oauthlib==1.3.0 [2020-09-29T05:08:23.317Z] requestsexceptions==1.4.0 [2020-09-29T05:08:23.317Z] rfc3986==1.4.0 [2020-09-29T05:08:23.317Z] rpm==4.11.3 [2020-09-29T05:08:23.317Z] rsa==4.0 [2020-09-29T05:08:23.317Z] ruamel.yaml==0.16.10 [2020-09-29T05:08:23.317Z] ruamel.yaml.clib==0.2.0 [2020-09-29T05:08:23.317Z] s3transfer==0.3.3 [2020-09-29T05:08:23.317Z] shade==1.27.2 [2020-09-29T05:08:23.317Z] simplejson==3.17.2 [2020-09-29T05:08:23.317Z] six==1.14.0 [2020-09-29T05:08:23.317Z] soupsieve==2.0 [2020-09-29T05:08:23.317Z] stevedore==3.2.2 [2020-09-29T05:08:23.317Z] tabulate==0.8.6 [2020-09-29T05:08:23.317Z] toml==0.10.0 [2020-09-29T05:08:23.317Z] tox==3.20.0 [2020-09-29T05:08:23.317Z] tqdm==4.43.0 [2020-09-29T05:08:23.317Z] typing-extensions==3.7.4.3 [2020-09-29T05:08:23.317Z] urllib3==1.25.8 [2020-09-29T05:08:23.317Z] virtualenv==20.0.31 [2020-09-29T05:08:23.317Z] wcwidth==0.2.5 [2020-09-29T05:08:23.317Z] websocket-client==0.57.0 [2020-09-29T05:08:23.317Z] wrapt==1.12.1 [2020-09-29T05:08:23.317Z] xdg==3.0.2 [2020-09-29T05:08:23.317Z] xmltodict==0.12.0 [2020-09-29T05:08:23.317Z] yarl==1.6.0 [2020-09-29T05:08:23.317Z] yq==2.11.1 [2020-09-29T05:08:23.317Z] zipp==3.2.0 [2020-09-29T05:08:23.318Z] Cache entry deserialization failed, entry ignored [2020-09-29T05:08:23.318Z] 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-09-29T05:08:24.266Z] Python 2.7.5 [2020-09-29T05:08:24.528Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-09-29T05:08:25.103Z] 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-09-29T05:08:25.103Z] ansible==2.9.7 [2020-09-29T05:08:25.103Z] Babel==0.9.6 [2020-09-29T05:08:25.103Z] backports.ssl-match-hostname==3.5.0.1 [2020-09-29T05:08:25.103Z] beautifulsoup4==4.4.1 [2020-09-29T05:08:25.103Z] bodhi==2.11.0 [2020-09-29T05:08:25.103Z] bodhi-client==2.11.0 [2020-09-29T05:08:25.103Z] CCColUtils==1.4 [2020-09-29T05:08:25.103Z] cffi==1.6.0 [2020-09-29T05:08:25.103Z] chardet==2.2.1 [2020-09-29T05:08:25.103Z] click==6.7 [2020-09-29T05:08:25.103Z] cloud-init==18.5 [2020-09-29T05:08:25.103Z] configobj==4.7.2 [2020-09-29T05:08:25.103Z] cryptography==1.7.2 [2020-09-29T05:08:25.103Z] decorator==3.4.0 [2020-09-29T05:08:25.103Z] distro==1.2.0 [2020-09-29T05:08:25.103Z] enum34==1.0.4 [2020-09-29T05:08:25.103Z] fedpkg==1.38 [2020-09-29T05:08:25.103Z] futures==3.1.1 [2020-09-29T05:08:25.103Z] gitdb==0.6.4 [2020-09-29T05:08:25.103Z] GitPython==1.0.1 [2020-09-29T05:08:25.103Z] html5lib==0.999 [2020-09-29T05:08:25.103Z] httplib2==0.9.2 [2020-09-29T05:08:25.103Z] idna==2.4 [2020-09-29T05:08:25.103Z] iniparse==0.4 [2020-09-29T05:08:25.103Z] ipaddress==1.0.16 [2020-09-29T05:08:25.103Z] IPy==0.75 [2020-09-29T05:08:25.103Z] javapackages==1.0.0 [2020-09-29T05:08:25.103Z] Jinja2==2.7.2 [2020-09-29T05:08:25.103Z] jmespath==0.9.4 [2020-09-29T05:08:25.103Z] jsonpatch==1.2 [2020-09-29T05:08:25.103Z] jsonpointer==1.9 [2020-09-29T05:08:25.103Z] kerberos==1.1 [2020-09-29T05:08:25.103Z] kitchen==1.1.1 [2020-09-29T05:08:25.103Z] langtable==0.0.31 [2020-09-29T05:08:25.103Z] lockfile==0.9.1 [2020-09-29T05:08:25.103Z] lxml==3.2.1 [2020-09-29T05:08:25.103Z] MarkupSafe==0.11 [2020-09-29T05:08:25.103Z] munch==2.0.2 [2020-09-29T05:08:25.103Z] offtrac==0.1.0 [2020-09-29T05:08:25.103Z] openidc-client==0.6.0 [2020-09-29T05:08:25.103Z] packagedb-cli==2.14.1 [2020-09-29T05:08:25.103Z] paramiko==2.1.1 [2020-09-29T05:08:25.103Z] perf==0.1 [2020-09-29T05:08:25.103Z] ply==3.4 [2020-09-29T05:08:25.103Z] policycoreutils-default-encoding==0.1 [2020-09-29T05:08:25.103Z] prettytable==0.7.2 [2020-09-29T05:08:25.103Z] pyasn1==0.1.9 [2020-09-29T05:08:25.103Z] pycparser==2.14 [2020-09-29T05:08:25.103Z] pycurl==7.19.0 [2020-09-29T05:08:25.103Z] pygobject==3.22.0 [2020-09-29T05:08:25.103Z] pygpgme==0.3 [2020-09-29T05:08:25.103Z] pyliblzma==0.5.3 [2020-09-29T05:08:25.103Z] pyOpenSSL==0.13.1 [2020-09-29T05:08:25.103Z] pyparsing==1.5.6 [2020-09-29T05:08:25.103Z] pyserial==2.6 [2020-09-29T05:08:25.103Z] python-augeas==0.5.0 [2020-09-29T05:08:25.103Z] python-bugzilla==2.3.0 [2020-09-29T05:08:25.103Z] python-dateutil==1.5 [2020-09-29T05:08:25.103Z] python-fedora==0.10.0 [2020-09-29T05:08:25.103Z] python-linux-procfs==0.4.9 [2020-09-29T05:08:25.103Z] python-yubico==1.2.3 [2020-09-29T05:08:25.103Z] pyudev==0.15 [2020-09-29T05:08:25.103Z] pyusb==1.0.0b1 [2020-09-29T05:08:25.103Z] pyxattr==0.5.1 [2020-09-29T05:08:25.103Z] PyYAML==3.10 [2020-09-29T05:08:25.103Z] requests==2.6.0 [2020-09-29T05:08:25.103Z] requests-kerberos==0.7.0 [2020-09-29T05:08:25.103Z] rpkg==1.60 [2020-09-29T05:08:25.103Z] schedutils==0.4 [2020-09-29T05:08:25.103Z] seobject==0.1 [2020-09-29T05:08:25.103Z] sepolicy==1.1 [2020-09-29T05:08:25.103Z] six==1.9.0 [2020-09-29T05:08:25.103Z] smmap==0.9.0 [2020-09-29T05:08:25.103Z] urlgrabber==3.10 [2020-09-29T05:08:25.103Z] urllib3==1.10.2 [2020-09-29T05:08:25.103Z] virtualenv==15.1.0 [2020-09-29T05:08:25.103Z] yum-langpacks==0.4.2 [2020-09-29T05:08:25.103Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-09-29T05:08:25.115Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T05:08:25.423Z] ---> sudo-logs.sh [2020-09-29T05:08:25.423Z] Archiving 'sudo' log.. [Pipeline] echo [2020-09-29T05:08:25.696Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T05:08:25.999Z] ---> job-cost.sh [2020-09-29T05:08:25.999Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wckd [2020-09-29T05:08:38.258Z] Cache entry deserialization failed, entry ignored [2020-09-29T05:08:38.258Z] Cache entry deserialization failed, entry ignored [2020-09-29T05:08:39.204Z] Cache entry deserialization failed, entry ignored [2020-09-29T05:08:39.204Z] Cache entry deserialization failed, entry ignored [2020-09-29T05:08:39.204Z] Cache entry deserialization failed, entry ignored [2020-09-29T05:08:39.204Z] Cache entry deserialization failed, entry ignored [2020-09-29T05:08:39.467Z] Cache entry deserialization failed, entry ignored [2020-09-29T05:08:39.467Z] Cache entry deserialization failed, entry ignored [2020-09-29T05:08:39.467Z] Cache entry deserialization failed, entry ignored [2020-09-29T05:08:39.729Z] Cache entry deserialization failed, entry ignored [2020-09-29T05:08:39.729Z] Cache entry deserialization failed, entry ignored [2020-09-29T05:08:39.729Z] Cache entry deserialization failed, entry ignored [2020-09-29T05:08:39.729Z] Cache entry deserialization failed, entry ignored [2020-09-29T05:08:42.288Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-09-29T05:09:14.470Z] ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. [2020-09-29T05:09:14.470Z] [2020-09-29T05:09:14.470Z] We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. [2020-09-29T05:09:14.470Z] [2020-09-29T05:09:14.470Z] virtualenv 20.0.31 requires importlib-metadata<2,>=0.12; python_version < "3.8", but you'll have importlib-metadata 2.0.0 which is incompatible. [2020-09-29T05:09:14.470Z] lf-activate-venv(): INFO: Adding /tmp/venv-wckd/bin to PATH [2020-09-29T05:09:14.470Z] INFO: No Stack... [2020-09-29T05:09:14.470Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-09-29T05:09:14.470Z] INFO: Archiving Costs [Pipeline] echo [2020-09-29T05:09:14.496Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-29T05:09:14.803Z] ---> logs-deploy.sh [2020-09-29T05:09:14.803Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/149 [2020-09-29T05:09:14.803Z] INFO: archiving workspace using pattern(s): [2020-09-29T05:09:16.729Z] Archives upload complete. [2020-09-29T05:09:16.729Z] INFO: archiving logs to Nexus