Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f108a71e15710a3809797859c322b04b13103843 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-5769 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/191 [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/191 # 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 f108a71e15710a3809797859c322b04b13103843 (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 f108a71e15710a3809797859c322b04b13103843 # timeout=10 Commit message: "Merge pull request #2791 from judehung/issue-2754" > git rev-list --no-walk 5fa08527d925aa0d761a58fd1d2245c253eac308 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-16T06:24:55.115Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-16T06:24:55.342Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-16T06:24:55.423Z] ========================================================= [2020-10-16T06:24:55.423Z] EdgeX Global Pipelines Version Info [2020-10-16T06:24:55.423Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:24:56.865Z] ------------------- [2020-10-16T06:24:56.865Z] stable info: [2020-10-16T06:24:56.865Z] ------------------- [2020-10-16T06:24:56.865Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T06:24:56.865Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T06:24:56.865Z] Message: update stable to v1.0.144 [2020-10-16T06:24:57.811Z] ------------------- [2020-10-16T06:24:57.811Z] experimental info: [2020-10-16T06:24:57.811Z] ------------------- [2020-10-16T06:24:57.811Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T06:24:57.811Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T06:24:57.812Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-16T06:24:58.044Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-16T06:24:58.124Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-16T06:24:58.255Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-16T06:24:58.388Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-16T06:24:58.474Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-16T06:24:58.568Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-16T06:24:58.719Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-16T06:24:58.798Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-16T06:24:58.875Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-16T06:24:58.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-16T06:24:59.033Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-16T06:24:59.107Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-16T06:24:59.186Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-16T06:24:59.286Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-16T06:24:59.371Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T06:24:59.481Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T06:24:59.560Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-16T06:24:59.639Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-16T06:24:59.729Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-16T06:24:59.808Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-16T06:24:59.884Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-16T06:24:59.987Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-16T06:25:00.222Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-16T06:25:00.320Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-16T06:25:00.403Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f108a71e15710a3809797859c322b04b13103843 [Pipeline] echo [2020-10-16T06:25:00.634Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f108a71 [Pipeline] echo [2020-10-16T06:25:00.752Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-16T06:25:01.182Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-16T06:25:01.182Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T06:25:01.182Z] ++ dirname cmd/core-command/Dockerfile [2020-10-16T06:25:01.182Z] ++ cut -d/ -f2 [2020-10-16T06:25:01.182Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-16T06:25:01.182Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T06:25:01.182Z] ++ dirname cmd/core-data/Dockerfile [2020-10-16T06:25:01.182Z] ++ cut -d/ -f2 [2020-10-16T06:25:01.182Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-16T06:25:01.182Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T06:25:01.182Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-16T06:25:01.182Z] ++ cut -d/ -f2 [2020-10-16T06:25:01.182Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-16T06:25:01.182Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T06:25:01.182Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-16T06:25:01.182Z] ++ cut -d/ -f2 [2020-10-16T06:25:01.182Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-16T06:25:01.182Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T06:25:01.182Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-16T06:25:01.182Z] ++ cut -d/ -f2 [2020-10-16T06:25:01.182Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-16T06:25:01.182Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T06:25:01.182Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-16T06:25:01.182Z] ++ cut -d/ -f2 [2020-10-16T06:25:01.182Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-16T06:25:01.182Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T06:25:01.182Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-16T06:25:01.182Z] ++ cut -d/ -f2 [2020-10-16T06:25:01.182Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-16T06:25:01.182Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T06:25:01.182Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-16T06:25:01.182Z] ++ cut -d/ -f2 [2020-10-16T06:25:01.182Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-16T06:25:01.182Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T06:25:01.182Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-16T06:25:01.182Z] ++ cut -d/ -f2 [2020-10-16T06:25:01.182Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-16T06:25:01.182Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T06:25:01.182Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-16T06:25:01.182Z] ++ cut -d/ -f2 [2020-10-16T06:25:01.182Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-16T06:25:01.267Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:25:02.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T06:25:02.951Z] [2020-10-16T06:25:02.951Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:25:03.338Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T06:25:03.338Z] latest: Pulling from edgex-devops/git-semver [2020-10-16T06:25:03.338Z] 31603596830f: Pulling fs layer [2020-10-16T06:25:03.338Z] 2a8b12db71e7: Pulling fs layer [2020-10-16T06:25:03.338Z] 6ca5941a6612: Pulling fs layer [2020-10-16T06:25:03.338Z] ecc8261a40a4: Pulling fs layer [2020-10-16T06:25:03.338Z] ecc8261a40a4: Waiting [2020-10-16T06:25:03.600Z] 2a8b12db71e7: Download complete [2020-10-16T06:25:03.600Z] 31603596830f: Verifying Checksum [2020-10-16T06:25:03.600Z] 31603596830f: Download complete [2020-10-16T06:25:03.864Z] 6ca5941a6612: Verifying Checksum [2020-10-16T06:25:03.864Z] 6ca5941a6612: Download complete [2020-10-16T06:25:03.864Z] ecc8261a40a4: Verifying Checksum [2020-10-16T06:25:03.864Z] ecc8261a40a4: Download complete [2020-10-16T06:25:03.864Z] 31603596830f: Pull complete [2020-10-16T06:25:04.128Z] 2a8b12db71e7: Pull complete [2020-10-16T06:25:05.082Z] 6ca5941a6612: Pull complete [2020-10-16T06:25:05.082Z] ecc8261a40a4: Pull complete [2020-10-16T06:25:05.082Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-16T06:25:05.082Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T06:25:05.082Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-16T06:25:05.182Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:25:05.234Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T06:25:07.610Z] $ docker top 7c517cfa38a4d0764ca7f64e04f3388e4e63f462b69b5499a02923efffd7daae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T06:25:07.916Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T06:25:07.916Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T06:25:08.132Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T06:25:08.137Z] $ docker exec 7c517cfa38a4d0764ca7f64e04f3388e4e63f462b69b5499a02923efffd7daae ssh-agent [2020-10-16T06:25:08.341Z] SSH_AUTH_SOCK=/tmp/ssh-aMcuTpafpfgs/agent.12 [2020-10-16T06:25:08.341Z] SSH_AGENT_PID=17 [2020-10-16T06:25:08.354Z] Running ssh-add (command line suppressed) [2020-10-16T06:25:08.474Z] Identity added: /w/workspace/edgex-go/191@tmp/private_key_6986434905488881942.key (/w/workspace/edgex-go/191@tmp/private_key_6986434905488881942.key) [2020-10-16T06:25:08.531Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T06:25:08.934Z] + git tag --points-at HEAD [Pipeline] } [2020-10-16T06:25:08.957Z] $ docker exec --env ******** --env ******** 7c517cfa38a4d0764ca7f64e04f3388e4e63f462b69b5499a02923efffd7daae ssh-agent -k [2020-10-16T06:25:09.069Z] unset SSH_AUTH_SOCK; [2020-10-16T06:25:09.069Z] unset SSH_AGENT_PID; [2020-10-16T06:25:09.069Z] echo Agent pid 17 killed; [2020-10-16T06:25:09.111Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-16T06:25:09.254Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T06:25:09.254Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T06:25:09.416Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T06:25:09.421Z] $ docker exec 7c517cfa38a4d0764ca7f64e04f3388e4e63f462b69b5499a02923efffd7daae ssh-agent [2020-10-16T06:25:09.586Z] SSH_AUTH_SOCK=/tmp/ssh-IUR3qZXCchLI/agent.46 [2020-10-16T06:25:09.586Z] SSH_AGENT_PID=52 [2020-10-16T06:25:09.593Z] Running ssh-add (command line suppressed) [2020-10-16T06:25:09.716Z] Identity added: /w/workspace/edgex-go/191@tmp/private_key_5818522846995983960.key (/w/workspace/edgex-go/191@tmp/private_key_5818522846995983960.key) [2020-10-16T06:25:09.769Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T06:25:10.100Z] + git semver init [2020-10-16T06:25:10.100Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T06:25:10.100Z] # $GIT_DIR = /w/workspace/edgex-go/191/.git [2020-10-16T06:25:10.100Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/191 [2020-10-16T06:25:10.100Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T06:25:10.100Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T06:25:10.100Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T06:25:10.100Z] # $SEMVER_BRANCH = master [2020-10-16T06:25:10.100Z] # $SEMVER_TEMP = /tmp/semver-081603037 [2020-10-16T06:25:10.100Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-16T06:25:32.136Z] # '/tmp/semver-081603037' -> '/w/workspace/edgex-go/191/.semver' [2020-10-16T06:25:32.136Z] # -> Force: false [2020-10-16T06:25:32.136Z] # $SEMVER_DIR = /w/workspace/edgex-go/191/.semver [Pipeline] } [2020-10-16T06:25:32.152Z] $ docker exec --env ******** --env ******** 7c517cfa38a4d0764ca7f64e04f3388e4e63f462b69b5499a02923efffd7daae ssh-agent -k [2020-10-16T06:25:32.341Z] unset SSH_AUTH_SOCK; [2020-10-16T06:25:32.342Z] unset SSH_AGENT_PID; [2020-10-16T06:25:32.342Z] echo Agent pid 52 killed; [2020-10-16T06:25:32.409Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T06:25:32.913Z] + git semver [Pipeline] } [2020-10-16T06:25:32.933Z] $ docker stop --time=1 7c517cfa38a4d0764ca7f64e04f3388e4e63f462b69b5499a02923efffd7daae [2020-10-16T06:25:34.546Z] $ docker rm -f 7c517cfa38a4d0764ca7f64e04f3388e4e63f462b69b5499a02923efffd7daae [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:25:35.051Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-16T06:25:35.552Z] Stashed 1 file(s) [Pipeline] echo [2020-10-16T06:25:35.555Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.75 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-10-16T06:25:36.185Z] ========================================================= [2020-10-16T06:25:36.185Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-16T06:25:36.185Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:25:36.543Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-16T06:25:40.780Z] Sending build context to Docker daemon 325.2MB [2020-10-16T06:25:40.780Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-16T06:25:40.780Z] Step 2/7 : FROM ${BASE} [2020-10-16T06:25:40.780Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-16T06:25:40.780Z] df20fa9351a1: Pulling fs layer [2020-10-16T06:25:40.780Z] ed8968b2872e: Pulling fs layer [2020-10-16T06:25:40.780Z] a92cc7c5fd73: Pulling fs layer [2020-10-16T06:25:40.780Z] e871e8e8d7a9: Pulling fs layer [2020-10-16T06:25:40.780Z] e73272ec9a57: Pulling fs layer [2020-10-16T06:25:40.780Z] 1e910a182e73: Pulling fs layer [2020-10-16T06:25:40.780Z] 4e634b169226: Pulling fs layer [2020-10-16T06:25:40.780Z] e73272ec9a57: Waiting [2020-10-16T06:25:40.780Z] 1e910a182e73: Waiting [2020-10-16T06:25:40.780Z] 4e634b169226: Waiting [2020-10-16T06:25:40.780Z] e871e8e8d7a9: Waiting [2020-10-16T06:25:40.780Z] a92cc7c5fd73: Verifying Checksum [2020-10-16T06:25:40.780Z] a92cc7c5fd73: Download complete [2020-10-16T06:25:40.780Z] ed8968b2872e: Verifying Checksum [2020-10-16T06:25:40.780Z] ed8968b2872e: Download complete [2020-10-16T06:25:40.780Z] e73272ec9a57: Verifying Checksum [2020-10-16T06:25:40.780Z] e73272ec9a57: Download complete [2020-10-16T06:25:40.780Z] 1e910a182e73: Verifying Checksum [2020-10-16T06:25:40.780Z] 1e910a182e73: Download complete [2020-10-16T06:25:41.746Z] df20fa9351a1: Verifying Checksum [2020-10-16T06:25:41.746Z] df20fa9351a1: Download complete [2020-10-16T06:25:42.014Z] df20fa9351a1: Pull complete [2020-10-16T06:25:42.279Z] ed8968b2872e: Pull complete [2020-10-16T06:25:42.279Z] a92cc7c5fd73: Pull complete [2020-10-16T06:25:42.855Z] 4e634b169226: Verifying Checksum [2020-10-16T06:25:42.855Z] 4e634b169226: Download complete [2020-10-16T06:25:43.804Z] e871e8e8d7a9: Verifying Checksum [2020-10-16T06:25:43.804Z] e871e8e8d7a9: Download complete [2020-10-16T06:25:49.132Z] e871e8e8d7a9: Pull complete [2020-10-16T06:25:49.132Z] e73272ec9a57: Pull complete [2020-10-16T06:25:49.132Z] 1e910a182e73: Pull complete [2020-10-16T06:25:50.941Z] Still waiting to schedule task [2020-10-16T06:25:50.941Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-16T06:25:57.298Z] 4e634b169226: Pull complete [2020-10-16T06:25:57.299Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-16T06:25:57.299Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-16T06:25:57.299Z] ---> f7629b54cfaa [2020-10-16T06:25:57.299Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-16T06:25:57.561Z] ---> Running in 90ae96f6f6bc [2020-10-16T06:25:58.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T06:25:58.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T06:25:59.294Z] (1/12) Installing libmagic (5.38-r0) [2020-10-16T06:26:00.242Z] (2/12) Installing file (5.38-r0) [2020-10-16T06:26:00.242Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-16T06:26:00.242Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-16T06:26:05.543Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-16T06:26:05.543Z] (6/12) Installing patch (2.7.6-r6) [2020-10-16T06:26:05.543Z] (7/12) Installing build-base (0.5-r2) [2020-10-16T06:26:05.543Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-16T06:26:05.543Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-16T06:26:05.543Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-16T06:26:05.543Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-16T06:26:05.543Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-16T06:26:05.543Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T06:26:05.543Z] OK: 233 MiB in 51 packages [2020-10-16T06:26:08.860Z] Removing intermediate container 90ae96f6f6bc [2020-10-16T06:26:08.860Z] ---> b50d434d716c [2020-10-16T06:26:08.860Z] Step 4/7 : WORKDIR /edgex-go [2020-10-16T06:26:08.860Z] ---> Running in 9f0ad554c010 [2020-10-16T06:26:09.123Z] Removing intermediate container 9f0ad554c010 [2020-10-16T06:26:09.123Z] ---> 35e81db65a79 [2020-10-16T06:26:09.123Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-16T06:26:09.385Z] latest: Pulling from library/docker [2020-10-16T06:26:09.650Z] df20fa9351a1: Already exists [2020-10-16T06:26:09.650Z] 25ad7478873d: Pulling fs layer [2020-10-16T06:26:09.650Z] 4684f6177b5d: Pulling fs layer [2020-10-16T06:26:09.650Z] 8ba584e970af: Pulling fs layer [2020-10-16T06:26:09.650Z] 3cdc74d2b06d: Pulling fs layer [2020-10-16T06:26:09.650Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-16T06:26:09.650Z] fca0ccc462d5: Pulling fs layer [2020-10-16T06:26:09.650Z] 3cdc74d2b06d: Waiting [2020-10-16T06:26:09.650Z] 4cf5a0d07c1f: Waiting [2020-10-16T06:26:09.650Z] fca0ccc462d5: Waiting [2020-10-16T06:26:09.650Z] 4684f6177b5d: Verifying Checksum [2020-10-16T06:26:09.650Z] 4684f6177b5d: Download complete [2020-10-16T06:26:09.650Z] 25ad7478873d: Verifying Checksum [2020-10-16T06:26:09.650Z] 25ad7478873d: Download complete [2020-10-16T06:26:09.919Z] 4cf5a0d07c1f: Download complete [2020-10-16T06:26:09.919Z] 3cdc74d2b06d: Verifying Checksum [2020-10-16T06:26:09.919Z] 3cdc74d2b06d: Download complete [2020-10-16T06:26:09.919Z] fca0ccc462d5: Verifying Checksum [2020-10-16T06:26:09.919Z] fca0ccc462d5: Download complete [2020-10-16T06:26:09.919Z] 25ad7478873d: Pull complete [2020-10-16T06:26:10.186Z] 4684f6177b5d: Pull complete [2020-10-16T06:26:10.449Z] 8ba584e970af: Download complete [2020-10-16T06:26:13.015Z] 8ba584e970af: Pull complete [2020-10-16T06:26:13.015Z] 3cdc74d2b06d: Pull complete [2020-10-16T06:26:13.277Z] 4cf5a0d07c1f: Pull complete [2020-10-16T06:26:13.277Z] fca0ccc462d5: Pull complete [2020-10-16T06:26:13.277Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-16T06:26:13.277Z] Status: Downloaded newer image for docker:latest [2020-10-16T06:26:15.206Z] ---> 48b87a79ee5f [2020-10-16T06:26:15.206Z] Step 6/7 : COPY go.mod . [2020-10-16T06:26:15.474Z] ---> e8e75dbb0566 [2020-10-16T06:26:15.474Z] Step 7/7 : RUN go mod download [2020-10-16T06:26:15.474Z] ---> Running in 415d0c271a05 [2020-10-16T06:26:37.699Z] Removing intermediate container 415d0c271a05 [2020-10-16T06:26:37.699Z] ---> 610d959bb5c1 [2020-10-16T06:26:37.699Z] Successfully built 610d959bb5c1 [2020-10-16T06:26:37.699Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:26:38.458Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T06:26:38.458Z] . [Pipeline] withDockerContainer [2020-10-16T06:26:39.002Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:26:39.098Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-16T06:26:39.873Z] $ docker top 4808244f92344f34e6dbbc021476cc2f9ef1c25d49341915bebefb46fa5c0cb2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T06:26:40.546Z] + go version [2020-10-16T06:26:40.547Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-16T06:26:40.564Z] $ docker stop --time=1 4808244f92344f34e6dbbc021476cc2f9ef1c25d49341915bebefb46fa5c0cb2 [2020-10-16T06:26:41.906Z] $ docker rm -f 4808244f92344f34e6dbbc021476cc2f9ef1c25d49341915bebefb46fa5c0cb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:26:45.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-16T06:26:45.252Z] [2020-10-16T06:26:45.252Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:26:45.602Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-16T06:26:45.602Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-16T06:26:45.602Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-16T06:26:45.602Z] ca9280d653b3: Pulling fs layer [2020-10-16T06:26:45.602Z] 7e9c9ca2126c: Pulling fs layer [2020-10-16T06:26:45.871Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-16T06:26:45.871Z] cbdbe7a5bc2a: Download complete [2020-10-16T06:26:46.446Z] cbdbe7a5bc2a: Pull complete [2020-10-16T06:26:46.719Z] ca9280d653b3: Verifying Checksum [2020-10-16T06:26:46.719Z] ca9280d653b3: Download complete [2020-10-16T06:26:47.705Z] ca9280d653b3: Pull complete [2020-10-16T06:26:47.705Z] 7e9c9ca2126c: Download complete [2020-10-16T06:26:54.319Z] 7e9c9ca2126c: Pull complete [2020-10-16T06:26:54.319Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-16T06:26:54.319Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-16T06:26:54.319Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-16T06:26:54.588Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:26:54.641Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-16T06:26:57.158Z] $ docker top 7e54e8f59cf04c2761d210a21a215cf5d5a04113e278a4126d58a23d8ad3d8dd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T06:26:57.664Z] + docker-compose build --help [2020-10-16T06:26:57.664Z] + grep parallel [2020-10-16T06:26:58.611Z] --parallel Build images in parallel. [Pipeline] } [2020-10-16T06:26:58.627Z] $ docker stop --time=1 7e54e8f59cf04c2761d210a21a215cf5d5a04113e278a4126d58a23d8ad3d8dd [2020-10-16T06:26:59.961Z] $ docker rm -f 7e54e8f59cf04c2761d210a21a215cf5d5a04113e278a4126d58a23d8ad3d8dd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:27:00.564Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-16T06:27:00.564Z] . [Pipeline] withDockerContainer [2020-10-16T06:27:00.668Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:27:00.730Z] $ 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/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-16T06:27:01.382Z] $ docker top f2be328d67a0640a9a75feacbde3bde07b3a51353254a19d05c73df25e190243 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T06:27:02.008Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-16T06:27:02.979Z] Building docker-core-command-go ... [2020-10-16T06:27:02.979Z] Building docker-core-data-go ... [2020-10-16T06:27:02.979Z] Building docker-core-metadata-go ... [2020-10-16T06:27:02.979Z] Building docker-security-proxy-setup-go ... [2020-10-16T06:27:02.979Z] Building docker-security-secrets-setup-go ... [2020-10-16T06:27:02.979Z] Building docker-security-secretstore-setup-go ... [2020-10-16T06:27:02.979Z] Building docker-support-logging-go ... [2020-10-16T06:27:02.979Z] Building docker-support-notifications-go ... [2020-10-16T06:27:02.979Z] Building docker-support-scheduler-go ... [2020-10-16T06:27:02.979Z] Building docker-sys-mgmt-agent-go ... [2020-10-16T06:27:02.979Z] Building docker-sys-mgmt-agent-go [2020-10-16T06:27:02.979Z] Building docker-core-data-go [2020-10-16T06:27:02.979Z] Building docker-security-secretstore-setup-go [2020-10-16T06:27:02.979Z] Building docker-support-scheduler-go [2020-10-16T06:27:02.979Z] Building docker-core-metadata-go [2020-10-16T06:27:25.084Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T06:27:25.084Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-16T06:27:25.084Z] ---> 610d959bb5c1 [2020-10-16T06:27:25.084Z] Step 3/27 : WORKDIR /edgex-go [2020-10-16T06:27:25.084Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T06:27:25.084Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-16T06:27:25.084Z] ---> 610d959bb5c1 [2020-10-16T06:27:25.084Z] Step 3/23 : WORKDIR /edgex-go [2020-10-16T06:27:25.084Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T06:27:25.084Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-16T06:27:25.084Z] ---> 610d959bb5c1 [2020-10-16T06:27:25.084Z] Step 3/26 : WORKDIR /edgex-go [2020-10-16T06:27:25.084Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T06:27:25.084Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-16T06:27:25.084Z] ---> 610d959bb5c1 [2020-10-16T06:27:25.084Z] Step 3/21 : WORKDIR /edgex-go [2020-10-16T06:27:25.084Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T06:27:25.084Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T06:27:25.084Z] ---> 610d959bb5c1 [2020-10-16T06:27:25.084Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T06:27:25.084Z] ---> Running in 89cf3f831a8a [2020-10-16T06:27:25.084Z] ---> Running in f2c27163de82 [2020-10-16T06:27:25.084Z] ---> Running in 3797c453aab1 [2020-10-16T06:27:25.084Z] ---> Running in ea29101f4ae8 [2020-10-16T06:27:25.084Z] ---> Running in 622b4bc42c60 [2020-10-16T06:27:25.661Z] Removing intermediate container 3797c453aab1 [2020-10-16T06:27:25.661Z] ---> c5986cb661df [2020-10-16T06:27:25.661Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:27:25.661Z] Removing intermediate container f2c27163de82 [2020-10-16T06:27:25.661Z] ---> 2d890a13c70d [2020-10-16T06:27:25.661Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:27:25.661Z] Removing intermediate container 622b4bc42c60 [2020-10-16T06:27:25.661Z] ---> 85cdedcde125 [2020-10-16T06:27:25.661Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:27:25.661Z] Removing intermediate container 89cf3f831a8a [2020-10-16T06:27:25.661Z] ---> f6e42b601b24 [2020-10-16T06:27:25.661Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:27:25.661Z] Removing intermediate container ea29101f4ae8 [2020-10-16T06:27:25.661Z] ---> dbf517fa1ad4 [2020-10-16T06:27:25.661Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:27:25.661Z] ---> Running in be925447634a [2020-10-16T06:27:25.661Z] ---> Running in c064138b472e [2020-10-16T06:27:25.938Z] ---> Running in 3c4d3bb67e7a [2020-10-16T06:27:25.938Z] ---> Running in 9050227badb0 [2020-10-16T06:27:25.938Z] ---> Running in cffc2ffd539f [2020-10-16T06:27:28.513Z] Removing intermediate container be925447634a [2020-10-16T06:27:28.513Z] ---> 088da2da260d [2020-10-16T06:27:28.513Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-16T06:27:28.513Z] Removing intermediate container c064138b472e [2020-10-16T06:27:28.513Z] ---> dae3fb9fdc67 [2020-10-16T06:27:28.513Z] Step 5/21 : RUN apk update && apk add make git [2020-10-16T06:27:28.513Z] ---> Running in c33fdd1ce273 [2020-10-16T06:27:28.513Z] ---> Running in e686f552e004 [2020-10-16T06:27:28.779Z] Removing intermediate container 3c4d3bb67e7a [2020-10-16T06:27:28.779Z] ---> 016c26dfcb48 [2020-10-16T06:27:28.779Z] Step 5/22 : RUN apk update && apk add make git [2020-10-16T06:27:29.041Z] ---> Running in ad1ff5f44429 [2020-10-16T06:27:29.041Z] Removing intermediate container cffc2ffd539f [2020-10-16T06:27:29.041Z] ---> 332362d404ee [2020-10-16T06:27:29.041Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-16T06:27:29.041Z] Removing intermediate container 9050227badb0 [2020-10-16T06:27:29.041Z] ---> 90189a69cf80 [2020-10-16T06:27:29.041Z] Step 5/26 : RUN apk update && apk add make git [2020-10-16T06:27:29.305Z] ---> Running in bfbad32cb6e1 [2020-10-16T06:27:29.305Z] ---> Running in a4818fa335b3 [2020-10-16T06:27:29.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T06:27:29.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T06:27:30.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T06:27:30.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T06:27:30.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T06:27:30.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T06:27:30.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T06:27:30.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T06:27:30.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T06:27:31.306Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T06:27:31.306Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T06:27:31.306Z] OK: 12752 distinct packages available [2020-10-16T06:27:31.306Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T06:27:31.306Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T06:27:31.306Z] OK: 12752 distinct packages available [2020-10-16T06:27:31.306Z] OK: 233 MiB in 51 packages [2020-10-16T06:27:31.586Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T06:27:31.586Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T06:27:31.586Z] OK: 12752 distinct packages available [2020-10-16T06:27:31.586Z] OK: 233 MiB in 51 packages [2020-10-16T06:27:31.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T06:27:31.848Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T06:27:31.848Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T06:27:31.848Z] OK: 12752 distinct packages available [2020-10-16T06:27:31.848Z] OK: 233 MiB in 51 packages [2020-10-16T06:27:32.112Z] Removing intermediate container e686f552e004 [2020-10-16T06:27:32.113Z] ---> 6ed90531d551 [2020-10-16T06:27:32.113Z] Step 6/21 : COPY go.mod . [2020-10-16T06:27:32.113Z] OK: 233 MiB in 51 packages [2020-10-16T06:27:32.113Z] Removing intermediate container bfbad32cb6e1 [2020-10-16T06:27:32.113Z] ---> a60f65fce5d9 [2020-10-16T06:27:32.113Z] Step 6/23 : COPY go.mod . [2020-10-16T06:27:32.374Z] ---> 7b1fcd325b01 [2020-10-16T06:27:32.374Z] Step 7/21 : RUN go mod download [2020-10-16T06:27:32.639Z] ---> Running in 73ccce5ce9e9 [2020-10-16T06:27:32.639Z] ---> 1c8b4b28cc81 [2020-10-16T06:27:32.639Z] Step 7/23 : RUN go mod download [2020-10-16T06:27:32.639Z] Removing intermediate container ad1ff5f44429 [2020-10-16T06:27:32.639Z] ---> ed68f121b223 [2020-10-16T06:27:32.639Z] Step 6/22 : COPY go.mod . [2020-10-16T06:27:32.903Z] ---> Running in 7e038580408c [2020-10-16T06:27:33.171Z] Removing intermediate container c33fdd1ce273 [2020-10-16T06:27:33.171Z] ---> 4b0cf28c5d15 [2020-10-16T06:27:33.171Z] Step 6/27 : COPY go.mod . [2020-10-16T06:27:33.171Z] ---> eeb7993ab6d5 [2020-10-16T06:27:33.171Z] Step 7/22 : RUN go mod download [2020-10-16T06:27:33.171Z] ---> Running in 402f9a4c1cc5 [2020-10-16T06:27:33.445Z] ---> 372f2b7de7c1 [2020-10-16T06:27:33.445Z] Step 7/27 : RUN go mod download [2020-10-16T06:27:33.445Z] ---> Running in c3e924c02189 [2020-10-16T06:27:33.722Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T06:27:33.722Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T06:27:33.722Z] OK: 12752 distinct packages available [2020-10-16T06:27:34.019Z] OK: 233 MiB in 51 packages [2020-10-16T06:27:34.970Z] Removing intermediate container 73ccce5ce9e9 [2020-10-16T06:27:34.970Z] ---> f0d95d5055d3 [2020-10-16T06:27:34.970Z] Step 8/21 : COPY . . [2020-10-16T06:27:34.970Z] Removing intermediate container 7e038580408c [2020-10-16T06:27:34.970Z] ---> bb0d23ef431d [2020-10-16T06:27:34.970Z] Step 8/23 : COPY . . [2020-10-16T06:27:35.237Z] Removing intermediate container a4818fa335b3 [2020-10-16T06:27:35.237Z] ---> b81eeef740aa [2020-10-16T06:27:35.237Z] Step 6/26 : COPY go.mod . [2020-10-16T06:27:35.815Z] Removing intermediate container 402f9a4c1cc5 [2020-10-16T06:27:35.815Z] ---> 4e74b944e0c2 [2020-10-16T06:27:35.815Z] Step 8/22 : COPY . . [2020-10-16T06:27:36.414Z] Removing intermediate container c3e924c02189 [2020-10-16T06:27:36.414Z] ---> e37940f5eae4 [2020-10-16T06:27:36.414Z] Step 8/27 : COPY . . [2020-10-16T06:27:38.358Z] ---> e4e5520ff7e2 [2020-10-16T06:27:38.358Z] Step 7/26 : RUN go mod download [2020-10-16T06:27:40.797Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5772 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-16T06:27:40.857Z] Running in /w/workspace/edgex-go/191 [Pipeline] { [Pipeline] checkout [2020-10-16T06:27:42.604Z] ---> Running in 2eaf9583e5fc [2020-10-16T06:27:45.867Z] using credential edgex-jenkins-ssh [2020-10-16T06:27:45.924Z] Cloning the remote Git repository [2020-10-16T06:27:45.988Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-16T06:27:46.111Z] > git init /w/workspace/edgex-go/191 # timeout=10 [2020-10-16T06:27:46.188Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-16T06:27:46.189Z] > git --version # timeout=10 [2020-10-16T06:27:46.211Z] > git --version # 'git version 2.17.1' [2020-10-16T06:27:46.212Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T06:27:46.275Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T06:27:58.026Z] Removing intermediate container 2eaf9583e5fc [2020-10-16T06:27:58.026Z] ---> 7022c50abd59 [2020-10-16T06:27:58.026Z] Step 8/26 : COPY . . [2020-10-16T06:28:01.074Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-16T06:28:01.088Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T06:28:01.113Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-16T06:28:01.157Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-16T06:28:01.158Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T06:28:01.182Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T06:28:01.765Z] Checking out Revision f108a71e15710a3809797859c322b04b13103843 (master) [2020-10-16T06:28:02.270Z] ---> 8599179f608e [2020-10-16T06:28:02.270Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-16T06:28:02.270Z] ---> 411ffbf59a63 [2020-10-16T06:28:02.270Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-16T06:28:02.270Z] ---> 1e93588d5bc3 [2020-10-16T06:28:02.270Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-16T06:28:02.843Z] ---> accb889e54e9 [2020-10-16T06:28:02.843Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-16T06:28:03.104Z] ---> Running in add6237907eb [2020-10-16T06:28:03.104Z] ---> Running in 2755718829a7 [2020-10-16T06:28:03.104Z] ---> Running in 7c3299e5bde6 [2020-10-16T06:28:03.104Z] ---> Running in 593c61b2360c [2020-10-16T06:28:01.790Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T06:28:01.809Z] > git checkout -f f108a71e15710a3809797859c322b04b13103843 # timeout=10 [2020-10-16T06:28:05.057Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-16T06:28:05.057Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-16T06:28:05.057Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/core-data/core-data ./cmd/core-data [2020-10-16T06:28:05.327Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-16T06:28:06.422Z] Commit message: "Merge pull request #2791 from judehung/issue-2754" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-16T06:28:07.345Z] ========================================================= [2020-10-16T06:28:07.345Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-16T06:28:07.345Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:28:08.308Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-16T06:28:10.672Z] ---> 29d627e29c18 [2020-10-16T06:28:10.672Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-16T06:28:10.672Z] ---> Running in 7c4d54c9afa1 [2020-10-16T06:28:11.029Z] Sending build context to Docker daemon 164.9MB [2020-10-16T06:28:11.029Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-16T06:28:11.029Z] Step 2/7 : FROM ${BASE} [2020-10-16T06:28:11.259Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-16T06:28:11.626Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-16T06:28:11.627Z] b538f80385f9: Pulling fs layer [2020-10-16T06:28:11.627Z] 74f711af9a0d: Pulling fs layer [2020-10-16T06:28:11.627Z] 99f96fe45779: Pulling fs layer [2020-10-16T06:28:11.627Z] 8529a6b9a6be: Pulling fs layer [2020-10-16T06:28:11.627Z] 45590311c82a: Pulling fs layer [2020-10-16T06:28:11.627Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-16T06:28:11.627Z] 209524e5b208: Pulling fs layer [2020-10-16T06:28:11.627Z] 8529a6b9a6be: Waiting [2020-10-16T06:28:11.627Z] 45590311c82a: Waiting [2020-10-16T06:28:11.627Z] 69ca0ff8b7b3: Waiting [2020-10-16T06:28:11.627Z] 209524e5b208: Waiting [2020-10-16T06:28:11.627Z] 99f96fe45779: Download complete [2020-10-16T06:28:11.627Z] 74f711af9a0d: Verifying Checksum [2020-10-16T06:28:11.627Z] 74f711af9a0d: Download complete [2020-10-16T06:28:11.627Z] 45590311c82a: Download complete [2020-10-16T06:28:11.627Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-16T06:28:11.627Z] b538f80385f9: Download complete [2020-10-16T06:28:12.230Z] b538f80385f9: Pull complete [2020-10-16T06:28:12.841Z] 74f711af9a0d: Pull complete [2020-10-16T06:28:13.120Z] 99f96fe45779: Pull complete [2020-10-16T06:28:13.725Z] 209524e5b208: Verifying Checksum [2020-10-16T06:28:13.725Z] 209524e5b208: Download complete [2020-10-16T06:28:15.168Z] 8529a6b9a6be: Verifying Checksum [2020-10-16T06:28:15.168Z] 8529a6b9a6be: Download complete [2020-10-16T06:28:25.332Z] 8529a6b9a6be: Pull complete [2020-10-16T06:28:25.606Z] 45590311c82a: Pull complete [2020-10-16T06:28:25.885Z] 69ca0ff8b7b3: Pull complete [2020-10-16T06:28:30.219Z] 209524e5b208: Pull complete [2020-10-16T06:28:30.219Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-16T06:28:30.219Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-16T06:28:30.219Z] ---> 5bddaf1c2fca [2020-10-16T06:28:30.219Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-16T06:28:34.552Z] ---> Running in f727440c6242 [2020-10-16T06:28:35.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T06:28:37.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T06:28:38.093Z] Removing intermediate container 2755718829a7 [2020-10-16T06:28:38.093Z] ---> dcf3b88c8e7a [2020-10-16T06:28:38.093Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-16T06:28:38.366Z] ---> Running in 4b0ac5d66690 [2020-10-16T06:28:38.366Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-16T06:28:39.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-16T06:28:40.143Z] (1/12) Installing libmagic (5.38-r0) [2020-10-16T06:28:40.419Z] (2/12) Installing file (5.38-r0) [2020-10-16T06:28:40.419Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-16T06:28:40.419Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-16T06:28:42.723Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-16T06:28:43.003Z] Removing intermediate container 593c61b2360c [2020-10-16T06:28:43.003Z] ---> 45c69073e027 [2020-10-16T06:28:43.003Z] [2020-10-16T06:28:43.003Z] Step 10/21 : FROM scratch [2020-10-16T06:28:43.003Z] ---> [2020-10-16T06:28:43.003Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T06:28:43.003Z] Removing intermediate container 4b0ac5d66690 [2020-10-16T06:28:43.003Z] ---> ea5a313d850a [2020-10-16T06:28:43.003Z] [2020-10-16T06:28:43.003Z] Step 11/27 : FROM docker:latest [2020-10-16T06:28:43.003Z] ---> 809cc4dba987 [2020-10-16T06:28:43.003Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-16T06:28:43.288Z] ---> Running in db015a39df5a [2020-10-16T06:28:43.288Z] ---> Running in 14bfecbc4b6c [2020-10-16T06:28:43.571Z] Removing intermediate container 14bfecbc4b6c [2020-10-16T06:28:43.571Z] ---> d301560a74a6 [2020-10-16T06:28:43.571Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-16T06:28:43.571Z] ---> Running in 0e835cc93c45 [2020-10-16T06:28:44.162Z] Removing intermediate container 0e835cc93c45 [2020-10-16T06:28:44.162Z] ---> 92483b07b674 [2020-10-16T06:28:44.162Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-16T06:28:44.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T06:28:44.162Z] ---> Running in bace8f53eca1 [2020-10-16T06:28:44.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T06:28:44.429Z] Removing intermediate container bace8f53eca1 [2020-10-16T06:28:44.429Z] ---> 746354c32c33 [2020-10-16T06:28:44.429Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-16T06:28:44.429Z] (1/2) Installing readline (8.0.4-r0) [2020-10-16T06:28:44.429Z] (2/2) Installing bash (5.0.17-r0) [2020-10-16T06:28:44.429Z] Executing bash-5.0.17-r0.post-install [2020-10-16T06:28:44.429Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T06:28:44.429Z] OK: 12 MiB in 22 packages [2020-10-16T06:28:44.698Z] ---> b788f93121c7 [2020-10-16T06:28:44.698Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-16T06:28:48.931Z] ---> 1858959995cf [2020-10-16T06:28:48.931Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-16T06:28:49.506Z] Removing intermediate container add6237907eb [2020-10-16T06:28:49.506Z] Removing intermediate container 7c4d54c9afa1 [2020-10-16T06:28:49.506Z] ---> b9db24e05706 [2020-10-16T06:28:49.506Z] [2020-10-16T06:28:49.506Z] Step 10/26 : FROM alpine:3.10 [2020-10-16T06:28:49.506Z] ---> 6fadb63d015d [2020-10-16T06:28:49.506Z] [2020-10-16T06:28:49.506Z] Step 10/22 : FROM scratch [2020-10-16T06:28:49.506Z] ---> [2020-10-16T06:28:49.506Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T06:28:49.506Z] ---> Using cache [2020-10-16T06:28:49.506Z] ---> d301560a74a6 [2020-10-16T06:28:49.506Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-16T06:28:49.506Z] Removing intermediate container db015a39df5a [2020-10-16T06:28:49.506Z] ---> bbdbe632737d [2020-10-16T06:28:49.506Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-16T06:28:49.506Z] ---> Running in e1dd3be3a5df [2020-10-16T06:28:49.767Z] ---> 74ca6f80d31d [2020-10-16T06:28:49.767Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-16T06:28:49.767Z] ---> Running in 8bdc49a190f1 [2020-10-16T06:28:49.767Z] 3.10: Pulling from library/alpine [2020-10-16T06:28:50.032Z] ---> Running in df214dc2aa9d [2020-10-16T06:28:50.306Z] Removing intermediate container e1dd3be3a5df [2020-10-16T06:28:50.306Z] ---> 70fcdcdae9cc [2020-10-16T06:28:50.306Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T06:28:52.248Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-16T06:28:52.248Z] Removing intermediate container df214dc2aa9d [2020-10-16T06:28:52.248Z] ---> 10d08f5195cd [2020-10-16T06:28:52.248Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T06:28:52.248Z] ---> Running in e3131a5738ec [2020-10-16T06:28:52.248Z] Status: Downloaded newer image for alpine:3.10 [2020-10-16T06:28:52.248Z] ---> be4e4bea2c2e [2020-10-16T06:28:52.248Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-16T06:28:52.509Z] ---> Running in 8c59dfe30cf2 [2020-10-16T06:28:52.509Z] ---> Running in 14659e149ea8 [2020-10-16T06:28:53.457Z] Removing intermediate container 7c3299e5bde6 [2020-10-16T06:28:53.457Z] ---> ac0c610ee577 [2020-10-16T06:28:53.457Z] [2020-10-16T06:28:53.457Z] Step 10/23 : FROM alpine [2020-10-16T06:28:53.457Z] Removing intermediate container e3131a5738ec [2020-10-16T06:28:53.457Z] ---> ffd2d33c7b8c [2020-10-16T06:28:53.457Z] Step 14/22 : WORKDIR / [2020-10-16T06:28:53.457Z] ---> Running in 2ab92ebebc18 [2020-10-16T06:28:53.725Z] latest: Pulling from library/alpine [2020-10-16T06:28:53.725Z] Removing intermediate container 8c59dfe30cf2 [2020-10-16T06:28:53.725Z] ---> 75e8953109ad [2020-10-16T06:28:53.725Z] Step 19/21 : LABEL arch=x86_64 [2020-10-16T06:28:53.725Z] Removing intermediate container 8bdc49a190f1 [2020-10-16T06:28:53.725Z] ---> c40de48ffee9 [2020-10-16T06:28:53.725Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-16T06:28:53.725Z] ---> Running in 1e6bad305758 [2020-10-16T06:28:53.725Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-16T06:28:53.991Z] Status: Downloaded newer image for alpine:latest [2020-10-16T06:28:53.991Z] ---> a24bb4013296 [2020-10-16T06:28:53.991Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T06:28:53.991Z] ---> Running in c610728205ef [2020-10-16T06:28:53.991Z] Removing intermediate container 2ab92ebebc18 [2020-10-16T06:28:53.991Z] ---> 2b836d989338 [2020-10-16T06:28:53.991Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-16T06:28:53.991Z] ---> Running in aed6d9ea1800 [2020-10-16T06:28:53.991Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-16T06:28:54.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-16T06:28:54.268Z] Removing intermediate container 1e6bad305758 [2020-10-16T06:28:54.268Z] ---> 8b58eb9c8359 [2020-10-16T06:28:54.268Z] Step 20/21 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:28:54.268Z] Removing intermediate container c610728205ef [2020-10-16T06:28:54.268Z] ---> 15112535e6f6 [2020-10-16T06:28:54.268Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-16T06:28:54.268Z] ---> 747e4836b508 [2020-10-16T06:28:54.268Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-16T06:28:54.268Z] v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-16T06:28:54.268Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-16T06:28:54.268Z] OK: 10346 distinct packages available [2020-10-16T06:28:54.268Z] ---> Running in ed67196eb531 [2020-10-16T06:28:54.268Z] Removing intermediate container aed6d9ea1800 [2020-10-16T06:28:54.268Z] ---> cd9d9c4c4a4f [2020-10-16T06:28:54.268Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-16T06:28:54.536Z] ---> Running in 95e73e7791f0 [2020-10-16T06:28:54.536Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-16T06:28:54.536Z] ---> Running in 5947985ad486 [2020-10-16T06:28:54.536Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-16T06:28:54.536Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-16T06:28:54.536Z] (4/5) Installing curl (7.66.0-r1) [2020-10-16T06:28:54.536Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-16T06:28:54.536Z] Executing busybox-1.30.1-r3.trigger [2020-10-16T06:28:54.536Z] Executing ca-certificates-20191127-r2.trigger [2020-10-16T06:28:54.798Z] OK: 7 MiB in 19 packages [2020-10-16T06:28:54.798Z] Removing intermediate container ed67196eb531 [2020-10-16T06:28:54.798Z] ---> 14d70f7b0e28 [2020-10-16T06:28:54.798Z] Step 21/21 : LABEL version=1.2.2-dev.75 [2020-10-16T06:28:55.063Z] Removing intermediate container 95e73e7791f0 [2020-10-16T06:28:55.063Z] ---> 5a30eb2781bd [2020-10-16T06:28:55.063Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-16T06:28:55.680Z] Removing intermediate container 5947985ad486 [2020-10-16T06:28:55.680Z] ---> 4b0743d33288 [2020-10-16T06:28:55.680Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-16T06:28:55.680Z] ---> Running in efa16056a7ec [2020-10-16T06:28:55.680Z] ---> 821a56d65f60 [2020-10-16T06:28:55.680Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-16T06:28:55.680Z] ---> Running in 65fb3dac0137 [2020-10-16T06:28:55.680Z] ---> Running in edc7a757d49d [2020-10-16T06:28:55.941Z] Removing intermediate container efa16056a7ec [2020-10-16T06:28:55.941Z] ---> 8c46c21f0147 [2020-10-16T06:28:55.941Z] [2020-10-16T06:28:55.941Z] Successfully built 8c46c21f0147 [2020-10-16T06:28:56.518Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-16T06:28:56.518Z] Removing intermediate container 65fb3dac0137 [2020-10-16T06:28:56.518Z] ---> 8c21b6804198 [2020-10-16T06:28:56.518Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-16T06:28:56.518Z] Building docker-support-logging-go [2020-10-16T06:28:56.518Z]  Building docker-support-scheduler-go ... done Removing intermediate container edc7a757d49d [2020-10-16T06:28:56.518Z] ---> f6ec36753fa9 [2020-10-16T06:28:56.518Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:28:56.518Z] ---> 20b7e20dc47b [2020-10-16T06:28:56.518Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-16T06:28:56.518Z] Removing intermediate container 14659e149ea8 [2020-10-16T06:28:56.518Z] ---> 2ff2d88f8e49 [2020-10-16T06:28:56.518Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-16T06:28:57.478Z] ---> Running in 83ba38384ec2 [2020-10-16T06:28:58.878Z] ---> Running in a5c7da95be12 [2020-10-16T06:28:59.831Z] ---> Running in 8440d4acf517 [2020-10-16T06:29:00.790Z] Removing intermediate container a5c7da95be12 [2020-10-16T06:29:00.790Z] ---> 7b1af23f4637 [2020-10-16T06:29:00.790Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T06:29:00.790Z] ---> a029c2195f33 [2020-10-16T06:29:00.790Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-16T06:29:00.790Z] Removing intermediate container 8440d4acf517 [2020-10-16T06:29:00.790Z] ---> adcd545b0cdc [2020-10-16T06:29:00.790Z] Step 13/26 : WORKDIR / [2020-10-16T06:29:01.756Z] ---> Running in c1fbafbdc682 [2020-10-16T06:29:02.351Z] ---> 1755242b1449 [2020-10-16T06:29:02.351Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-16T06:29:02.351Z] ---> Running in 1eee8abab4f2 [2020-10-16T06:29:02.586Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-16T06:29:02.586Z] (6/12) Installing patch (2.7.6-r6) [2020-10-16T06:29:02.586Z] (7/12) Installing build-base (0.5-r2) [2020-10-16T06:29:02.586Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-16T06:29:02.586Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-16T06:29:02.586Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-16T06:29:02.586Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-16T06:29:02.586Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-16T06:29:02.586Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T06:29:02.586Z] OK: 217 MiB in 51 packages [2020-10-16T06:29:03.306Z] Removing intermediate container c1fbafbdc682 [2020-10-16T06:29:03.306Z] ---> 3c88d2563c19 [2020-10-16T06:29:03.306Z] Step 20/22 : LABEL arch=x86_64 [2020-10-16T06:29:04.570Z] Removing intermediate container f727440c6242 [2020-10-16T06:29:04.570Z] ---> f924b925e4c9 [2020-10-16T06:29:04.570Z] Step 4/7 : WORKDIR /edgex-go [2020-10-16T06:29:04.570Z] ---> Running in 23434e6d3b4a [2020-10-16T06:29:04.845Z] Removing intermediate container 23434e6d3b4a [2020-10-16T06:29:04.845Z] ---> d92a7c0ccedf [2020-10-16T06:29:04.845Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-16T06:29:05.439Z] latest: Pulling from library/docker [2020-10-16T06:29:05.713Z] b538f80385f9: Already exists [2020-10-16T06:29:05.713Z] 259a493cd78d: Pulling fs layer [2020-10-16T06:29:05.713Z] b8e66b5100f5: Pulling fs layer [2020-10-16T06:29:05.713Z] 7f8258a56ab6: Pulling fs layer [2020-10-16T06:29:05.713Z] 75a0a0ebb566: Pulling fs layer [2020-10-16T06:29:05.713Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-16T06:29:05.713Z] 294320357d30: Pulling fs layer [2020-10-16T06:29:05.713Z] 75a0a0ebb566: Waiting [2020-10-16T06:29:05.713Z] 4a2c62f0a2a3: Waiting [2020-10-16T06:29:05.713Z] 294320357d30: Waiting [2020-10-16T06:29:05.882Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T06:29:05.882Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T06:29:05.882Z] ---> 610d959bb5c1 [2020-10-16T06:29:05.882Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T06:29:05.882Z] ---> Using cache [2020-10-16T06:29:05.882Z] ---> dbf517fa1ad4 [2020-10-16T06:29:05.882Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:29:05.882Z] ---> Using cache [2020-10-16T06:29:05.882Z] ---> 90189a69cf80 [2020-10-16T06:29:05.882Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-16T06:29:05.989Z] b8e66b5100f5: Verifying Checksum [2020-10-16T06:29:05.989Z] b8e66b5100f5: Download complete [2020-10-16T06:29:05.989Z] 259a493cd78d: Verifying Checksum [2020-10-16T06:29:05.989Z] 75a0a0ebb566: Verifying Checksum [2020-10-16T06:29:05.989Z] 75a0a0ebb566: Download complete [2020-10-16T06:29:06.267Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-16T06:29:06.267Z] 4a2c62f0a2a3: Download complete [2020-10-16T06:29:06.267Z] 294320357d30: Verifying Checksum [2020-10-16T06:29:06.267Z] 294320357d30: Download complete [2020-10-16T06:29:06.456Z] ---> 3692a40adcea [2020-10-16T06:29:06.456Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-16T06:29:06.717Z] ---> Running in dee25a6e21a4 [2020-10-16T06:29:06.717Z] Removing intermediate container 1eee8abab4f2 [2020-10-16T06:29:06.717Z] ---> 89d4fbdbdd97 [2020-10-16T06:29:06.717Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-16T06:29:06.717Z] ---> Running in 460da105e886 [2020-10-16T06:29:06.717Z] ---> Running in 96694efad3ff [2020-10-16T06:29:06.864Z] 259a493cd78d: Pull complete [2020-10-16T06:29:06.978Z] Removing intermediate container 83ba38384ec2 [2020-10-16T06:29:06.978Z] ---> e9b9e38e760e [2020-10-16T06:29:06.978Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-16T06:29:06.978Z] Removing intermediate container dee25a6e21a4 [2020-10-16T06:29:06.978Z] ---> dd2e89f83d18 [2020-10-16T06:29:06.978Z] Step 21/22 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:29:07.137Z] b8e66b5100f5: Pull complete [2020-10-16T06:29:07.137Z] 7f8258a56ab6: Verifying Checksum [2020-10-16T06:29:07.137Z] 7f8258a56ab6: Download complete [2020-10-16T06:29:07.243Z] ---> 7b60e80ffa8a [2020-10-16T06:29:07.243Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-16T06:29:07.243Z] ---> Running in 04f7e6c36ca1 [2020-10-16T06:29:07.243Z] ---> Running in fe395cf8c166 [2020-10-16T06:29:07.832Z] ---> 79bb0d37a675 [2020-10-16T06:29:07.832Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-16T06:29:07.832Z] Removing intermediate container fe395cf8c166 [2020-10-16T06:29:07.832Z] ---> 007e678e77d9 [2020-10-16T06:29:07.832Z] Step 22/22 : LABEL version=1.2.2-dev.75 [2020-10-16T06:29:07.832Z] ---> Running in f29cc680c6d2 [2020-10-16T06:29:07.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T06:29:07.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T06:29:08.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T06:29:08.098Z] ---> 45ea249b1ecc [2020-10-16T06:29:08.098Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-16T06:29:08.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T06:29:08.098Z] Removing intermediate container f29cc680c6d2 [2020-10-16T06:29:08.098Z] ---> be80b9a47c3e [2020-10-16T06:29:08.098Z] [2020-10-16T06:29:08.098Z] Successfully built be80b9a47c3e [2020-10-16T06:29:08.363Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-16T06:29:08.363Z] (2/33) Installing expat (2.2.9-r1) [2020-10-16T06:29:08.363Z] Successfully tagged docker-core-metadata-go:latest [2020-10-16T06:29:08.363Z] (3/33) Installing libffi (3.3-r2) [2020-10-16T06:29:08.364Z] Building docker-core-command-go [2020-10-16T06:29:08.364Z]  Building docker-core-metadata-go ... done (4/33) Installing gdbm (1.13-r1) [2020-10-16T06:29:08.364Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-16T06:29:08.364Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-16T06:29:08.364Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-16T06:29:08.364Z] ---> 69d7e167fcdf [2020-10-16T06:29:08.364Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-16T06:29:08.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T06:29:08.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T06:29:09.910Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T06:29:09.910Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T06:29:09.910Z] OK: 12752 distinct packages available [2020-10-16T06:29:10.174Z] OK: 233 MiB in 51 packages [2020-10-16T06:29:10.436Z] OK: 233 MiB in 51 packages [2020-10-16T06:29:10.528Z] 7f8258a56ab6: Pull complete [2020-10-16T06:29:10.528Z] 75a0a0ebb566: Pull complete [2020-10-16T06:29:11.126Z] 4a2c62f0a2a3: Pull complete [2020-10-16T06:29:11.399Z] 294320357d30: Pull complete [2020-10-16T06:29:11.399Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-16T06:29:11.399Z] Status: Downloaded newer image for docker:latest [2020-10-16T06:29:13.753Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-16T06:29:13.753Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-16T06:29:13.753Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-16T06:29:13.753Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-16T06:29:14.016Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-16T06:29:14.279Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T06:29:14.545Z] OK: 8 MiB in 19 packages [2020-10-16T06:29:14.818Z] ---> 368a658c767b [2020-10-16T06:29:14.818Z] Step 6/7 : COPY go.mod . [2020-10-16T06:29:15.313Z] ---> 4f1b28a63cd3 [2020-10-16T06:29:15.313Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-16T06:29:15.313Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-16T06:29:15.313Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-16T06:29:15.313Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-16T06:29:15.313Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-16T06:29:15.313Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-16T06:29:15.634Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-16T06:29:15.802Z] ---> de3873c06b3f [2020-10-16T06:29:15.802Z] Step 7/7 : RUN go mod download [2020-10-16T06:29:15.802Z] ---> Running in 187e93245425 [2020-10-16T06:29:15.953Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-16T06:29:15.953Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-16T06:29:16.278Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-16T06:29:16.594Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-16T06:29:16.912Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-16T06:29:16.912Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-16T06:29:17.224Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-16T06:29:17.487Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-16T06:29:18.439Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-16T06:29:19.011Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-16T06:29:19.591Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-16T06:29:19.591Z] ---> c586c4cd175e [2020-10-16T06:29:19.591Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-16T06:29:19.591Z] Removing intermediate container 460da105e886 [2020-10-16T06:29:19.591Z] ---> 69676736997b [2020-10-16T06:29:19.591Z] Step 6/22 : COPY go.mod . [2020-10-16T06:29:19.591Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-16T06:29:19.592Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-16T06:29:19.592Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-16T06:29:19.855Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-16T06:29:19.855Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-16T06:29:19.855Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T06:29:19.855Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T06:29:19.855Z] ---> 610d959bb5c1 [2020-10-16T06:29:19.855Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T06:29:19.855Z] ---> Using cache [2020-10-16T06:29:19.855Z] ---> dbf517fa1ad4 [2020-10-16T06:29:19.855Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:29:19.855Z] ---> Using cache [2020-10-16T06:29:19.855Z] ---> 90189a69cf80 [2020-10-16T06:29:19.855Z] Step 5/22 : RUN apk update && apk add make git [2020-10-16T06:29:19.855Z] ---> Using cache [2020-10-16T06:29:19.855Z] ---> b81eeef740aa [2020-10-16T06:29:19.855Z] Step 6/22 : COPY go.mod . [2020-10-16T06:29:19.855Z] ---> Using cache [2020-10-16T06:29:19.855Z] ---> e4e5520ff7e2 [2020-10-16T06:29:19.855Z] Step 7/22 : RUN go mod download [2020-10-16T06:29:19.855Z] ---> Using cache [2020-10-16T06:29:19.855Z] ---> 7022c50abd59 [2020-10-16T06:29:19.855Z] Step 8/22 : COPY . . [2020-10-16T06:29:19.855Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-16T06:29:19.855Z] ---> Using cache [2020-10-16T06:29:19.855Z] ---> 29d627e29c18 [2020-10-16T06:29:19.855Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-16T06:29:21.268Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-16T06:29:21.268Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-16T06:29:21.268Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-16T06:29:21.268Z] Removing intermediate container 04f7e6c36ca1 [2020-10-16T06:29:21.268Z] ---> 460e6e9baa98 [2020-10-16T06:29:21.268Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-16T06:29:21.849Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T06:29:21.849Z] ---> Running in 237d1edcc858 [2020-10-16T06:29:21.849Z] OK: 71 MiB in 55 packages [2020-10-16T06:29:22.113Z] ---> d54dc1bae05d [2020-10-16T06:29:22.113Z] Step 7/22 : RUN go mod download [2020-10-16T06:29:22.113Z] ---> 8ee481c2e8c1 [2020-10-16T06:29:22.113Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-16T06:29:22.113Z] ---> 54ef84dbb1b8 [2020-10-16T06:29:22.113Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-16T06:29:22.381Z] ---> Running in 15a72e89a270 [2020-10-16T06:29:22.650Z] ---> 462540eb4929 [2020-10-16T06:29:22.650Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-16T06:29:22.919Z] ---> Running in 5e9a03912bc0 [2020-10-16T06:29:23.190Z] ---> 49ab3e7a79ea [2020-10-16T06:29:23.190Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-16T06:29:23.190Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/core-command/core-command ./cmd/core-command [2020-10-16T06:29:24.158Z] ---> cb0430e2f587 [2020-10-16T06:29:24.158Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-16T06:29:24.752Z] ---> Running in 9ea903b36908 [2020-10-16T06:29:26.927Z] Removing intermediate container 9ea903b36908 [2020-10-16T06:29:26.927Z] ---> 8c4559fe5252 [2020-10-16T06:29:26.927Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T06:29:28.857Z] Removing intermediate container 15a72e89a270 [2020-10-16T06:29:28.857Z] ---> f9c9b3f87865 [2020-10-16T06:29:28.857Z] Step 8/22 : COPY . . [2020-10-16T06:29:28.857Z] ---> Running in 0362c08d19f3 [2020-10-16T06:29:28.857Z] Removing intermediate container 5e9a03912bc0 [2020-10-16T06:29:28.857Z] ---> 70ac805e9fa4 [2020-10-16T06:29:28.857Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-16T06:29:30.878Z] ---> Running in 3429fd0f9909 [2020-10-16T06:29:32.296Z] Removing intermediate container 0362c08d19f3 [2020-10-16T06:29:32.296Z] ---> 05fb6d931f9e [2020-10-16T06:29:32.296Z] Step 21/23 : LABEL arch=x86_64 [2020-10-16T06:29:35.704Z] ---> Running in 4ec0521935a6 [2020-10-16T06:29:35.704Z] Removing intermediate container 3429fd0f9909 [2020-10-16T06:29:35.704Z] ---> 74154a328bd3 [2020-10-16T06:29:35.704Z] Step 24/26 : LABEL arch=x86_64 [2020-10-16T06:29:36.705Z] ---> Running in ff64015f8966 [2020-10-16T06:29:36.981Z] Removing intermediate container 4ec0521935a6 [2020-10-16T06:29:36.981Z] ---> 6d710a84a526 [2020-10-16T06:29:36.981Z] Step 22/23 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:29:38.933Z] Removing intermediate container 96694efad3ff [2020-10-16T06:29:38.933Z] ---> 00a893b1079c [2020-10-16T06:29:38.933Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-16T06:29:42.280Z] ---> Running in 7a3fc0638ee3 [2020-10-16T06:29:42.618Z] Removing intermediate container 187e93245425 [2020-10-16T06:29:42.618Z] ---> 928ffc1871c5 [2020-10-16T06:29:42.618Z] Successfully built 928ffc1871c5 [2020-10-16T06:29:42.618Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:29:43.040Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T06:29:43.040Z] . [Pipeline] withDockerContainer [2020-10-16T06:29:43.237Z] Removing intermediate container ff64015f8966 [2020-10-16T06:29:43.237Z] ---> 1f50902704bd [2020-10-16T06:29:43.237Z] Step 25/26 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:29:43.328Z] prd-ubuntu18.04-docker-arm64-4c-16g-5772 does not seem to be running inside a container [2020-10-16T06:29:43.423Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-16T06:29:43.507Z] ---> Running in d2b088f7beb8 [2020-10-16T06:29:45.343Z] $ docker top b1998071743249e515ff2a02f7671ff7e9a8ce12e84a4e8ad0ce5d571e74d1f5 -eo pid,comm [2020-10-16T06:29:45.442Z] ---> Running in 474f1ca2b1c8 [2020-10-16T06:29:45.442Z] Removing intermediate container 7a3fc0638ee3 [2020-10-16T06:29:45.442Z] ---> 27a3fe7d19d0 [2020-10-16T06:29:45.442Z] Step 23/23 : LABEL version=1.2.2-dev.75 [2020-10-16T06:29:45.442Z] ---> Running in 64251b7eaffa [2020-10-16T06:29:45.442Z] ---> 02f553b45ac9 [2020-10-16T06:29:45.442Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-16T06:29:45.442Z] ---> Running in cb34dd530405 [2020-10-16T06:29:45.442Z] Removing intermediate container 474f1ca2b1c8 [2020-10-16T06:29:45.442Z] ---> 3ba40cb7845c [2020-10-16T06:29:45.442Z] Step 26/26 : LABEL version=1.2.2-dev.75 [Pipeline] { [Pipeline] sh [2020-10-16T06:29:45.715Z] Removing intermediate container 64251b7eaffa [2020-10-16T06:29:45.716Z] ---> 58d4092c3c2c [2020-10-16T06:29:45.716Z] [2020-10-16T06:29:45.716Z] ---> Running in e59e517673f4 [2020-10-16T06:29:46.003Z] Successfully built 58d4092c3c2c [2020-10-16T06:29:46.003Z] Successfully tagged docker-core-data-go:latest [2020-10-16T06:29:46.003Z] Building docker-security-secrets-setup-go [2020-10-16T06:29:46.003Z]  Building docker-core-data-go ... done Removing intermediate container e59e517673f4 [2020-10-16T06:29:46.003Z] ---> 10735977f2ea [2020-10-16T06:29:46.003Z] [2020-10-16T06:29:46.275Z] Successfully built 10735977f2ea [2020-10-16T06:29:46.275Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-16T06:29:46.275Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2020-10-16T06:29:46.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-16T06:29:46.744Z] + go version [2020-10-16T06:29:46.744Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-16T06:29:46.772Z] $ docker stop --time=1 b1998071743249e515ff2a02f7671ff7e9a8ce12e84a4e8ad0ce5d571e74d1f5 [2020-10-16T06:29:48.692Z] $ docker rm -f b1998071743249e515ff2a02f7671ff7e9a8ce12e84a4e8ad0ce5d571e74d1f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:29:49.929Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-16T06:29:49.929Z] [2020-10-16T06:29:49.929Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:29:50.316Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-16T06:29:50.316Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-16T06:29:50.316Z] 29e5d40040c1: Pulling fs layer [2020-10-16T06:29:50.316Z] 1ce36da41761: Pulling fs layer [2020-10-16T06:29:50.316Z] 25b303627fd3: Pulling fs layer [2020-10-16T06:29:50.914Z] 29e5d40040c1: Verifying Checksum [2020-10-16T06:29:50.914Z] 29e5d40040c1: Download complete [2020-10-16T06:29:51.514Z] 1ce36da41761: Verifying Checksum [2020-10-16T06:29:51.784Z] 29e5d40040c1: Pull complete [2020-10-16T06:29:52.798Z] 1ce36da41761: Pull complete [2020-10-16T06:29:52.941Z] Collecting docker-compose==1.23.2 [2020-10-16T06:29:53.213Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-16T06:29:53.213Z] Collecting texttable<0.10,>=0.9.0 [2020-10-16T06:29:53.213Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-16T06:29:54.231Z] 25b303627fd3: Verifying Checksum [2020-10-16T06:29:54.231Z] 25b303627fd3: Download complete [2020-10-16T06:30:01.448Z] Collecting cached-property<2,>=1.2.0 [2020-10-16T06:30:01.448Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-16T06:30:01.448Z] Collecting docopt<0.7,>=0.6.1 [2020-10-16T06:30:01.448Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-16T06:30:01.448Z] Removing intermediate container 237d1edcc858 [2020-10-16T06:30:01.448Z] ---> ef04de2fd1d1 [2020-10-16T06:30:01.448Z] [2020-10-16T06:30:01.448Z] Step 10/22 : FROM scratch [2020-10-16T06:30:01.448Z] ---> [2020-10-16T06:30:01.448Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T06:30:03.452Z] Collecting jsonschema<3,>=2.5.1 [2020-10-16T06:30:03.452Z] ---> Using cache [2020-10-16T06:30:03.452Z] ---> d301560a74a6 [2020-10-16T06:30:03.452Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-16T06:30:03.452Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-16T06:30:03.452Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-16T06:30:03.734Z] ---> Running in 2295abfa723d [2020-10-16T06:30:03.734Z] Collecting docker<4.0,>=3.6.0 [2020-10-16T06:30:03.734Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-16T06:30:04.325Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-16T06:30:04.325Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-16T06:30:04.373Z] 25b303627fd3: Pull complete [2020-10-16T06:30:04.373Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-16T06:30:04.373Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-16T06:30:04.373Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-16T06:30:04.593Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T06:30:04.593Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-16T06:30:04.593Z] ---> 610d959bb5c1 [2020-10-16T06:30:04.593Z] Step 3/29 : WORKDIR /edgex-go [2020-10-16T06:30:04.593Z] ---> Using cache [2020-10-16T06:30:04.593Z] ---> dbf517fa1ad4 [2020-10-16T06:30:04.594Z] Step 4/29 : RUN apk update && apk add make git [2020-10-16T06:30:04.594Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T06:30:04.594Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-16T06:30:04.594Z] ---> 610d959bb5c1 [2020-10-16T06:30:04.594Z] Step 3/24 : WORKDIR /edgex-go [2020-10-16T06:30:04.594Z] ---> Using cache [2020-10-16T06:30:04.594Z] ---> dbf517fa1ad4 [2020-10-16T06:30:04.594Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:30:04.594Z] ---> Using cache [2020-10-16T06:30:04.594Z] ---> 90189a69cf80 [2020-10-16T06:30:04.594Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-16T06:30:04.615Z] prd-ubuntu18.04-docker-arm64-4c-16g-5772 does not seem to be running inside a container [2020-10-16T06:30:04.705Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-16T06:30:05.982Z] Removing intermediate container 2295abfa723d [2020-10-16T06:30:05.982Z] ---> f688c0bc992d [2020-10-16T06:30:05.982Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T06:30:06.257Z] Collecting PyYAML<4,>=3.10 [2020-10-16T06:30:06.258Z] ---> Running in 55fa4a0d535b [2020-10-16T06:30:06.258Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-16T06:30:06.258Z] ---> Running in 2291b0eb2841 [2020-10-16T06:30:06.258Z] ---> Running in c89d625d1e9b [2020-10-16T06:30:07.232Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-16T06:30:07.232Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-16T06:30:07.496Z] Removing intermediate container c89d625d1e9b [2020-10-16T06:30:07.496Z] ---> 92d64926cf2d [2020-10-16T06:30:07.496Z] Step 14/22 : WORKDIR / [2020-10-16T06:30:08.103Z] ---> Running in 0417a77a0a13 [2020-10-16T06:30:08.104Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-16T06:30:08.104Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-16T06:30:08.382Z] Collecting docker-pycreds>=0.4.0 [2020-10-16T06:30:08.383Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-16T06:30:08.383Z] Removing intermediate container 0417a77a0a13 [2020-10-16T06:30:08.383Z] ---> abf7a41a8c9f [2020-10-16T06:30:08.383Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-16T06:30:08.383Z] Collecting idna<2.8,>=2.5 [2020-10-16T06:30:08.383Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-16T06:30:08.443Z] $ docker top b26294c9d38a46deba3d58512bc0ce8fc5a369370f41213f08e10e110fd6d88d -eo pid,comm [2020-10-16T06:30:08.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T06:30:08.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T06:30:08.647Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-16T06:30:08.647Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-16T06:30:08.647Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-16T06:30:08.647Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-16T06:30:08.647Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-16T06:30:08.647Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-16T06:30:08.647Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-16T06:30:08.647Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [Pipeline] { [Pipeline] sh [2020-10-16T06:30:08.930Z] Installing collected packages: texttable, cached-property, docopt, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, PyYAML, dockerpty, docker-compose [2020-10-16T06:30:08.930Z] Running setup.py install for texttable: started [2020-10-16T06:30:08.930Z] ---> 71d6b42a279a [2020-10-16T06:30:08.930Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-16T06:30:09.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T06:30:09.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T06:30:09.525Z] Running setup.py install for texttable: finished with status 'done' [2020-10-16T06:30:09.525Z] Running setup.py install for docopt: started [2020-10-16T06:30:09.525Z] ---> de7b096ddddd [2020-10-16T06:30:09.525Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-16T06:30:09.839Z] + grep parallel [2020-10-16T06:30:09.839Z] + docker-compose build --help [2020-10-16T06:30:10.104Z] ---> 1e01161f66af [2020-10-16T06:30:10.104Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-16T06:30:10.104Z] ---> Running in faf8893ee538 [2020-10-16T06:30:10.104Z] Running setup.py install for docopt: finished with status 'done' [2020-10-16T06:30:10.104Z] Attempting uninstall: idna [2020-10-16T06:30:10.104Z] Found existing installation: idna 2.9 [2020-10-16T06:30:10.104Z] Uninstalling idna-2.9: [2020-10-16T06:30:10.369Z] Successfully uninstalled idna-2.9 [2020-10-16T06:30:10.369Z] Removing intermediate container faf8893ee538 [2020-10-16T06:30:10.369Z] ---> 5f943c520487 [2020-10-16T06:30:10.369Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T06:30:10.369Z] ---> Running in 6f1d57911ec7 [2020-10-16T06:30:10.369Z] Attempting uninstall: urllib3 [2020-10-16T06:30:10.369Z] Found existing installation: urllib3 1.25.9 [2020-10-16T06:30:10.369Z] Uninstalling urllib3-1.25.9: [2020-10-16T06:30:10.369Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T06:30:10.369Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T06:30:10.369Z] OK: 12752 distinct packages available [2020-10-16T06:30:10.631Z] Successfully uninstalled urllib3-1.25.9 [2020-10-16T06:30:10.631Z] Removing intermediate container 6f1d57911ec7 [2020-10-16T06:30:10.631Z] ---> 08119f82cc75 [2020-10-16T06:30:10.631Z] Step 20/22 : LABEL arch=x86_64 [2020-10-16T06:30:10.631Z] OK: 233 MiB in 51 packages [2020-10-16T06:30:10.893Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T06:30:10.893Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T06:30:10.893Z] OK: 12752 distinct packages available [2020-10-16T06:30:11.155Z] ---> Running in efceef9016fd [2020-10-16T06:30:11.155Z] OK: 233 MiB in 51 packages [2020-10-16T06:30:11.417Z] Attempting uninstall: requests [2020-10-16T06:30:11.417Z] Found existing installation: requests 2.23.0 [2020-10-16T06:30:11.417Z] Uninstalling requests-2.23.0: [2020-10-16T06:30:11.418Z] Successfully uninstalled requests-2.23.0 [2020-10-16T06:30:11.992Z] Removing intermediate container efceef9016fd [2020-10-16T06:30:11.992Z] ---> 171ba2c6c1ce [2020-10-16T06:30:11.992Z] Step 21/22 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:30:14.147Z] --parallel Build images in parallel. [Pipeline] } [2020-10-16T06:30:14.175Z] $ docker stop --time=1 b26294c9d38a46deba3d58512bc0ce8fc5a369370f41213f08e10e110fd6d88d [2020-10-16T06:30:14.545Z] ---> Running in 605a2770d73a [2020-10-16T06:30:14.545Z] Removing intermediate container cb34dd530405 [2020-10-16T06:30:14.545Z] ---> 1f167ea9466b [2020-10-16T06:30:14.545Z] [2020-10-16T06:30:14.545Z] Step 10/22 : FROM scratch [2020-10-16T06:30:14.545Z] ---> [2020-10-16T06:30:14.545Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-16T06:30:15.128Z] Removing intermediate container 55fa4a0d535b [2020-10-16T06:30:15.128Z] ---> 83d5022132d0 [2020-10-16T06:30:15.128Z] Step 5/29 : COPY go.mod . [2020-10-16T06:30:15.128Z] Running setup.py install for PyYAML: started [2020-10-16T06:30:15.128Z] Removing intermediate container 2291b0eb2841 [2020-10-16T06:30:15.128Z] ---> e604d8dc51a2 [2020-10-16T06:30:15.128Z] Step 6/24 : COPY go.mod . [2020-10-16T06:30:15.128Z] Removing intermediate container 605a2770d73a [2020-10-16T06:30:15.128Z] ---> 13719e872174 [2020-10-16T06:30:15.128Z] Step 22/22 : LABEL version=1.2.2-dev.75 [2020-10-16T06:30:15.409Z] ---> Running in 2aac0ba74e57 [2020-10-16T06:30:15.409Z] ---> bd1fbb825d24 [2020-10-16T06:30:15.409Z] Step 6/29 : RUN go mod download [2020-10-16T06:30:15.409Z] ---> Running in 8a270662f2f1 [2020-10-16T06:30:15.409Z] ---> Running in eb5a9d137140 [2020-10-16T06:30:15.677Z] ---> 153abc227c0f [2020-10-16T06:30:15.677Z] Step 7/24 : RUN go mod download [2020-10-16T06:30:15.677Z] Removing intermediate container 2aac0ba74e57 [2020-10-16T06:30:15.677Z] ---> 7a56dc7ebd6a [2020-10-16T06:30:15.677Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-16T06:30:15.677Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-16T06:30:15.677Z] Running setup.py install for dockerpty: started [2020-10-16T06:30:15.953Z] ---> Running in 3583d1e45731 [2020-10-16T06:30:15.953Z] ---> Running in 2575cbd1c268 [2020-10-16T06:30:15.953Z] Removing intermediate container 8a270662f2f1 [2020-10-16T06:30:15.953Z] ---> 6d0c97482cf0 [2020-10-16T06:30:15.953Z] [2020-10-16T06:30:16.180Z] $ docker rm -f b26294c9d38a46deba3d58512bc0ce8fc5a369370f41213f08e10e110fd6d88d [Pipeline] // withDockerContainer [2020-10-16T06:30:16.532Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-16T06:30:16.532Z] Successfully built 6d0c97482cf0 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:30:16.802Z] Successfully tagged docker-core-command-go:latest [2020-10-16T06:30:16.803Z] Building docker-security-proxy-setup-go [2020-10-16T06:30:16.803Z]  Building docker-core-command-go ... done Removing intermediate container 3583d1e45731 [2020-10-16T06:30:16.803Z] ---> cd2cf8932e6a [2020-10-16T06:30:16.803Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T06:30:17.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-16T06:30:17.004Z] . [Pipeline] withDockerContainer [2020-10-16T06:30:17.077Z] ---> Running in 9e719c169e52 [2020-10-16T06:30:17.077Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-16T06:30:17.240Z] prd-ubuntu18.04-docker-arm64-4c-16g-5772 does not seem to be running inside a container [2020-10-16T06:30:17.331Z] $ 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/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-16T06:30:18.045Z] Removing intermediate container 9e719c169e52 [2020-10-16T06:30:18.045Z] ---> 9f95ad2e02b2 [2020-10-16T06:30:18.045Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-16T06:30:18.658Z] $ docker top 80393bcecff7fc8f5e8f9be600d436032063bf48802c5ad3809b3051ccc87550 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T06:30:19.755Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-16T06:30:22.270Z] ---> 83721028732a [2020-10-16T06:30:22.270Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-16T06:30:22.535Z] Removing intermediate container eb5a9d137140 [2020-10-16T06:30:22.535Z] ---> 1a3c75473462 [2020-10-16T06:30:22.535Z] Step 7/29 : COPY . . [2020-10-16T06:30:24.186Z] Building docker-core-command-go ... [2020-10-16T06:30:24.186Z] Building docker-core-data-go ... [2020-10-16T06:30:24.186Z] Building docker-core-metadata-go ... [2020-10-16T06:30:24.186Z] Building docker-security-proxy-setup-go ... [2020-10-16T06:30:24.186Z] Building docker-security-secrets-setup-go ... [2020-10-16T06:30:24.186Z] Building docker-security-secretstore-setup-go ... [2020-10-16T06:30:24.186Z] Building docker-support-logging-go ... [2020-10-16T06:30:24.186Z] Building docker-support-notifications-go ... [2020-10-16T06:30:24.186Z] Building docker-support-scheduler-go ... [2020-10-16T06:30:24.186Z] Building docker-sys-mgmt-agent-go ... [2020-10-16T06:30:24.186Z] Building docker-security-proxy-setup-go [2020-10-16T06:30:24.186Z] Building docker-support-notifications-go [2020-10-16T06:30:24.186Z] Building docker-sys-mgmt-agent-go [2020-10-16T06:30:24.186Z] Building docker-support-scheduler-go [2020-10-16T06:30:24.186Z] Building docker-core-metadata-go [2020-10-16T06:30:26.765Z] Removing intermediate container 2575cbd1c268 [2020-10-16T06:30:26.765Z] ---> d0ab7c09493c [2020-10-16T06:30:26.765Z] Step 8/24 : COPY . . [2020-10-16T06:30:27.026Z] ---> a1b33cd6f4fb [2020-10-16T06:30:27.026Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-16T06:30:31.162Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T06:30:31.162Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-16T06:30:31.162Z] ---> 610d959bb5c1 [2020-10-16T06:30:31.162Z] Step 3/20 : WORKDIR /edgex-go [2020-10-16T06:30:31.162Z] ---> Using cache [2020-10-16T06:30:31.162Z] ---> dbf517fa1ad4 [2020-10-16T06:30:31.162Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:30:31.162Z] ---> Using cache [2020-10-16T06:30:31.162Z] ---> 90189a69cf80 [2020-10-16T06:30:31.162Z] Step 5/20 : RUN apk update && apk add make git [2020-10-16T06:30:31.162Z] ---> Using cache [2020-10-16T06:30:31.162Z] ---> b81eeef740aa [2020-10-16T06:30:31.162Z] Step 6/20 : COPY go.mod . [2020-10-16T06:30:31.162Z] ---> Using cache [2020-10-16T06:30:31.162Z] ---> e4e5520ff7e2 [2020-10-16T06:30:31.162Z] Step 7/20 : RUN go mod download [2020-10-16T06:30:31.162Z] ---> Using cache [2020-10-16T06:30:31.162Z] ---> 7022c50abd59 [2020-10-16T06:30:31.162Z] Step 8/20 : COPY . . [2020-10-16T06:30:31.162Z] ---> Using cache [2020-10-16T06:30:31.162Z] ---> 29d627e29c18 [2020-10-16T06:30:31.162Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-16T06:30:31.759Z] Removing intermediate container d2b088f7beb8 [2020-10-16T06:30:31.759Z] ---> 1cab8401d3d4 [2020-10-16T06:30:31.759Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-16T06:30:35.993Z] ---> Running in af8e540d4d9e [2020-10-16T06:30:37.940Z] ---> 8ebaff47dbbb [2020-10-16T06:30:37.940Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-16T06:30:39.375Z] ---> Running in 8df216707f00 [2020-10-16T06:30:42.717Z] ---> 4acee03e3289 [2020-10-16T06:30:42.717Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-16T06:30:42.717Z] ---> Running in 5545068a2ed9 [2020-10-16T06:30:43.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-16T06:30:43.302Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T06:30:43.302Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T06:30:43.302Z] Removing intermediate container 5545068a2ed9 [2020-10-16T06:30:43.302Z] ---> c864d349d14d [2020-10-16T06:30:43.302Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T06:30:43.568Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-16T06:30:43.568Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-16T06:30:43.568Z] (3/3) Installing curl (7.69.1-r1) [2020-10-16T06:30:43.569Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T06:30:43.569Z] OK: 72 MiB in 58 packages [2020-10-16T06:30:46.144Z] ---> Running in a2ab559bf4e7 [2020-10-16T06:30:46.145Z] ---> 9dd3857b39a3 [2020-10-16T06:30:46.145Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-16T06:30:46.145Z] ---> 149dc3520e57 [2020-10-16T06:30:46.145Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-16T06:30:46.145Z] Removing intermediate container a2ab559bf4e7 [2020-10-16T06:30:46.145Z] ---> 4df9faac802b [2020-10-16T06:30:46.145Z] Step 20/22 : LABEL arch=x86_64 [2020-10-16T06:30:46.145Z] ---> Running in b88f21b14263 [2020-10-16T06:30:46.428Z] ---> Running in 6345449454e5 [2020-10-16T06:30:46.428Z] ---> Running in be0a91ecdb67 [2020-10-16T06:30:46.428Z] Removing intermediate container 8df216707f00 [2020-10-16T06:30:46.428Z] ---> b2963a45d669 [2020-10-16T06:30:46.428Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-16T06:30:46.711Z] ---> Running in 3904e26325d3 [2020-10-16T06:30:47.313Z] Removing intermediate container be0a91ecdb67 [2020-10-16T06:30:47.313Z] ---> 40aabab0e46f [2020-10-16T06:30:47.313Z] Step 21/22 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:30:47.313Z] Removing intermediate container 3904e26325d3 [2020-10-16T06:30:47.313Z] ---> 8f226f0d1bb4 [2020-10-16T06:30:47.313Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T06:30:47.313Z] ---> Running in 7be7465e3863 [2020-10-16T06:30:47.313Z] ---> Running in 55b92a61c595 [2020-10-16T06:30:47.587Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-16T06:30:47.587Z] Removing intermediate container 55b92a61c595 [2020-10-16T06:30:47.587Z] ---> 774b2f1f637a [2020-10-16T06:30:47.587Z] Step 25/27 : LABEL arch=x86_64 [2020-10-16T06:30:47.587Z] Removing intermediate container 7be7465e3863 [2020-10-16T06:30:47.587Z] ---> 458d9a5d68c1 [2020-10-16T06:30:47.587Z] Step 22/22 : LABEL version=1.2.2-dev.75 [2020-10-16T06:30:47.858Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-16T06:30:47.858Z] ---> Running in 43e28f3893c2 [2020-10-16T06:30:47.858Z] ---> Running in c43abc0be220 [2020-10-16T06:30:48.131Z] Removing intermediate container 43e28f3893c2 [2020-10-16T06:30:48.131Z] ---> ee24dc20471e [2020-10-16T06:30:48.131Z] Step 26/27 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:30:48.131Z] Removing intermediate container c43abc0be220 [2020-10-16T06:30:48.131Z] ---> 4c92dc5a37a6 [2020-10-16T06:30:48.131Z] [2020-10-16T06:30:48.131Z] ---> Running in 3fff6d39dd08 [2020-10-16T06:30:48.402Z] Successfully built 4c92dc5a37a6 [2020-10-16T06:30:48.402Z] Successfully tagged docker-support-logging-go:latest [2020-10-16T06:30:48.672Z]  Building docker-support-logging-go ... done Removing intermediate container 3fff6d39dd08 [2020-10-16T06:30:48.672Z] ---> c28e1d328ddd [2020-10-16T06:30:48.672Z] Step 27/27 : LABEL version=1.2.2-dev.75 [2020-10-16T06:30:48.672Z] ---> Running in dde97544143d [2020-10-16T06:30:48.947Z] Removing intermediate container dde97544143d [2020-10-16T06:30:48.947Z] ---> 9a559b9da012 [2020-10-16T06:30:48.947Z] [2020-10-16T06:30:49.930Z] Successfully built 9a559b9da012 [2020-10-16T06:30:49.930Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-16T06:31:05.955Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container af8e540d4d9e [2020-10-16T06:31:05.955Z] ---> 471515e9e9a9 [2020-10-16T06:31:05.955Z] [2020-10-16T06:31:05.955Z] Step 10/20 : FROM alpine [2020-10-16T06:31:05.955Z] ---> a24bb4013296 [2020-10-16T06:31:05.955Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-16T06:31:05.955Z] ---> Running in 099c870fc649 [2020-10-16T06:31:05.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T06:31:05.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T06:31:05.955Z] v3.12.0-419-g76bd1ee11d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-16T06:31:05.955Z] v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-16T06:31:05.955Z] OK: 12750 distinct packages available [2020-10-16T06:31:05.955Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-16T06:31:05.955Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-16T06:31:05.955Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-16T06:31:05.955Z] (4/4) Installing curl (7.69.1-r1) [2020-10-16T06:31:05.955Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T06:31:05.955Z] Executing ca-certificates-20191127-r4.trigger [2020-10-16T06:31:05.955Z] OK: 7 MiB in 18 packages [2020-10-16T06:31:07.355Z] Removing intermediate container b88f21b14263 [2020-10-16T06:31:07.355Z] ---> 7ffe21ecc262 [2020-10-16T06:31:07.355Z] [2020-10-16T06:31:07.355Z] Step 9/29 : FROM alpine:latest [2020-10-16T06:31:07.355Z] ---> a24bb4013296 [2020-10-16T06:31:07.355Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-16T06:31:07.619Z] ---> Running in 349f6295b9a2 [2020-10-16T06:31:10.222Z] Removing intermediate container 099c870fc649 [2020-10-16T06:31:10.222Z] ---> 8a57f449522c [2020-10-16T06:31:10.222Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-16T06:31:10.492Z] Removing intermediate container 349f6295b9a2 [2020-10-16T06:31:10.492Z] ---> 3bf68bcf09b1 [2020-10-16T06:31:10.492Z] Step 11/29 : USER root [2020-10-16T06:31:10.492Z] ---> Running in 6e9a7ff09d71 [2020-10-16T06:31:10.492Z] ---> Running in 715a51d17002 [2020-10-16T06:31:10.492Z] Removing intermediate container 6345449454e5 [2020-10-16T06:31:10.492Z] ---> 53ec7e3bed7e [2020-10-16T06:31:10.492Z] [2020-10-16T06:31:10.492Z] Step 10/24 : FROM scratch [2020-10-16T06:31:10.492Z] ---> [2020-10-16T06:31:10.492Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-16T06:31:10.772Z] ---> Using cache [2020-10-16T06:31:10.772Z] ---> 7a56dc7ebd6a [2020-10-16T06:31:10.772Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-16T06:31:10.772Z] Removing intermediate container 6e9a7ff09d71 [2020-10-16T06:31:10.772Z] ---> a39497a9fc69 [2020-10-16T06:31:10.772Z] Step 13/20 : WORKDIR /edgex [2020-10-16T06:31:10.772Z] Removing intermediate container 715a51d17002 [2020-10-16T06:31:10.772Z] ---> e0af7061a32e [2020-10-16T06:31:10.772Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-16T06:31:10.772Z] ---> Running in aa00c3ccb005 [2020-10-16T06:31:10.772Z] ---> Running in 80203d85a245 [2020-10-16T06:31:10.772Z] ---> Running in a50f9a177111 [2020-10-16T06:31:11.037Z] Removing intermediate container aa00c3ccb005 [2020-10-16T06:31:11.038Z] ---> 0e3611fb8d46 [2020-10-16T06:31:11.038Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-16T06:31:11.303Z] ---> Running in b2584e398a9b [2020-10-16T06:31:11.303Z] Removing intermediate container 80203d85a245 [2020-10-16T06:31:11.303Z] ---> f4c551a82280 [2020-10-16T06:31:11.303Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-16T06:31:11.303Z] Removing intermediate container b2584e398a9b [2020-10-16T06:31:11.303Z] ---> c6e191c446fe [2020-10-16T06:31:11.303Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-16T06:31:11.427Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T06:31:11.427Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-16T06:31:11.427Z] ---> 928ffc1871c5 [2020-10-16T06:31:11.427Z] Step 3/21 : WORKDIR /edgex-go [2020-10-16T06:31:11.427Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T06:31:11.427Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-16T06:31:11.427Z] ---> 928ffc1871c5 [2020-10-16T06:31:11.427Z] Step 3/20 : WORKDIR /edgex-go [2020-10-16T06:31:11.427Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T06:31:11.427Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-16T06:31:11.427Z] ---> 928ffc1871c5 [2020-10-16T06:31:11.427Z] Step 3/27 : WORKDIR /edgex-go [2020-10-16T06:31:11.427Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T06:31:11.427Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-16T06:31:11.427Z] ---> 928ffc1871c5 [2020-10-16T06:31:11.427Z] Step 3/24 : WORKDIR /edgex-goStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T06:31:11.427Z] [2020-10-16T06:31:11.427Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T06:31:11.427Z] ---> 928ffc1871c5 [2020-10-16T06:31:11.427Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T06:31:11.428Z] ---> Running in 79f44e1c3171 [2020-10-16T06:31:11.428Z] ---> Running in bdbae1e4e46d [2020-10-16T06:31:11.428Z] ---> Running in f2aa66416eb3 [2020-10-16T06:31:11.428Z] ---> Running in 526bbf9b6421 [2020-10-16T06:31:11.428Z] ---> Running in 102c70546745 [2020-10-16T06:31:11.428Z] Removing intermediate container 79f44e1c3171 [2020-10-16T06:31:11.428Z] ---> 5dab888f9363 [2020-10-16T06:31:11.428Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:31:11.428Z] Removing intermediate container f2aa66416eb3 [2020-10-16T06:31:11.428Z] ---> d76fd67ef5c8 [2020-10-16T06:31:11.428Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:31:11.428Z] Removing intermediate container 526bbf9b6421 [2020-10-16T06:31:11.428Z] ---> f3fef568e7a9 [2020-10-16T06:31:11.428Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:31:11.428Z] Removing intermediate container bdbae1e4e46d [2020-10-16T06:31:11.428Z] ---> aad9f3d784b6 [2020-10-16T06:31:11.428Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:31:11.428Z] Removing intermediate container 102c70546745 [2020-10-16T06:31:11.428Z] ---> 9b9ce93e829d [2020-10-16T06:31:11.428Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:31:11.428Z] ---> Running in f7e63ff13024 [2020-10-16T06:31:11.428Z] ---> Running in 6699354598e7 [2020-10-16T06:31:11.428Z] ---> Running in 529cf6ce67d2 [2020-10-16T06:31:11.428Z] ---> Running in 5580e015b04f [2020-10-16T06:31:11.428Z] ---> Running in 0a88f0e52a4f [2020-10-16T06:31:11.568Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T06:31:11.569Z] ---> 79245c741c87 [2020-10-16T06:31:11.569Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-16T06:31:11.569Z] ---> 0aed6a9e2f2d [2020-10-16T06:31:11.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T06:31:11.569Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-16T06:31:11.844Z] v3.12.0-419-g76bd1ee11d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-16T06:31:11.844Z] v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-16T06:31:11.844Z] OK: 12750 distinct packages available [2020-10-16T06:31:12.115Z] ---> b48821f11897 [2020-10-16T06:31:12.115Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-16T06:31:12.115Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-16T06:31:12.115Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-16T06:31:12.115Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T06:31:12.115Z] Executing ca-certificates-20191127-r4.trigger [2020-10-16T06:31:12.381Z] OK: 6 MiB in 16 packages [2020-10-16T06:31:12.381Z] ---> Running in ef013343c837 [2020-10-16T06:31:12.961Z] ---> 0e1a6be1fdc7 [2020-10-16T06:31:12.961Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-16T06:31:13.225Z] Removing intermediate container ef013343c837 [2020-10-16T06:31:13.225Z] ---> 29e61023fda6 [2020-10-16T06:31:13.225Z] Step 17/20 : CMD ["--init=true"] [2020-10-16T06:31:13.225Z] ---> Running in d4b780155ca5 [2020-10-16T06:31:14.174Z] Removing intermediate container a50f9a177111 [2020-10-16T06:31:14.174Z] ---> f05f77d4bf98 [2020-10-16T06:31:14.174Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-16T06:31:14.440Z] Removing intermediate container d4b780155ca5 [2020-10-16T06:31:14.440Z] ---> eaabb8343bf3 [2020-10-16T06:31:14.440Z] Step 18/20 : LABEL arch=x86_64 [2020-10-16T06:31:14.440Z] ---> 0c15665939a2 [2020-10-16T06:31:14.440Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-16T06:31:14.440Z] ---> Running in 74cb09f3ccad [2020-10-16T06:31:14.440Z] ---> Running in 587a6715adbb [2020-10-16T06:31:14.706Z] ---> f2ab147fab3d [2020-10-16T06:31:14.706Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-16T06:31:14.706Z] Removing intermediate container 74cb09f3ccad [2020-10-16T06:31:14.706Z] ---> 4815e9dc8444 [2020-10-16T06:31:14.706Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-16T06:31:14.706Z] Removing intermediate container 587a6715adbb [2020-10-16T06:31:14.706Z] ---> 9a7914949061 [2020-10-16T06:31:14.706Z] Step 19/20 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:14.706Z] ---> Running in cd1ac38380be [2020-10-16T06:31:14.706Z] ---> Running in 643f49c290ef [2020-10-16T06:31:14.896Z] Removing intermediate container f7e63ff13024 [2020-10-16T06:31:14.896Z] ---> 3feeb82c0523 [2020-10-16T06:31:14.896Z] Step 5/22 : RUN apk update && apk add make git [2020-10-16T06:31:14.972Z] Removing intermediate container 643f49c290ef [2020-10-16T06:31:14.972Z] ---> 1fb2987f5f7f [2020-10-16T06:31:14.972Z] Step 20/20 : LABEL version=1.2.2-dev.75 [2020-10-16T06:31:14.972Z] Removing intermediate container cd1ac38380be [2020-10-16T06:31:14.972Z] ---> 1e850fbf6b00 [2020-10-16T06:31:14.972Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-16T06:31:15.174Z] ---> Running in 642637f42e6c [2020-10-16T06:31:15.240Z] ---> Running in 763a368b1507 [2020-10-16T06:31:15.240Z] ---> Running in 6095091afd30 [2020-10-16T06:31:15.240Z] ---> 23ccc05a497f [2020-10-16T06:31:15.240Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-16T06:31:15.452Z] Removing intermediate container 529cf6ce67d2 [2020-10-16T06:31:15.452Z] ---> 959a4199220d [2020-10-16T06:31:15.452Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-16T06:31:15.452Z] Removing intermediate container 6699354598e7 [2020-10-16T06:31:15.452Z] ---> 67e9b49cf6b1 [2020-10-16T06:31:15.452Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-16T06:31:15.512Z] Removing intermediate container 6095091afd30 [2020-10-16T06:31:15.512Z] ---> 07891e4005b1 [2020-10-16T06:31:15.512Z] [2020-10-16T06:31:15.728Z] ---> Running in 472ce03bb199 [2020-10-16T06:31:16.001Z] ---> Running in 8780da749f66 [2020-10-16T06:31:16.001Z] Removing intermediate container 0a88f0e52a4f [2020-10-16T06:31:16.001Z] ---> 094836fc9329 [2020-10-16T06:31:16.001Z] Step 5/21 : RUN apk update && apk add make git [2020-10-16T06:31:16.096Z] ---> 75a293875e64 [2020-10-16T06:31:16.096Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-16T06:31:16.096Z] Successfully built 07891e4005b1 [2020-10-16T06:31:16.096Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-16T06:31:16.096Z]  Building docker-security-proxy-setup-go ... done  ---> Running in c6d6d3271b82 [2020-10-16T06:31:16.293Z] Removing intermediate container 5580e015b04f [2020-10-16T06:31:16.293Z] ---> fed0fedccc16 [2020-10-16T06:31:16.293Z] Step 5/20 : RUN apk update && apk add make git [2020-10-16T06:31:16.293Z] ---> Running in 2549d7d4ceb2 [2020-10-16T06:31:16.372Z] Removing intermediate container c6d6d3271b82 [2020-10-16T06:31:16.372Z] ---> 7e01c3677549 [2020-10-16T06:31:16.372Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T06:31:16.372Z] ---> Running in db8071f0a9c1 [2020-10-16T06:31:16.604Z] ---> Running in 302a31fa9af4 [2020-10-16T06:31:16.636Z] Removing intermediate container 763a368b1507 [2020-10-16T06:31:16.636Z] ---> 3acb316d3611 [2020-10-16T06:31:16.636Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-16T06:31:16.636Z] Removing intermediate container db8071f0a9c1 [2020-10-16T06:31:16.636Z] ---> a1dd8eb0208a [2020-10-16T06:31:16.636Z] Step 22/24 : LABEL arch=x86_64 [2020-10-16T06:31:16.636Z] ---> Running in e5ac4c09c8bd [2020-10-16T06:31:16.912Z] Removing intermediate container e5ac4c09c8bd [2020-10-16T06:31:16.912Z] ---> 782aaf6a82ea [2020-10-16T06:31:16.912Z] Step 23/24 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:16.912Z] ---> Running in 68eaa64201a8 [2020-10-16T06:31:16.912Z] ---> a7ef63e7baef [2020-10-16T06:31:16.912Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-16T06:31:17.186Z] Removing intermediate container 68eaa64201a8 [2020-10-16T06:31:17.186Z] ---> 316b719ead41 [2020-10-16T06:31:17.186Z] Step 24/24 : LABEL version=1.2.2-dev.75 [2020-10-16T06:31:17.186Z] ---> Running in 03df1c493343 [2020-10-16T06:31:17.186Z] ---> c8551ec99b60 [2020-10-16T06:31:17.186Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-16T06:31:17.455Z] Removing intermediate container 03df1c493343 [2020-10-16T06:31:17.455Z] ---> 8c5ac24e405b [2020-10-16T06:31:17.455Z] [2020-10-16T06:31:17.455Z] Successfully built 8c5ac24e405b [2020-10-16T06:31:17.721Z] Successfully tagged docker-support-notifications-go:latest [2020-10-16T06:31:17.721Z]  Building docker-support-notifications-go ... done  ---> 63486cbcf6d2 [2020-10-16T06:31:17.721Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-16T06:31:17.987Z] ---> 6409d33d9991 [2020-10-16T06:31:17.987Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-16T06:31:18.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T06:31:18.262Z] ---> c1a340f94ce7 [2020-10-16T06:31:18.262Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-16T06:31:18.262Z] ---> Running in e327405421c4 [2020-10-16T06:31:18.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T06:31:18.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T06:31:18.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T06:31:19.242Z] Removing intermediate container e327405421c4 [2020-10-16T06:31:19.242Z] ---> 385ec8a33dae [2020-10-16T06:31:19.242Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-16T06:31:19.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T06:31:19.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T06:31:19.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T06:31:19.519Z] ---> 32949990699e [2020-10-16T06:31:19.519Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-16T06:31:19.519Z] ---> Running in f8730e51a188 [2020-10-16T06:31:19.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T06:31:19.865Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T06:31:19.865Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T06:31:19.865Z] OK: 12623 distinct packages available [2020-10-16T06:31:20.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T06:31:20.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T06:31:20.429Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T06:31:20.430Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T06:31:20.430Z] OK: 12623 distinct packages available [2020-10-16T06:31:20.515Z] Removing intermediate container f8730e51a188 [2020-10-16T06:31:20.515Z] ---> 40da0ea34bd7 [2020-10-16T06:31:20.515Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-16T06:31:20.515Z] ---> Running in f26d1dab9640 [2020-10-16T06:31:20.710Z] OK: 217 MiB in 51 packages [2020-10-16T06:31:21.339Z] OK: 217 MiB in 51 packages [2020-10-16T06:31:21.489Z] Removing intermediate container f26d1dab9640 [2020-10-16T06:31:21.489Z] ---> 240379f33a2d [2020-10-16T06:31:21.489Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-16T06:31:21.489Z] ---> Running in c60c01e943bc [2020-10-16T06:31:21.489Z] Removing intermediate container c60c01e943bc [2020-10-16T06:31:21.489Z] ---> c5ae090ba2f1 [2020-10-16T06:31:21.489Z] Step 26/29 : CMD [ "generate" ] [2020-10-16T06:31:21.621Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T06:31:21.621Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T06:31:21.622Z] OK: 12623 distinct packages available [2020-10-16T06:31:21.761Z] ---> Running in 1a6edfe3b22b [2020-10-16T06:31:21.761Z] Removing intermediate container 1a6edfe3b22b [2020-10-16T06:31:21.761Z] ---> 0536cfb5f0e4 [2020-10-16T06:31:21.761Z] Step 27/29 : LABEL arch=x86_64 [2020-10-16T06:31:21.761Z] ---> Running in 72006f165a74 [2020-10-16T06:31:22.027Z] Removing intermediate container 72006f165a74 [2020-10-16T06:31:22.027Z] ---> e5b1dd017ed5 [2020-10-16T06:31:22.027Z] Step 28/29 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:22.027Z] ---> Running in 27474b193d93 [2020-10-16T06:31:22.256Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T06:31:22.256Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T06:31:22.256Z] OK: 12623 distinct packages available [2020-10-16T06:31:22.291Z] Removing intermediate container 27474b193d93 [2020-10-16T06:31:22.291Z] ---> d179a19f2035 [2020-10-16T06:31:22.291Z] Step 29/29 : LABEL version=1.2.2-dev.75 [2020-10-16T06:31:22.291Z] ---> Running in d7f2001411e6 [2020-10-16T06:31:22.550Z] Removing intermediate container 642637f42e6c [2020-10-16T06:31:22.550Z] ---> 24667cc1c73f [2020-10-16T06:31:22.550Z] Step 6/22 : COPY go.mod . [2020-10-16T06:31:22.556Z] Removing intermediate container d7f2001411e6 [2020-10-16T06:31:22.556Z] ---> 35bdf19f14df [2020-10-16T06:31:22.556Z] [2020-10-16T06:31:22.556Z] Successfully built 35bdf19f14df [2020-10-16T06:31:22.556Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-16T06:31:22.833Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-10-16T06:31:22.837Z] OK: 217 MiB in 51 packages [2020-10-16T06:31:22.837Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T06:31:22.837Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T06:31:22.837Z] OK: 12623 distinct packages available [2020-10-16T06:31:22.854Z] $ docker stop --time=1 f2be328d67a0640a9a75feacbde3bde07b3a51353254a19d05c73df25e190243 [2020-10-16T06:31:23.485Z] OK: 217 MiB in 51 packages [2020-10-16T06:31:23.485Z] Removing intermediate container 472ce03bb199 [2020-10-16T06:31:23.485Z] ---> 32d69be3b3f0 [2020-10-16T06:31:23.485Z] Step 6/24 : COPY go.mod . [2020-10-16T06:31:23.794Z] OK: 217 MiB in 51 packages [2020-10-16T06:31:24.409Z] ---> 24427f5dbc9a [2020-10-16T06:31:24.409Z] Step 7/22 : RUN go mod download [2020-10-16T06:31:24.694Z] ---> Running in 49ecc7fe6a76 [2020-10-16T06:31:24.694Z] Removing intermediate container 8780da749f66 [2020-10-16T06:31:24.694Z] ---> f8297f9ad535 [2020-10-16T06:31:24.694Z] Step 6/27 : COPY go.mod . [2020-10-16T06:31:24.742Z] $ docker rm -f f2be328d67a0640a9a75feacbde3bde07b3a51353254a19d05c73df25e190243 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:31:24.980Z] ---> e5b089fb130b [2020-10-16T06:31:24.980Z] Step 7/24 : RUN go mod download [2020-10-16T06:31:25.256Z] + docker images [2020-10-16T06:31:25.256Z] + grep docker [2020-10-16T06:31:25.256Z] docker-security-secrets-setup-go latest 35bdf19f14df 3 seconds ago 24MB [2020-10-16T06:31:25.256Z] docker-support-notifications-go latest 8c5ac24e405b 8 seconds ago 13.6MB [2020-10-16T06:31:25.256Z] docker-security-proxy-setup-go latest 07891e4005b1 10 seconds ago 15.8MB [2020-10-16T06:31:25.256Z] docker-sys-mgmt-agent-go latest 9a559b9da012 37 seconds ago 290MB [2020-10-16T06:31:25.256Z] docker-support-logging-go latest 4c92dc5a37a6 37 seconds ago 11.1MB [2020-10-16T06:31:25.256Z] docker-core-command-go latest 6d0c97482cf0 About a minute ago 12.2MB [2020-10-16T06:31:25.256Z] docker-security-secretstore-setup-go latest 10735977f2ea About a minute ago 32.4MB [2020-10-16T06:31:25.256Z] docker-core-data-go latest 58d4092c3c2c About a minute ago 23.6MB [2020-10-16T06:31:25.257Z] docker-core-metadata-go latest be80b9a47c3e 2 minutes ago 14.3MB [2020-10-16T06:31:25.257Z] docker-support-scheduler-go latest 8c46c21f0147 2 minutes ago 12.3MB [2020-10-16T06:31:25.257Z] docker latest 809cc4dba987 4 weeks ago 217MB [2020-10-16T06:31:25.260Z] ---> Running in 25548e660437 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-16T06:31:25.823Z] provisioning config files... [2020-10-16T06:31:25.905Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/191@tmp/config4123219328952911440tmp [2020-10-16T06:31:25.913Z] Removing intermediate container 302a31fa9af4 [2020-10-16T06:31:25.913Z] ---> 77719fe3c4ac [2020-10-16T06:31:25.913Z] Step 6/20 : COPY go.mod .Removing intermediate container 2549d7d4ceb2 [2020-10-16T06:31:25.913Z] ---> ed01272b1022 [2020-10-16T06:31:25.913Z] Step 6/21 : COPY go.mod . [2020-10-16T06:31:25.913Z] [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:31:26.191Z] ---> c5b71347cdcf [2020-10-16T06:31:26.191Z] Step 7/27 : RUN go mod download [2020-10-16T06:31:26.418Z] ---> docker-login.sh [2020-10-16T06:31:26.418Z] nexus3.edgexfoundry.org:10001 [2020-10-16T06:31:26.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T06:31:26.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T06:31:26.418Z] Configure a credential helper to remove this warning. See [2020-10-16T06:31:26.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T06:31:26.418Z] [2020-10-16T06:31:26.418Z] Login Succeeded [2020-10-16T06:31:26.418Z] nexus3.edgexfoundry.org:10002 [2020-10-16T06:31:26.474Z] ---> Running in a93fc71fd3ff [2020-10-16T06:31:26.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T06:31:26.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T06:31:26.704Z] Configure a credential helper to remove this warning. See [2020-10-16T06:31:26.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T06:31:26.704Z] [2020-10-16T06:31:26.704Z] Login Succeeded [2020-10-16T06:31:26.704Z] nexus3.edgexfoundry.org:10003 [2020-10-16T06:31:26.987Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T06:31:26.987Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T06:31:26.987Z] Configure a credential helper to remove this warning. See [2020-10-16T06:31:26.987Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T06:31:26.987Z] [2020-10-16T06:31:26.987Z] Login Succeeded [2020-10-16T06:31:26.987Z] nexus3.edgexfoundry.org:10004 [2020-10-16T06:31:26.987Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T06:31:27.102Z] ---> 57b57df646db [2020-10-16T06:31:27.102Z] Step 7/20 : RUN go mod download [2020-10-16T06:31:27.102Z] ---> 4c8c92a9f965 [2020-10-16T06:31:27.102Z] Step 7/21 : RUN go mod download [2020-10-16T06:31:27.102Z] ---> Running in 17c44604a4ca [2020-10-16T06:31:27.299Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T06:31:27.299Z] Configure a credential helper to remove this warning. See [2020-10-16T06:31:27.299Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T06:31:27.299Z] [2020-10-16T06:31:27.299Z] Login Succeeded [2020-10-16T06:31:27.299Z] docker.io [2020-10-16T06:31:27.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T06:31:27.391Z] ---> Running in 98180ec21cbf [2020-10-16T06:31:27.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T06:31:27.566Z] Configure a credential helper to remove this warning. See [2020-10-16T06:31:27.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T06:31:27.566Z] [2020-10-16T06:31:27.836Z] Login Succeeded [2020-10-16T06:31:27.836Z] ---> docker-login.sh ends [Pipeline] } [2020-10-16T06:31:27.866Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:31:28.132Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-16T06:31:28.132Z] f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:28.132Z] 1.2.2-dev.75 [2020-10-16T06:31:28.132Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:31:28.132Z] master [2020-10-16T06:31:28.132Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:28.803Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:29.133Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:29.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-16T06:31:29.133Z] 3ae55748250f: Preparing [2020-10-16T06:31:29.133Z] fc8cf7fd72f1: Preparing [2020-10-16T06:31:29.133Z] 9644804c1812: Preparing [2020-10-16T06:31:29.402Z] 3ae55748250f: Pushed [2020-10-16T06:31:29.402Z] 9644804c1812: Pushed [2020-10-16T06:31:29.477Z] Removing intermediate container 49ecc7fe6a76 [2020-10-16T06:31:29.477Z] ---> 1ca41bf983b4 [2020-10-16T06:31:29.477Z] Step 8/22 : COPY . . [2020-10-16T06:31:30.106Z] Removing intermediate container 25548e660437 [2020-10-16T06:31:30.106Z] ---> 79b72a4063e7 [2020-10-16T06:31:30.106Z] Step 8/24 : COPY . . [2020-10-16T06:31:30.383Z] fc8cf7fd72f1: Pushed [2020-10-16T06:31:30.668Z] f108a71e15710a3809797859c322b04b13103843: digest: sha256:39ab80ec042bfef8bc90051c27454d133c90d767ad0cfa5f6a745327418e00bd size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:31.018Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:31.361Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.75 [2020-10-16T06:31:31.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-16T06:31:31.361Z] 3ae55748250f: Preparing [2020-10-16T06:31:31.361Z] fc8cf7fd72f1: Preparing [2020-10-16T06:31:31.361Z] 9644804c1812: Preparing [2020-10-16T06:31:31.361Z] fc8cf7fd72f1: Layer already exists [2020-10-16T06:31:31.361Z] 9644804c1812: Layer already exists [2020-10-16T06:31:31.361Z] 3ae55748250f: Layer already exists [2020-10-16T06:31:31.361Z] 1.2.2-dev.75: digest: sha256:39ab80ec042bfef8bc90051c27454d133c90d767ad0cfa5f6a745327418e00bd size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:31.736Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:32.072Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:31:32.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-16T06:31:32.072Z] 3ae55748250f: Preparing [2020-10-16T06:31:32.072Z] fc8cf7fd72f1: Preparing [2020-10-16T06:31:32.072Z] 9644804c1812: Preparing [2020-10-16T06:31:32.072Z] 9644804c1812: Layer already exists [2020-10-16T06:31:32.072Z] 3ae55748250f: Layer already exists [2020-10-16T06:31:32.072Z] fc8cf7fd72f1: Layer already exists [2020-10-16T06:31:32.072Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:39ab80ec042bfef8bc90051c27454d133c90d767ad0cfa5f6a745327418e00bd size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:32.117Z] Removing intermediate container a93fc71fd3ff [2020-10-16T06:31:32.118Z] ---> 63167a5536f0 [2020-10-16T06:31:32.118Z] Step 8/27 : COPY . . [2020-10-16T06:31:32.387Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:32.690Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-16T06:31:32.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-16T06:31:32.690Z] 3ae55748250f: Preparing [2020-10-16T06:31:32.690Z] fc8cf7fd72f1: Preparing [2020-10-16T06:31:32.690Z] 9644804c1812: Preparing [2020-10-16T06:31:32.690Z] 9644804c1812: Layer already exists [2020-10-16T06:31:32.690Z] fc8cf7fd72f1: Layer already exists [2020-10-16T06:31:32.690Z] 3ae55748250f: Layer already exists [2020-10-16T06:31:32.690Z] master: digest: sha256:39ab80ec042bfef8bc90051c27454d133c90d767ad0cfa5f6a745327418e00bd size: 943 [Pipeline] } [2020-10-16T06:31:32.715Z] Removing intermediate container 17c44604a4ca [2020-10-16T06:31:32.715Z] ---> ecac8d3616b3 [2020-10-16T06:31:32.715Z] Step 8/20 : COPY . . [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:31:32.876Z] ===================================================== [Pipeline] echo [2020-10-16T06:31:32.925Z] taggedImages: [2020-10-16T06:31:32.925Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:32.925Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.75 [2020-10-16T06:31:32.925Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:31:32.925Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-16T06:31:32.989Z] Removing intermediate container 98180ec21cbf [2020-10-16T06:31:32.989Z] ---> 24f44a29f0b6 [2020-10-16T06:31:32.989Z] Step 8/21 : COPY . . [Pipeline] echo [2020-10-16T06:31:33.016Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-16T06:31:33.016Z] f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:33.016Z] 1.2.2-dev.75 [2020-10-16T06:31:33.016Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:31:33.016Z] master [2020-10-16T06:31:33.016Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:33.527Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:33.834Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:33.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-16T06:31:33.834Z] 86af362a5913: Preparing [2020-10-16T06:31:33.834Z] 852e6d9ad01f: Preparing [2020-10-16T06:31:33.834Z] b6111843b490: Preparing [2020-10-16T06:31:33.834Z] 4bd36f5a525f: Preparing [2020-10-16T06:31:33.834Z] 3f58ffd7d71e: Preparing [2020-10-16T06:31:33.834Z] 50644c29ef5a: Preparing [2020-10-16T06:31:33.834Z] 50644c29ef5a: Waiting [2020-10-16T06:31:34.104Z] 3f58ffd7d71e: Pushed [2020-10-16T06:31:34.104Z] 86af362a5913: Pushed [2020-10-16T06:31:34.104Z] b6111843b490: Pushed [2020-10-16T06:31:34.104Z] 50644c29ef5a: Layer already exists [2020-10-16T06:31:34.370Z] 4bd36f5a525f: Pushed [2020-10-16T06:31:35.337Z] 852e6d9ad01f: Pushed [2020-10-16T06:31:35.605Z] f108a71e15710a3809797859c322b04b13103843: digest: sha256:9b826b74f6830734076a62bbcbdcf3890ab0dd9929f32ac3a78dd1d3fef40baf size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:35.925Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:36.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.75 [2020-10-16T06:31:36.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-16T06:31:36.234Z] 86af362a5913: Preparing [2020-10-16T06:31:36.234Z] 852e6d9ad01f: Preparing [2020-10-16T06:31:36.234Z] b6111843b490: Preparing [2020-10-16T06:31:36.234Z] 4bd36f5a525f: Preparing [2020-10-16T06:31:36.234Z] 3f58ffd7d71e: Preparing [2020-10-16T06:31:36.234Z] 50644c29ef5a: Preparing [2020-10-16T06:31:36.234Z] 50644c29ef5a: Waiting [2020-10-16T06:31:36.234Z] b6111843b490: Layer already exists [2020-10-16T06:31:36.234Z] 86af362a5913: Layer already exists [2020-10-16T06:31:36.234Z] 3f58ffd7d71e: Layer already exists [2020-10-16T06:31:36.234Z] 4bd36f5a525f: Layer already exists [2020-10-16T06:31:36.234Z] 852e6d9ad01f: Layer already exists [2020-10-16T06:31:36.234Z] 50644c29ef5a: Layer already exists [2020-10-16T06:31:36.234Z] 1.2.2-dev.75: digest: sha256:9b826b74f6830734076a62bbcbdcf3890ab0dd9929f32ac3a78dd1d3fef40baf size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:36.546Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:36.852Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:31:36.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-16T06:31:36.852Z] 86af362a5913: Preparing [2020-10-16T06:31:36.852Z] 852e6d9ad01f: Preparing [2020-10-16T06:31:36.852Z] b6111843b490: Preparing [2020-10-16T06:31:36.852Z] 4bd36f5a525f: Preparing [2020-10-16T06:31:36.852Z] 3f58ffd7d71e: Preparing [2020-10-16T06:31:36.852Z] 50644c29ef5a: Preparing [2020-10-16T06:31:36.852Z] 50644c29ef5a: Waiting [2020-10-16T06:31:36.852Z] b6111843b490: Layer already exists [2020-10-16T06:31:36.852Z] 852e6d9ad01f: Layer already exists [2020-10-16T06:31:36.852Z] 4bd36f5a525f: Layer already exists [2020-10-16T06:31:36.852Z] 3f58ffd7d71e: Layer already exists [2020-10-16T06:31:36.852Z] 86af362a5913: Layer already exists [2020-10-16T06:31:36.852Z] 50644c29ef5a: Layer already exists [2020-10-16T06:31:36.852Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:9b826b74f6830734076a62bbcbdcf3890ab0dd9929f32ac3a78dd1d3fef40baf size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:37.193Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:37.533Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-16T06:31:37.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-16T06:31:37.533Z] 86af362a5913: Preparing [2020-10-16T06:31:37.533Z] 852e6d9ad01f: Preparing [2020-10-16T06:31:37.533Z] b6111843b490: Preparing [2020-10-16T06:31:37.533Z] 4bd36f5a525f: Preparing [2020-10-16T06:31:37.533Z] 3f58ffd7d71e: Preparing [2020-10-16T06:31:37.533Z] 50644c29ef5a: Preparing [2020-10-16T06:31:37.533Z] 50644c29ef5a: Waiting [2020-10-16T06:31:37.533Z] 852e6d9ad01f: Layer already exists [2020-10-16T06:31:37.533Z] 86af362a5913: Layer already exists [2020-10-16T06:31:37.533Z] 3f58ffd7d71e: Layer already exists [2020-10-16T06:31:37.533Z] b6111843b490: Layer already exists [2020-10-16T06:31:37.533Z] 4bd36f5a525f: Layer already exists [2020-10-16T06:31:37.533Z] 50644c29ef5a: Layer already exists [2020-10-16T06:31:37.533Z] master: digest: sha256:9b826b74f6830734076a62bbcbdcf3890ab0dd9929f32ac3a78dd1d3fef40baf size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:31:37.742Z] ===================================================== [Pipeline] echo [2020-10-16T06:31:37.788Z] taggedImages: [2020-10-16T06:31:37.788Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:37.788Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.75 [2020-10-16T06:31:37.788Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:31:37.788Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-16T06:31:37.856Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-16T06:31:37.856Z] f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:37.856Z] 1.2.2-dev.75 [2020-10-16T06:31:37.856Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:31:37.856Z] master [2020-10-16T06:31:37.856Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:38.388Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:38.709Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:38.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-16T06:31:38.709Z] 3c627eabc808: Preparing [2020-10-16T06:31:38.709Z] 4bdb1e291ec0: Preparing [2020-10-16T06:31:38.709Z] b81adcc484a0: Preparing [2020-10-16T06:31:38.972Z] b81adcc484a0: Pushed [2020-10-16T06:31:38.972Z] 3c627eabc808: Pushed [2020-10-16T06:31:40.375Z] 4bdb1e291ec0: Pushed [2020-10-16T06:31:40.375Z] f108a71e15710a3809797859c322b04b13103843: digest: sha256:d9600908c813628dbab6f70ade1cbd2218bb5f20c7920eaff1bfa7997803ae6a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:40.725Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:41.182Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.75 [2020-10-16T06:31:41.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-16T06:31:41.182Z] 3c627eabc808: Preparing [2020-10-16T06:31:41.182Z] 4bdb1e291ec0: Preparing [2020-10-16T06:31:41.182Z] b81adcc484a0: Preparing [2020-10-16T06:31:41.182Z] 3c627eabc808: Layer already exists [2020-10-16T06:31:41.182Z] b81adcc484a0: Layer already exists [2020-10-16T06:31:41.182Z] 4bdb1e291ec0: Layer already exists [2020-10-16T06:31:41.182Z] 1.2.2-dev.75: digest: sha256:d9600908c813628dbab6f70ade1cbd2218bb5f20c7920eaff1bfa7997803ae6a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:41.548Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:41.892Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:31:41.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-16T06:31:41.892Z] 3c627eabc808: Preparing [2020-10-16T06:31:41.892Z] 4bdb1e291ec0: Preparing [2020-10-16T06:31:41.892Z] b81adcc484a0: Preparing [2020-10-16T06:31:41.892Z] 4bdb1e291ec0: Layer already exists [2020-10-16T06:31:41.892Z] b81adcc484a0: Layer already exists [2020-10-16T06:31:41.892Z] 3c627eabc808: Layer already exists [2020-10-16T06:31:41.892Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:d9600908c813628dbab6f70ade1cbd2218bb5f20c7920eaff1bfa7997803ae6a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:42.214Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:42.559Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-16T06:31:42.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-16T06:31:42.559Z] 3c627eabc808: Preparing [2020-10-16T06:31:42.559Z] 4bdb1e291ec0: Preparing [2020-10-16T06:31:42.559Z] b81adcc484a0: Preparing [2020-10-16T06:31:42.559Z] 3c627eabc808: Layer already exists [2020-10-16T06:31:42.559Z] b81adcc484a0: Layer already exists [2020-10-16T06:31:42.559Z] 4bdb1e291ec0: Layer already exists [2020-10-16T06:31:42.559Z] master: digest: sha256:d9600908c813628dbab6f70ade1cbd2218bb5f20c7920eaff1bfa7997803ae6a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:31:42.817Z] ===================================================== [Pipeline] echo [2020-10-16T06:31:42.867Z] taggedImages: [2020-10-16T06:31:42.867Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:42.867Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.75 [2020-10-16T06:31:42.867Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:31:42.867Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-16T06:31:42.935Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-16T06:31:42.935Z] f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:42.936Z] 1.2.2-dev.75 [2020-10-16T06:31:42.936Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:31:42.936Z] master [2020-10-16T06:31:42.936Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:43.444Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:43.746Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:43.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-16T06:31:43.746Z] 72dc0fb6c0f1: Preparing [2020-10-16T06:31:43.746Z] d54b784c9367: Preparing [2020-10-16T06:31:43.746Z] 0e4ea8936853: Preparing [2020-10-16T06:31:43.746Z] a80893ea0147: Preparing [2020-10-16T06:31:43.746Z] 50644c29ef5a: Preparing [2020-10-16T06:31:43.746Z] 50644c29ef5a: Layer already exists [2020-10-16T06:31:43.746Z] 0e4ea8936853: Pushed [2020-10-16T06:31:44.011Z] d54b784c9367: Pushed [2020-10-16T06:31:44.011Z] a80893ea0147: Pushed [2020-10-16T06:31:44.585Z] 72dc0fb6c0f1: Pushed [2020-10-16T06:31:44.849Z] f108a71e15710a3809797859c322b04b13103843: digest: sha256:70ade23f643806bfe4bb9c6adfa5ab57eeb93031c91eda1ba7e647cb09108335 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:45.177Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:45.490Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.75 [2020-10-16T06:31:45.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-16T06:31:45.490Z] 72dc0fb6c0f1: Preparing [2020-10-16T06:31:45.490Z] d54b784c9367: Preparing [2020-10-16T06:31:45.490Z] 0e4ea8936853: Preparing [2020-10-16T06:31:45.490Z] a80893ea0147: Preparing [2020-10-16T06:31:45.490Z] 50644c29ef5a: Preparing [2020-10-16T06:31:45.490Z] a80893ea0147: Layer already exists [2020-10-16T06:31:45.490Z] 0e4ea8936853: Layer already exists [2020-10-16T06:31:45.490Z] d54b784c9367: Layer already exists [2020-10-16T06:31:45.490Z] 50644c29ef5a: Layer already exists [2020-10-16T06:31:45.490Z] 72dc0fb6c0f1: Layer already exists [2020-10-16T06:31:45.490Z] 1.2.2-dev.75: digest: sha256:70ade23f643806bfe4bb9c6adfa5ab57eeb93031c91eda1ba7e647cb09108335 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:45.803Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:46.103Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:31:46.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-16T06:31:46.103Z] 72dc0fb6c0f1: Preparing [2020-10-16T06:31:46.103Z] d54b784c9367: Preparing [2020-10-16T06:31:46.103Z] 0e4ea8936853: Preparing [2020-10-16T06:31:46.103Z] a80893ea0147: Preparing [2020-10-16T06:31:46.103Z] 50644c29ef5a: Preparing [2020-10-16T06:31:46.103Z] 0e4ea8936853: Layer already exists [2020-10-16T06:31:46.103Z] 50644c29ef5a: Layer already exists [2020-10-16T06:31:46.103Z] 72dc0fb6c0f1: Layer already exists [2020-10-16T06:31:46.103Z] d54b784c9367: Layer already exists [2020-10-16T06:31:46.103Z] a80893ea0147: Layer already exists [2020-10-16T06:31:46.103Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:70ade23f643806bfe4bb9c6adfa5ab57eeb93031c91eda1ba7e647cb09108335 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:46.415Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:46.716Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-16T06:31:46.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-16T06:31:46.716Z] 72dc0fb6c0f1: Preparing [2020-10-16T06:31:46.716Z] d54b784c9367: Preparing [2020-10-16T06:31:46.716Z] 0e4ea8936853: Preparing [2020-10-16T06:31:46.716Z] a80893ea0147: Preparing [2020-10-16T06:31:46.716Z] 50644c29ef5a: Preparing [2020-10-16T06:31:46.716Z] a80893ea0147: Layer already exists [2020-10-16T06:31:46.716Z] 72dc0fb6c0f1: Layer already exists [2020-10-16T06:31:46.716Z] 0e4ea8936853: Layer already exists [2020-10-16T06:31:46.716Z] d54b784c9367: Layer already exists [2020-10-16T06:31:46.716Z] 50644c29ef5a: Layer already exists [2020-10-16T06:31:46.716Z] master: digest: sha256:70ade23f643806bfe4bb9c6adfa5ab57eeb93031c91eda1ba7e647cb09108335 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:31:46.932Z] ===================================================== [Pipeline] echo [2020-10-16T06:31:46.975Z] taggedImages: [2020-10-16T06:31:46.976Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:46.976Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.75 [2020-10-16T06:31:46.976Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:31:46.976Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-16T06:31:47.038Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-16T06:31:47.038Z] f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:47.038Z] 1.2.2-dev.75 [2020-10-16T06:31:47.038Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:31:47.038Z] master [2020-10-16T06:31:47.038Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:47.516Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:47.824Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:47.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-16T06:31:47.824Z] c25e202caa67: Preparing [2020-10-16T06:31:47.824Z] 18a1fdf4268e: Preparing [2020-10-16T06:31:47.824Z] 73c92387b0e7: Preparing [2020-10-16T06:31:47.824Z] 7255accc7fb7: Preparing [2020-10-16T06:31:47.824Z] 7255accc7fb7: Preparing [2020-10-16T06:31:47.824Z] c0da79c11133: Preparing [2020-10-16T06:31:47.824Z] 18dfc18ca41a: Preparing [2020-10-16T06:31:47.824Z] ded2f0a5761d: Preparing [2020-10-16T06:31:47.824Z] c25e202caa67: Preparing [2020-10-16T06:31:47.824Z] 723524e7171d: Preparing [2020-10-16T06:31:47.824Z] ffb692176d8d: Preparing [2020-10-16T06:31:47.824Z] e74d8a77b098: Preparing [2020-10-16T06:31:47.824Z] 50644c29ef5a: Preparing [2020-10-16T06:31:47.824Z] 18dfc18ca41a: Waiting [2020-10-16T06:31:47.824Z] ded2f0a5761d: Waiting [2020-10-16T06:31:47.824Z] 723524e7171d: Waiting [2020-10-16T06:31:47.824Z] ffb692176d8d: Waiting [2020-10-16T06:31:47.824Z] e74d8a77b098: Waiting [2020-10-16T06:31:47.824Z] 50644c29ef5a: Waiting [2020-10-16T06:31:48.090Z] 73c92387b0e7: Pushed [2020-10-16T06:31:48.090Z] c0da79c11133: Pushed [2020-10-16T06:31:48.090Z] 18a1fdf4268e: Pushed [2020-10-16T06:31:48.090Z] 7255accc7fb7: Pushed [2020-10-16T06:31:48.090Z] ded2f0a5761d: Pushed [2020-10-16T06:31:48.090Z] 18dfc18ca41a: Pushed [2020-10-16T06:31:48.090Z] ffb692176d8d: Pushed [2020-10-16T06:31:48.162Z] ---> dc148c7cf9c2 [2020-10-16T06:31:48.162Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-16T06:31:48.162Z] ---> b5fb340e736b [2020-10-16T06:31:48.162Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-16T06:31:48.162Z] ---> cfd3e00c0e25 [2020-10-16T06:31:48.162Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-16T06:31:48.162Z] ---> 39f24e2535d1 [2020-10-16T06:31:48.162Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-16T06:31:48.162Z] ---> c47c85bf3aa8 [2020-10-16T06:31:48.162Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-16T06:31:48.162Z] ---> Running in 2dc7acff016b [2020-10-16T06:31:48.162Z] ---> Running in 570b9dbeb453 [2020-10-16T06:31:48.162Z] ---> Running in 85092cad1366 [2020-10-16T06:31:48.162Z] ---> Running in 2e556ae5cce8 [2020-10-16T06:31:48.162Z] ---> Running in 3dccc983ebdf [2020-10-16T06:31:48.351Z] 723524e7171d: Pushed [2020-10-16T06:31:48.351Z] 50644c29ef5a: Layer already exists [2020-10-16T06:31:48.351Z] e74d8a77b098: Pushed [2020-10-16T06:31:48.611Z] c25e202caa67: Pushed [2020-10-16T06:31:48.875Z] f108a71e15710a3809797859c322b04b13103843: digest: sha256:11bc6e6f0ae2edfb351de1f35ff73c117c8f5c0531a2059d2803817244ff54ef size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:49.191Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:49.493Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.75 [2020-10-16T06:31:49.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-16T06:31:49.493Z] c25e202caa67: Preparing [2020-10-16T06:31:49.493Z] 18a1fdf4268e: Preparing [2020-10-16T06:31:49.493Z] 73c92387b0e7: Preparing [2020-10-16T06:31:49.493Z] 7255accc7fb7: Preparing [2020-10-16T06:31:49.493Z] 7255accc7fb7: Preparing [2020-10-16T06:31:49.493Z] c0da79c11133: Preparing [2020-10-16T06:31:49.493Z] 18dfc18ca41a: Preparing [2020-10-16T06:31:49.493Z] ded2f0a5761d: Preparing [2020-10-16T06:31:49.493Z] c25e202caa67: Preparing [2020-10-16T06:31:49.493Z] 723524e7171d: Preparing [2020-10-16T06:31:49.493Z] ffb692176d8d: Preparing [2020-10-16T06:31:49.493Z] e74d8a77b098: Preparing [2020-10-16T06:31:49.493Z] 50644c29ef5a: Preparing [2020-10-16T06:31:49.493Z] 18dfc18ca41a: Waiting [2020-10-16T06:31:49.493Z] ded2f0a5761d: Waiting [2020-10-16T06:31:49.493Z] 723524e7171d: Waiting [2020-10-16T06:31:49.493Z] ffb692176d8d: Waiting [2020-10-16T06:31:49.493Z] e74d8a77b098: Waiting [2020-10-16T06:31:49.493Z] 50644c29ef5a: Waiting [2020-10-16T06:31:49.493Z] 7255accc7fb7: Layer already exists [2020-10-16T06:31:49.493Z] 73c92387b0e7: Layer already exists [2020-10-16T06:31:49.493Z] c0da79c11133: Layer already exists [2020-10-16T06:31:49.493Z] 18a1fdf4268e: Layer already exists [2020-10-16T06:31:49.493Z] c25e202caa67: Layer already exists [2020-10-16T06:31:49.493Z] ded2f0a5761d: Layer already exists [2020-10-16T06:31:49.493Z] 723524e7171d: Layer already exists [2020-10-16T06:31:49.493Z] 18dfc18ca41a: Layer already exists [2020-10-16T06:31:49.493Z] e74d8a77b098: Layer already exists [2020-10-16T06:31:49.493Z] ffb692176d8d: Layer already exists [2020-10-16T06:31:49.493Z] 50644c29ef5a: Layer already exists [2020-10-16T06:31:49.493Z] 1.2.2-dev.75: digest: sha256:11bc6e6f0ae2edfb351de1f35ff73c117c8f5c0531a2059d2803817244ff54ef size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:49.796Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:50.093Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:31:50.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-16T06:31:50.093Z] c25e202caa67: Preparing [2020-10-16T06:31:50.093Z] 18a1fdf4268e: Preparing [2020-10-16T06:31:50.093Z] 73c92387b0e7: Preparing [2020-10-16T06:31:50.093Z] 7255accc7fb7: Preparing [2020-10-16T06:31:50.093Z] 7255accc7fb7: Preparing [2020-10-16T06:31:50.093Z] c0da79c11133: Preparing [2020-10-16T06:31:50.093Z] 18dfc18ca41a: Preparing [2020-10-16T06:31:50.093Z] ded2f0a5761d: Preparing [2020-10-16T06:31:50.093Z] c25e202caa67: Preparing [2020-10-16T06:31:50.093Z] 723524e7171d: Preparing [2020-10-16T06:31:50.093Z] ffb692176d8d: Preparing [2020-10-16T06:31:50.093Z] e74d8a77b098: Preparing [2020-10-16T06:31:50.093Z] 50644c29ef5a: Preparing [2020-10-16T06:31:50.093Z] 18dfc18ca41a: Waiting [2020-10-16T06:31:50.093Z] ded2f0a5761d: Waiting [2020-10-16T06:31:50.093Z] ffb692176d8d: Waiting [2020-10-16T06:31:50.093Z] e74d8a77b098: Waiting [2020-10-16T06:31:50.093Z] 723524e7171d: Waiting [2020-10-16T06:31:50.093Z] 50644c29ef5a: Waiting [2020-10-16T06:31:50.093Z] 7255accc7fb7: Layer already exists [2020-10-16T06:31:50.093Z] 73c92387b0e7: Layer already exists [2020-10-16T06:31:50.093Z] c0da79c11133: Layer already exists [2020-10-16T06:31:50.093Z] 18a1fdf4268e: Layer already exists [2020-10-16T06:31:50.093Z] c25e202caa67: Layer already exists [2020-10-16T06:31:50.093Z] 18dfc18ca41a: Layer already exists [2020-10-16T06:31:50.093Z] ded2f0a5761d: Layer already exists [2020-10-16T06:31:50.094Z] ffb692176d8d: Layer already exists [2020-10-16T06:31:50.094Z] e74d8a77b098: Layer already exists [2020-10-16T06:31:50.094Z] 723524e7171d: Layer already exists [2020-10-16T06:31:50.094Z] 50644c29ef5a: Layer already exists [2020-10-16T06:31:50.094Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:11bc6e6f0ae2edfb351de1f35ff73c117c8f5c0531a2059d2803817244ff54ef size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:50.176Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-16T06:31:50.176Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-16T06:31:50.400Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:50.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-16T06:31:50.706Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-16T06:31:50.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-16T06:31:50.706Z] c25e202caa67: Preparing [2020-10-16T06:31:50.706Z] 18a1fdf4268e: Preparing [2020-10-16T06:31:50.706Z] 73c92387b0e7: Preparing [2020-10-16T06:31:50.706Z] 7255accc7fb7: Preparing [2020-10-16T06:31:50.706Z] 7255accc7fb7: Preparing [2020-10-16T06:31:50.706Z] c0da79c11133: Preparing [2020-10-16T06:31:50.706Z] 18dfc18ca41a: Preparing [2020-10-16T06:31:50.706Z] ded2f0a5761d: Preparing [2020-10-16T06:31:50.706Z] c25e202caa67: Preparing [2020-10-16T06:31:50.706Z] 723524e7171d: Preparing [2020-10-16T06:31:50.706Z] ffb692176d8d: Preparing [2020-10-16T06:31:50.706Z] e74d8a77b098: Preparing [2020-10-16T06:31:50.706Z] 50644c29ef5a: Preparing [2020-10-16T06:31:50.706Z] 18dfc18ca41a: Waiting [2020-10-16T06:31:50.706Z] ded2f0a5761d: Waiting [2020-10-16T06:31:50.706Z] 723524e7171d: Waiting [2020-10-16T06:31:50.706Z] ffb692176d8d: Waiting [2020-10-16T06:31:50.706Z] e74d8a77b098: Waiting [2020-10-16T06:31:50.706Z] 50644c29ef5a: Waiting [2020-10-16T06:31:50.706Z] c25e202caa67: Layer already exists [2020-10-16T06:31:50.706Z] 7255accc7fb7: Layer already exists [2020-10-16T06:31:50.706Z] c0da79c11133: Layer already exists [2020-10-16T06:31:50.706Z] 18a1fdf4268e: Layer already exists [2020-10-16T06:31:50.706Z] 73c92387b0e7: Layer already exists [2020-10-16T06:31:50.706Z] 18dfc18ca41a: Layer already exists [2020-10-16T06:31:50.706Z] ded2f0a5761d: Layer already exists [2020-10-16T06:31:50.706Z] e74d8a77b098: Layer already exists [2020-10-16T06:31:50.706Z] 723524e7171d: Layer already exists [2020-10-16T06:31:50.706Z] ffb692176d8d: Layer already exists [2020-10-16T06:31:50.706Z] 50644c29ef5a: Layer already exists [2020-10-16T06:31:50.706Z] master: digest: sha256:11bc6e6f0ae2edfb351de1f35ff73c117c8f5c0531a2059d2803817244ff54ef size: 3027 [Pipeline] } [2020-10-16T06:31:50.741Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-16T06:31:50.741Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:31:50.953Z] ===================================================== [Pipeline] echo [2020-10-16T06:31:50.996Z] taggedImages: [2020-10-16T06:31:50.996Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:50.996Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.75 [2020-10-16T06:31:50.996Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:31:50.996Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-16T06:31:51.065Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-16T06:31:51.065Z] f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:51.065Z] 1.2.2-dev.75 [2020-10-16T06:31:51.065Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:31:51.065Z] master [2020-10-16T06:31:51.065Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:51.778Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:52.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:52.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-16T06:31:52.084Z] c34df2b94cf6: Preparing [2020-10-16T06:31:52.084Z] b0508d59e004: Preparing [2020-10-16T06:31:52.084Z] cceb7fce46dc: Preparing [2020-10-16T06:31:52.084Z] 864ceb40311e: Preparing [2020-10-16T06:31:52.084Z] 685b25d011a2: Preparing [2020-10-16T06:31:52.084Z] 785583fc5218: Preparing [2020-10-16T06:31:52.084Z] ea7b708228ea: Preparing [2020-10-16T06:31:52.084Z] fd99aa074bdc: Preparing [2020-10-16T06:31:52.084Z] 690fffbfbdae: Preparing [2020-10-16T06:31:52.084Z] b632f9b31398: Preparing [2020-10-16T06:31:52.084Z] 1b3ee35aacca: Preparing [2020-10-16T06:31:52.084Z] 690fffbfbdae: Waiting [2020-10-16T06:31:52.084Z] ea7b708228ea: Waiting [2020-10-16T06:31:52.084Z] fd99aa074bdc: Waiting [2020-10-16T06:31:52.084Z] b632f9b31398: Waiting [2020-10-16T06:31:52.084Z] 1b3ee35aacca: Waiting [2020-10-16T06:31:52.084Z] 785583fc5218: Waiting [2020-10-16T06:31:52.352Z] c34df2b94cf6: Pushed [2020-10-16T06:31:52.352Z] b0508d59e004: Pushed [2020-10-16T06:31:52.352Z] 785583fc5218: Pushed [2020-10-16T06:31:52.352Z] ea7b708228ea: Pushed [2020-10-16T06:31:52.617Z] fd99aa074bdc: Pushed [2020-10-16T06:31:52.617Z] 690fffbfbdae: Pushed [2020-10-16T06:31:52.617Z] 1b3ee35aacca: Layer already exists [2020-10-16T06:31:52.881Z] cceb7fce46dc: Pushed [2020-10-16T06:31:53.142Z] 685b25d011a2: Pushed [2020-10-16T06:31:53.142Z] 864ceb40311e: Pushed [2020-10-16T06:31:53.142Z] b632f9b31398: Pushed [2020-10-16T06:31:53.402Z] f108a71e15710a3809797859c322b04b13103843: digest: sha256:911ee0ad6f7899602d1e9bf69f66fadd5ecb77d7026b019acf1d8bd79b74a60a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:53.708Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:54.005Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.75 [2020-10-16T06:31:54.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-16T06:31:54.005Z] c34df2b94cf6: Preparing [2020-10-16T06:31:54.005Z] b0508d59e004: Preparing [2020-10-16T06:31:54.005Z] cceb7fce46dc: Preparing [2020-10-16T06:31:54.005Z] 864ceb40311e: Preparing [2020-10-16T06:31:54.005Z] 685b25d011a2: Preparing [2020-10-16T06:31:54.005Z] 785583fc5218: Preparing [2020-10-16T06:31:54.005Z] ea7b708228ea: Preparing [2020-10-16T06:31:54.005Z] fd99aa074bdc: Preparing [2020-10-16T06:31:54.005Z] 690fffbfbdae: Preparing [2020-10-16T06:31:54.005Z] b632f9b31398: Preparing [2020-10-16T06:31:54.005Z] 1b3ee35aacca: Preparing [2020-10-16T06:31:54.005Z] 785583fc5218: Waiting [2020-10-16T06:31:54.005Z] ea7b708228ea: Waiting [2020-10-16T06:31:54.005Z] fd99aa074bdc: Waiting [2020-10-16T06:31:54.005Z] b632f9b31398: Waiting [2020-10-16T06:31:54.005Z] 1b3ee35aacca: Waiting [2020-10-16T06:31:54.005Z] 690fffbfbdae: Waiting [2020-10-16T06:31:54.005Z] 864ceb40311e: Layer already exists [2020-10-16T06:31:54.005Z] cceb7fce46dc: Layer already exists [2020-10-16T06:31:54.005Z] 685b25d011a2: Layer already exists [2020-10-16T06:31:54.005Z] b0508d59e004: Layer already exists [2020-10-16T06:31:54.005Z] c34df2b94cf6: Layer already exists [2020-10-16T06:31:54.005Z] fd99aa074bdc: Layer already exists [2020-10-16T06:31:54.005Z] 785583fc5218: Layer already exists [2020-10-16T06:31:54.005Z] b632f9b31398: Layer already exists [2020-10-16T06:31:54.005Z] ea7b708228ea: Layer already exists [2020-10-16T06:31:54.005Z] 690fffbfbdae: Layer already exists [2020-10-16T06:31:54.005Z] 1b3ee35aacca: Layer already exists [2020-10-16T06:31:54.005Z] 1.2.2-dev.75: digest: sha256:911ee0ad6f7899602d1e9bf69f66fadd5ecb77d7026b019acf1d8bd79b74a60a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:54.303Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:54.600Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:31:54.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-16T06:31:54.600Z] c34df2b94cf6: Preparing [2020-10-16T06:31:54.600Z] b0508d59e004: Preparing [2020-10-16T06:31:54.600Z] cceb7fce46dc: Preparing [2020-10-16T06:31:54.600Z] 864ceb40311e: Preparing [2020-10-16T06:31:54.600Z] 685b25d011a2: Preparing [2020-10-16T06:31:54.600Z] 785583fc5218: Preparing [2020-10-16T06:31:54.600Z] ea7b708228ea: Preparing [2020-10-16T06:31:54.600Z] fd99aa074bdc: Preparing [2020-10-16T06:31:54.600Z] 690fffbfbdae: Preparing [2020-10-16T06:31:54.600Z] b632f9b31398: Preparing [2020-10-16T06:31:54.600Z] 1b3ee35aacca: Preparing [2020-10-16T06:31:54.600Z] fd99aa074bdc: Waiting [2020-10-16T06:31:54.600Z] b632f9b31398: Waiting [2020-10-16T06:31:54.600Z] 1b3ee35aacca: Waiting [2020-10-16T06:31:54.600Z] 690fffbfbdae: Waiting [2020-10-16T06:31:54.600Z] 785583fc5218: Waiting [2020-10-16T06:31:54.600Z] ea7b708228ea: Waiting [2020-10-16T06:31:54.600Z] 685b25d011a2: Layer already exists [2020-10-16T06:31:54.600Z] c34df2b94cf6: Layer already exists [2020-10-16T06:31:54.600Z] cceb7fce46dc: Layer already exists [2020-10-16T06:31:54.600Z] b0508d59e004: Layer already exists [2020-10-16T06:31:54.600Z] 864ceb40311e: Layer already exists [2020-10-16T06:31:54.600Z] ea7b708228ea: Layer already exists [2020-10-16T06:31:54.600Z] 785583fc5218: Layer already exists [2020-10-16T06:31:54.600Z] fd99aa074bdc: Layer already exists [2020-10-16T06:31:54.600Z] b632f9b31398: Layer already exists [2020-10-16T06:31:54.600Z] 690fffbfbdae: Layer already exists [2020-10-16T06:31:54.600Z] 1b3ee35aacca: Layer already exists [2020-10-16T06:31:54.600Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:911ee0ad6f7899602d1e9bf69f66fadd5ecb77d7026b019acf1d8bd79b74a60a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:54.918Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:55.218Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-16T06:31:55.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-16T06:31:55.218Z] c34df2b94cf6: Preparing [2020-10-16T06:31:55.218Z] b0508d59e004: Preparing [2020-10-16T06:31:55.218Z] cceb7fce46dc: Preparing [2020-10-16T06:31:55.218Z] 864ceb40311e: Preparing [2020-10-16T06:31:55.218Z] 685b25d011a2: Preparing [2020-10-16T06:31:55.218Z] 785583fc5218: Preparing [2020-10-16T06:31:55.218Z] ea7b708228ea: Preparing [2020-10-16T06:31:55.218Z] fd99aa074bdc: Preparing [2020-10-16T06:31:55.218Z] 690fffbfbdae: Preparing [2020-10-16T06:31:55.218Z] b632f9b31398: Preparing [2020-10-16T06:31:55.218Z] 1b3ee35aacca: Preparing [2020-10-16T06:31:55.218Z] fd99aa074bdc: Waiting [2020-10-16T06:31:55.218Z] 690fffbfbdae: Waiting [2020-10-16T06:31:55.218Z] b632f9b31398: Waiting [2020-10-16T06:31:55.218Z] 1b3ee35aacca: Waiting [2020-10-16T06:31:55.218Z] 785583fc5218: Waiting [2020-10-16T06:31:55.218Z] ea7b708228ea: Waiting [2020-10-16T06:31:55.218Z] b0508d59e004: Layer already exists [2020-10-16T06:31:55.219Z] 685b25d011a2: Layer already exists [2020-10-16T06:31:55.219Z] 864ceb40311e: Layer already exists [2020-10-16T06:31:55.219Z] c34df2b94cf6: Layer already exists [2020-10-16T06:31:55.219Z] cceb7fce46dc: Layer already exists [2020-10-16T06:31:55.219Z] 785583fc5218: Layer already exists [2020-10-16T06:31:55.219Z] ea7b708228ea: Layer already exists [2020-10-16T06:31:55.219Z] fd99aa074bdc: Layer already exists [2020-10-16T06:31:55.219Z] 690fffbfbdae: Layer already exists [2020-10-16T06:31:55.219Z] b632f9b31398: Layer already exists [2020-10-16T06:31:55.219Z] 1b3ee35aacca: Layer already exists [2020-10-16T06:31:55.219Z] master: digest: sha256:911ee0ad6f7899602d1e9bf69f66fadd5ecb77d7026b019acf1d8bd79b74a60a size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:31:55.450Z] ===================================================== [Pipeline] echo [2020-10-16T06:31:55.506Z] taggedImages: [2020-10-16T06:31:55.506Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:55.506Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.75 [2020-10-16T06:31:55.506Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:31:55.506Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-16T06:31:55.597Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-16T06:31:55.597Z] f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:55.597Z] 1.2.2-dev.75 [2020-10-16T06:31:55.597Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:31:55.597Z] master [2020-10-16T06:31:55.597Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:56.109Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:56.405Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:31:56.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-16T06:31:56.405Z] 44bf8c92eb27: Preparing [2020-10-16T06:31:56.405Z] f9db2f7a5597: Preparing [2020-10-16T06:31:56.405Z] 861d3b0d919b: Preparing [2020-10-16T06:31:56.405Z] 3104da090c18: Preparing [2020-10-16T06:31:56.405Z] 44bf8c92eb27: Pushed [2020-10-16T06:31:56.667Z] 861d3b0d919b: Pushed [2020-10-16T06:31:56.667Z] 3104da090c18: Pushed [2020-10-16T06:31:57.610Z] f9db2f7a5597: Pushed [2020-10-16T06:31:57.610Z] f108a71e15710a3809797859c322b04b13103843: digest: sha256:b9e0754577a8387d498b717f5b4614f10d9ce58d50163bd5d8712ea63f5d9984 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:58.483Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:58.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.75 [2020-10-16T06:31:58.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-16T06:31:58.780Z] 44bf8c92eb27: Preparing [2020-10-16T06:31:58.780Z] f9db2f7a5597: Preparing [2020-10-16T06:31:58.780Z] 861d3b0d919b: Preparing [2020-10-16T06:31:58.780Z] 3104da090c18: Preparing [2020-10-16T06:31:58.780Z] 861d3b0d919b: Layer already exists [2020-10-16T06:31:58.780Z] 3104da090c18: Layer already exists [2020-10-16T06:31:58.780Z] f9db2f7a5597: Layer already exists [2020-10-16T06:31:58.780Z] 44bf8c92eb27: Layer already exists [2020-10-16T06:31:58.780Z] 1.2.2-dev.75: digest: sha256:b9e0754577a8387d498b717f5b4614f10d9ce58d50163bd5d8712ea63f5d9984 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:59.082Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:59.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:31:59.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-16T06:31:59.377Z] 44bf8c92eb27: Preparing [2020-10-16T06:31:59.377Z] f9db2f7a5597: Preparing [2020-10-16T06:31:59.377Z] 861d3b0d919b: Preparing [2020-10-16T06:31:59.377Z] 3104da090c18: Preparing [2020-10-16T06:31:59.377Z] 44bf8c92eb27: Layer already exists [2020-10-16T06:31:59.377Z] f9db2f7a5597: Layer already exists [2020-10-16T06:31:59.377Z] 861d3b0d919b: Layer already exists [2020-10-16T06:31:59.377Z] 3104da090c18: Layer already exists [2020-10-16T06:31:59.377Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:b9e0754577a8387d498b717f5b4614f10d9ce58d50163bd5d8712ea63f5d9984 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:59.679Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:59.980Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-16T06:31:59.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-16T06:31:59.980Z] 44bf8c92eb27: Preparing [2020-10-16T06:31:59.980Z] f9db2f7a5597: Preparing [2020-10-16T06:31:59.981Z] 861d3b0d919b: Preparing [2020-10-16T06:31:59.981Z] 3104da090c18: Preparing [2020-10-16T06:31:59.981Z] 3104da090c18: Layer already exists [2020-10-16T06:31:59.981Z] 861d3b0d919b: Layer already exists [2020-10-16T06:31:59.981Z] f9db2f7a5597: Layer already exists [2020-10-16T06:31:59.981Z] 44bf8c92eb27: Layer already exists [2020-10-16T06:31:59.981Z] master: digest: sha256:b9e0754577a8387d498b717f5b4614f10d9ce58d50163bd5d8712ea63f5d9984 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:32:00.211Z] ===================================================== [Pipeline] echo [2020-10-16T06:32:00.258Z] taggedImages: [2020-10-16T06:32:00.258Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:32:00.258Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.75 [2020-10-16T06:32:00.258Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:32:00.258Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-16T06:32:00.367Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-16T06:32:00.367Z] f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:32:00.367Z] 1.2.2-dev.75 [2020-10-16T06:32:00.367Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:32:00.367Z] master [2020-10-16T06:32:00.367Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:00.867Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:01.165Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:32:01.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-16T06:32:01.165Z] 011f80666743: Preparing [2020-10-16T06:32:01.165Z] be943c79e9f5: Preparing [2020-10-16T06:32:01.165Z] 99abcd453aa0: Preparing [2020-10-16T06:32:01.165Z] 665228e54970: Preparing [2020-10-16T06:32:01.165Z] cad0ec463af5: Preparing [2020-10-16T06:32:01.165Z] a05d74a22a9a: Preparing [2020-10-16T06:32:01.165Z] a05d74a22a9a: Waiting [2020-10-16T06:32:01.431Z] 665228e54970: Pushed [2020-10-16T06:32:01.431Z] 011f80666743: Pushed [2020-10-16T06:32:01.431Z] cad0ec463af5: Pushed [2020-10-16T06:32:01.431Z] 99abcd453aa0: Pushed [2020-10-16T06:32:01.741Z] a05d74a22a9a: Pushed [2020-10-16T06:32:02.384Z] be943c79e9f5: Pushed [2020-10-16T06:32:02.655Z] f108a71e15710a3809797859c322b04b13103843: digest: sha256:520d14e534e10bbadae3be1d8e5a59dd92bc3daa8480568e839e8a2e6c8a52d1 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:02.961Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:03.259Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.75 [2020-10-16T06:32:03.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-16T06:32:03.259Z] 011f80666743: Preparing [2020-10-16T06:32:03.259Z] be943c79e9f5: Preparing [2020-10-16T06:32:03.259Z] 99abcd453aa0: Preparing [2020-10-16T06:32:03.259Z] 665228e54970: Preparing [2020-10-16T06:32:03.259Z] cad0ec463af5: Preparing [2020-10-16T06:32:03.259Z] a05d74a22a9a: Preparing [2020-10-16T06:32:03.259Z] a05d74a22a9a: Waiting [2020-10-16T06:32:03.259Z] 99abcd453aa0: Layer already exists [2020-10-16T06:32:03.259Z] be943c79e9f5: Layer already exists [2020-10-16T06:32:03.259Z] 011f80666743: Layer already exists [2020-10-16T06:32:03.259Z] cad0ec463af5: Layer already exists [2020-10-16T06:32:03.259Z] 665228e54970: Layer already exists [2020-10-16T06:32:03.259Z] a05d74a22a9a: Layer already exists [2020-10-16T06:32:03.259Z] 1.2.2-dev.75: digest: sha256:520d14e534e10bbadae3be1d8e5a59dd92bc3daa8480568e839e8a2e6c8a52d1 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:03.565Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:03.863Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:32:03.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-16T06:32:04.124Z] 011f80666743: Preparing [2020-10-16T06:32:04.124Z] be943c79e9f5: Preparing [2020-10-16T06:32:04.124Z] 99abcd453aa0: Preparing [2020-10-16T06:32:04.124Z] 665228e54970: Preparing [2020-10-16T06:32:04.124Z] cad0ec463af5: Preparing [2020-10-16T06:32:04.124Z] a05d74a22a9a: Preparing [2020-10-16T06:32:04.124Z] a05d74a22a9a: Waiting [2020-10-16T06:32:04.124Z] cad0ec463af5: Layer already exists [2020-10-16T06:32:04.124Z] be943c79e9f5: Layer already exists [2020-10-16T06:32:04.124Z] 665228e54970: Layer already exists [2020-10-16T06:32:04.124Z] 011f80666743: Layer already exists [2020-10-16T06:32:04.124Z] 99abcd453aa0: Layer already exists [2020-10-16T06:32:04.124Z] a05d74a22a9a: Layer already exists [2020-10-16T06:32:04.386Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:520d14e534e10bbadae3be1d8e5a59dd92bc3daa8480568e839e8a2e6c8a52d1 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:04.694Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:04.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-16T06:32:04.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-16T06:32:04.991Z] 011f80666743: Preparing [2020-10-16T06:32:04.991Z] be943c79e9f5: Preparing [2020-10-16T06:32:04.991Z] 99abcd453aa0: Preparing [2020-10-16T06:32:04.991Z] 665228e54970: Preparing [2020-10-16T06:32:04.991Z] cad0ec463af5: Preparing [2020-10-16T06:32:04.991Z] a05d74a22a9a: Preparing [2020-10-16T06:32:04.991Z] a05d74a22a9a: Waiting [2020-10-16T06:32:04.991Z] 011f80666743: Layer already exists [2020-10-16T06:32:04.991Z] 665228e54970: Layer already exists [2020-10-16T06:32:04.991Z] cad0ec463af5: Layer already exists [2020-10-16T06:32:04.991Z] be943c79e9f5: Layer already exists [2020-10-16T06:32:04.991Z] 99abcd453aa0: Layer already exists [2020-10-16T06:32:04.991Z] a05d74a22a9a: Layer already exists [2020-10-16T06:32:04.991Z] master: digest: sha256:520d14e534e10bbadae3be1d8e5a59dd92bc3daa8480568e839e8a2e6c8a52d1 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:32:05.258Z] ===================================================== [Pipeline] echo [2020-10-16T06:32:05.305Z] taggedImages: [2020-10-16T06:32:05.305Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:32:05.305Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.75 [2020-10-16T06:32:05.305Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:32:05.305Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-16T06:32:05.369Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-16T06:32:05.369Z] f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:32:05.369Z] 1.2.2-dev.75 [2020-10-16T06:32:05.369Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:32:05.369Z] master [2020-10-16T06:32:05.369Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:05.850Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:06.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:32:06.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-16T06:32:06.154Z] 911577036eb8: Preparing [2020-10-16T06:32:06.154Z] 89f12e87f9ee: Preparing [2020-10-16T06:32:06.154Z] 277ca61f081f: Preparing [2020-10-16T06:32:06.416Z] 911577036eb8: Pushed [2020-10-16T06:32:06.416Z] 277ca61f081f: Pushed [2020-10-16T06:32:07.364Z] 89f12e87f9ee: Pushed [2020-10-16T06:32:07.625Z] f108a71e15710a3809797859c322b04b13103843: digest: sha256:78afe7acd53f9c78d8e9f6c20bbf4d0d75246124a79c1f58c53bdf47499a7b83 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:07.961Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:08.259Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.75 [2020-10-16T06:32:08.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-16T06:32:08.260Z] 911577036eb8: Preparing [2020-10-16T06:32:08.260Z] 89f12e87f9ee: Preparing [2020-10-16T06:32:08.260Z] 277ca61f081f: Preparing [2020-10-16T06:32:08.260Z] 911577036eb8: Layer already exists [2020-10-16T06:32:08.260Z] 277ca61f081f: Layer already exists [2020-10-16T06:32:08.260Z] 89f12e87f9ee: Layer already exists [2020-10-16T06:32:08.260Z] 1.2.2-dev.75: digest: sha256:78afe7acd53f9c78d8e9f6c20bbf4d0d75246124a79c1f58c53bdf47499a7b83 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:08.562Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:08.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:32:08.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-16T06:32:08.859Z] 911577036eb8: Preparing [2020-10-16T06:32:08.859Z] 89f12e87f9ee: Preparing [2020-10-16T06:32:08.859Z] 277ca61f081f: Preparing [2020-10-16T06:32:08.859Z] 89f12e87f9ee: Layer already exists [2020-10-16T06:32:08.859Z] 277ca61f081f: Layer already exists [2020-10-16T06:32:08.859Z] 911577036eb8: Layer already exists [2020-10-16T06:32:08.859Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:78afe7acd53f9c78d8e9f6c20bbf4d0d75246124a79c1f58c53bdf47499a7b83 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:09.164Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:09.466Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-16T06:32:09.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-16T06:32:09.467Z] 911577036eb8: Preparing [2020-10-16T06:32:09.467Z] 89f12e87f9ee: Preparing [2020-10-16T06:32:09.467Z] 277ca61f081f: Preparing [2020-10-16T06:32:09.467Z] 277ca61f081f: Layer already exists [2020-10-16T06:32:09.467Z] 89f12e87f9ee: Layer already exists [2020-10-16T06:32:09.467Z] 911577036eb8: Layer already exists [2020-10-16T06:32:09.467Z] master: digest: sha256:78afe7acd53f9c78d8e9f6c20bbf4d0d75246124a79c1f58c53bdf47499a7b83 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:32:09.659Z] ===================================================== [Pipeline] echo [2020-10-16T06:32:09.705Z] taggedImages: [2020-10-16T06:32:09.705Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:32:09.705Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.75 [2020-10-16T06:32:09.705Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:32:09.705Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-16T06:32:09.772Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-16T06:32:09.772Z] f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:32:09.772Z] 1.2.2-dev.75 [2020-10-16T06:32:09.772Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:32:09.772Z] master [2020-10-16T06:32:09.772Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:10.306Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:10.606Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:32:10.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-16T06:32:10.606Z] 93d917df71e6: Preparing [2020-10-16T06:32:10.606Z] 5186c1b562c0: Preparing [2020-10-16T06:32:10.606Z] 6079ea3f8a55: Preparing [2020-10-16T06:32:10.606Z] d0250c2e54f7: Preparing [2020-10-16T06:32:10.606Z] 06734258bead: Preparing [2020-10-16T06:32:10.606Z] d504fb989575: Preparing [2020-10-16T06:32:10.606Z] fdff9eb22a29: Preparing [2020-10-16T06:32:10.606Z] 527eef706b20: Preparing [2020-10-16T06:32:10.606Z] 224742e9e948: Preparing [2020-10-16T06:32:10.606Z] 5391e5290f13: Preparing [2020-10-16T06:32:10.606Z] 13baed61c795: Preparing [2020-10-16T06:32:10.606Z] 51d6d3d09136: Preparing [2020-10-16T06:32:10.606Z] 1507bc794612: Preparing [2020-10-16T06:32:10.606Z] 50644c29ef5a: Preparing [2020-10-16T06:32:10.606Z] 224742e9e948: Waiting [2020-10-16T06:32:10.606Z] 5391e5290f13: Waiting [2020-10-16T06:32:10.606Z] 13baed61c795: Waiting [2020-10-16T06:32:10.606Z] 51d6d3d09136: Waiting [2020-10-16T06:32:10.606Z] 1507bc794612: Waiting [2020-10-16T06:32:10.606Z] 50644c29ef5a: Waiting [2020-10-16T06:32:10.606Z] d504fb989575: Waiting [2020-10-16T06:32:10.606Z] fdff9eb22a29: Waiting [2020-10-16T06:32:10.606Z] 527eef706b20: Waiting [2020-10-16T06:32:10.868Z] 06734258bead: Pushed [2020-10-16T06:32:10.868Z] 93d917df71e6: Pushed [2020-10-16T06:32:11.131Z] d0250c2e54f7: Pushed [2020-10-16T06:32:11.131Z] 527eef706b20: Layer already exists [2020-10-16T06:32:11.131Z] fdff9eb22a29: Pushed [2020-10-16T06:32:11.131Z] 224742e9e948: Layer already exists [2020-10-16T06:32:11.131Z] 5391e5290f13: Layer already exists [2020-10-16T06:32:11.131Z] 13baed61c795: Layer already exists [2020-10-16T06:32:11.131Z] 51d6d3d09136: Layer already exists [2020-10-16T06:32:11.400Z] 1507bc794612: Layer already exists [2020-10-16T06:32:11.400Z] 50644c29ef5a: Layer already exists [2020-10-16T06:32:11.975Z] d504fb989575: Pushed [2020-10-16T06:32:11.975Z] 5186c1b562c0: Pushed [2020-10-16T06:32:18.578Z] 6079ea3f8a55: Pushed [2020-10-16T06:32:18.840Z] f108a71e15710a3809797859c322b04b13103843: digest: sha256:8ce8fb569dbfbb9b04d0cac0d2b4ac944099b9e63653c58507890d19146a7b7b size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:19.148Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:19.450Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.75 [2020-10-16T06:32:19.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-16T06:32:19.450Z] 93d917df71e6: Preparing [2020-10-16T06:32:19.450Z] 5186c1b562c0: Preparing [2020-10-16T06:32:19.450Z] 6079ea3f8a55: Preparing [2020-10-16T06:32:19.450Z] d0250c2e54f7: Preparing [2020-10-16T06:32:19.450Z] 06734258bead: Preparing [2020-10-16T06:32:19.450Z] d504fb989575: Preparing [2020-10-16T06:32:19.450Z] fdff9eb22a29: Preparing [2020-10-16T06:32:19.450Z] 527eef706b20: Preparing [2020-10-16T06:32:19.450Z] 224742e9e948: Preparing [2020-10-16T06:32:19.450Z] 5391e5290f13: Preparing [2020-10-16T06:32:19.450Z] 13baed61c795: Preparing [2020-10-16T06:32:19.450Z] 51d6d3d09136: Preparing [2020-10-16T06:32:19.450Z] 1507bc794612: Preparing [2020-10-16T06:32:19.450Z] 50644c29ef5a: Preparing [2020-10-16T06:32:19.450Z] d504fb989575: Waiting [2020-10-16T06:32:19.450Z] 527eef706b20: Waiting [2020-10-16T06:32:19.450Z] 224742e9e948: Waiting [2020-10-16T06:32:19.450Z] fdff9eb22a29: Waiting [2020-10-16T06:32:19.450Z] 5391e5290f13: Waiting [2020-10-16T06:32:19.450Z] 13baed61c795: Waiting [2020-10-16T06:32:19.450Z] 51d6d3d09136: Waiting [2020-10-16T06:32:19.450Z] 1507bc794612: Waiting [2020-10-16T06:32:19.450Z] 50644c29ef5a: Waiting [2020-10-16T06:32:19.450Z] d0250c2e54f7: Layer already exists [2020-10-16T06:32:19.450Z] 5186c1b562c0: Layer already exists [2020-10-16T06:32:19.450Z] 06734258bead: Layer already exists [2020-10-16T06:32:19.450Z] 6079ea3f8a55: Layer already exists [2020-10-16T06:32:19.450Z] 93d917df71e6: Layer already exists [2020-10-16T06:32:19.450Z] 527eef706b20: Layer already exists [2020-10-16T06:32:19.450Z] fdff9eb22a29: Layer already exists [2020-10-16T06:32:19.450Z] 5391e5290f13: Layer already exists [2020-10-16T06:32:19.450Z] d504fb989575: Layer already exists [2020-10-16T06:32:19.450Z] 224742e9e948: Layer already exists [2020-10-16T06:32:19.450Z] 1507bc794612: Layer already exists [2020-10-16T06:32:19.450Z] 50644c29ef5a: Layer already exists [2020-10-16T06:32:19.450Z] 13baed61c795: Layer already exists [2020-10-16T06:32:19.450Z] 51d6d3d09136: Layer already exists [2020-10-16T06:32:19.450Z] 1.2.2-dev.75: digest: sha256:8ce8fb569dbfbb9b04d0cac0d2b4ac944099b9e63653c58507890d19146a7b7b size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:19.763Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:20.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:32:20.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-16T06:32:20.069Z] 93d917df71e6: Preparing [2020-10-16T06:32:20.069Z] 5186c1b562c0: Preparing [2020-10-16T06:32:20.069Z] 6079ea3f8a55: Preparing [2020-10-16T06:32:20.069Z] d0250c2e54f7: Preparing [2020-10-16T06:32:20.069Z] 06734258bead: Preparing [2020-10-16T06:32:20.069Z] d504fb989575: Preparing [2020-10-16T06:32:20.069Z] fdff9eb22a29: Preparing [2020-10-16T06:32:20.069Z] 527eef706b20: Preparing [2020-10-16T06:32:20.069Z] 224742e9e948: Preparing [2020-10-16T06:32:20.069Z] 5391e5290f13: Preparing [2020-10-16T06:32:20.069Z] 13baed61c795: Preparing [2020-10-16T06:32:20.069Z] 51d6d3d09136: Preparing [2020-10-16T06:32:20.069Z] 1507bc794612: Preparing [2020-10-16T06:32:20.069Z] 50644c29ef5a: Preparing [2020-10-16T06:32:20.069Z] 5391e5290f13: Waiting [2020-10-16T06:32:20.069Z] 13baed61c795: Waiting [2020-10-16T06:32:20.069Z] 51d6d3d09136: Waiting [2020-10-16T06:32:20.069Z] d504fb989575: Waiting [2020-10-16T06:32:20.069Z] fdff9eb22a29: Waiting [2020-10-16T06:32:20.069Z] 527eef706b20: Waiting [2020-10-16T06:32:20.070Z] 1507bc794612: Waiting [2020-10-16T06:32:20.070Z] 224742e9e948: Waiting [2020-10-16T06:32:20.070Z] 50644c29ef5a: Waiting [2020-10-16T06:32:20.070Z] d0250c2e54f7: Layer already exists [2020-10-16T06:32:20.070Z] 5186c1b562c0: Layer already exists [2020-10-16T06:32:20.070Z] 6079ea3f8a55: Layer already exists [2020-10-16T06:32:20.070Z] 93d917df71e6: Layer already exists [2020-10-16T06:32:20.070Z] 06734258bead: Layer already exists [2020-10-16T06:32:20.070Z] fdff9eb22a29: Layer already exists [2020-10-16T06:32:20.070Z] d504fb989575: Layer already exists [2020-10-16T06:32:20.070Z] 224742e9e948: Layer already exists [2020-10-16T06:32:20.070Z] 527eef706b20: Layer already exists [2020-10-16T06:32:20.070Z] 5391e5290f13: Layer already exists [2020-10-16T06:32:20.070Z] 51d6d3d09136: Layer already exists [2020-10-16T06:32:20.070Z] 13baed61c795: Layer already exists [2020-10-16T06:32:20.070Z] 50644c29ef5a: Layer already exists [2020-10-16T06:32:20.070Z] 1507bc794612: Layer already exists [2020-10-16T06:32:20.070Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:8ce8fb569dbfbb9b04d0cac0d2b4ac944099b9e63653c58507890d19146a7b7b size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:20.378Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:20.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-16T06:32:20.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-16T06:32:20.680Z] 93d917df71e6: Preparing [2020-10-16T06:32:20.680Z] 5186c1b562c0: Preparing [2020-10-16T06:32:20.680Z] 6079ea3f8a55: Preparing [2020-10-16T06:32:20.680Z] d0250c2e54f7: Preparing [2020-10-16T06:32:20.680Z] 06734258bead: Preparing [2020-10-16T06:32:20.680Z] d504fb989575: Preparing [2020-10-16T06:32:20.680Z] fdff9eb22a29: Preparing [2020-10-16T06:32:20.680Z] 527eef706b20: Preparing [2020-10-16T06:32:20.680Z] 224742e9e948: Preparing [2020-10-16T06:32:20.680Z] 5391e5290f13: Preparing [2020-10-16T06:32:20.680Z] 13baed61c795: Preparing [2020-10-16T06:32:20.680Z] 51d6d3d09136: Preparing [2020-10-16T06:32:20.680Z] 1507bc794612: Preparing [2020-10-16T06:32:20.680Z] 50644c29ef5a: Preparing [2020-10-16T06:32:20.680Z] d504fb989575: Waiting [2020-10-16T06:32:20.680Z] 5391e5290f13: Waiting [2020-10-16T06:32:20.680Z] fdff9eb22a29: Waiting [2020-10-16T06:32:20.680Z] 527eef706b20: Waiting [2020-10-16T06:32:20.680Z] 224742e9e948: Waiting [2020-10-16T06:32:20.680Z] 13baed61c795: Waiting [2020-10-16T06:32:20.680Z] 51d6d3d09136: Waiting [2020-10-16T06:32:20.680Z] 1507bc794612: Waiting [2020-10-16T06:32:20.680Z] 50644c29ef5a: Waiting [2020-10-16T06:32:20.680Z] 06734258bead: Layer already exists [2020-10-16T06:32:20.680Z] 5186c1b562c0: Layer already exists [2020-10-16T06:32:20.680Z] 93d917df71e6: Layer already exists [2020-10-16T06:32:20.680Z] d0250c2e54f7: Layer already exists [2020-10-16T06:32:20.680Z] 6079ea3f8a55: Layer already exists [2020-10-16T06:32:20.680Z] fdff9eb22a29: Layer already exists [2020-10-16T06:32:20.680Z] 527eef706b20: Layer already exists [2020-10-16T06:32:20.680Z] d504fb989575: Layer already exists [2020-10-16T06:32:20.680Z] 5391e5290f13: Layer already exists [2020-10-16T06:32:20.680Z] 224742e9e948: Layer already exists [2020-10-16T06:32:20.680Z] 1507bc794612: Layer already exists [2020-10-16T06:32:20.680Z] 51d6d3d09136: Layer already exists [2020-10-16T06:32:20.680Z] 13baed61c795: Layer already exists [2020-10-16T06:32:20.680Z] 50644c29ef5a: Layer already exists [2020-10-16T06:32:20.680Z] master: digest: sha256:8ce8fb569dbfbb9b04d0cac0d2b4ac944099b9e63653c58507890d19146a7b7b size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:32:20.990Z] ===================================================== [Pipeline] echo [2020-10-16T06:32:21.035Z] taggedImages: [2020-10-16T06:32:21.035Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:32:21.035Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.75 [2020-10-16T06:32:21.035Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:32:21.035Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-16T06:33:27.619Z] Removing intermediate container 3dccc983ebdf [2020-10-16T06:33:27.619Z] ---> 3e2d91d1504a [2020-10-16T06:33:27.619Z] [2020-10-16T06:33:27.619Z] Step 10/20 : FROM alpine [2020-10-16T06:33:27.619Z] latest: Pulling from library/alpine [2020-10-16T06:33:27.619Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-16T06:33:27.619Z] Status: Downloaded newer image for alpine:latest [2020-10-16T06:33:27.619Z] ---> 62ee0e9f8440 [2020-10-16T06:33:27.619Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-16T06:33:27.619Z] ---> Running in db7bce9cf2b0 [2020-10-16T06:33:27.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T06:33:27.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T06:33:27.619Z] v3.12.0-422-g452ec8a76c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-16T06:33:27.619Z] v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-16T06:33:27.619Z] OK: 12621 distinct packages available [2020-10-16T06:33:27.619Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-16T06:33:27.619Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-16T06:33:27.619Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-16T06:33:27.619Z] (4/4) Installing curl (7.69.1-r1) [2020-10-16T06:33:27.619Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T06:33:27.619Z] Executing ca-certificates-20191127-r4.trigger [2020-10-16T06:33:27.619Z] OK: 7 MiB in 18 packages [2020-10-16T06:33:27.619Z] Removing intermediate container 570b9dbeb453 [2020-10-16T06:33:27.619Z] ---> b92581233f1d [2020-10-16T06:33:27.619Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-16T06:33:27.905Z] ---> Running in 9e493c2fa027 [2020-10-16T06:33:28.204Z] Removing intermediate container db7bce9cf2b0 [2020-10-16T06:33:28.204Z] ---> b408eef8aca2 [2020-10-16T06:33:28.204Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-16T06:33:28.481Z] ---> Running in 0a072aaab5b5 [2020-10-16T06:33:29.084Z] Removing intermediate container 0a072aaab5b5 [2020-10-16T06:33:29.084Z] ---> 9dca785b6a30 [2020-10-16T06:33:29.084Z] Step 13/20 : WORKDIR /edgex [2020-10-16T06:33:29.363Z] ---> Running in a668d5cf93dc [2020-10-16T06:33:30.347Z] Removing intermediate container a668d5cf93dc [2020-10-16T06:33:30.347Z] ---> 69b695e0bf8f [2020-10-16T06:33:30.347Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-16T06:33:30.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-16T06:33:31.948Z] ---> b836219ff2de [2020-10-16T06:33:31.948Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-16T06:33:33.397Z] ---> 71b0326b3e09 [2020-10-16T06:33:33.397Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-16T06:33:33.397Z] ---> Running in b45e7e2cf6b5 [2020-10-16T06:33:34.379Z] Removing intermediate container b45e7e2cf6b5 [2020-10-16T06:33:34.379Z] ---> 01d21d961e29 [2020-10-16T06:33:34.379Z] Step 17/20 : CMD ["--init=true"] [2020-10-16T06:33:34.652Z] ---> Running in 0bd5da5ec47d [2020-10-16T06:33:35.261Z] Removing intermediate container 0bd5da5ec47d [2020-10-16T06:33:35.261Z] ---> 0dc1bae4bd9a [2020-10-16T06:33:35.261Z] Step 18/20 : LABEL arch=arm64 [2020-10-16T06:33:35.538Z] ---> Running in dbc4034cf7e0 [2020-10-16T06:33:36.577Z] Removing intermediate container dbc4034cf7e0 [2020-10-16T06:33:36.577Z] ---> 3cf84b623697 [2020-10-16T06:33:36.577Z] Step 19/20 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:33:36.853Z] ---> Running in cf7e881cb874 [2020-10-16T06:33:37.857Z] Removing intermediate container cf7e881cb874 [2020-10-16T06:33:37.857Z] ---> 7870af9f2e55 [2020-10-16T06:33:37.857Z] Step 20/20 : LABEL version=1.2.2-dev.75 [2020-10-16T06:33:38.138Z] Removing intermediate container 9e493c2fa027 [2020-10-16T06:33:38.138Z] ---> 2b52ebdc88f5 [2020-10-16T06:33:38.138Z] [2020-10-16T06:33:38.138Z] Step 11/27 : FROM docker:latest [2020-10-16T06:33:38.138Z] ---> 45884bde0078 [2020-10-16T06:33:38.138Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-16T06:33:38.138Z] ---> Running in dffbe0f383ab [2020-10-16T06:33:38.418Z] ---> Running in 1cd75cbf2240 [2020-10-16T06:33:39.412Z] Removing intermediate container dffbe0f383ab [2020-10-16T06:33:39.412Z] ---> 3f5ef144e979 [2020-10-16T06:33:39.412Z] [2020-10-16T06:33:39.412Z] Successfully built 3f5ef144e979 [2020-10-16T06:33:39.687Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-16T06:33:39.687Z] Building docker-security-secretstore-setup-go [2020-10-16T06:33:41.135Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T06:33:41.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T06:33:42.017Z] (1/2) Installing readline (8.0.4-r0) [2020-10-16T06:33:42.017Z] (2/2) Installing bash (5.0.17-r0) [2020-10-16T06:33:42.017Z] Executing bash-5.0.17-r0.post-install [2020-10-16T06:33:42.017Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T06:33:42.017Z] OK: 12 MiB in 22 packages [2020-10-16T06:33:45.687Z] Removing intermediate container 1cd75cbf2240 [2020-10-16T06:33:45.687Z] ---> c4a50c9343e2 [2020-10-16T06:33:45.687Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-16T06:33:45.687Z] ---> Running in faa3d59b595e [2020-10-16T06:33:51.151Z] Removing intermediate container faa3d59b595e [2020-10-16T06:33:51.151Z] ---> 11e97b0c6ce8 [2020-10-16T06:33:51.151Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-16T06:33:52.163Z] ---> Running in f0b45acbc888 [2020-10-16T06:33:54.178Z] Removing intermediate container f0b45acbc888 [2020-10-16T06:33:54.178Z] ---> a875a9c23193 [2020-10-16T06:33:54.178Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-16T06:33:54.799Z] ---> Running in 5020680647ba [2020-10-16T06:33:55.785Z] Removing intermediate container 85092cad1366 [2020-10-16T06:33:55.786Z] ---> 24d7d8ce4dbc [2020-10-16T06:33:55.786Z] [2020-10-16T06:33:55.786Z] Step 10/24 : FROM scratch [2020-10-16T06:33:55.786Z] ---> [2020-10-16T06:33:55.786Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-16T06:33:56.068Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T06:33:56.068Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-16T06:33:56.068Z] ---> 928ffc1871c5 [2020-10-16T06:33:56.068Z] Step 3/26 : WORKDIR /edgex-go [2020-10-16T06:33:56.068Z] ---> Using cache [2020-10-16T06:33:56.068Z] ---> 9b9ce93e829d [2020-10-16T06:33:56.068Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:33:56.068Z] ---> Using cache [2020-10-16T06:33:56.068Z] ---> 094836fc9329 [2020-10-16T06:33:56.068Z] Step 5/26 : RUN apk update && apk add make git [2020-10-16T06:33:56.068Z] ---> Using cache [2020-10-16T06:33:56.068Z] ---> ed01272b1022 [2020-10-16T06:33:56.068Z] Step 6/26 : COPY go.mod . [2020-10-16T06:33:56.068Z] ---> Using cache [2020-10-16T06:33:56.068Z] ---> 4c8c92a9f965 [2020-10-16T06:33:56.068Z] Step 7/26 : RUN go mod download [2020-10-16T06:33:56.068Z] ---> Using cache [2020-10-16T06:33:56.068Z] ---> 24f44a29f0b6 [2020-10-16T06:33:56.068Z] Step 8/26 : COPY . . [2020-10-16T06:33:56.068Z] Removing intermediate container 2e556ae5cce8 [2020-10-16T06:33:56.068Z] ---> f280477dea40 [2020-10-16T06:33:56.068Z] [2020-10-16T06:33:56.068Z] Step 10/21 : FROM scratch [2020-10-16T06:33:56.068Z] ---> [2020-10-16T06:33:56.068Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T06:33:56.348Z] ---> Using cache [2020-10-16T06:33:56.348Z] ---> 39f24e2535d1 [2020-10-16T06:33:56.348Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-16T06:33:56.348Z] ---> Running in ade832aabb90 [2020-10-16T06:33:56.348Z] Removing intermediate container 5020680647ba [2020-10-16T06:33:56.348Z] ---> 55c01ab9011d [2020-10-16T06:33:56.348Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-16T06:33:56.622Z] ---> Running in dbaf0ab00268 [2020-10-16T06:33:56.622Z] ---> Running in dfe588e22c29 [2020-10-16T06:33:56.622Z] ---> Running in bd7e55db36b5 [2020-10-16T06:33:57.224Z] Removing intermediate container ade832aabb90 [2020-10-16T06:33:57.224Z] ---> 59fa50136108 [2020-10-16T06:33:57.224Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-16T06:33:57.224Z] ---> Running in fe3df447155e [2020-10-16T06:33:57.513Z] Removing intermediate container dbaf0ab00268 [2020-10-16T06:33:57.513Z] ---> 7b16f829f3e2 [2020-10-16T06:33:57.513Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-16T06:33:57.513Z] Removing intermediate container bd7e55db36b5 [2020-10-16T06:33:57.513Z] ---> b3ca925a525f [2020-10-16T06:33:57.513Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-16T06:33:57.513Z] ---> Running in f8da46fd0a8a [2020-10-16T06:33:58.119Z] Removing intermediate container fe3df447155e [2020-10-16T06:33:58.119Z] ---> e5fdf98e05e6 [2020-10-16T06:33:58.119Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-16T06:33:58.119Z] ---> Running in 4f7076fbd1e7 [2020-10-16T06:33:58.725Z] Removing intermediate container f8da46fd0a8a [2020-10-16T06:33:58.725Z] ---> c410ae3d7fb2 [2020-10-16T06:33:58.725Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-16T06:33:58.725Z] ---> Running in 40035eef8aa6 [2020-10-16T06:33:59.001Z] Removing intermediate container 4f7076fbd1e7 [2020-10-16T06:33:59.001Z] ---> f7309d4081bf [2020-10-16T06:33:59.001Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-16T06:33:59.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-16T06:33:59.302Z] ---> f70ae9bc77b6 [2020-10-16T06:33:59.302Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-16T06:33:59.585Z] Removing intermediate container 40035eef8aa6 [2020-10-16T06:33:59.585Z] ---> 740518aa0d28 [2020-10-16T06:33:59.585Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-16T06:34:00.583Z] ---> 06bf640426b8 [2020-10-16T06:34:00.583Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-16T06:34:00.864Z] ---> e79f0a541ff9 [2020-10-16T06:34:00.864Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-16T06:34:00.864Z] ---> 76a38e531d4f [2020-10-16T06:34:00.864Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-16T06:34:04.305Z] ---> e811bb02edf8 [2020-10-16T06:34:04.305Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-16T06:34:04.305Z] ---> d97aa3e6f333 [2020-10-16T06:34:04.305Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-16T06:34:04.305Z] ---> c2539ed8a129 [2020-10-16T06:34:04.305Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-16T06:34:04.305Z] ---> Running in cab635fb6235 [2020-10-16T06:34:06.954Z] ---> 0cb03750fd96 [2020-10-16T06:34:06.954Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-16T06:34:07.228Z] ---> Running in b21fcc3ad14e [2020-10-16T06:34:07.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T06:34:08.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T06:34:08.391Z] ---> 3c6a61a0b3b8 [2020-10-16T06:34:08.391Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-16T06:34:08.391Z] Removing intermediate container b21fcc3ad14e [2020-10-16T06:34:08.391Z] ---> 090e5d4e4e81 [2020-10-16T06:34:08.391Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T06:34:09.008Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-16T06:34:09.008Z] (2/33) Installing expat (2.2.9-r1) [2020-10-16T06:34:09.008Z] (3/33) Installing libffi (3.3-r2) [2020-10-16T06:34:09.008Z] (4/33) Installing gdbm (1.13-r1) [2020-10-16T06:34:09.008Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-16T06:34:09.008Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-16T06:34:09.008Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-16T06:34:09.009Z] ---> Running in 654f709f6a01 [2020-10-16T06:34:10.471Z] Removing intermediate container 654f709f6a01 [2020-10-16T06:34:10.471Z] ---> e157174ed471 [2020-10-16T06:34:10.471Z] Step 19/21 : LABEL arch=arm64 [2020-10-16T06:34:10.764Z] ---> 04a9c11832bb [2020-10-16T06:34:10.764Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-16T06:34:11.055Z] Removing intermediate container 2dc7acff016b [2020-10-16T06:34:11.055Z] ---> 036684ba04c4 [2020-10-16T06:34:11.055Z] [2020-10-16T06:34:11.055Z] Step 10/22 : FROM scratch [2020-10-16T06:34:11.055Z] ---> [2020-10-16T06:34:11.055Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T06:34:11.055Z] ---> Running in 43f87f8b65ab [2020-10-16T06:34:11.055Z] ---> Using cache [2020-10-16T06:34:11.055Z] ---> 7b16f829f3e2 [2020-10-16T06:34:11.055Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-16T06:34:11.671Z] ---> Running in 6808ade58a88 [2020-10-16T06:34:11.671Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-16T06:34:11.671Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-16T06:34:11.671Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-16T06:34:11.671Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-16T06:34:11.671Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-16T06:34:11.671Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-16T06:34:11.953Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-16T06:34:11.953Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-16T06:34:11.953Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-16T06:34:11.953Z] Removing intermediate container 43f87f8b65ab [2020-10-16T06:34:11.953Z] ---> 4b3ba9135d3d [2020-10-16T06:34:11.953Z] Step 20/21 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:34:11.953Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-16T06:34:12.235Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-16T06:34:12.235Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-16T06:34:12.235Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-16T06:34:12.235Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-16T06:34:12.235Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-16T06:34:12.235Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-16T06:34:12.515Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-16T06:34:12.515Z] ---> Running in 10b8746fe0dd [2020-10-16T06:34:12.515Z] Removing intermediate container 6808ade58a88 [2020-10-16T06:34:12.515Z] ---> 3b3d3369fa73 [2020-10-16T06:34:12.515Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T06:34:12.515Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-16T06:34:12.515Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-16T06:34:12.515Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-16T06:34:12.515Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-16T06:34:12.515Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-16T06:34:12.794Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-16T06:34:12.794Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-16T06:34:12.794Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-16T06:34:12.794Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-16T06:34:12.794Z] ---> Running in fac86e38e41f [2020-10-16T06:34:13.078Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T06:34:13.078Z] OK: 71 MiB in 55 packages [2020-10-16T06:34:13.355Z] ---> b563e89be9be [2020-10-16T06:34:13.355Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-16T06:34:13.641Z] Removing intermediate container 10b8746fe0dd [2020-10-16T06:34:13.641Z] ---> 0a4946b550f3 [2020-10-16T06:34:13.641Z] Step 21/21 : LABEL version=1.2.2-dev.75 [2020-10-16T06:34:13.641Z] ---> Running in 004b43e6bec8 [2020-10-16T06:34:13.926Z] Removing intermediate container fac86e38e41f [2020-10-16T06:34:13.926Z] ---> 1c86bf8fbe6c [2020-10-16T06:34:13.926Z] Step 14/22 : WORKDIR / [2020-10-16T06:34:14.232Z] ---> Running in b983c9d79883 [2020-10-16T06:34:15.242Z] Removing intermediate container 004b43e6bec8 [2020-10-16T06:34:15.242Z] ---> 2c2358d64cab [2020-10-16T06:34:15.242Z] [2020-10-16T06:34:15.522Z] ---> 8565f3326300 [2020-10-16T06:34:15.522Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-16T06:34:15.522Z] Successfully built 2c2358d64cab [2020-10-16T06:34:15.522Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-16T06:34:15.522Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2020-10-16T06:34:15.800Z] Removing intermediate container b983c9d79883 [2020-10-16T06:34:15.800Z] ---> 224b5bc6677b [2020-10-16T06:34:15.800Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-16T06:34:15.800Z] ---> Running in 66a5f266af22 [2020-10-16T06:34:16.793Z] Removing intermediate container 66a5f266af22 [2020-10-16T06:34:16.793Z] ---> 7585230e80aa [2020-10-16T06:34:16.793Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T06:34:17.781Z] ---> d61b32369a23 [2020-10-16T06:34:17.781Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-16T06:34:17.781Z] ---> Running in 25f98b83cea8 [2020-10-16T06:34:19.779Z] Removing intermediate container 25f98b83cea8 [2020-10-16T06:34:19.779Z] ---> 23937dfe8e97 [2020-10-16T06:34:19.779Z] Step 22/24 : LABEL arch=arm64 [2020-10-16T06:34:20.771Z] ---> Running in 8a502cc419bf [2020-10-16T06:34:21.049Z] ---> c6d35147d919 [2020-10-16T06:34:21.049Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-16T06:34:21.345Z] Removing intermediate container 8a502cc419bf [2020-10-16T06:34:21.345Z] ---> 18c399e287ee [2020-10-16T06:34:21.345Z] Step 23/24 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:34:21.625Z] ---> Running in 5dfdd5c98111 [2020-10-16T06:34:22.626Z] Removing intermediate container 5dfdd5c98111 [2020-10-16T06:34:22.626Z] ---> 85fee124e594 [2020-10-16T06:34:22.626Z] Step 24/24 : LABEL version=1.2.2-dev.75 [2020-10-16T06:34:22.626Z] ---> 6230c3641022 [2020-10-16T06:34:22.626Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-16T06:34:22.903Z] ---> Running in c53eefd065d2 [2020-10-16T06:34:23.185Z] ---> Running in c40dd34b391a [2020-10-16T06:34:23.784Z] Removing intermediate container c53eefd065d2 [2020-10-16T06:34:23.784Z] ---> 794d43686965 [2020-10-16T06:34:23.784Z] [2020-10-16T06:34:24.391Z] Successfully built 794d43686965 [2020-10-16T06:34:24.391Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-16T06:34:24.391Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-10-16T06:34:24.672Z] Removing intermediate container c40dd34b391a [2020-10-16T06:34:24.672Z] ---> 1e5a1a93a180 [2020-10-16T06:34:24.672Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T06:34:24.951Z] ---> Running in 6aab7da96e87 [2020-10-16T06:34:25.559Z] Removing intermediate container cab635fb6235 [2020-10-16T06:34:25.559Z] ---> c53fd82cc479 [2020-10-16T06:34:25.559Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-16T06:34:26.162Z] ---> Running in 351e7487f41c [2020-10-16T06:34:26.162Z] Removing intermediate container 6aab7da96e87 [2020-10-16T06:34:26.162Z] ---> 680a0289200b [2020-10-16T06:34:26.162Z] Step 20/22 : LABEL arch=arm64 [2020-10-16T06:34:26.763Z] ---> Running in 1b288ef802c2 [2020-10-16T06:34:28.213Z] Removing intermediate container 1b288ef802c2 [2020-10-16T06:34:28.213Z] ---> 0360b6445321 [2020-10-16T06:34:28.213Z] Step 21/22 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:34:28.814Z] ---> Running in 17c6ffa4c1ee [2020-10-16T06:34:30.270Z] Removing intermediate container 17c6ffa4c1ee [2020-10-16T06:34:30.270Z] ---> 9219f09aded0 [2020-10-16T06:34:30.270Z] Step 22/22 : LABEL version=1.2.2-dev.75 [2020-10-16T06:34:30.547Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T06:34:30.547Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-16T06:34:30.547Z] ---> 928ffc1871c5 [2020-10-16T06:34:30.547Z] Step 3/29 : WORKDIR /edgex-go [2020-10-16T06:34:30.547Z] ---> Using cache [2020-10-16T06:34:30.547Z] ---> 9b9ce93e829d [2020-10-16T06:34:30.547Z] Step 4/29 : RUN apk update && apk add make git [2020-10-16T06:34:31.155Z] ---> Running in 178b60657463 [2020-10-16T06:34:31.155Z] ---> Running in 264ea7bc67d9 [2020-10-16T06:34:32.141Z] Removing intermediate container 264ea7bc67d9 [2020-10-16T06:34:32.141Z] ---> ce499a85f4b6 [2020-10-16T06:34:32.141Z] [2020-10-16T06:34:32.418Z] Successfully built ce499a85f4b6 [2020-10-16T06:34:32.418Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-16T06:34:32.418Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2020-10-16T06:34:33.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T06:34:34.164Z] Collecting docker-compose==1.23.2 [2020-10-16T06:34:34.446Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-16T06:34:34.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T06:34:35.716Z] Collecting docopt<0.7,>=0.6.1 [2020-10-16T06:34:35.716Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-16T06:34:36.715Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T06:34:36.715Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T06:34:36.715Z] OK: 12623 distinct packages available [2020-10-16T06:34:38.167Z] OK: 217 MiB in 51 packages [2020-10-16T06:34:38.788Z] Collecting jsonschema<3,>=2.5.1 [2020-10-16T06:34:38.789Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-16T06:34:41.429Z] Collecting PyYAML<4,>=3.10 [2020-10-16T06:34:41.429Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-16T06:34:41.704Z] Removing intermediate container 178b60657463 [2020-10-16T06:34:41.704Z] ---> d3863b336b3c [2020-10-16T06:34:41.704Z] Step 5/29 : COPY go.mod . [2020-10-16T06:34:42.693Z] ---> bd7bc64a9b8a [2020-10-16T06:34:42.986Z] Step 6/29 : RUN go mod download [2020-10-16T06:34:43.265Z] ---> Running in f60cf427636a [2020-10-16T06:34:45.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-16T06:34:45.526Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T06:34:45.526Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T06:34:45.526Z] ---> 928ffc1871c5 [2020-10-16T06:34:45.526Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T06:34:45.526Z] ---> Using cache [2020-10-16T06:34:45.526Z] ---> 9b9ce93e829d [2020-10-16T06:34:45.526Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:34:45.526Z] ---> Using cache [2020-10-16T06:34:45.526Z] ---> 094836fc9329 [2020-10-16T06:34:45.526Z] Step 5/22 : RUN apk update && apk add make git [2020-10-16T06:34:45.526Z] ---> Using cache [2020-10-16T06:34:45.526Z] ---> ed01272b1022 [2020-10-16T06:34:45.526Z] Step 6/22 : COPY go.mod . [2020-10-16T06:34:45.526Z] ---> Using cache [2020-10-16T06:34:45.526Z] ---> 4c8c92a9f965 [2020-10-16T06:34:45.526Z] Step 7/22 : RUN go mod download [2020-10-16T06:34:45.526Z] ---> Using cache [2020-10-16T06:34:45.526Z] ---> 24f44a29f0b6 [2020-10-16T06:34:45.526Z] Step 8/22 : COPY . . [2020-10-16T06:34:45.526Z] ---> Using cache [2020-10-16T06:34:45.526Z] ---> 39f24e2535d1 [2020-10-16T06:34:45.526Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-16T06:34:46.970Z] Collecting cached-property<2,>=1.2.0 [2020-10-16T06:34:46.970Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-16T06:34:46.970Z] ---> Running in ead15d5f5b12 [2020-10-16T06:34:47.965Z] Collecting docker<4.0,>=3.6.0 [2020-10-16T06:34:47.965Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-16T06:34:48.969Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-16T06:34:49.243Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-16T06:34:49.538Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-16T06:34:49.538Z] Removing intermediate container f60cf427636a [2020-10-16T06:34:49.538Z] ---> fef0270b91dc [2020-10-16T06:34:49.538Z] Step 7/29 : COPY . . [2020-10-16T06:34:49.538Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/core-command/core-command ./cmd/core-command [2020-10-16T06:34:50.153Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-16T06:34:50.431Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-16T06:34:51.877Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T06:34:51.877Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-16T06:34:51.877Z] ---> 928ffc1871c5 [2020-10-16T06:34:51.877Z] Step 3/23 : WORKDIR /edgex-go [2020-10-16T06:34:51.877Z] ---> Using cache [2020-10-16T06:34:51.877Z] ---> 9b9ce93e829d [2020-10-16T06:34:51.877Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:34:51.877Z] ---> Using cache [2020-10-16T06:34:51.877Z] ---> 094836fc9329 [2020-10-16T06:34:51.877Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-16T06:34:53.953Z] ---> Running in c1fb2ce9fd03 [2020-10-16T06:34:53.953Z] Collecting texttable<0.10,>=0.9.0 [2020-10-16T06:34:54.258Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-16T06:34:56.366Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-16T06:34:57.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T06:34:58.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T06:35:00.272Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T06:35:00.272Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T06:35:00.272Z] OK: 12623 distinct packages available [2020-10-16T06:35:00.272Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-16T06:35:00.272Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-16T06:35:01.260Z] OK: 217 MiB in 51 packages [2020-10-16T06:35:01.260Z] Collecting docker-pycreds>=0.4.0 [2020-10-16T06:35:01.260Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-16T06:35:01.887Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-16T06:35:02.490Z] Collecting idna<2.8,>=2.5 [2020-10-16T06:35:02.490Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-16T06:35:03.116Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-16T06:35:03.716Z] ---> 24adc6d82088 [2020-10-16T06:35:03.716Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-16T06:35:03.993Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-16T06:35:03.993Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-16T06:35:04.284Z] ---> Running in 17383adab12e [2020-10-16T06:35:04.560Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-16T06:35:04.560Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-16T06:35:04.560Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-16T06:35:04.560Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-16T06:35:04.560Z] Removing intermediate container c1fb2ce9fd03 [2020-10-16T06:35:04.560Z] ---> a7396b36fd55 [2020-10-16T06:35:04.560Z] Step 6/23 : COPY go.mod . [2020-10-16T06:35:06.008Z] ---> 003069f11933 [2020-10-16T06:35:06.008Z] Step 7/23 : RUN go mod download [2020-10-16T06:35:06.008Z] Installing collected packages: docopt, jsonschema, PyYAML, cached-property, docker-pycreds, idna, urllib3, requests, websocket-client, docker, dockerpty, texttable, docker-compose [2020-10-16T06:35:06.008Z] Running setup.py install for docopt: started [2020-10-16T06:35:06.288Z] ---> Running in 78a2c22a057c [2020-10-16T06:35:07.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-16T06:35:08.745Z] Running setup.py install for docopt: finished with status 'done' [2020-10-16T06:35:09.359Z] Running setup.py install for PyYAML: started [2020-10-16T06:35:09.359Z] Removing intermediate container dfe588e22c29 [2020-10-16T06:35:09.359Z] ---> 5ea3c037f026 [2020-10-16T06:35:09.359Z] [2020-10-16T06:35:09.359Z] Step 10/26 : FROM alpine:3.10 [2020-10-16T06:35:09.640Z] 3.10: Pulling from library/alpine [2020-10-16T06:35:11.670Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-16T06:35:11.952Z] Status: Downloaded newer image for alpine:3.10 [2020-10-16T06:35:11.952Z] ---> 536a684cf733 [2020-10-16T06:35:11.952Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-16T06:35:11.952Z] Removing intermediate container 78a2c22a057c [2020-10-16T06:35:11.952Z] ---> 230baa217b5c [2020-10-16T06:35:11.952Z] Step 8/23 : COPY . . [2020-10-16T06:35:12.231Z] ---> Running in e30587dbad7f [2020-10-16T06:35:12.511Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-16T06:35:12.800Z] Attempting uninstall: idna [2020-10-16T06:35:13.074Z] Found existing installation: idna 2.9 [2020-10-16T06:35:13.074Z] Uninstalling idna-2.9: [2020-10-16T06:35:13.074Z] Successfully uninstalled idna-2.9 [2020-10-16T06:35:14.066Z] Attempting uninstall: urllib3 [2020-10-16T06:35:14.066Z] Found existing installation: urllib3 1.25.9 [2020-10-16T06:35:14.066Z] Uninstalling urllib3-1.25.9: [2020-10-16T06:35:14.345Z] Successfully uninstalled urllib3-1.25.9 [2020-10-16T06:35:15.330Z] Attempting uninstall: requests [2020-10-16T06:35:15.330Z] Found existing installation: requests 2.23.0 [2020-10-16T06:35:15.330Z] Uninstalling requests-2.23.0: [2020-10-16T06:35:15.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-16T06:35:15.330Z] Successfully uninstalled requests-2.23.0 [2020-10-16T06:35:15.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-16T06:35:16.535Z] v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-16T06:35:16.535Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-16T06:35:16.535Z] OK: 10167 distinct packages available [2020-10-16T06:35:17.141Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-16T06:35:17.422Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-16T06:35:17.422Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-16T06:35:17.422Z] (4/5) Installing curl (7.66.0-r1) [2020-10-16T06:35:17.422Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-16T06:35:17.422Z] Executing busybox-1.30.1-r3.trigger [2020-10-16T06:35:17.422Z] Executing ca-certificates-20191127-r2.trigger [2020-10-16T06:35:17.422Z] Running setup.py install for dockerpty: started [2020-10-16T06:35:18.035Z] OK: 7 MiB in 19 packages [2020-10-16T06:35:21.461Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-16T06:35:21.461Z] Running setup.py install for texttable: started [2020-10-16T06:35:22.469Z] Removing intermediate container e30587dbad7f [2020-10-16T06:35:22.469Z] ---> afe6f1061764 [2020-10-16T06:35:22.469Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-16T06:35:22.744Z] ---> Running in 5ba36b7ddfa6 [2020-10-16T06:35:23.342Z] ---> 717b51fb99c3 [2020-10-16T06:35:23.342Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-16T06:35:23.624Z] Running setup.py install for texttable: finished with status 'done' [2020-10-16T06:35:23.624Z] ---> Running in 51ad931f307d [2020-10-16T06:35:23.905Z] Removing intermediate container 5ba36b7ddfa6 [2020-10-16T06:35:23.905Z] ---> bb08041fc74f [2020-10-16T06:35:23.905Z] Step 13/26 : WORKDIR / [2020-10-16T06:35:24.187Z] ---> Running in 668abbac3dc2 [2020-10-16T06:35:25.173Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-16T06:35:25.173Z] Removing intermediate container 668abbac3dc2 [2020-10-16T06:35:25.173Z] ---> a29173508860 [2020-10-16T06:35:25.173Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-16T06:35:26.175Z] ---> f899d062dcfe [2020-10-16T06:35:26.175Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-16T06:35:26.784Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/core-data/core-data ./cmd/core-data [2020-10-16T06:35:27.794Z] ---> c3141036cabe [2020-10-16T06:35:27.794Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-16T06:35:29.243Z] ---> dacae183c882 [2020-10-16T06:35:29.243Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-16T06:35:31.255Z] ---> 58637e2b5228 [2020-10-16T06:35:31.255Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-16T06:35:31.255Z] Removing intermediate container 351e7487f41c [2020-10-16T06:35:31.255Z] ---> ad49538e372e [2020-10-16T06:35:31.255Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-16T06:35:31.860Z] ---> Running in 94243d629088 [2020-10-16T06:35:33.340Z] ---> 44e776bd16a3 [2020-10-16T06:35:33.340Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-16T06:35:34.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T06:35:35.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T06:35:35.353Z] ---> aefdbe7cb675 [2020-10-16T06:35:35.353Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-16T06:35:35.952Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-16T06:35:35.953Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-16T06:35:35.953Z] (3/3) Installing curl (7.69.1-r1) [2020-10-16T06:35:35.953Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T06:35:35.953Z] OK: 71 MiB in 58 packages [2020-10-16T06:35:36.947Z] ---> 9697b81e9c16 [2020-10-16T06:35:36.947Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-16T06:35:38.390Z] ---> 6c84b672a7c2 [2020-10-16T06:35:38.390Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-16T06:35:38.390Z] Removing intermediate container 94243d629088 [2020-10-16T06:35:38.390Z] ---> 742c914d911f [2020-10-16T06:35:38.390Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-16T06:35:38.665Z] ---> Running in 99b842b08334 [2020-10-16T06:35:38.665Z] ---> Running in c0c075433f94 [2020-10-16T06:35:39.652Z] Removing intermediate container 99b842b08334 [2020-10-16T06:35:39.652Z] ---> 6404e6903538 [2020-10-16T06:35:39.652Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T06:35:40.254Z] ---> Running in da7e9541b09e [2020-10-16T06:35:40.861Z] Removing intermediate container da7e9541b09e [2020-10-16T06:35:40.861Z] ---> 0e771acbf386 [2020-10-16T06:35:40.861Z] Step 25/27 : LABEL arch=arm64 [2020-10-16T06:35:41.137Z] ---> Running in 2656d7c03dd1 [2020-10-16T06:35:42.128Z] Removing intermediate container 2656d7c03dd1 [2020-10-16T06:35:42.128Z] ---> 4ee5415c4058 [2020-10-16T06:35:42.128Z] Step 26/27 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:35:42.403Z] ---> Running in 21ae36370dae [2020-10-16T06:35:43.405Z] Removing intermediate container 21ae36370dae [2020-10-16T06:35:43.405Z] ---> 1649092cf1e4 [2020-10-16T06:35:43.405Z] Step 27/27 : LABEL version=1.2.2-dev.75 [2020-10-16T06:35:43.405Z] Removing intermediate container c0c075433f94 [2020-10-16T06:35:43.405Z] ---> 93a5a590feb9 [2020-10-16T06:35:43.405Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-16T06:35:43.678Z] ---> Running in 7604004b8af5 [2020-10-16T06:35:43.678Z] ---> Running in b6ddc4542150 [2020-10-16T06:35:44.668Z] Removing intermediate container 7604004b8af5 [2020-10-16T06:35:44.668Z] ---> fccb7490146d [2020-10-16T06:35:44.668Z] [2020-10-16T06:35:44.668Z] Removing intermediate container b6ddc4542150 [2020-10-16T06:35:44.668Z] ---> af6f2f3b0cb5 [2020-10-16T06:35:44.668Z] Step 24/26 : LABEL arch=arm64 [2020-10-16T06:35:44.945Z] Successfully built fccb7490146d [2020-10-16T06:35:44.945Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-16T06:35:44.945Z] Building docker-support-logging-go [2020-10-16T06:35:45.222Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in a70b61822b82 [2020-10-16T06:35:45.836Z] Removing intermediate container a70b61822b82 [2020-10-16T06:35:45.836Z] ---> e2a479d4bf65 [2020-10-16T06:35:45.836Z] Step 25/26 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:35:45.836Z] ---> Running in 9090dba95c74 [2020-10-16T06:35:46.452Z] Removing intermediate container 9090dba95c74 [2020-10-16T06:35:46.452Z] ---> 10e2ac96c816 [2020-10-16T06:35:46.452Z] Step 26/26 : LABEL version=1.2.2-dev.75 [2020-10-16T06:35:47.055Z] ---> Running in 7a6f8bb972a0 [2020-10-16T06:35:48.501Z] Removing intermediate container 7a6f8bb972a0 [2020-10-16T06:35:48.501Z] ---> 8b81bdd00732 [2020-10-16T06:35:48.501Z] [2020-10-16T06:35:48.786Z] Successfully built 8b81bdd00732 [2020-10-16T06:35:49.061Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-16T06:35:59.230Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T06:35:59.230Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T06:35:59.230Z] ---> 928ffc1871c5 [2020-10-16T06:35:59.230Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T06:35:59.230Z] ---> Using cache [2020-10-16T06:35:59.230Z] ---> 9b9ce93e829d [2020-10-16T06:35:59.230Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:35:59.230Z] ---> Using cache [2020-10-16T06:35:59.230Z] ---> 094836fc9329 [2020-10-16T06:35:59.230Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-16T06:36:01.255Z] ---> Running in 0cec79c9578a [2020-10-16T06:36:03.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T06:36:04.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T06:36:05.817Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T06:36:05.817Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T06:36:05.817Z] OK: 12623 distinct packages available [2020-10-16T06:36:06.426Z] OK: 217 MiB in 51 packages [2020-10-16T06:36:07.422Z] OK: 217 MiB in 51 packages [2020-10-16T06:36:09.416Z] Removing intermediate container 0cec79c9578a [2020-10-16T06:36:09.416Z] ---> 6d9ae672b846 [2020-10-16T06:36:09.416Z] Step 6/22 : COPY go.mod . [2020-10-16T06:36:10.404Z] ---> 4f032c5ff624 [2020-10-16T06:36:10.404Z] Step 7/22 : RUN go mod download [2020-10-16T06:36:10.681Z] ---> Running in c12ddb99d360 [2020-10-16T06:36:16.108Z] Removing intermediate container c12ddb99d360 [2020-10-16T06:36:16.108Z] ---> 07c9ec81e965 [2020-10-16T06:36:16.108Z] Step 8/22 : COPY . . [2020-10-16T06:36:28.686Z] ---> e67139d64f20 [2020-10-16T06:36:28.686Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-16T06:36:28.686Z] ---> Running in cbc2fbba133c [2020-10-16T06:36:28.686Z] Removing intermediate container 17383adab12e [2020-10-16T06:36:28.686Z] ---> 93c833e9e80e [2020-10-16T06:36:28.686Z] [2020-10-16T06:36:28.686Z] Step 9/29 : FROM alpine:latest [2020-10-16T06:36:28.686Z] ---> 62ee0e9f8440 [2020-10-16T06:36:28.686Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-16T06:36:28.686Z] ---> Running in 960a6566f380 [2020-10-16T06:36:28.686Z] Removing intermediate container 960a6566f380 [2020-10-16T06:36:28.686Z] ---> 0f38105bc2a0 [2020-10-16T06:36:28.686Z] Step 11/29 : USER root [2020-10-16T06:36:28.686Z] ---> Running in 4817fa25fd7e [2020-10-16T06:36:30.132Z] Removing intermediate container 4817fa25fd7e [2020-10-16T06:36:30.132Z] ---> 7693b409f29e [2020-10-16T06:36:30.132Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-16T06:36:30.132Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-16T06:36:30.132Z] ---> Running in 535cbf75c92f [2020-10-16T06:36:32.756Z] Removing intermediate container ead15d5f5b12 [2020-10-16T06:36:32.756Z] ---> 1f553cbaef2a [2020-10-16T06:36:32.756Z] [2020-10-16T06:36:32.756Z] Step 10/22 : FROM scratch [2020-10-16T06:36:32.756Z] ---> [2020-10-16T06:36:32.756Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T06:36:32.756Z] ---> Using cache [2020-10-16T06:36:32.756Z] ---> 7b16f829f3e2 [2020-10-16T06:36:32.756Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-16T06:36:32.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T06:36:33.029Z] ---> Running in 30f3ff72b3f4 [2020-10-16T06:36:33.304Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T06:36:33.578Z] Removing intermediate container 30f3ff72b3f4 [2020-10-16T06:36:33.578Z] ---> 596b437ef728 [2020-10-16T06:36:33.578Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T06:36:33.578Z] ---> Running in 6a5d3856c8c7 [2020-10-16T06:36:34.177Z] v3.12.0-422-g452ec8a76c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-16T06:36:34.177Z] v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-16T06:36:34.177Z] OK: 12621 distinct packages available [2020-10-16T06:36:34.177Z] Removing intermediate container 6a5d3856c8c7 [2020-10-16T06:36:34.177Z] ---> ff56b26a2eac [2020-10-16T06:36:34.177Z] Step 14/22 : WORKDIR / [2020-10-16T06:36:34.450Z] ---> Running in 29e7adeed996 [2020-10-16T06:36:35.050Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-16T06:36:35.050Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-16T06:36:35.050Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T06:36:35.050Z] Executing ca-certificates-20191127-r4.trigger [2020-10-16T06:36:35.325Z] Removing intermediate container 29e7adeed996 [2020-10-16T06:36:35.325Z] ---> f6e356790ed0 [2020-10-16T06:36:35.325Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-16T06:36:35.325Z] OK: 6 MiB in 16 packages [2020-10-16T06:36:36.768Z] ---> 4d98fc239159 [2020-10-16T06:36:36.768Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-16T06:36:38.237Z] Removing intermediate container 535cbf75c92f [2020-10-16T06:36:38.237Z] ---> c58f0b6d0551 [2020-10-16T06:36:38.237Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-16T06:36:38.512Z] ---> Running in 203580a4e175 [2020-10-16T06:36:38.791Z] ---> a201f1f71b42 [2020-10-16T06:36:38.791Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-16T06:36:39.785Z] Removing intermediate container 203580a4e175 [2020-10-16T06:36:39.785Z] ---> c43bc918a835 [2020-10-16T06:36:39.785Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-16T06:36:39.785Z] ---> Running in 858b568d7ea3 [2020-10-16T06:36:40.389Z] ---> 05a5bef8a636 [2020-10-16T06:36:40.389Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-16T06:36:40.664Z] Removing intermediate container 858b568d7ea3 [2020-10-16T06:36:40.664Z] ---> 9dcd499bb437 [2020-10-16T06:36:40.664Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-16T06:36:40.664Z] ---> Running in 41ec0748f139 [2020-10-16T06:36:40.939Z] ---> Running in 93999c006b5d [2020-10-16T06:36:41.546Z] Removing intermediate container 41ec0748f139 [2020-10-16T06:36:41.546Z] ---> 6a658d132c16 [2020-10-16T06:36:41.546Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T06:36:41.824Z] ---> Running in 1103972c23f3 [2020-10-16T06:36:42.435Z] Removing intermediate container 1103972c23f3 [2020-10-16T06:36:42.737Z] ---> a41832a4dfa9 [2020-10-16T06:36:42.737Z] Step 20/22 : LABEL arch=arm64 [2020-10-16T06:36:42.737Z] ---> Running in ca523e61a4f8 [2020-10-16T06:36:43.345Z] Removing intermediate container ca523e61a4f8 [2020-10-16T06:36:43.345Z] ---> e20891d805e6 [2020-10-16T06:36:43.345Z] Step 21/22 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:36:43.626Z] ---> Running in d06464033920 [2020-10-16T06:36:44.632Z] Removing intermediate container d06464033920 [2020-10-16T06:36:44.632Z] ---> b8bc273c452d [2020-10-16T06:36:44.632Z] Step 22/22 : LABEL version=1.2.2-dev.75 [2020-10-16T06:36:44.632Z] ---> Running in 23bd0b5c5f5c [2020-10-16T06:36:45.236Z] Removing intermediate container 23bd0b5c5f5c [2020-10-16T06:36:45.236Z] ---> 6ab88eab693a [2020-10-16T06:36:45.236Z] [2020-10-16T06:36:45.514Z] Removing intermediate container 93999c006b5d [2020-10-16T06:36:45.514Z] ---> 094f75f80eaa [2020-10-16T06:36:45.514Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-16T06:36:45.793Z] Successfully built 6ab88eab693a [2020-10-16T06:36:45.793Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-16T06:36:47.247Z]  Building docker-core-command-go ... done  ---> 0b68ea9d5161 [2020-10-16T06:36:47.247Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-16T06:36:48.233Z] ---> eba9b1576db6 [2020-10-16T06:36:48.233Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-16T06:36:49.684Z] ---> f9966b82bbae [2020-10-16T06:36:49.684Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-16T06:36:50.673Z] ---> 74eeef225134 [2020-10-16T06:36:50.673Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-16T06:36:51.671Z] ---> d792d3b9bbf8 [2020-10-16T06:36:51.671Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-16T06:36:51.947Z] ---> Running in 039a5ee4fb48 [2020-10-16T06:36:56.321Z] Removing intermediate container 039a5ee4fb48 [2020-10-16T06:36:56.321Z] ---> 4c5f6699cb2a [2020-10-16T06:36:56.321Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-16T06:36:56.937Z] ---> 5241956255e3 [2020-10-16T06:36:56.937Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-16T06:36:57.224Z] ---> Running in 66b4520f37c6 [2020-10-16T06:37:01.577Z] Removing intermediate container 66b4520f37c6 [2020-10-16T06:37:01.577Z] ---> be06617a8ead [2020-10-16T06:37:01.577Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-16T06:37:01.577Z] ---> Running in 158efe3bbd69 [2020-10-16T06:37:05.000Z] Removing intermediate container 158efe3bbd69 [2020-10-16T06:37:05.000Z] ---> e5d879d79bd8 [2020-10-16T06:37:05.000Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-16T06:37:05.000Z] ---> Running in 13eda731ac16 [2020-10-16T06:37:05.607Z] Removing intermediate container 13eda731ac16 [2020-10-16T06:37:05.607Z] ---> a126ba44a393 [2020-10-16T06:37:05.607Z] Step 26/29 : CMD [ "generate" ] [2020-10-16T06:37:05.885Z] ---> Running in 608d024033bf [2020-10-16T06:37:06.495Z] Removing intermediate container 608d024033bf [2020-10-16T06:37:06.495Z] ---> cfd99776ec31 [2020-10-16T06:37:06.495Z] Step 27/29 : LABEL arch=arm64 [2020-10-16T06:37:06.787Z] ---> Running in 04b18711b491 [2020-10-16T06:37:07.413Z] Removing intermediate container 04b18711b491 [2020-10-16T06:37:07.413Z] ---> d1d9ae5ef1ac [2020-10-16T06:37:07.413Z] Step 28/29 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:37:07.413Z] ---> Running in daa002d76959 [2020-10-16T06:37:08.417Z] Removing intermediate container daa002d76959 [2020-10-16T06:37:08.417Z] ---> 9214547c1c40 [2020-10-16T06:37:08.417Z] Step 29/29 : LABEL version=1.2.2-dev.75 [2020-10-16T06:37:08.699Z] ---> Running in 55d23e7ce4cc [2020-10-16T06:37:09.707Z] Removing intermediate container 55d23e7ce4cc [2020-10-16T06:37:09.707Z] ---> e96d7095d491 [2020-10-16T06:37:09.707Z] [2020-10-16T06:37:09.987Z] Successfully built e96d7095d491 [2020-10-16T06:37:09.987Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-16T06:37:18.309Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 51ad931f307d [2020-10-16T06:37:18.309Z] ---> 0384a8e241e4 [2020-10-16T06:37:18.309Z] [2020-10-16T06:37:18.309Z] Step 10/23 : FROM alpine [2020-10-16T06:37:18.309Z] ---> 62ee0e9f8440 [2020-10-16T06:37:18.309Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T06:37:18.309Z] ---> Running in 1700e9b4a8f0 [2020-10-16T06:37:18.309Z] Removing intermediate container 1700e9b4a8f0 [2020-10-16T06:37:18.309Z] ---> ddef9dfe7753 [2020-10-16T06:37:18.309Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-16T06:37:18.309Z] ---> Running in 560df1204874 [2020-10-16T06:37:18.587Z] Removing intermediate container 560df1204874 [2020-10-16T06:37:18.587Z] ---> c2dd819c2f19 [2020-10-16T06:37:18.587Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-16T06:37:18.860Z] ---> Running in 2490f25e64d2 [2020-10-16T06:37:19.455Z] Removing intermediate container 2490f25e64d2 [2020-10-16T06:37:19.455Z] ---> 66ca3f0fddbf [2020-10-16T06:37:19.455Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:37:19.455Z] Removing intermediate container cbc2fbba133c [2020-10-16T06:37:19.455Z] ---> 588e4c4e13e3 [2020-10-16T06:37:19.455Z] [2020-10-16T06:37:19.455Z] Step 10/22 : FROM scratch [2020-10-16T06:37:19.455Z] ---> [2020-10-16T06:37:19.455Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-16T06:37:19.726Z] ---> Running in e5419210c574 [2020-10-16T06:37:19.726Z] ---> Using cache [2020-10-16T06:37:19.726Z] ---> 59fa50136108 [2020-10-16T06:37:19.726Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-16T06:37:19.999Z] ---> Running in 64bc7915841e [2020-10-16T06:37:20.597Z] Removing intermediate container 64bc7915841e [2020-10-16T06:37:20.597Z] ---> fae2e1e0a1de [2020-10-16T06:37:20.597Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T06:37:20.597Z] ---> Running in 70cd563a45f4 [2020-10-16T06:37:20.873Z] Removing intermediate container 70cd563a45f4 [2020-10-16T06:37:20.873Z] ---> b819eedf7af4 [2020-10-16T06:37:20.873Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-16T06:37:21.860Z] ---> 8f32e9839cd1 [2020-10-16T06:37:21.860Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-16T06:37:22.458Z] Removing intermediate container e5419210c574 [2020-10-16T06:37:22.458Z] ---> 861d29cd980f [2020-10-16T06:37:22.458Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-16T06:37:22.458Z] ---> Running in 4045fd845062 [2020-10-16T06:37:22.733Z] ---> 4dd0a297be21 [2020-10-16T06:37:22.733Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-16T06:37:24.197Z] ---> 6c8aa152527d [2020-10-16T06:37:24.197Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-16T06:37:24.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T06:37:24.845Z] ---> 086224b150a5 [2020-10-16T06:37:24.845Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-16T06:37:24.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T06:37:24.845Z] ---> Running in ec06e2b42f8f [2020-10-16T06:37:25.506Z] Removing intermediate container ec06e2b42f8f [2020-10-16T06:37:25.506Z] ---> af65517db719 [2020-10-16T06:37:25.506Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T06:37:25.506Z] ---> Running in 5ed7802a4620 [2020-10-16T06:37:25.506Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-16T06:37:25.779Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-16T06:37:25.779Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-16T06:37:26.057Z] Removing intermediate container 5ed7802a4620 [2020-10-16T06:37:26.057Z] ---> 61749ee68eb0 [2020-10-16T06:37:26.057Z] Step 20/22 : LABEL arch=arm64 [2020-10-16T06:37:26.057Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-16T06:37:26.057Z] ---> Running in 536e1e9cc8c7 [2020-10-16T06:37:26.057Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-16T06:37:26.352Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T06:37:26.352Z] OK: 8 MiB in 19 packages [2020-10-16T06:37:26.634Z] Removing intermediate container 536e1e9cc8c7 [2020-10-16T06:37:26.634Z] ---> add40d067405 [2020-10-16T06:37:26.634Z] Step 21/22 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:37:26.918Z] ---> Running in c16caa10f050 [2020-10-16T06:37:27.191Z] Removing intermediate container c16caa10f050 [2020-10-16T06:37:27.191Z] ---> b869197c6342 [2020-10-16T06:37:27.191Z] Step 22/22 : LABEL version=1.2.2-dev.75 [2020-10-16T06:37:27.462Z] ---> Running in 7a36351a9498 [2020-10-16T06:37:27.462Z] Removing intermediate container 4045fd845062 [2020-10-16T06:37:27.462Z] ---> b531f5fe5269 [2020-10-16T06:37:27.462Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-16T06:37:28.057Z] Removing intermediate container 7a36351a9498 [2020-10-16T06:37:28.057Z] ---> 735da14ec04f [2020-10-16T06:37:28.057Z] [2020-10-16T06:37:28.327Z] Successfully built 735da14ec04f [2020-10-16T06:37:28.327Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-16T06:37:28.327Z]  Building docker-support-logging-go ... done  ---> 77109a151f45 [2020-10-16T06:37:28.327Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-16T06:37:29.770Z] ---> 28e10097499e [2020-10-16T06:37:29.770Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-16T06:37:30.369Z] ---> 9ba7c5a2e56a [2020-10-16T06:37:30.369Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-16T06:37:30.369Z] ---> Running in 5be66bfa88ea [2020-10-16T06:37:30.963Z] Removing intermediate container 5be66bfa88ea [2020-10-16T06:37:30.963Z] ---> 48b6cb526d61 [2020-10-16T06:37:30.963Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T06:37:31.234Z] ---> Running in 5702cee7a5cb [2020-10-16T06:37:31.507Z] Removing intermediate container 5702cee7a5cb [2020-10-16T06:37:31.507Z] ---> d9d524d7a0d5 [2020-10-16T06:37:31.507Z] Step 21/23 : LABEL arch=arm64 [2020-10-16T06:37:31.778Z] ---> Running in 77cc363a985a [2020-10-16T06:37:32.049Z] Removing intermediate container 77cc363a985a [2020-10-16T06:37:32.049Z] ---> a7c128f203e2 [2020-10-16T06:37:32.049Z] Step 22/23 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:37:32.322Z] ---> Running in df1864e39fdc [2020-10-16T06:37:32.595Z] Removing intermediate container df1864e39fdc [2020-10-16T06:37:32.595Z] ---> 0ee7dd68cc6a [2020-10-16T06:37:32.595Z] Step 23/23 : LABEL version=1.2.2-dev.75 [2020-10-16T06:37:32.865Z] ---> Running in 0fdfcaacb41b [2020-10-16T06:37:33.137Z] Removing intermediate container 0fdfcaacb41b [2020-10-16T06:37:33.137Z] ---> ca7a741fa456 [2020-10-16T06:37:33.137Z] [2020-10-16T06:37:33.412Z] Successfully built ca7a741fa456 [2020-10-16T06:37:33.412Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-16T06:37:34.026Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-10-16T06:37:34.032Z] $ docker stop --time=1 80393bcecff7fc8f5e8f9be600d436032063bf48802c5ad3809b3051ccc87550 [2020-10-16T06:37:35.979Z] $ docker rm -f 80393bcecff7fc8f5e8f9be600d436032063bf48802c5ad3809b3051ccc87550 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:37:36.651Z] + + grepdocker docker images [2020-10-16T06:37:36.651Z] [2020-10-16T06:37:36.922Z] docker-core-data-go-arm64 latest ca7a741fa456 3 seconds ago 22.2MB [2020-10-16T06:37:36.922Z] docker-support-logging-go-arm64 latest 735da14ec04f 9 seconds ago 10.6MB [2020-10-16T06:37:36.922Z] docker-security-secrets-setup-go-arm64 latest e96d7095d491 27 seconds ago 22.7MB [2020-10-16T06:37:36.922Z] docker-core-command-go-arm64 latest 6ab88eab693a 52 seconds ago 11.4MB [2020-10-16T06:37:36.922Z] docker-security-secretstore-setup-go-arm64 latest 8b81bdd00732 About a minute ago 30.8MB [2020-10-16T06:37:36.922Z] docker-sys-mgmt-agent-go-arm64 latest fccb7490146d About a minute ago 270MB [2020-10-16T06:37:36.922Z] docker-core-metadata-go-arm64 latest ce499a85f4b6 3 minutes ago 13.4MB [2020-10-16T06:37:36.922Z] docker-support-notifications-go-arm64 latest 794d43686965 3 minutes ago 12.9MB [2020-10-16T06:37:36.922Z] docker-support-scheduler-go-arm64 latest 2c2358d64cab 3 minutes ago 11.5MB [2020-10-16T06:37:36.922Z] docker-security-proxy-setup-go-arm64 latest 3f5ef144e979 3 minutes ago 15.1MB [2020-10-16T06:37:36.922Z] docker latest 45884bde0078 4 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-16T06:37:37.506Z] provisioning config files... [2020-10-16T06:37:37.546Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/191@tmp/config1398053683618197597tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:37:37.943Z] ---> docker-login.sh [2020-10-16T06:37:37.943Z] nexus3.edgexfoundry.org:10001 [2020-10-16T06:37:38.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T06:37:38.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T06:37:38.487Z] Configure a credential helper to remove this warning. See [2020-10-16T06:37:38.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T06:37:38.487Z] [2020-10-16T06:37:38.487Z] Login Succeeded [2020-10-16T06:37:38.487Z] nexus3.edgexfoundry.org:10002 [2020-10-16T06:37:39.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T06:37:39.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T06:37:39.084Z] Configure a credential helper to remove this warning. See [2020-10-16T06:37:39.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T06:37:39.084Z] [2020-10-16T06:37:39.084Z] Login Succeeded [2020-10-16T06:37:39.084Z] nexus3.edgexfoundry.org:10003 [2020-10-16T06:37:39.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T06:37:39.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T06:37:39.678Z] Configure a credential helper to remove this warning. See [2020-10-16T06:37:39.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T06:37:39.678Z] [2020-10-16T06:37:39.678Z] Login Succeeded [2020-10-16T06:37:39.678Z] nexus3.edgexfoundry.org:10004 [2020-10-16T06:37:40.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T06:37:40.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T06:37:40.272Z] Configure a credential helper to remove this warning. See [2020-10-16T06:37:40.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T06:37:40.272Z] [2020-10-16T06:37:40.272Z] Login Succeeded [2020-10-16T06:37:40.272Z] docker.io [2020-10-16T06:37:40.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T06:37:41.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T06:37:41.143Z] Configure a credential helper to remove this warning. See [2020-10-16T06:37:41.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T06:37:41.143Z] [2020-10-16T06:37:41.143Z] Login Succeeded [2020-10-16T06:37:41.143Z] ---> docker-login.sh ends [Pipeline] } [2020-10-16T06:37:41.159Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:37:41.370Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-16T06:37:41.371Z] f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:37:41.371Z] 1.2.2-dev.75 [2020-10-16T06:37:41.371Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:37:41.371Z] master [2020-10-16T06:37:41.371Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:37:41.868Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:37:42.215Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:37:42.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-16T06:37:42.215Z] e05e2638bd71: Preparing [2020-10-16T06:37:42.215Z] d0248d7ee35e: Preparing [2020-10-16T06:37:42.215Z] 96a3a6af65ac: Preparing [2020-10-16T06:37:42.486Z] 96a3a6af65ac: Pushed [2020-10-16T06:37:42.486Z] e05e2638bd71: Pushed [2020-10-16T06:37:45.096Z] d0248d7ee35e: Pushed [2020-10-16T06:37:45.096Z] f108a71e15710a3809797859c322b04b13103843: digest: sha256:298287dc00c24d2bcbbccfe39d60147295e58f5ce606501952069465d89689d4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:37:45.448Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:37:45.783Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.75 [2020-10-16T06:37:45.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-16T06:37:45.783Z] e05e2638bd71: Preparing [2020-10-16T06:37:45.783Z] d0248d7ee35e: Preparing [2020-10-16T06:37:45.783Z] 96a3a6af65ac: Preparing [2020-10-16T06:37:46.054Z] 96a3a6af65ac: Layer already exists [2020-10-16T06:37:46.054Z] e05e2638bd71: Layer already exists [2020-10-16T06:37:46.054Z] d0248d7ee35e: Layer already exists [2020-10-16T06:37:46.054Z] 1.2.2-dev.75: digest: sha256:298287dc00c24d2bcbbccfe39d60147295e58f5ce606501952069465d89689d4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:37:46.395Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:37:46.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:37:46.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-16T06:37:46.731Z] e05e2638bd71: Preparing [2020-10-16T06:37:46.731Z] d0248d7ee35e: Preparing [2020-10-16T06:37:46.731Z] 96a3a6af65ac: Preparing [2020-10-16T06:37:47.001Z] d0248d7ee35e: Layer already exists [2020-10-16T06:37:47.001Z] 96a3a6af65ac: Layer already exists [2020-10-16T06:37:47.001Z] e05e2638bd71: Layer already exists [2020-10-16T06:37:47.001Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:298287dc00c24d2bcbbccfe39d60147295e58f5ce606501952069465d89689d4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:37:47.339Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:37:47.674Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-16T06:37:47.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-16T06:37:47.674Z] e05e2638bd71: Preparing [2020-10-16T06:37:47.674Z] d0248d7ee35e: Preparing [2020-10-16T06:37:47.674Z] 96a3a6af65ac: Preparing [2020-10-16T06:37:47.944Z] e05e2638bd71: Layer already exists [2020-10-16T06:37:47.944Z] d0248d7ee35e: Layer already exists [2020-10-16T06:37:47.944Z] 96a3a6af65ac: Layer already exists [2020-10-16T06:37:47.945Z] master: digest: sha256:298287dc00c24d2bcbbccfe39d60147295e58f5ce606501952069465d89689d4 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:37:48.164Z] ===================================================== [Pipeline] echo [2020-10-16T06:37:48.208Z] taggedImages: [2020-10-16T06:37:48.208Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:37:48.208Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.75 [2020-10-16T06:37:48.208Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:37:48.208Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-16T06:37:48.272Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-16T06:37:48.272Z] f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:37:48.272Z] 1.2.2-dev.75 [2020-10-16T06:37:48.272Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:37:48.272Z] master [2020-10-16T06:37:48.272Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:37:48.777Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:37:49.121Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:37:49.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-16T06:37:49.121Z] bc29d9f09d3d: Preparing [2020-10-16T06:37:49.121Z] f306291e0bd8: Preparing [2020-10-16T06:37:49.121Z] db4a7ef1fbf6: Preparing [2020-10-16T06:37:49.121Z] dd2eb0cc5c95: Preparing [2020-10-16T06:37:49.121Z] d4c52e48afcc: Preparing [2020-10-16T06:37:49.121Z] e2f13739ad41: Preparing [2020-10-16T06:37:49.121Z] e2f13739ad41: Waiting [2020-10-16T06:37:49.393Z] bc29d9f09d3d: Pushed [2020-10-16T06:37:49.393Z] db4a7ef1fbf6: Pushed [2020-10-16T06:37:49.393Z] e2f13739ad41: Layer already exists [2020-10-16T06:37:49.393Z] d4c52e48afcc: Pushed [2020-10-16T06:37:50.369Z] dd2eb0cc5c95: Pushed [2020-10-16T06:37:52.972Z] f306291e0bd8: Pushed [2020-10-16T06:37:52.972Z] f108a71e15710a3809797859c322b04b13103843: digest: sha256:414eae92fba07458fb0ecf14f8295b6902221bf06b84de5e80878ba03eb8ca11 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:37:53.316Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:37:53.654Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.75 [2020-10-16T06:37:53.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-16T06:37:53.654Z] bc29d9f09d3d: Preparing [2020-10-16T06:37:53.654Z] f306291e0bd8: Preparing [2020-10-16T06:37:53.654Z] db4a7ef1fbf6: Preparing [2020-10-16T06:37:53.654Z] dd2eb0cc5c95: Preparing [2020-10-16T06:37:53.654Z] d4c52e48afcc: Preparing [2020-10-16T06:37:53.654Z] e2f13739ad41: Preparing [2020-10-16T06:37:53.654Z] e2f13739ad41: Waiting [2020-10-16T06:37:53.654Z] f306291e0bd8: Layer already exists [2020-10-16T06:37:53.654Z] bc29d9f09d3d: Layer already exists [2020-10-16T06:37:53.654Z] dd2eb0cc5c95: Layer already exists [2020-10-16T06:37:53.925Z] d4c52e48afcc: Layer already exists [2020-10-16T06:37:53.925Z] db4a7ef1fbf6: Layer already exists [2020-10-16T06:37:53.925Z] e2f13739ad41: Layer already exists [2020-10-16T06:37:53.925Z] 1.2.2-dev.75: digest: sha256:414eae92fba07458fb0ecf14f8295b6902221bf06b84de5e80878ba03eb8ca11 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:37:54.267Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:37:54.597Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:37:54.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-16T06:37:54.597Z] bc29d9f09d3d: Preparing [2020-10-16T06:37:54.597Z] f306291e0bd8: Preparing [2020-10-16T06:37:54.597Z] db4a7ef1fbf6: Preparing [2020-10-16T06:37:54.597Z] dd2eb0cc5c95: Preparing [2020-10-16T06:37:54.597Z] d4c52e48afcc: Preparing [2020-10-16T06:37:54.597Z] e2f13739ad41: Preparing [2020-10-16T06:37:54.597Z] e2f13739ad41: Waiting [2020-10-16T06:37:54.597Z] dd2eb0cc5c95: Layer already exists [2020-10-16T06:37:54.597Z] f306291e0bd8: Layer already exists [2020-10-16T06:37:54.597Z] d4c52e48afcc: Layer already exists [2020-10-16T06:37:54.597Z] db4a7ef1fbf6: Layer already exists [2020-10-16T06:37:54.597Z] bc29d9f09d3d: Layer already exists [2020-10-16T06:37:54.597Z] e2f13739ad41: Layer already exists [2020-10-16T06:37:54.865Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:414eae92fba07458fb0ecf14f8295b6902221bf06b84de5e80878ba03eb8ca11 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:37:55.266Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:37:55.649Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-16T06:37:55.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-16T06:37:55.649Z] bc29d9f09d3d: Preparing [2020-10-16T06:37:55.649Z] f306291e0bd8: Preparing [2020-10-16T06:37:55.649Z] db4a7ef1fbf6: Preparing [2020-10-16T06:37:55.649Z] dd2eb0cc5c95: Preparing [2020-10-16T06:37:55.649Z] d4c52e48afcc: Preparing [2020-10-16T06:37:55.649Z] e2f13739ad41: Preparing [2020-10-16T06:37:55.649Z] e2f13739ad41: Waiting [2020-10-16T06:37:55.649Z] db4a7ef1fbf6: Layer already exists [2020-10-16T06:37:55.649Z] f306291e0bd8: Layer already exists [2020-10-16T06:37:55.649Z] dd2eb0cc5c95: Layer already exists [2020-10-16T06:37:55.649Z] bc29d9f09d3d: Layer already exists [2020-10-16T06:37:55.649Z] d4c52e48afcc: Layer already exists [2020-10-16T06:37:55.649Z] e2f13739ad41: Layer already exists [2020-10-16T06:37:55.924Z] master: digest: sha256:414eae92fba07458fb0ecf14f8295b6902221bf06b84de5e80878ba03eb8ca11 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:37:56.126Z] ===================================================== [Pipeline] echo [2020-10-16T06:37:56.208Z] taggedImages: [2020-10-16T06:37:56.208Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:37:56.208Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.75 [2020-10-16T06:37:56.208Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:37:56.208Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-16T06:37:56.265Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-16T06:37:56.266Z] f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:37:56.266Z] 1.2.2-dev.75 [2020-10-16T06:37:56.266Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:37:56.266Z] master [2020-10-16T06:37:56.266Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:37:56.782Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:37:57.116Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:37:57.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-16T06:37:57.116Z] 9355c6c53c0d: Preparing [2020-10-16T06:37:57.116Z] 59f25e6fe83f: Preparing [2020-10-16T06:37:57.116Z] 757208f06f12: Preparing [2020-10-16T06:37:57.392Z] 757208f06f12: Pushed [2020-10-16T06:37:57.392Z] 9355c6c53c0d: Pushed [2020-10-16T06:38:00.765Z] 59f25e6fe83f: Pushed [2020-10-16T06:38:00.765Z] f108a71e15710a3809797859c322b04b13103843: digest: sha256:705660d536d8a3a4292bc1104e4864929dc21770e73bc9a84a95fd90621d1355 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:01.109Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:01.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.75 [2020-10-16T06:38:01.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-16T06:38:01.477Z] 9355c6c53c0d: Preparing [2020-10-16T06:38:01.477Z] 59f25e6fe83f: Preparing [2020-10-16T06:38:01.477Z] 757208f06f12: Preparing [2020-10-16T06:38:01.477Z] 757208f06f12: Layer already exists [2020-10-16T06:38:01.477Z] 59f25e6fe83f: Layer already exists [2020-10-16T06:38:01.477Z] 9355c6c53c0d: Layer already exists [2020-10-16T06:38:01.748Z] 1.2.2-dev.75: digest: sha256:705660d536d8a3a4292bc1104e4864929dc21770e73bc9a84a95fd90621d1355 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:02.102Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:02.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:38:02.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-16T06:38:02.442Z] 9355c6c53c0d: Preparing [2020-10-16T06:38:02.442Z] 59f25e6fe83f: Preparing [2020-10-16T06:38:02.442Z] 757208f06f12: Preparing [2020-10-16T06:38:02.442Z] 59f25e6fe83f: Layer already exists [2020-10-16T06:38:02.442Z] 757208f06f12: Layer already exists [2020-10-16T06:38:02.442Z] 9355c6c53c0d: Layer already exists [2020-10-16T06:38:02.713Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:705660d536d8a3a4292bc1104e4864929dc21770e73bc9a84a95fd90621d1355 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:03.051Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:03.385Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-16T06:38:03.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-16T06:38:03.385Z] 9355c6c53c0d: Preparing [2020-10-16T06:38:03.385Z] 59f25e6fe83f: Preparing [2020-10-16T06:38:03.385Z] 757208f06f12: Preparing [2020-10-16T06:38:03.657Z] 9355c6c53c0d: Layer already exists [2020-10-16T06:38:03.657Z] 757208f06f12: Layer already exists [2020-10-16T06:38:03.657Z] 59f25e6fe83f: Layer already exists [2020-10-16T06:38:03.657Z] master: digest: sha256:705660d536d8a3a4292bc1104e4864929dc21770e73bc9a84a95fd90621d1355 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:38:03.840Z] ===================================================== [Pipeline] echo [2020-10-16T06:38:03.889Z] taggedImages: [2020-10-16T06:38:03.889Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:38:03.889Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.75 [2020-10-16T06:38:03.889Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:38:03.889Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-16T06:38:03.956Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-16T06:38:03.956Z] f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:38:03.956Z] 1.2.2-dev.75 [2020-10-16T06:38:03.956Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:38:03.956Z] master [2020-10-16T06:38:03.956Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:04.472Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:04.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:38:04.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-16T06:38:04.805Z] 9d0486cde969: Preparing [2020-10-16T06:38:04.805Z] 90f1349fc2cc: Preparing [2020-10-16T06:38:04.805Z] c257fd9209dc: Preparing [2020-10-16T06:38:04.805Z] 65f086cbe781: Preparing [2020-10-16T06:38:04.805Z] e2f13739ad41: Preparing [2020-10-16T06:38:05.079Z] e2f13739ad41: Layer already exists [2020-10-16T06:38:05.079Z] 90f1349fc2cc: Pushed [2020-10-16T06:38:05.079Z] c257fd9209dc: Pushed [2020-10-16T06:38:05.671Z] 65f086cbe781: Pushed [2020-10-16T06:38:07.640Z] 9d0486cde969: Pushed [2020-10-16T06:38:07.640Z] f108a71e15710a3809797859c322b04b13103843: digest: sha256:ce7992dda22d73c354e5f5567dbc77761dfcc36b0a2b26345940f87be2b56465 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:07.978Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:08.315Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.75 [2020-10-16T06:38:08.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-16T06:38:08.316Z] 9d0486cde969: Preparing [2020-10-16T06:38:08.316Z] 90f1349fc2cc: Preparing [2020-10-16T06:38:08.316Z] c257fd9209dc: Preparing [2020-10-16T06:38:08.316Z] 65f086cbe781: Preparing [2020-10-16T06:38:08.316Z] e2f13739ad41: Preparing [2020-10-16T06:38:08.316Z] 90f1349fc2cc: Layer already exists [2020-10-16T06:38:08.316Z] e2f13739ad41: Layer already exists [2020-10-16T06:38:08.316Z] c257fd9209dc: Layer already exists [2020-10-16T06:38:08.316Z] 9d0486cde969: Layer already exists [2020-10-16T06:38:08.316Z] 65f086cbe781: Layer already exists [2020-10-16T06:38:08.586Z] 1.2.2-dev.75: digest: sha256:ce7992dda22d73c354e5f5567dbc77761dfcc36b0a2b26345940f87be2b56465 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:08.925Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:09.259Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:38:09.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-16T06:38:09.259Z] 9d0486cde969: Preparing [2020-10-16T06:38:09.259Z] 90f1349fc2cc: Preparing [2020-10-16T06:38:09.259Z] c257fd9209dc: Preparing [2020-10-16T06:38:09.259Z] 65f086cbe781: Preparing [2020-10-16T06:38:09.259Z] e2f13739ad41: Preparing [2020-10-16T06:38:09.530Z] c257fd9209dc: Layer already exists [2020-10-16T06:38:09.530Z] 90f1349fc2cc: Layer already exists [2020-10-16T06:38:09.530Z] 65f086cbe781: Layer already exists [2020-10-16T06:38:09.530Z] e2f13739ad41: Layer already exists [2020-10-16T06:38:09.530Z] 9d0486cde969: Layer already exists [2020-10-16T06:38:09.530Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:ce7992dda22d73c354e5f5567dbc77761dfcc36b0a2b26345940f87be2b56465 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:09.870Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:10.200Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-16T06:38:10.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-16T06:38:10.200Z] 9d0486cde969: Preparing [2020-10-16T06:38:10.200Z] 90f1349fc2cc: Preparing [2020-10-16T06:38:10.200Z] c257fd9209dc: Preparing [2020-10-16T06:38:10.200Z] 65f086cbe781: Preparing [2020-10-16T06:38:10.200Z] e2f13739ad41: Preparing [2020-10-16T06:38:10.200Z] 9d0486cde969: Layer already exists [2020-10-16T06:38:10.200Z] 65f086cbe781: Layer already exists [2020-10-16T06:38:10.200Z] 90f1349fc2cc: Layer already exists [2020-10-16T06:38:10.200Z] c257fd9209dc: Layer already exists [2020-10-16T06:38:10.200Z] e2f13739ad41: Layer already exists [2020-10-16T06:38:10.471Z] master: digest: sha256:ce7992dda22d73c354e5f5567dbc77761dfcc36b0a2b26345940f87be2b56465 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:38:10.690Z] ===================================================== [Pipeline] echo [2020-10-16T06:38:10.797Z] taggedImages: [2020-10-16T06:38:10.797Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:38:10.797Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.75 [2020-10-16T06:38:10.797Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:38:10.797Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-16T06:38:10.857Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-16T06:38:10.857Z] f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:38:10.857Z] 1.2.2-dev.75 [2020-10-16T06:38:10.857Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:38:10.857Z] master [2020-10-16T06:38:10.857Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:11.433Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:11.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:38:11.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-16T06:38:11.777Z] e8f760f60e18: Preparing [2020-10-16T06:38:11.777Z] c59c0c411c28: Preparing [2020-10-16T06:38:11.777Z] 2e0710f875be: Preparing [2020-10-16T06:38:11.777Z] 5ab022fa3107: Preparing [2020-10-16T06:38:11.777Z] 5ab022fa3107: Preparing [2020-10-16T06:38:11.777Z] 4cd807020c76: Preparing [2020-10-16T06:38:11.777Z] c30d4bc866a6: Preparing [2020-10-16T06:38:11.777Z] 381d06306de7: Preparing [2020-10-16T06:38:11.777Z] e8f760f60e18: Preparing [2020-10-16T06:38:11.777Z] c58a05c62ab5: Preparing [2020-10-16T06:38:11.777Z] a27f8204f401: Preparing [2020-10-16T06:38:11.777Z] aee42b72013a: Preparing [2020-10-16T06:38:11.777Z] e2f13739ad41: Preparing [2020-10-16T06:38:11.777Z] c30d4bc866a6: Waiting [2020-10-16T06:38:11.777Z] 381d06306de7: Waiting [2020-10-16T06:38:11.777Z] c58a05c62ab5: Waiting [2020-10-16T06:38:11.777Z] a27f8204f401: Waiting [2020-10-16T06:38:11.777Z] aee42b72013a: Waiting [2020-10-16T06:38:11.777Z] e2f13739ad41: Waiting [2020-10-16T06:38:12.066Z] 2e0710f875be: Pushed [2020-10-16T06:38:12.066Z] 5ab022fa3107: Pushed [2020-10-16T06:38:12.066Z] 4cd807020c76: Pushed [2020-10-16T06:38:12.066Z] c59c0c411c28: Pushed [2020-10-16T06:38:12.342Z] c30d4bc866a6: Pushed [2020-10-16T06:38:12.342Z] c58a05c62ab5: Pushed [2020-10-16T06:38:12.342Z] a27f8204f401: Pushed [2020-10-16T06:38:12.342Z] 381d06306de7: Pushed [2020-10-16T06:38:12.613Z] e2f13739ad41: Layer already exists [2020-10-16T06:38:12.884Z] aee42b72013a: Pushed [2020-10-16T06:38:14.311Z] e8f760f60e18: Pushed [2020-10-16T06:38:14.311Z] f108a71e15710a3809797859c322b04b13103843: digest: sha256:4a310d4f6a5718d57edf5567fb43ede7a676152516dd05908b46f22c9fc02948 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:14.916Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:15.263Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.75 [2020-10-16T06:38:15.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-16T06:38:15.263Z] e8f760f60e18: Preparing [2020-10-16T06:38:15.263Z] c59c0c411c28: Preparing [2020-10-16T06:38:15.263Z] 2e0710f875be: Preparing [2020-10-16T06:38:15.263Z] 5ab022fa3107: Preparing [2020-10-16T06:38:15.263Z] 5ab022fa3107: Preparing [2020-10-16T06:38:15.263Z] 4cd807020c76: Preparing [2020-10-16T06:38:15.263Z] c30d4bc866a6: Preparing [2020-10-16T06:38:15.263Z] 381d06306de7: Preparing [2020-10-16T06:38:15.263Z] e8f760f60e18: Preparing [2020-10-16T06:38:15.263Z] c58a05c62ab5: Preparing [2020-10-16T06:38:15.263Z] a27f8204f401: Preparing [2020-10-16T06:38:15.263Z] c30d4bc866a6: Waiting [2020-10-16T06:38:15.263Z] aee42b72013a: Preparing [2020-10-16T06:38:15.263Z] e2f13739ad41: Preparing [2020-10-16T06:38:15.263Z] 381d06306de7: Waiting [2020-10-16T06:38:15.263Z] aee42b72013a: Waiting [2020-10-16T06:38:15.263Z] c58a05c62ab5: Waiting [2020-10-16T06:38:15.263Z] e2f13739ad41: Waiting [2020-10-16T06:38:15.263Z] a27f8204f401: Waiting [2020-10-16T06:38:15.263Z] 2e0710f875be: Layer already exists [2020-10-16T06:38:15.263Z] 5ab022fa3107: Layer already exists [2020-10-16T06:38:15.263Z] 4cd807020c76: Layer already exists [2020-10-16T06:38:15.263Z] c59c0c411c28: Layer already exists [2020-10-16T06:38:15.544Z] e8f760f60e18: Layer already exists [2020-10-16T06:38:15.544Z] 381d06306de7: Layer already exists [2020-10-16T06:38:15.544Z] c30d4bc866a6: Layer already exists [2020-10-16T06:38:15.544Z] aee42b72013a: Layer already exists [2020-10-16T06:38:15.544Z] a27f8204f401: Layer already exists [2020-10-16T06:38:15.544Z] c58a05c62ab5: Layer already exists [2020-10-16T06:38:15.544Z] e2f13739ad41: Layer already exists [2020-10-16T06:38:15.544Z] 1.2.2-dev.75: digest: sha256:4a310d4f6a5718d57edf5567fb43ede7a676152516dd05908b46f22c9fc02948 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:15.939Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:16.288Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:38:16.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-16T06:38:16.288Z] e8f760f60e18: Preparing [2020-10-16T06:38:16.288Z] c59c0c411c28: Preparing [2020-10-16T06:38:16.288Z] 2e0710f875be: Preparing [2020-10-16T06:38:16.288Z] 5ab022fa3107: Preparing [2020-10-16T06:38:16.288Z] 5ab022fa3107: Preparing [2020-10-16T06:38:16.288Z] 4cd807020c76: Preparing [2020-10-16T06:38:16.288Z] c30d4bc866a6: Preparing [2020-10-16T06:38:16.288Z] 381d06306de7: Preparing [2020-10-16T06:38:16.288Z] e8f760f60e18: Preparing [2020-10-16T06:38:16.288Z] c58a05c62ab5: Preparing [2020-10-16T06:38:16.288Z] a27f8204f401: Preparing [2020-10-16T06:38:16.288Z] aee42b72013a: Preparing [2020-10-16T06:38:16.288Z] e2f13739ad41: Preparing [2020-10-16T06:38:16.288Z] c58a05c62ab5: Waiting [2020-10-16T06:38:16.288Z] aee42b72013a: Waiting [2020-10-16T06:38:16.288Z] e2f13739ad41: Waiting [2020-10-16T06:38:16.288Z] a27f8204f401: Waiting [2020-10-16T06:38:16.288Z] c30d4bc866a6: Waiting [2020-10-16T06:38:16.288Z] 381d06306de7: Waiting [2020-10-16T06:38:16.288Z] e8f760f60e18: Layer already exists [2020-10-16T06:38:16.288Z] c59c0c411c28: Layer already exists [2020-10-16T06:38:16.288Z] 2e0710f875be: Layer already exists [2020-10-16T06:38:16.581Z] 5ab022fa3107: Layer already exists [2020-10-16T06:38:16.581Z] 4cd807020c76: Layer already exists [2020-10-16T06:38:16.581Z] c30d4bc866a6: Layer already exists [2020-10-16T06:38:16.581Z] c58a05c62ab5: Layer already exists [2020-10-16T06:38:16.581Z] aee42b72013a: Layer already exists [2020-10-16T06:38:16.582Z] 381d06306de7: Layer already exists [2020-10-16T06:38:16.582Z] a27f8204f401: Layer already exists [2020-10-16T06:38:16.582Z] e2f13739ad41: Layer already exists [2020-10-16T06:38:16.582Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:4a310d4f6a5718d57edf5567fb43ede7a676152516dd05908b46f22c9fc02948 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:16.958Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:17.319Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-16T06:38:17.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-16T06:38:17.319Z] e8f760f60e18: Preparing [2020-10-16T06:38:17.319Z] c59c0c411c28: Preparing [2020-10-16T06:38:17.319Z] 2e0710f875be: Preparing [2020-10-16T06:38:17.319Z] 5ab022fa3107: Preparing [2020-10-16T06:38:17.319Z] 5ab022fa3107: Preparing [2020-10-16T06:38:17.319Z] 4cd807020c76: Preparing [2020-10-16T06:38:17.319Z] c30d4bc866a6: Preparing [2020-10-16T06:38:17.319Z] 381d06306de7: Preparing [2020-10-16T06:38:17.319Z] e8f760f60e18: Preparing [2020-10-16T06:38:17.319Z] c58a05c62ab5: Preparing [2020-10-16T06:38:17.319Z] a27f8204f401: Preparing [2020-10-16T06:38:17.319Z] aee42b72013a: Preparing [2020-10-16T06:38:17.319Z] e2f13739ad41: Preparing [2020-10-16T06:38:17.319Z] c30d4bc866a6: Waiting [2020-10-16T06:38:17.319Z] 381d06306de7: Waiting [2020-10-16T06:38:17.319Z] aee42b72013a: Waiting [2020-10-16T06:38:17.319Z] c58a05c62ab5: Waiting [2020-10-16T06:38:17.319Z] a27f8204f401: Waiting [2020-10-16T06:38:17.319Z] e2f13739ad41: Waiting [2020-10-16T06:38:17.592Z] 5ab022fa3107: Layer already exists [2020-10-16T06:38:17.592Z] c59c0c411c28: Layer already exists [2020-10-16T06:38:17.592Z] 4cd807020c76: Layer already exists [2020-10-16T06:38:17.592Z] e8f760f60e18: Layer already exists [2020-10-16T06:38:17.592Z] 2e0710f875be: Layer already exists [2020-10-16T06:38:17.592Z] c58a05c62ab5: Layer already exists [2020-10-16T06:38:17.592Z] c30d4bc866a6: Layer already exists [2020-10-16T06:38:17.592Z] 381d06306de7: Layer already exists [2020-10-16T06:38:17.592Z] a27f8204f401: Layer already exists [2020-10-16T06:38:17.592Z] aee42b72013a: Layer already exists [2020-10-16T06:38:17.592Z] e2f13739ad41: Layer already exists [2020-10-16T06:38:17.592Z] master: digest: sha256:4a310d4f6a5718d57edf5567fb43ede7a676152516dd05908b46f22c9fc02948 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:38:17.788Z] ===================================================== [Pipeline] echo [2020-10-16T06:38:17.844Z] taggedImages: [2020-10-16T06:38:17.844Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:38:17.844Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.75 [2020-10-16T06:38:17.844Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:38:17.844Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-16T06:38:17.941Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-16T06:38:17.941Z] f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:38:17.941Z] 1.2.2-dev.75 [2020-10-16T06:38:17.941Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:38:17.941Z] master [2020-10-16T06:38:17.941Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:18.572Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:18.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:38:18.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-16T06:38:18.943Z] 17e35c16385b: Preparing [2020-10-16T06:38:18.943Z] ca1e4e948c66: Preparing [2020-10-16T06:38:18.943Z] 8a8ba72154c5: Preparing [2020-10-16T06:38:18.943Z] 1d93ef5dd155: Preparing [2020-10-16T06:38:18.943Z] 5b9deaa5456d: Preparing [2020-10-16T06:38:18.943Z] ef5b50017599: Preparing [2020-10-16T06:38:18.943Z] 0e72408c757f: Preparing [2020-10-16T06:38:18.943Z] 91e4267f7bca: Preparing [2020-10-16T06:38:18.943Z] 7a105986949b: Preparing [2020-10-16T06:38:18.943Z] 376712ebbae6: Preparing [2020-10-16T06:38:18.943Z] 66b385cf80cf: Preparing [2020-10-16T06:38:18.943Z] ef5b50017599: Waiting [2020-10-16T06:38:18.943Z] 0e72408c757f: Waiting [2020-10-16T06:38:18.943Z] 91e4267f7bca: Waiting [2020-10-16T06:38:18.943Z] 66b385cf80cf: Waiting [2020-10-16T06:38:18.943Z] 7a105986949b: Waiting [2020-10-16T06:38:18.943Z] 376712ebbae6: Waiting [2020-10-16T06:38:19.224Z] ca1e4e948c66: Pushed [2020-10-16T06:38:19.224Z] 17e35c16385b: Pushed [2020-10-16T06:38:19.518Z] ef5b50017599: Pushed [2020-10-16T06:38:19.518Z] 0e72408c757f: Pushed [2020-10-16T06:38:19.809Z] 91e4267f7bca: Pushed [2020-10-16T06:38:19.809Z] 7a105986949b: Pushed [2020-10-16T06:38:19.809Z] 66b385cf80cf: Layer already exists [2020-10-16T06:38:20.433Z] 376712ebbae6: Pushed [2020-10-16T06:38:21.043Z] 8a8ba72154c5: Pushed [2020-10-16T06:38:21.336Z] 5b9deaa5456d: Pushed [2020-10-16T06:38:21.336Z] 1d93ef5dd155: Pushed [2020-10-16T06:38:21.625Z] f108a71e15710a3809797859c322b04b13103843: digest: sha256:4d337cdf0f266aaea0301a3d77ce9d123f5355d83262160eda1c858745c9caf0 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:22.004Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:22.438Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.75 [2020-10-16T06:38:22.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-16T06:38:22.438Z] 17e35c16385b: Preparing [2020-10-16T06:38:22.438Z] ca1e4e948c66: Preparing [2020-10-16T06:38:22.438Z] 8a8ba72154c5: Preparing [2020-10-16T06:38:22.438Z] 1d93ef5dd155: Preparing [2020-10-16T06:38:22.438Z] 5b9deaa5456d: Preparing [2020-10-16T06:38:22.438Z] ef5b50017599: Preparing [2020-10-16T06:38:22.438Z] 0e72408c757f: Preparing [2020-10-16T06:38:22.438Z] 91e4267f7bca: Preparing [2020-10-16T06:38:22.438Z] 7a105986949b: Preparing [2020-10-16T06:38:22.438Z] 376712ebbae6: Preparing [2020-10-16T06:38:22.438Z] 66b385cf80cf: Preparing [2020-10-16T06:38:22.438Z] ef5b50017599: Waiting [2020-10-16T06:38:22.438Z] 0e72408c757f: Waiting [2020-10-16T06:38:22.438Z] 91e4267f7bca: Waiting [2020-10-16T06:38:22.438Z] 376712ebbae6: Waiting [2020-10-16T06:38:22.438Z] 7a105986949b: Waiting [2020-10-16T06:38:22.438Z] ca1e4e948c66: Layer already exists [2020-10-16T06:38:22.438Z] 5b9deaa5456d: Layer already exists [2020-10-16T06:38:22.438Z] 1d93ef5dd155: Layer already exists [2020-10-16T06:38:22.438Z] 8a8ba72154c5: Layer already exists [2020-10-16T06:38:22.438Z] 17e35c16385b: Layer already exists [2020-10-16T06:38:22.438Z] 91e4267f7bca: Layer already exists [2020-10-16T06:38:22.438Z] ef5b50017599: Layer already exists [2020-10-16T06:38:22.719Z] 0e72408c757f: Layer already exists [2020-10-16T06:38:22.719Z] 7a105986949b: Layer already exists [2020-10-16T06:38:22.719Z] 376712ebbae6: Layer already exists [2020-10-16T06:38:22.719Z] 66b385cf80cf: Layer already exists [2020-10-16T06:38:22.719Z] 1.2.2-dev.75: digest: sha256:4d337cdf0f266aaea0301a3d77ce9d123f5355d83262160eda1c858745c9caf0 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:23.103Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:23.461Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:38:23.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-16T06:38:23.461Z] 17e35c16385b: Preparing [2020-10-16T06:38:23.461Z] ca1e4e948c66: Preparing [2020-10-16T06:38:23.461Z] 8a8ba72154c5: Preparing [2020-10-16T06:38:23.461Z] 1d93ef5dd155: Preparing [2020-10-16T06:38:23.461Z] 5b9deaa5456d: Preparing [2020-10-16T06:38:23.461Z] ef5b50017599: Preparing [2020-10-16T06:38:23.461Z] 0e72408c757f: Preparing [2020-10-16T06:38:23.461Z] 91e4267f7bca: Preparing [2020-10-16T06:38:23.461Z] 7a105986949b: Preparing [2020-10-16T06:38:23.461Z] 376712ebbae6: Preparing [2020-10-16T06:38:23.461Z] 66b385cf80cf: Preparing [2020-10-16T06:38:23.461Z] ef5b50017599: Waiting [2020-10-16T06:38:23.461Z] 0e72408c757f: Waiting [2020-10-16T06:38:23.461Z] 376712ebbae6: Waiting [2020-10-16T06:38:23.461Z] 91e4267f7bca: Waiting [2020-10-16T06:38:23.461Z] 7a105986949b: Waiting [2020-10-16T06:38:23.461Z] 66b385cf80cf: Waiting [2020-10-16T06:38:23.461Z] 8a8ba72154c5: Layer already exists [2020-10-16T06:38:23.461Z] 5b9deaa5456d: Layer already exists [2020-10-16T06:38:23.733Z] ca1e4e948c66: Layer already exists [2020-10-16T06:38:23.733Z] 17e35c16385b: Layer already exists [2020-10-16T06:38:23.733Z] 1d93ef5dd155: Layer already exists [2020-10-16T06:38:23.733Z] 0e72408c757f: Layer already exists [2020-10-16T06:38:23.733Z] 7a105986949b: Layer already exists [2020-10-16T06:38:23.733Z] ef5b50017599: Layer already exists [2020-10-16T06:38:23.733Z] 91e4267f7bca: Layer already exists [2020-10-16T06:38:23.733Z] 66b385cf80cf: Layer already exists [2020-10-16T06:38:23.733Z] 376712ebbae6: Layer already exists [2020-10-16T06:38:23.733Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:4d337cdf0f266aaea0301a3d77ce9d123f5355d83262160eda1c858745c9caf0 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:24.083Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:24.485Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-16T06:38:24.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-16T06:38:24.485Z] 17e35c16385b: Preparing [2020-10-16T06:38:24.485Z] ca1e4e948c66: Preparing [2020-10-16T06:38:24.485Z] 8a8ba72154c5: Preparing [2020-10-16T06:38:24.485Z] 1d93ef5dd155: Preparing [2020-10-16T06:38:24.485Z] 5b9deaa5456d: Preparing [2020-10-16T06:38:24.485Z] ef5b50017599: Preparing [2020-10-16T06:38:24.485Z] 0e72408c757f: Preparing [2020-10-16T06:38:24.485Z] 91e4267f7bca: Preparing [2020-10-16T06:38:24.485Z] 7a105986949b: Preparing [2020-10-16T06:38:24.485Z] 376712ebbae6: Preparing [2020-10-16T06:38:24.485Z] 66b385cf80cf: Preparing [2020-10-16T06:38:24.485Z] 91e4267f7bca: Waiting [2020-10-16T06:38:24.485Z] 7a105986949b: Waiting [2020-10-16T06:38:24.485Z] 376712ebbae6: Waiting [2020-10-16T06:38:24.485Z] ef5b50017599: Waiting [2020-10-16T06:38:24.485Z] 0e72408c757f: Waiting [2020-10-16T06:38:24.485Z] 66b385cf80cf: Waiting [2020-10-16T06:38:24.767Z] 17e35c16385b: Layer already exists [2020-10-16T06:38:24.767Z] 8a8ba72154c5: Layer already exists [2020-10-16T06:38:24.767Z] 1d93ef5dd155: Layer already exists [2020-10-16T06:38:24.767Z] 5b9deaa5456d: Layer already exists [2020-10-16T06:38:24.767Z] ca1e4e948c66: Layer already exists [2020-10-16T06:38:24.767Z] 0e72408c757f: Layer already exists [2020-10-16T06:38:24.767Z] ef5b50017599: Layer already exists [2020-10-16T06:38:24.767Z] 7a105986949b: Layer already exists [2020-10-16T06:38:24.767Z] 376712ebbae6: Layer already exists [2020-10-16T06:38:24.767Z] 91e4267f7bca: Layer already exists [2020-10-16T06:38:24.767Z] 66b385cf80cf: Layer already exists [2020-10-16T06:38:24.767Z] master: digest: sha256:4d337cdf0f266aaea0301a3d77ce9d123f5355d83262160eda1c858745c9caf0 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:38:24.971Z] ===================================================== [Pipeline] echo [2020-10-16T06:38:25.018Z] taggedImages: [2020-10-16T06:38:25.018Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:38:25.018Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.75 [2020-10-16T06:38:25.018Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:38:25.018Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-16T06:38:25.085Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-16T06:38:25.085Z] f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:38:25.085Z] 1.2.2-dev.75 [2020-10-16T06:38:25.085Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:38:25.085Z] master [2020-10-16T06:38:25.085Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:25.609Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:25.982Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:38:25.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-16T06:38:25.983Z] 7020e11d99e8: Preparing [2020-10-16T06:38:25.983Z] 83d056f461c3: Preparing [2020-10-16T06:38:25.983Z] 80f7d95d16ff: Preparing [2020-10-16T06:38:25.983Z] affaabe17791: Preparing [2020-10-16T06:38:26.281Z] 80f7d95d16ff: Pushed [2020-10-16T06:38:26.281Z] 7020e11d99e8: Pushed [2020-10-16T06:38:26.563Z] affaabe17791: Pushed [2020-10-16T06:38:29.223Z] 83d056f461c3: Pushed [2020-10-16T06:38:29.223Z] f108a71e15710a3809797859c322b04b13103843: digest: sha256:0becb4dcf6d59cd77e10eaa73cae0cff4945cd1f6baf11957959efb20ec5e6f0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:29.664Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:30.055Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.75 [2020-10-16T06:38:30.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-16T06:38:30.055Z] 7020e11d99e8: Preparing [2020-10-16T06:38:30.055Z] 83d056f461c3: Preparing [2020-10-16T06:38:30.055Z] 80f7d95d16ff: Preparing [2020-10-16T06:38:30.055Z] affaabe17791: Preparing [2020-10-16T06:38:30.055Z] 83d056f461c3: Layer already exists [2020-10-16T06:38:30.334Z] affaabe17791: Layer already exists [2020-10-16T06:38:30.334Z] 7020e11d99e8: Layer already exists [2020-10-16T06:38:30.334Z] 80f7d95d16ff: Layer already exists [2020-10-16T06:38:30.334Z] 1.2.2-dev.75: digest: sha256:0becb4dcf6d59cd77e10eaa73cae0cff4945cd1f6baf11957959efb20ec5e6f0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:30.703Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:31.079Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:38:31.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-16T06:38:31.079Z] 7020e11d99e8: Preparing [2020-10-16T06:38:31.079Z] 83d056f461c3: Preparing [2020-10-16T06:38:31.079Z] 80f7d95d16ff: Preparing [2020-10-16T06:38:31.079Z] affaabe17791: Preparing [2020-10-16T06:38:31.079Z] 80f7d95d16ff: Layer already exists [2020-10-16T06:38:31.079Z] affaabe17791: Layer already exists [2020-10-16T06:38:31.079Z] 7020e11d99e8: Layer already exists [2020-10-16T06:38:31.079Z] 83d056f461c3: Layer already exists [2020-10-16T06:38:31.359Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:0becb4dcf6d59cd77e10eaa73cae0cff4945cd1f6baf11957959efb20ec5e6f0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:31.764Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:32.166Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-16T06:38:32.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-16T06:38:32.166Z] 7020e11d99e8: Preparing [2020-10-16T06:38:32.166Z] 83d056f461c3: Preparing [2020-10-16T06:38:32.166Z] 80f7d95d16ff: Preparing [2020-10-16T06:38:32.166Z] affaabe17791: Preparing [2020-10-16T06:38:32.166Z] 83d056f461c3: Layer already exists [2020-10-16T06:38:32.166Z] affaabe17791: Layer already exists [2020-10-16T06:38:32.166Z] 7020e11d99e8: Layer already exists [2020-10-16T06:38:32.166Z] 80f7d95d16ff: Layer already exists [2020-10-16T06:38:32.460Z] master: digest: sha256:0becb4dcf6d59cd77e10eaa73cae0cff4945cd1f6baf11957959efb20ec5e6f0 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:38:32.706Z] ===================================================== [Pipeline] echo [2020-10-16T06:38:32.781Z] taggedImages: [2020-10-16T06:38:32.781Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:38:32.781Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.75 [2020-10-16T06:38:32.781Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:38:32.781Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-16T06:38:32.854Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-16T06:38:32.854Z] f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:38:32.854Z] 1.2.2-dev.75 [2020-10-16T06:38:32.854Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:38:32.854Z] master [2020-10-16T06:38:32.854Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:33.463Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:33.837Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:38:33.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-16T06:38:33.837Z] 0111b356cfa8: Preparing [2020-10-16T06:38:33.837Z] 061a2e015f30: Preparing [2020-10-16T06:38:33.837Z] e3feef6b8a98: Preparing [2020-10-16T06:38:33.837Z] 36d33f6a5a27: Preparing [2020-10-16T06:38:33.837Z] 0f33784945da: Preparing [2020-10-16T06:38:33.837Z] 47b0c16934e9: Preparing [2020-10-16T06:38:33.837Z] 47b0c16934e9: Waiting [2020-10-16T06:38:34.117Z] 0111b356cfa8: Pushed [2020-10-16T06:38:34.117Z] e3feef6b8a98: Pushed [2020-10-16T06:38:34.402Z] 36d33f6a5a27: Pushed [2020-10-16T06:38:34.402Z] 0f33784945da: Pushed [2020-10-16T06:38:34.679Z] 47b0c16934e9: Pushed [2020-10-16T06:38:36.707Z] 061a2e015f30: Pushed [2020-10-16T06:38:36.976Z] f108a71e15710a3809797859c322b04b13103843: digest: sha256:fe91315abbf86cc554e83a55cc3349d823514ffb662dee47bf5a2de119c2cf73 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:37.314Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:37.650Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.75 [2020-10-16T06:38:37.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-16T06:38:37.650Z] 0111b356cfa8: Preparing [2020-10-16T06:38:37.650Z] 061a2e015f30: Preparing [2020-10-16T06:38:37.650Z] e3feef6b8a98: Preparing [2020-10-16T06:38:37.650Z] 36d33f6a5a27: Preparing [2020-10-16T06:38:37.650Z] 0f33784945da: Preparing [2020-10-16T06:38:37.650Z] 47b0c16934e9: Preparing [2020-10-16T06:38:37.650Z] 47b0c16934e9: Waiting [2020-10-16T06:38:37.650Z] e3feef6b8a98: Layer already exists [2020-10-16T06:38:37.650Z] 0f33784945da: Layer already exists [2020-10-16T06:38:37.650Z] 0111b356cfa8: Layer already exists [2020-10-16T06:38:37.650Z] 36d33f6a5a27: Layer already exists [2020-10-16T06:38:37.650Z] 061a2e015f30: Layer already exists [2020-10-16T06:38:37.650Z] 47b0c16934e9: Layer already exists [2020-10-16T06:38:37.919Z] 1.2.2-dev.75: digest: sha256:fe91315abbf86cc554e83a55cc3349d823514ffb662dee47bf5a2de119c2cf73 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:38.257Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:38.590Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:38:38.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-16T06:38:38.590Z] 0111b356cfa8: Preparing [2020-10-16T06:38:38.590Z] 061a2e015f30: Preparing [2020-10-16T06:38:38.590Z] e3feef6b8a98: Preparing [2020-10-16T06:38:38.590Z] 36d33f6a5a27: Preparing [2020-10-16T06:38:38.590Z] 0f33784945da: Preparing [2020-10-16T06:38:38.590Z] 47b0c16934e9: Preparing [2020-10-16T06:38:38.590Z] 47b0c16934e9: Waiting [2020-10-16T06:38:38.590Z] 36d33f6a5a27: Layer already exists [2020-10-16T06:38:38.590Z] e3feef6b8a98: Layer already exists [2020-10-16T06:38:38.590Z] 0111b356cfa8: Layer already exists [2020-10-16T06:38:38.590Z] 0f33784945da: Layer already exists [2020-10-16T06:38:38.590Z] 061a2e015f30: Layer already exists [2020-10-16T06:38:38.590Z] 47b0c16934e9: Layer already exists [2020-10-16T06:38:38.860Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:fe91315abbf86cc554e83a55cc3349d823514ffb662dee47bf5a2de119c2cf73 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:39.201Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:39.534Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-16T06:38:39.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-16T06:38:39.534Z] 0111b356cfa8: Preparing [2020-10-16T06:38:39.534Z] 061a2e015f30: Preparing [2020-10-16T06:38:39.534Z] e3feef6b8a98: Preparing [2020-10-16T06:38:39.534Z] 36d33f6a5a27: Preparing [2020-10-16T06:38:39.534Z] 0f33784945da: Preparing [2020-10-16T06:38:39.534Z] 47b0c16934e9: Preparing [2020-10-16T06:38:39.534Z] 47b0c16934e9: Waiting [2020-10-16T06:38:39.534Z] 0f33784945da: Layer already exists [2020-10-16T06:38:39.534Z] 061a2e015f30: Layer already exists [2020-10-16T06:38:39.534Z] e3feef6b8a98: Layer already exists [2020-10-16T06:38:39.534Z] 36d33f6a5a27: Layer already exists [2020-10-16T06:38:39.534Z] 0111b356cfa8: Layer already exists [2020-10-16T06:38:39.534Z] 47b0c16934e9: Layer already exists [2020-10-16T06:38:39.805Z] master: digest: sha256:fe91315abbf86cc554e83a55cc3349d823514ffb662dee47bf5a2de119c2cf73 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:38:40.006Z] ===================================================== [Pipeline] echo [2020-10-16T06:38:40.073Z] taggedImages: [2020-10-16T06:38:40.073Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:38:40.073Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.75 [2020-10-16T06:38:40.073Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:38:40.073Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-16T06:38:40.144Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-16T06:38:40.144Z] f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:38:40.144Z] 1.2.2-dev.75 [2020-10-16T06:38:40.144Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:38:40.144Z] master [2020-10-16T06:38:40.144Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:40.762Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:41.128Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:38:41.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-16T06:38:41.128Z] 963363d8350a: Preparing [2020-10-16T06:38:41.128Z] d278dfb4f652: Preparing [2020-10-16T06:38:41.128Z] b80444302ada: Preparing [2020-10-16T06:38:41.417Z] b80444302ada: Pushed [2020-10-16T06:38:41.417Z] 963363d8350a: Pushed [2020-10-16T06:38:44.236Z] d278dfb4f652: Pushed [2020-10-16T06:38:44.236Z] f108a71e15710a3809797859c322b04b13103843: digest: sha256:dfbb69e1a272950308fa6064fc1a7d8dd69e6f539dc969489c77277d3732795f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:44.648Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:45.051Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.75 [2020-10-16T06:38:45.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-16T06:38:45.051Z] 963363d8350a: Preparing [2020-10-16T06:38:45.051Z] d278dfb4f652: Preparing [2020-10-16T06:38:45.051Z] b80444302ada: Preparing [2020-10-16T06:38:45.051Z] 963363d8350a: Layer already exists [2020-10-16T06:38:45.051Z] d278dfb4f652: Layer already exists [2020-10-16T06:38:45.051Z] b80444302ada: Layer already exists [2020-10-16T06:38:45.331Z] 1.2.2-dev.75: digest: sha256:dfbb69e1a272950308fa6064fc1a7d8dd69e6f539dc969489c77277d3732795f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:45.746Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:46.168Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:38:46.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-16T06:38:46.168Z] 963363d8350a: Preparing [2020-10-16T06:38:46.168Z] d278dfb4f652: Preparing [2020-10-16T06:38:46.168Z] b80444302ada: Preparing [2020-10-16T06:38:46.168Z] d278dfb4f652: Layer already exists [2020-10-16T06:38:46.168Z] 963363d8350a: Layer already exists [2020-10-16T06:38:46.453Z] b80444302ada: Layer already exists [2020-10-16T06:38:46.453Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:dfbb69e1a272950308fa6064fc1a7d8dd69e6f539dc969489c77277d3732795f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:46.861Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:47.266Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-16T06:38:47.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-16T06:38:47.266Z] 963363d8350a: Preparing [2020-10-16T06:38:47.266Z] d278dfb4f652: Preparing [2020-10-16T06:38:47.266Z] b80444302ada: Preparing [2020-10-16T06:38:47.266Z] d278dfb4f652: Layer already exists [2020-10-16T06:38:47.266Z] 963363d8350a: Layer already exists [2020-10-16T06:38:47.266Z] b80444302ada: Layer already exists [2020-10-16T06:38:47.544Z] master: digest: sha256:dfbb69e1a272950308fa6064fc1a7d8dd69e6f539dc969489c77277d3732795f size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:38:47.769Z] ===================================================== [Pipeline] echo [2020-10-16T06:38:47.826Z] taggedImages: [2020-10-16T06:38:47.826Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:38:47.826Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.75 [2020-10-16T06:38:47.826Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:38:47.826Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-16T06:38:47.925Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-16T06:38:47.925Z] f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:38:47.925Z] 1.2.2-dev.75 [2020-10-16T06:38:47.925Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:38:47.925Z] master [2020-10-16T06:38:47.925Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:48.537Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:38:48.928Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:38:48.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-16T06:38:48.928Z] 7073bab88d5b: Preparing [2020-10-16T06:38:48.928Z] 2832ee9991d6: Preparing [2020-10-16T06:38:48.928Z] 09c9bf92321e: Preparing [2020-10-16T06:38:48.928Z] ca0d3422c325: Preparing [2020-10-16T06:38:48.928Z] f96aa471d89e: Preparing [2020-10-16T06:38:48.928Z] 9498dcf38b8b: Preparing [2020-10-16T06:38:48.928Z] 312295d0034a: Preparing [2020-10-16T06:38:48.928Z] f875f9e206db: Preparing [2020-10-16T06:38:48.928Z] 3994ac1dcb8b: Preparing [2020-10-16T06:38:48.928Z] 5f2247eaf593: Preparing [2020-10-16T06:38:48.928Z] 62d13be1b083: Preparing [2020-10-16T06:38:48.928Z] 94fdc660876c: Preparing [2020-10-16T06:38:48.928Z] 4e7279dfc0c0: Preparing [2020-10-16T06:38:48.928Z] e2f13739ad41: Preparing [2020-10-16T06:38:48.928Z] 5f2247eaf593: Waiting [2020-10-16T06:38:48.928Z] 62d13be1b083: Waiting [2020-10-16T06:38:48.928Z] 94fdc660876c: Waiting [2020-10-16T06:38:48.928Z] 4e7279dfc0c0: Waiting [2020-10-16T06:38:48.928Z] e2f13739ad41: Waiting [2020-10-16T06:38:48.928Z] 9498dcf38b8b: Waiting [2020-10-16T06:38:48.928Z] 312295d0034a: Waiting [2020-10-16T06:38:48.928Z] 3994ac1dcb8b: Waiting [2020-10-16T06:38:48.928Z] f875f9e206db: Waiting [2020-10-16T06:38:49.553Z] f96aa471d89e: Pushed [2020-10-16T06:38:49.553Z] 7073bab88d5b: Pushed [2020-10-16T06:38:50.181Z] 312295d0034a: Pushed [2020-10-16T06:38:50.181Z] ca0d3422c325: Pushed [2020-10-16T06:38:50.181Z] f875f9e206db: Layer already exists [2020-10-16T06:38:50.465Z] 3994ac1dcb8b: Layer already exists [2020-10-16T06:38:50.465Z] 5f2247eaf593: Layer already exists [2020-10-16T06:38:50.465Z] 62d13be1b083: Layer already exists [2020-10-16T06:38:50.465Z] 94fdc660876c: Layer already exists [2020-10-16T06:38:50.465Z] 4e7279dfc0c0: Layer already exists [2020-10-16T06:38:50.465Z] e2f13739ad41: Layer already exists [2020-10-16T06:38:51.091Z] 2832ee9991d6: Pushed [2020-10-16T06:38:52.105Z] 9498dcf38b8b: Pushed [2020-10-16T06:39:02.292Z] 09c9bf92321e: Pushed [2020-10-16T06:39:02.292Z] f108a71e15710a3809797859c322b04b13103843: digest: sha256:fc83f7f10fd74a4e8a94c1f3c990ef5a9c272b91feea1806a055cc7a896eedc0 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:39:02.627Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:39:02.957Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.75 [2020-10-16T06:39:02.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-16T06:39:02.957Z] 7073bab88d5b: Preparing [2020-10-16T06:39:02.957Z] 2832ee9991d6: Preparing [2020-10-16T06:39:02.957Z] 09c9bf92321e: Preparing [2020-10-16T06:39:02.957Z] ca0d3422c325: Preparing [2020-10-16T06:39:02.957Z] f96aa471d89e: Preparing [2020-10-16T06:39:02.957Z] 9498dcf38b8b: Preparing [2020-10-16T06:39:02.957Z] 312295d0034a: Preparing [2020-10-16T06:39:02.957Z] f875f9e206db: Preparing [2020-10-16T06:39:02.957Z] 3994ac1dcb8b: Preparing [2020-10-16T06:39:02.957Z] 5f2247eaf593: Preparing [2020-10-16T06:39:02.957Z] 62d13be1b083: Preparing [2020-10-16T06:39:02.957Z] 94fdc660876c: Preparing [2020-10-16T06:39:02.957Z] 4e7279dfc0c0: Preparing [2020-10-16T06:39:02.957Z] e2f13739ad41: Preparing [2020-10-16T06:39:02.957Z] 9498dcf38b8b: Waiting [2020-10-16T06:39:02.957Z] 62d13be1b083: Waiting [2020-10-16T06:39:02.957Z] 312295d0034a: Waiting [2020-10-16T06:39:02.957Z] f875f9e206db: Waiting [2020-10-16T06:39:02.957Z] 3994ac1dcb8b: Waiting [2020-10-16T06:39:02.957Z] 5f2247eaf593: Waiting [2020-10-16T06:39:02.957Z] 4e7279dfc0c0: Waiting [2020-10-16T06:39:02.957Z] e2f13739ad41: Waiting [2020-10-16T06:39:03.229Z] ca0d3422c325: Layer already exists [2020-10-16T06:39:03.229Z] f96aa471d89e: Layer already exists [2020-10-16T06:39:03.229Z] 2832ee9991d6: Layer already exists [2020-10-16T06:39:03.229Z] 7073bab88d5b: Layer already exists [2020-10-16T06:39:03.229Z] 09c9bf92321e: Layer already exists [2020-10-16T06:39:03.229Z] 312295d0034a: Layer already exists [2020-10-16T06:39:03.229Z] f875f9e206db: Layer already exists [2020-10-16T06:39:03.229Z] 9498dcf38b8b: Layer already exists [2020-10-16T06:39:03.229Z] 5f2247eaf593: Layer already exists [2020-10-16T06:39:03.229Z] 3994ac1dcb8b: Layer already exists [2020-10-16T06:39:03.229Z] 4e7279dfc0c0: Layer already exists [2020-10-16T06:39:03.229Z] 62d13be1b083: Layer already exists [2020-10-16T06:39:03.229Z] e2f13739ad41: Layer already exists [2020-10-16T06:39:03.229Z] 94fdc660876c: Layer already exists [2020-10-16T06:39:03.229Z] 1.2.2-dev.75: digest: sha256:fc83f7f10fd74a4e8a94c1f3c990ef5a9c272b91feea1806a055cc7a896eedc0 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:39:03.563Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:39:03.893Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:39:03.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-16T06:39:03.893Z] 7073bab88d5b: Preparing [2020-10-16T06:39:03.893Z] 2832ee9991d6: Preparing [2020-10-16T06:39:03.893Z] 09c9bf92321e: Preparing [2020-10-16T06:39:03.893Z] ca0d3422c325: Preparing [2020-10-16T06:39:03.893Z] f96aa471d89e: Preparing [2020-10-16T06:39:03.893Z] 9498dcf38b8b: Preparing [2020-10-16T06:39:03.893Z] 312295d0034a: Preparing [2020-10-16T06:39:03.893Z] f875f9e206db: Preparing [2020-10-16T06:39:03.893Z] 3994ac1dcb8b: Preparing [2020-10-16T06:39:03.893Z] 5f2247eaf593: Preparing [2020-10-16T06:39:03.893Z] 62d13be1b083: Preparing [2020-10-16T06:39:03.893Z] 94fdc660876c: Preparing [2020-10-16T06:39:03.893Z] 4e7279dfc0c0: Preparing [2020-10-16T06:39:03.893Z] e2f13739ad41: Preparing [2020-10-16T06:39:03.893Z] 3994ac1dcb8b: Waiting [2020-10-16T06:39:03.893Z] 312295d0034a: Waiting [2020-10-16T06:39:03.893Z] 5f2247eaf593: Waiting [2020-10-16T06:39:03.893Z] 62d13be1b083: Waiting [2020-10-16T06:39:03.893Z] 94fdc660876c: Waiting [2020-10-16T06:39:03.893Z] 4e7279dfc0c0: Waiting [2020-10-16T06:39:03.893Z] f875f9e206db: Waiting [2020-10-16T06:39:03.893Z] 9498dcf38b8b: Waiting [2020-10-16T06:39:04.164Z] 7073bab88d5b: Layer already exists [2020-10-16T06:39:04.164Z] 09c9bf92321e: Layer already exists [2020-10-16T06:39:04.164Z] f96aa471d89e: Layer already exists [2020-10-16T06:39:04.164Z] 2832ee9991d6: Layer already exists [2020-10-16T06:39:04.164Z] ca0d3422c325: Layer already exists [2020-10-16T06:39:04.164Z] 312295d0034a: Layer already exists [2020-10-16T06:39:04.164Z] f875f9e206db: Layer already exists [2020-10-16T06:39:04.164Z] 9498dcf38b8b: Layer already exists [2020-10-16T06:39:04.164Z] 3994ac1dcb8b: Layer already exists [2020-10-16T06:39:04.164Z] 62d13be1b083: Layer already exists [2020-10-16T06:39:04.164Z] 5f2247eaf593: Layer already exists [2020-10-16T06:39:04.164Z] 94fdc660876c: Layer already exists [2020-10-16T06:39:04.164Z] 4e7279dfc0c0: Layer already exists [2020-10-16T06:39:04.164Z] e2f13739ad41: Layer already exists [2020-10-16T06:39:04.164Z] f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:fc83f7f10fd74a4e8a94c1f3c990ef5a9c272b91feea1806a055cc7a896eedc0 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:39:04.503Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:39:04.835Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-16T06:39:04.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-16T06:39:04.835Z] 7073bab88d5b: Preparing [2020-10-16T06:39:04.835Z] 2832ee9991d6: Preparing [2020-10-16T06:39:04.835Z] 09c9bf92321e: Preparing [2020-10-16T06:39:04.835Z] ca0d3422c325: Preparing [2020-10-16T06:39:04.835Z] f96aa471d89e: Preparing [2020-10-16T06:39:04.835Z] 9498dcf38b8b: Preparing [2020-10-16T06:39:04.835Z] 312295d0034a: Preparing [2020-10-16T06:39:04.835Z] f875f9e206db: Preparing [2020-10-16T06:39:04.835Z] 3994ac1dcb8b: Preparing [2020-10-16T06:39:04.835Z] 5f2247eaf593: Preparing [2020-10-16T06:39:04.835Z] 62d13be1b083: Preparing [2020-10-16T06:39:04.835Z] 94fdc660876c: Preparing [2020-10-16T06:39:04.835Z] 4e7279dfc0c0: Preparing [2020-10-16T06:39:04.835Z] e2f13739ad41: Preparing [2020-10-16T06:39:04.835Z] 5f2247eaf593: Waiting [2020-10-16T06:39:04.835Z] 9498dcf38b8b: Waiting [2020-10-16T06:39:04.835Z] 62d13be1b083: Waiting [2020-10-16T06:39:04.835Z] 94fdc660876c: Waiting [2020-10-16T06:39:04.835Z] 4e7279dfc0c0: Waiting [2020-10-16T06:39:04.835Z] 312295d0034a: Waiting [2020-10-16T06:39:04.835Z] f875f9e206db: Waiting [2020-10-16T06:39:04.835Z] e2f13739ad41: Waiting [2020-10-16T06:39:04.835Z] 3994ac1dcb8b: Waiting [2020-10-16T06:39:05.105Z] 09c9bf92321e: Layer already exists [2020-10-16T06:39:05.105Z] 2832ee9991d6: Layer already exists [2020-10-16T06:39:05.105Z] f96aa471d89e: Layer already exists [2020-10-16T06:39:05.105Z] 7073bab88d5b: Layer already exists [2020-10-16T06:39:05.105Z] ca0d3422c325: Layer already exists [2020-10-16T06:39:05.105Z] 312295d0034a: Layer already exists [2020-10-16T06:39:05.105Z] 3994ac1dcb8b: Layer already exists [2020-10-16T06:39:05.105Z] f875f9e206db: Layer already exists [2020-10-16T06:39:05.105Z] 5f2247eaf593: Layer already exists [2020-10-16T06:39:05.105Z] 9498dcf38b8b: Layer already exists [2020-10-16T06:39:05.105Z] 94fdc660876c: Layer already exists [2020-10-16T06:39:05.105Z] 4e7279dfc0c0: Layer already exists [2020-10-16T06:39:05.105Z] 62d13be1b083: Layer already exists [2020-10-16T06:39:05.105Z] e2f13739ad41: Layer already exists [2020-10-16T06:39:05.105Z] master: digest: sha256:fc83f7f10fd74a4e8a94c1f3c990ef5a9c272b91feea1806a055cc7a896eedc0 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T06:39:05.324Z] ===================================================== [Pipeline] echo [2020-10-16T06:39:05.375Z] taggedImages: [2020-10-16T06:39:05.375Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:39:05.375Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.75 [2020-10-16T06:39:05.375Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [2020-10-16T06:39:05.375Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-16T06:39:07.045Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-16T06:39:07.046Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-16T06:39:07.108Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:39:07.474Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T06:39:07.474Z] [2020-10-16T06:39:07.474Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:39:07.862Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T06:39:07.862Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-16T06:39:07.862Z] cbdbe7a5bc2a: Already exists [2020-10-16T06:39:07.862Z] 408f87550127: Pulling fs layer [2020-10-16T06:39:07.862Z] fe522b08c979: Pulling fs layer [2020-10-16T06:39:07.862Z] 221eaa008020: Pulling fs layer [2020-10-16T06:39:07.862Z] 2a4607e5d6b9: Pulling fs layer [2020-10-16T06:39:07.862Z] 8f79b27c4fd2: Pulling fs layer [2020-10-16T06:39:07.862Z] e5c8dbe1645b: Pulling fs layer [2020-10-16T06:39:07.862Z] 23e8b3b47431: Pulling fs layer [2020-10-16T06:39:07.862Z] 5c568d65a230: Pulling fs layer [2020-10-16T06:39:07.862Z] 2a4607e5d6b9: Waiting [2020-10-16T06:39:07.862Z] e5c8dbe1645b: Waiting [2020-10-16T06:39:07.862Z] 23e8b3b47431: Waiting [2020-10-16T06:39:07.862Z] 8f79b27c4fd2: Waiting [2020-10-16T06:39:07.862Z] 5c568d65a230: Waiting [2020-10-16T06:39:07.862Z] fe522b08c979: Verifying Checksum [2020-10-16T06:39:07.862Z] fe522b08c979: Download complete [2020-10-16T06:39:07.862Z] 408f87550127: Verifying Checksum [2020-10-16T06:39:07.862Z] 408f87550127: Download complete [2020-10-16T06:39:07.862Z] 8f79b27c4fd2: Verifying Checksum [2020-10-16T06:39:07.862Z] 2a4607e5d6b9: Verifying Checksum [2020-10-16T06:39:07.862Z] 2a4607e5d6b9: Download complete [2020-10-16T06:39:07.862Z] 8f79b27c4fd2: Download complete [2020-10-16T06:39:08.137Z] 408f87550127: Pull complete [2020-10-16T06:39:08.401Z] fe522b08c979: Pull complete [2020-10-16T06:39:08.977Z] e5c8dbe1645b: Download complete [2020-10-16T06:39:09.925Z] 23e8b3b47431: Verifying Checksum [2020-10-16T06:39:09.925Z] 23e8b3b47431: Download complete [2020-10-16T06:39:09.925Z] 5c568d65a230: Verifying Checksum [2020-10-16T06:39:09.925Z] 5c568d65a230: Download complete [2020-10-16T06:39:11.321Z] 221eaa008020: Verifying Checksum [2020-10-16T06:39:11.321Z] 221eaa008020: Download complete [2020-10-16T06:39:17.943Z] 221eaa008020: Pull complete [2020-10-16T06:39:18.205Z] 2a4607e5d6b9: Pull complete [2020-10-16T06:39:18.205Z] 8f79b27c4fd2: Pull complete [2020-10-16T06:39:22.421Z] e5c8dbe1645b: Pull complete [2020-10-16T06:39:26.647Z] 23e8b3b47431: Pull complete [2020-10-16T06:39:28.565Z] 5c568d65a230: Pull complete [2020-10-16T06:39:28.565Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-16T06:39:28.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T06:39:28.565Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-16T06:39:28.737Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:39:28.795Z] $ 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/191:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-16T06:39:29.854Z] $ docker top 1a230ea860fee1f0da9de528f0d8f8e71bfafd02e268ad115a605a299046c5cd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T06:39:30.398Z] + snyk monitor '--org=edgex-jenkins' [2020-10-16T06:39:40.525Z] [2020-10-16T06:39:40.525Z] Monitoring /w/workspace/edgex-go/191 (github.com/edgexfoundry/edgex-go)... [2020-10-16T06:39:40.525Z] [2020-10-16T06:39:40.525Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/e44261ff-0f07-4f8a-9f3e-41af3441e324 [2020-10-16T06:39:40.525Z] [2020-10-16T06:39:40.525Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-16T06:39:40.525Z] [2020-10-16T06:39:40.525Z] [2020-10-16T06:39:40.525Z] Snyk CLI supports Node.js 8 and higher. [2020-10-16T06:39:40.525Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-16T06:39:40.525Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-16T06:39:40.525Z] [2020-10-16T06:39:40.525Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-16T06:39:40.525Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-16T06:39:40.525Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-16T06:39:40.525Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-16T06:39:40.541Z] $ docker stop --time=1 1a230ea860fee1f0da9de528f0d8f8e71bfafd02e268ad115a605a299046c5cd [2020-10-16T06:39:45.701Z] $ docker rm -f 1a230ea860fee1f0da9de528f0d8f8e71bfafd02e268ad115a605a299046c5cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:39:47.432Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:39:47.432Z] [2020-10-16T06:39:47.432Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:39:47.803Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:39:47.803Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-16T06:39:47.803Z] e7c96db7181b: Pulling fs layer [2020-10-16T06:39:47.803Z] 1868ca2cb446: Pulling fs layer [2020-10-16T06:39:47.803Z] 136be5d0fe8e: Pulling fs layer [2020-10-16T06:39:47.803Z] 894bfe63afcb: Pulling fs layer [2020-10-16T06:39:47.803Z] 894bfe63afcb: Waiting [2020-10-16T06:39:47.803Z] 1868ca2cb446: Verifying Checksum [2020-10-16T06:39:47.803Z] 1868ca2cb446: Download complete [2020-10-16T06:39:47.803Z] 136be5d0fe8e: Verifying Checksum [2020-10-16T06:39:47.803Z] 136be5d0fe8e: Download complete [2020-10-16T06:39:48.068Z] 894bfe63afcb: Verifying Checksum [2020-10-16T06:39:48.068Z] 894bfe63afcb: Download complete [2020-10-16T06:39:48.068Z] e7c96db7181b: Verifying Checksum [2020-10-16T06:39:48.068Z] e7c96db7181b: Download complete [2020-10-16T06:39:48.329Z] e7c96db7181b: Pull complete [2020-10-16T06:39:48.593Z] 1868ca2cb446: Pull complete [2020-10-16T06:39:48.593Z] 136be5d0fe8e: Pull complete [2020-10-16T06:39:48.855Z] 894bfe63afcb: Pull complete [2020-10-16T06:39:49.117Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-16T06:39:49.118Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:39:49.118Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-16T06:39:49.222Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:39:49.270Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:39:50.392Z] $ docker top c6201d7fcba26a5fe52fac810ae249f8ad14da915f4ac7677b19fc1a05fd251d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:39:50.970Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:39:50.970Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:39:53.676Z] $ docker stop --time=1 c6201d7fcba26a5fe52fac810ae249f8ad14da915f4ac7677b19fc1a05fd251d [2020-10-16T06:39:55.061Z] $ docker rm -f c6201d7fcba26a5fe52fac810ae249f8ad14da915f4ac7677b19fc1a05fd251d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:39:55.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:39:55.574Z] . [Pipeline] withDockerContainer [2020-10-16T06:39:55.682Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:39:55.731Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:39:56.374Z] $ docker top 744d5ad3d1e385a0e08af784c42cbef6f912d605cd1c97e047080752c3a7d424 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:39:56.928Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:39:56.928Z] + tee [2020-10-16T06:39:56.928Z] clair timeout 1m0s [2020-10-16T06:39:56.928Z] docker timeout: 1m0s [2020-10-16T06:39:56.928Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:39:57.615Z] $ docker stop --time=1 744d5ad3d1e385a0e08af784c42cbef6f912d605cd1c97e047080752c3a7d424 [2020-10-16T06:39:59.341Z] $ docker rm -f 744d5ad3d1e385a0e08af784c42cbef6f912d605cd1c97e047080752c3a7d424 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:39:59.803Z] + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo [2020-10-16T06:39:59.817Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-core-command-go_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step [2020-10-16T06:39:59.872Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:40:00.322Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:40:00.322Z] . [Pipeline] withDockerContainer [2020-10-16T06:40:00.454Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:40:00.516Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:40:01.208Z] $ docker top 6e75af02ed783087d896eff343d65809258e8c193b285ec5ce30dbae13f57c83 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:40:01.817Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:40:01.818Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:40:07.295Z] $ docker stop --time=1 6e75af02ed783087d896eff343d65809258e8c193b285ec5ce30dbae13f57c83 [2020-10-16T06:40:08.725Z] $ docker rm -f 6e75af02ed783087d896eff343d65809258e8c193b285ec5ce30dbae13f57c83 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:40:09.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:40:09.230Z] . [Pipeline] withDockerContainer [2020-10-16T06:40:09.332Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:40:09.378Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:40:10.127Z] $ docker top c1fe3efd447830d023593519915885f9540401b11b1a15d860ae89090b045b4c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:40:10.734Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:40:10.735Z] + tee [2020-10-16T06:40:10.735Z] clair timeout 1m0s [2020-10-16T06:40:10.735Z] docker timeout: 1m0s [2020-10-16T06:40:10.735Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:40:11.785Z] $ docker stop --time=1 c1fe3efd447830d023593519915885f9540401b11b1a15d860ae89090b045b4c [2020-10-16T06:40:13.134Z] $ docker rm -f c1fe3efd447830d023593519915885f9540401b11b1a15d860ae89090b045b4c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:40:13.614Z] + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo [2020-10-16T06:40:13.628Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-core-data-go_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step [2020-10-16T06:40:13.731Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:40:14.105Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:40:14.105Z] . [Pipeline] withDockerContainer [2020-10-16T06:40:14.215Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:40:14.264Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:40:14.902Z] $ docker top 350e18010fa09e91942da9a920f5c99e8fe81ab795eabed82b31dabf49d7251f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:40:15.474Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:40:15.474Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:40:18.212Z] $ docker stop --time=1 350e18010fa09e91942da9a920f5c99e8fe81ab795eabed82b31dabf49d7251f [2020-10-16T06:40:19.570Z] $ docker rm -f 350e18010fa09e91942da9a920f5c99e8fe81ab795eabed82b31dabf49d7251f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:40:20.100Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:40:20.101Z] . [Pipeline] withDockerContainer [2020-10-16T06:40:20.203Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:40:20.251Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:40:20.922Z] $ docker top d926db3ea8c1e983faa70173d47e91f2869cabda7642d4e13de0b77bbbce2821 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:40:21.491Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:40:21.491Z] + tee [2020-10-16T06:40:21.491Z] clair timeout 1m0s [2020-10-16T06:40:21.491Z] docker timeout: 1m0s [2020-10-16T06:40:21.491Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:40:22.254Z] $ docker stop --time=1 d926db3ea8c1e983faa70173d47e91f2869cabda7642d4e13de0b77bbbce2821 [2020-10-16T06:40:23.596Z] $ docker rm -f d926db3ea8c1e983faa70173d47e91f2869cabda7642d4e13de0b77bbbce2821 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:40:24.070Z] + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo [2020-10-16T06:40:24.086Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-core-metadata-go_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step [2020-10-16T06:40:24.137Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:40:24.497Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:40:24.497Z] . [Pipeline] withDockerContainer [2020-10-16T06:40:24.599Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:40:24.643Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:40:25.319Z] $ docker top 3fba6b83192a7cfa9c8b96d94259c3f1a3e23e74f34612779f4e1a2c11cc2227 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:40:25.899Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:40:25.899Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:40:30.369Z] $ docker stop --time=1 3fba6b83192a7cfa9c8b96d94259c3f1a3e23e74f34612779f4e1a2c11cc2227 [2020-10-16T06:40:31.742Z] $ docker rm -f 3fba6b83192a7cfa9c8b96d94259c3f1a3e23e74f34612779f4e1a2c11cc2227 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:40:32.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:40:32.237Z] . [Pipeline] withDockerContainer [2020-10-16T06:40:32.349Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:40:32.392Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:40:33.011Z] $ docker top c0f5eab3829fcbcb64091e0963775cc1f15a134d98d33dc6fcbffef334cb3e5a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:40:33.546Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:40:33.546Z] + tee [2020-10-16T06:40:33.546Z] clair timeout 1m0s [2020-10-16T06:40:33.546Z] docker timeout: 1m0s [2020-10-16T06:40:33.546Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:40:34.598Z] $ docker stop --time=1 c0f5eab3829fcbcb64091e0963775cc1f15a134d98d33dc6fcbffef334cb3e5a [2020-10-16T06:40:35.941Z] $ docker rm -f c0f5eab3829fcbcb64091e0963775cc1f15a134d98d33dc6fcbffef334cb3e5a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:40:36.415Z] + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo [2020-10-16T06:40:36.432Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-security-proxy-setup-go_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step [2020-10-16T06:40:36.487Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:40:36.859Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:40:36.859Z] . [Pipeline] withDockerContainer [2020-10-16T06:40:36.960Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:40:37.010Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:40:37.677Z] $ docker top 104e316a8dd6227f81abdf0705dc568cc2b6635d2253f5a2b7132bbf20062915 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:40:38.227Z] + tee [2020-10-16T06:40:38.227Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:40:45.092Z] $ docker stop --time=1 104e316a8dd6227f81abdf0705dc568cc2b6635d2253f5a2b7132bbf20062915 [2020-10-16T06:40:46.522Z] $ docker rm -f 104e316a8dd6227f81abdf0705dc568cc2b6635d2253f5a2b7132bbf20062915 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:40:47.021Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:40:47.021Z] . [Pipeline] withDockerContainer [2020-10-16T06:40:47.120Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:40:47.163Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:40:47.855Z] $ docker top 3429631ce16a6ce84a4a9a5e1bea32673cc7e4de3fa77c4a9c96f2c8757e8de9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:40:48.374Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:40:48.374Z] + tee [2020-10-16T06:40:48.374Z] clair timeout 1m0s [2020-10-16T06:40:48.374Z] docker timeout: 1m0s [2020-10-16T06:40:48.374Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:40:49.878Z] $ docker stop --time=1 3429631ce16a6ce84a4a9a5e1bea32673cc7e4de3fa77c4a9c96f2c8757e8de9 [2020-10-16T06:40:51.225Z] $ docker rm -f 3429631ce16a6ce84a4a9a5e1bea32673cc7e4de3fa77c4a9c96f2c8757e8de9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:40:51.714Z] + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo [2020-10-16T06:40:51.727Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-security-secrets-setup-go_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step [2020-10-16T06:40:51.785Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:40:52.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:40:52.237Z] . [Pipeline] withDockerContainer [2020-10-16T06:40:52.341Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:40:52.388Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:40:53.052Z] $ docker top 43d11dfb4aac506e98ab2f43361042820fb6cea50e341682e69b4f15ffcfafef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:40:53.586Z] + + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f108a71e15710a3809797859c322b04b13103843tee [2020-10-16T06:40:53.586Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:41:01.969Z] $ docker stop --time=1 43d11dfb4aac506e98ab2f43361042820fb6cea50e341682e69b4f15ffcfafef [2020-10-16T06:41:03.387Z] $ docker rm -f 43d11dfb4aac506e98ab2f43361042820fb6cea50e341682e69b4f15ffcfafef [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:41:03.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:41:03.871Z] . [Pipeline] withDockerContainer [2020-10-16T06:41:03.971Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:41:04.016Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:41:04.746Z] $ docker top 2af69a130400526b8b933fe91bbe4d64821df748f30c18bbfd14ff42f90d50d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:41:05.331Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:41:05.331Z] + tee [2020-10-16T06:41:05.331Z] clair timeout 1m0s [2020-10-16T06:41:05.331Z] docker timeout: 1m0s [2020-10-16T06:41:05.331Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:41:06.869Z] $ docker stop --time=1 2af69a130400526b8b933fe91bbe4d64821df748f30c18bbfd14ff42f90d50d5 [2020-10-16T06:41:08.236Z] $ docker rm -f 2af69a130400526b8b933fe91bbe4d64821df748f30c18bbfd14ff42f90d50d5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:41:08.711Z] + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo [2020-10-16T06:41:08.725Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-security-secretstore-setup-go_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step [2020-10-16T06:41:08.807Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:41:09.155Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:41:09.155Z] . [Pipeline] withDockerContainer [2020-10-16T06:41:09.265Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:41:09.312Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:41:09.901Z] $ docker top a0413ed43b5456202a3e8095c9a2c99317986a261286c67094b75599f6fefe8d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:41:10.438Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:41:10.438Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:41:13.936Z] $ docker stop --time=1 a0413ed43b5456202a3e8095c9a2c99317986a261286c67094b75599f6fefe8d [2020-10-16T06:41:15.315Z] $ docker rm -f a0413ed43b5456202a3e8095c9a2c99317986a261286c67094b75599f6fefe8d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:41:15.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:41:15.817Z] . [Pipeline] withDockerContainer [2020-10-16T06:41:15.983Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:41:16.100Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:41:16.798Z] $ docker top 6bbfd656ef39c767d081c097aac68fccf7f5d90f30c224ce69e6f9938a9a7a66 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:41:17.357Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:41:17.357Z] + tee [2020-10-16T06:41:17.357Z] clair timeout 1m0s [2020-10-16T06:41:17.357Z] docker timeout: 1m0s [2020-10-16T06:41:17.357Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:41:18.038Z] $ docker stop --time=1 6bbfd656ef39c767d081c097aac68fccf7f5d90f30c224ce69e6f9938a9a7a66 [2020-10-16T06:41:19.403Z] $ docker rm -f 6bbfd656ef39c767d081c097aac68fccf7f5d90f30c224ce69e6f9938a9a7a66 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:41:19.888Z] + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo [2020-10-16T06:41:19.902Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-support-logging-go_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step [2020-10-16T06:41:19.959Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:41:20.341Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:41:20.342Z] . [Pipeline] withDockerContainer [2020-10-16T06:41:20.449Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:41:20.497Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:41:21.238Z] $ docker top 2c6db2a0080fa829bff3fb4a0ac0804d00db3b250b0064739124ec510ff230f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:41:21.806Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:41:21.806Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:41:27.378Z] $ docker stop --time=1 2c6db2a0080fa829bff3fb4a0ac0804d00db3b250b0064739124ec510ff230f2 [2020-10-16T06:41:28.759Z] $ docker rm -f 2c6db2a0080fa829bff3fb4a0ac0804d00db3b250b0064739124ec510ff230f2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:41:29.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:41:29.327Z] . [Pipeline] withDockerContainer [2020-10-16T06:41:29.433Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:41:29.497Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:41:30.125Z] $ docker top 7ed5a603fc20c9a7a481159d8d825aa7dfe63e5ace7ae144c6265a4a964b9fe8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:41:30.857Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:41:30.858Z] + tee [2020-10-16T06:41:30.858Z] clair timeout 1m0s [2020-10-16T06:41:30.858Z] docker timeout: 1m0s [2020-10-16T06:41:30.858Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:41:31.934Z] $ docker stop --time=1 7ed5a603fc20c9a7a481159d8d825aa7dfe63e5ace7ae144c6265a4a964b9fe8 [2020-10-16T06:41:33.303Z] $ docker rm -f 7ed5a603fc20c9a7a481159d8d825aa7dfe63e5ace7ae144c6265a4a964b9fe8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:41:33.855Z] + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo [2020-10-16T06:41:33.871Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-support-notifications-go_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step [2020-10-16T06:41:33.923Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:41:34.269Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:41:34.269Z] . [Pipeline] withDockerContainer [2020-10-16T06:41:34.395Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:41:34.446Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:41:35.138Z] $ docker top 070abf7a4ab1ae7fe5f1de8ef9f6ea3c0ba25beaae0011ab2cf7ef6744ebc619 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:41:35.784Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:41:35.784Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:41:38.515Z] $ docker stop --time=1 070abf7a4ab1ae7fe5f1de8ef9f6ea3c0ba25beaae0011ab2cf7ef6744ebc619 [2020-10-16T06:41:39.904Z] $ docker rm -f 070abf7a4ab1ae7fe5f1de8ef9f6ea3c0ba25beaae0011ab2cf7ef6744ebc619 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:41:40.433Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:41:40.433Z] . [Pipeline] withDockerContainer [2020-10-16T06:41:40.553Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:41:40.615Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:41:41.276Z] $ docker top d51c59408249d90670ffe72cf01030340644a1a68d9c483bf9728b553f8d3f58 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:41:42.570Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:41:42.570Z] + tee [2020-10-16T06:41:42.570Z] clair timeout 1m0s [2020-10-16T06:41:42.570Z] docker timeout: 1m0s [2020-10-16T06:41:42.570Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:41:43.370Z] $ docker stop --time=1 d51c59408249d90670ffe72cf01030340644a1a68d9c483bf9728b553f8d3f58 [2020-10-16T06:41:44.759Z] $ docker rm -f d51c59408249d90670ffe72cf01030340644a1a68d9c483bf9728b553f8d3f58 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:41:45.292Z] + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo [2020-10-16T06:41:45.305Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-support-scheduler-go_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step [2020-10-16T06:41:45.358Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:41:45.766Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:41:45.766Z] . [Pipeline] withDockerContainer [2020-10-16T06:41:45.991Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:41:46.158Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:41:46.827Z] $ docker top b8d885a2a8f0ef6f9b2cf4922a76c29f6996cc82e57d9b8408a9b4b474081107 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:41:47.386Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:41:47.386Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:42:02.552Z] $ docker stop --time=1 b8d885a2a8f0ef6f9b2cf4922a76c29f6996cc82e57d9b8408a9b4b474081107 [2020-10-16T06:42:03.968Z] $ docker rm -f b8d885a2a8f0ef6f9b2cf4922a76c29f6996cc82e57d9b8408a9b4b474081107 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:42:04.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:42:04.463Z] . [Pipeline] withDockerContainer [2020-10-16T06:42:04.587Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:42:04.636Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:42:05.374Z] $ docker top e028eac5f289dcfaebcd9702a0d08b8761713171a8fe918063851e1ab97c3f6c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:42:05.920Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:42:05.920Z] + tee [2020-10-16T06:42:05.920Z] clair timeout 1m0s [2020-10-16T06:42:05.920Z] docker timeout: 1m0s [2020-10-16T06:42:05.920Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:42:07.455Z] $ docker stop --time=1 e028eac5f289dcfaebcd9702a0d08b8761713171a8fe918063851e1ab97c3f6c [2020-10-16T06:42:08.801Z] $ docker rm -f e028eac5f289dcfaebcd9702a0d08b8761713171a8fe918063851e1ab97c3f6c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:42:09.280Z] + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo [2020-10-16T06:42:09.296Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-sys-mgmt-agent-go_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step [2020-10-16T06:42:09.348Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:42:09.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:42:09.695Z] . [Pipeline] withDockerContainer [2020-10-16T06:42:09.804Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:42:09.853Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:42:10.472Z] $ docker top 41222c81f8f5800a9a4679d5c42f3c5bf3686a436e2cbc6208d9add9d2cbe6e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:42:11.006Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:42:11.006Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:42:13.747Z] $ docker stop --time=1 41222c81f8f5800a9a4679d5c42f3c5bf3686a436e2cbc6208d9add9d2cbe6e6 [2020-10-16T06:42:15.130Z] $ docker rm -f 41222c81f8f5800a9a4679d5c42f3c5bf3686a436e2cbc6208d9add9d2cbe6e6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:42:15.601Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:42:15.602Z] . [Pipeline] withDockerContainer [2020-10-16T06:42:15.712Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:42:15.762Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:42:16.496Z] $ docker top d7545958d17fbec571f9f0498bde056bf96b983c969a23c20491c1912e2471e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:42:17.086Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:42:17.086Z] + tee [2020-10-16T06:42:17.086Z] clair timeout 1m0s [2020-10-16T06:42:17.086Z] docker timeout: 1m0s [2020-10-16T06:42:17.086Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:42:17.776Z] $ docker stop --time=1 d7545958d17fbec571f9f0498bde056bf96b983c969a23c20491c1912e2471e8 [2020-10-16T06:42:19.141Z] $ docker rm -f d7545958d17fbec571f9f0498bde056bf96b983c969a23c20491c1912e2471e8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:42:19.652Z] + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo [2020-10-16T06:42:19.665Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-core-command-go-arm64_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step [2020-10-16T06:42:19.736Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:42:20.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:42:20.081Z] . [Pipeline] withDockerContainer [2020-10-16T06:42:20.184Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:42:20.234Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:42:20.932Z] $ docker top fce46718506c13eaa1c809c7396960ed768d3571512877d2a6f1430da56b888d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:42:21.499Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:42:21.499Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:42:27.082Z] $ docker stop --time=1 fce46718506c13eaa1c809c7396960ed768d3571512877d2a6f1430da56b888d [2020-10-16T06:42:28.447Z] $ docker rm -f fce46718506c13eaa1c809c7396960ed768d3571512877d2a6f1430da56b888d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:42:28.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:42:28.968Z] . [Pipeline] withDockerContainer [2020-10-16T06:42:29.083Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:42:29.140Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:42:29.972Z] $ docker top 223c06639b4fba0a240449cf3b2becf1edfd08357a2e78c88eab8be109e99c33 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:42:30.540Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:42:30.540Z] + tee [2020-10-16T06:42:30.540Z] clair timeout 1m0s [2020-10-16T06:42:30.540Z] docker timeout: 1m0s [2020-10-16T06:42:30.540Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:42:31.578Z] $ docker stop --time=1 223c06639b4fba0a240449cf3b2becf1edfd08357a2e78c88eab8be109e99c33 [2020-10-16T06:42:32.955Z] $ docker rm -f 223c06639b4fba0a240449cf3b2becf1edfd08357a2e78c88eab8be109e99c33 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:42:33.450Z] + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo [2020-10-16T06:42:33.464Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-core-data-go-arm64_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step [2020-10-16T06:42:33.513Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:42:33.868Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:42:33.868Z] . [Pipeline] withDockerContainer [2020-10-16T06:42:33.972Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:42:34.025Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:42:34.736Z] $ docker top 43c69ffc02c6aaf8f85a96b0d85ce70b81602ccadd33ba4d559d4d8decd8f822 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:42:35.292Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:42:35.292Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:42:37.990Z] $ docker stop --time=1 43c69ffc02c6aaf8f85a96b0d85ce70b81602ccadd33ba4d559d4d8decd8f822 [2020-10-16T06:42:39.338Z] $ docker rm -f 43c69ffc02c6aaf8f85a96b0d85ce70b81602ccadd33ba4d559d4d8decd8f822 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:42:39.809Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:42:39.809Z] . [Pipeline] withDockerContainer [2020-10-16T06:42:39.911Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:42:39.958Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:42:40.582Z] $ docker top 54d0c8e677b13f78b8b8c0f56c8a196e606165dab73b52017e46cc54ef52364a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:42:41.094Z] + + tee/klar [2020-10-16T06:42:41.094Z] nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:42:41.094Z] clair timeout 1m0s [2020-10-16T06:42:41.094Z] docker timeout: 1m0s [2020-10-16T06:42:41.094Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:42:41.798Z] $ docker stop --time=1 54d0c8e677b13f78b8b8c0f56c8a196e606165dab73b52017e46cc54ef52364a [2020-10-16T06:42:43.202Z] $ docker rm -f 54d0c8e677b13f78b8b8c0f56c8a196e606165dab73b52017e46cc54ef52364a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:42:43.698Z] + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo [2020-10-16T06:42:43.712Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-core-metadata-go-arm64_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step [2020-10-16T06:42:43.763Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:42:44.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:42:44.108Z] . [Pipeline] withDockerContainer [2020-10-16T06:42:44.216Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:42:44.268Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:42:44.907Z] $ docker top ed1fa31562e18a9b6187924dcd058a16492b3fb0786b43cd2c7bfadfbd4dc878 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:42:45.432Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:42:45.432Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:42:49.798Z] $ docker stop --time=1 ed1fa31562e18a9b6187924dcd058a16492b3fb0786b43cd2c7bfadfbd4dc878 [2020-10-16T06:42:51.137Z] $ docker rm -f ed1fa31562e18a9b6187924dcd058a16492b3fb0786b43cd2c7bfadfbd4dc878 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:42:51.608Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:42:51.608Z] . [Pipeline] withDockerContainer [2020-10-16T06:42:51.711Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:42:51.758Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:42:52.379Z] $ docker top 5c3a8306eab0c6ad6ebc27a40191ec61c9c869a9343eb06b93623d364c9626b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:42:52.922Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:42:52.922Z] + tee [2020-10-16T06:42:52.922Z] clair timeout 1m0s [2020-10-16T06:42:52.922Z] docker timeout: 1m0s [2020-10-16T06:42:52.922Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:42:54.020Z] $ docker stop --time=1 5c3a8306eab0c6ad6ebc27a40191ec61c9c869a9343eb06b93623d364c9626b0 [2020-10-16T06:42:55.363Z] $ docker rm -f 5c3a8306eab0c6ad6ebc27a40191ec61c9c869a9343eb06b93623d364c9626b0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:42:55.848Z] + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo [2020-10-16T06:42:55.860Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step [2020-10-16T06:42:55.906Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:42:56.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:42:56.247Z] . [Pipeline] withDockerContainer [2020-10-16T06:42:56.350Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:42:56.391Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:42:56.992Z] $ docker top 40b613f31654094e9d2263796f262f5641114e27fb96cbc190f578ea30f869e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:42:57.505Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:42:57.505Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:43:04.258Z] $ docker stop --time=1 40b613f31654094e9d2263796f262f5641114e27fb96cbc190f578ea30f869e7 [2020-10-16T06:43:05.705Z] $ docker rm -f 40b613f31654094e9d2263796f262f5641114e27fb96cbc190f578ea30f869e7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:43:06.189Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:43:06.189Z] . [Pipeline] withDockerContainer [2020-10-16T06:43:06.289Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:43:06.335Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:43:07.063Z] $ docker top d6b84b80308b635cf109129deb1608f750d47f0f5b5d74a59f3d0f73fb453a25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:43:07.618Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:43:07.618Z] + tee [2020-10-16T06:43:07.618Z] clair timeout 1m0s [2020-10-16T06:43:07.618Z] docker timeout: 1m0s [2020-10-16T06:43:07.618Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:43:09.136Z] $ docker stop --time=1 d6b84b80308b635cf109129deb1608f750d47f0f5b5d74a59f3d0f73fb453a25 [2020-10-16T06:43:10.477Z] $ docker rm -f d6b84b80308b635cf109129deb1608f750d47f0f5b5d74a59f3d0f73fb453a25 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:43:10.937Z] + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo [2020-10-16T06:43:10.952Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step [2020-10-16T06:43:11.006Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:43:11.347Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:43:11.347Z] . [Pipeline] withDockerContainer [2020-10-16T06:43:11.453Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:43:11.506Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:43:12.130Z] $ docker top 2795539f098a86abff9535fbb8899d6ef5461fe3dbd10369aa87e8509acfaab1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:43:12.666Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:43:12.666Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:43:21.015Z] $ docker stop --time=1 2795539f098a86abff9535fbb8899d6ef5461fe3dbd10369aa87e8509acfaab1 [2020-10-16T06:43:22.377Z] $ docker rm -f 2795539f098a86abff9535fbb8899d6ef5461fe3dbd10369aa87e8509acfaab1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:43:22.859Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:43:22.860Z] . [Pipeline] withDockerContainer [2020-10-16T06:43:22.969Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:43:23.019Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:43:23.719Z] $ docker top ed76277f42bb97a4df43c421c8cc09eaa6f33bec6967f393f20f1ecbf7674352 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:43:24.332Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:43:24.332Z] + tee [2020-10-16T06:43:24.332Z] clair timeout 1m0s [2020-10-16T06:43:24.332Z] docker timeout: 1m0s [2020-10-16T06:43:24.332Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:43:25.839Z] $ docker stop --time=1 ed76277f42bb97a4df43c421c8cc09eaa6f33bec6967f393f20f1ecbf7674352 [2020-10-16T06:43:27.205Z] $ docker rm -f ed76277f42bb97a4df43c421c8cc09eaa6f33bec6967f393f20f1ecbf7674352 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:43:27.677Z] + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo [2020-10-16T06:43:27.691Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step [2020-10-16T06:43:27.741Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:43:28.082Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:43:28.082Z] . [Pipeline] withDockerContainer [2020-10-16T06:43:28.187Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:43:28.233Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:43:28.909Z] $ docker top 0abffdedcc1acdc865cf7890d0b822243d34a1e9c97c24520261d60acef7ba69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:43:29.417Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:43:29.417Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:43:32.884Z] $ docker stop --time=1 0abffdedcc1acdc865cf7890d0b822243d34a1e9c97c24520261d60acef7ba69 [2020-10-16T06:43:34.219Z] $ docker rm -f 0abffdedcc1acdc865cf7890d0b822243d34a1e9c97c24520261d60acef7ba69 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:43:34.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:43:34.735Z] . [Pipeline] withDockerContainer [2020-10-16T06:43:34.835Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:43:35.641Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:43:36.324Z] $ docker top 8d7d540a29779aa2e6a4f316fde2af4982313f5600786b57c820ddd914859d38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:43:36.876Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:43:36.876Z] + tee [2020-10-16T06:43:36.876Z] clair timeout 1m0s [2020-10-16T06:43:36.876Z] docker timeout: 1m0s [2020-10-16T06:43:36.876Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:43:37.568Z] $ docker stop --time=1 8d7d540a29779aa2e6a4f316fde2af4982313f5600786b57c820ddd914859d38 [2020-10-16T06:43:38.946Z] $ docker rm -f 8d7d540a29779aa2e6a4f316fde2af4982313f5600786b57c820ddd914859d38 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:43:39.537Z] + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo [2020-10-16T06:43:39.550Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-support-logging-go-arm64_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step [2020-10-16T06:43:39.600Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:43:39.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:43:39.944Z] . [Pipeline] withDockerContainer [2020-10-16T06:43:40.044Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:43:40.091Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:43:40.772Z] $ docker top e63915688c6078d9846a04e09f948cbdcc2c9c5192943e77ddeedd718fabea17 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:43:41.349Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:43:41.350Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:43:46.786Z] $ docker stop --time=1 e63915688c6078d9846a04e09f948cbdcc2c9c5192943e77ddeedd718fabea17 [2020-10-16T06:43:48.152Z] $ docker rm -f e63915688c6078d9846a04e09f948cbdcc2c9c5192943e77ddeedd718fabea17 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:43:48.636Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:43:48.636Z] . [Pipeline] withDockerContainer [2020-10-16T06:43:48.739Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:43:48.786Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:43:49.436Z] $ docker top baad847a00bc25631703a5d10cfc45cfa9360bf4726bd148d5e98eb0b07a22a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:43:49.962Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:43:49.962Z] + tee [2020-10-16T06:43:49.962Z] clair timeout 1m0s [2020-10-16T06:43:49.962Z] docker timeout: 1m0s [2020-10-16T06:43:49.962Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:43:51.036Z] $ docker stop --time=1 baad847a00bc25631703a5d10cfc45cfa9360bf4726bd148d5e98eb0b07a22a0 [2020-10-16T06:43:52.422Z] $ docker rm -f baad847a00bc25631703a5d10cfc45cfa9360bf4726bd148d5e98eb0b07a22a0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:43:52.935Z] + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo [2020-10-16T06:43:52.948Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-support-notifications-go-arm64_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step [2020-10-16T06:43:52.999Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:43:53.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:43:53.338Z] . [Pipeline] withDockerContainer [2020-10-16T06:43:53.445Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:43:53.491Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:43:54.175Z] $ docker top 5dbf0d44574a91ec55a403a5eae3fbcb5ff63c10ae7bec727ab8e92dffdd2473 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:43:54.795Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:43:54.795Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:43:57.523Z] $ docker stop --time=1 5dbf0d44574a91ec55a403a5eae3fbcb5ff63c10ae7bec727ab8e92dffdd2473 [2020-10-16T06:43:58.880Z] $ docker rm -f 5dbf0d44574a91ec55a403a5eae3fbcb5ff63c10ae7bec727ab8e92dffdd2473 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:43:59.382Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:43:59.382Z] . [Pipeline] withDockerContainer [2020-10-16T06:43:59.486Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:43:59.532Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:44:00.286Z] $ docker top a8ae97868afe6fe4d1d28ced676933c8a508b31bf512dabafb7e37ed248ea3de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:44:00.890Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:44:00.890Z] + tee [2020-10-16T06:44:00.890Z] clair timeout 1m0s [2020-10-16T06:44:00.890Z] docker timeout: 1m0s [2020-10-16T06:44:00.890Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:44:01.573Z] $ docker stop --time=1 a8ae97868afe6fe4d1d28ced676933c8a508b31bf512dabafb7e37ed248ea3de [2020-10-16T06:44:02.928Z] $ docker rm -f a8ae97868afe6fe4d1d28ced676933c8a508b31bf512dabafb7e37ed248ea3de [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:44:03.394Z] + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo [2020-10-16T06:44:03.409Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-support-scheduler-go-arm64_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step [2020-10-16T06:44:03.461Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:44:03.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:44:03.821Z] . [Pipeline] withDockerContainer [2020-10-16T06:44:03.924Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:44:03.972Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:44:04.581Z] $ docker top d673d9c505346b20b01dce5ac4d3a5262c73b45ecd3f293fbb9f12c863cd5103 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:44:05.099Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:44:05.100Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:44:20.255Z] $ docker stop --time=1 d673d9c505346b20b01dce5ac4d3a5262c73b45ecd3f293fbb9f12c863cd5103 [2020-10-16T06:44:21.640Z] $ docker rm -f d673d9c505346b20b01dce5ac4d3a5262c73b45ecd3f293fbb9f12c863cd5103 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:44:22.103Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T06:44:22.103Z] . [Pipeline] withDockerContainer [2020-10-16T06:44:22.225Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:44:22.270Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T06:44:22.948Z] $ docker top 62d001a90a6a622f98d8e647358297046741c0e5fdcccf1eed77d7d9ebb497e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T06:44:23.523Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f108a71e15710a3809797859c322b04b13103843 [2020-10-16T06:44:23.523Z] + tee [2020-10-16T06:44:23.523Z] clair timeout 1m0s [2020-10-16T06:44:23.523Z] docker timeout: 1m0s [2020-10-16T06:44:23.523Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T06:44:25.043Z] $ docker stop --time=1 62d001a90a6a622f98d8e647358297046741c0e5fdcccf1eed77d7d9ebb497e1 [2020-10-16T06:44:26.465Z] $ docker rm -f 62d001a90a6a622f98d8e647358297046741c0e5fdcccf1eed77d7d9ebb497e1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:44:26.964Z] + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo [2020-10-16T06:44:26.979Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step [2020-10-16T06:44:27.031Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-16T06:44:27.464Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T06:44:27.525Z] provisioning config files... [2020-10-16T06:44:27.542Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/191@tmp/config3546144200771820136tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:44:27.914Z] --> edgex-publish-swagger.sh [2020-10-16T06:44:27.914Z] === Publish openapi/v1 API === [2020-10-16T06:44:27.914Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-16T06:44:27.914Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-16T06:44:27.914Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T06:44:27.914Z] Dload Upload Total Spent Left Speed [2020-10-16T06:44:29.305Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9343 0:00:01 0:00:01 --:--:-- 9343 100 10521 0 0 100 10521 0 9342 0:00:01 0:00:01 --:--:-- 9343 [2020-10-16T06:44:29.305Z] [2020-10-16T06:44:29.305Z] [2020-10-16T06:44:29.305Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-16T06:44:29.305Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T06:44:29.305Z] Dload Upload Total Spent Left Speed [2020-10-16T06:44:30.253Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 29894 0:00:01 0:00:01 --:--:-- 29922 100 32556 0 0 100 32556 0 29888 0:00:01 0:00:01 --:--:-- 29895 [2020-10-16T06:44:30.253Z] [2020-10-16T06:44:30.253Z] [2020-10-16T06:44:30.253Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-16T06:44:30.253Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T06:44:30.253Z] Dload Upload Total Spent Left Speed [2020-10-16T06:44:31.201Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 64215 0:00:01 0:00:01 --:--:-- 64272 100 73720 0 0 100 73720 0 64202 0:00:01 0:00:01 --:--:-- 64216 [2020-10-16T06:44:31.201Z] [2020-10-16T06:44:31.201Z] [2020-10-16T06:44:31.201Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-16T06:44:31.201Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T06:44:31.201Z] Dload Upload Total Spent Left Speed [2020-10-16T06:44:32.592Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12428 0:00:01 0:00:01 --:--:-- 12435 100 13580 0 0 100 13580 0 12426 0:00:01 0:00:01 --:--:-- 12435 [2020-10-16T06:44:32.592Z] [2020-10-16T06:44:32.592Z] [2020-10-16T06:44:32.592Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-16T06:44:32.592Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T06:44:32.592Z] Dload Upload Total Spent Left Speed [2020-10-16T06:44:33.538Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34527 0:00:01 0:00:01 --:--:-- 34537 100 38889 0 0 100 38889 0 34521 0:00:01 0:00:01 --:--:-- 34537 [2020-10-16T06:44:33.538Z] [2020-10-16T06:44:33.538Z] [2020-10-16T06:44:33.538Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-16T06:44:33.538Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T06:44:33.538Z] Dload Upload Total Spent Left Speed [2020-10-16T06:44:34.926Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13470 0:00:01 0:00:01 --:--:-- 13479 100 14248 0 0 100 14248 0 13468 0:00:01 0:00:01 --:--:-- 13479 [2020-10-16T06:44:34.926Z] [2020-10-16T06:44:34.926Z] [2020-10-16T06:44:34.926Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-16T06:44:34.927Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T06:44:34.927Z] Dload Upload Total Spent Left Speed [2020-10-16T06:44:35.873Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3801 0:00:01 0:00:01 --:--:-- 3804 100 4109 0 0 100 4109 0 3801 0:00:01 0:00:01 --:--:-- 3804 [2020-10-16T06:44:35.874Z] [2020-10-16T06:44:35.874Z] [2020-10-16T06:44:35.874Z] === Publish openapi/v2 API === [2020-10-16T06:44:35.874Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-16T06:44:35.874Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-16T06:44:35.874Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T06:44:35.874Z] Dload Upload Total Spent Left Speed [2020-10-16T06:44:37.087Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29393 0 0 100 29393 0 24500 0:00:01 0:00:01 --:--:-- 24494 100 29393 0 0 100 29393 0 22421 0:00:01 0:00:01 --:--:-- 22420 [2020-10-16T06:44:37.087Z] [2020-10-16T06:44:37.087Z] [2020-10-16T06:44:37.087Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-16T06:44:37.087Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T06:44:37.087Z] Dload Upload Total Spent Left Speed [2020-10-16T06:44:38.480Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65313 0 0 100 65313 0 54429 0:00:01 0:00:01 --:--:-- 54472 100 65313 0 0 100 65313 0 46919 0:00:01 0:00:01 --:--:-- 46953 [2020-10-16T06:44:38.480Z] [2020-10-16T06:44:38.480Z] [2020-10-16T06:44:38.480Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-16T06:44:38.480Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T06:44:38.480Z] Dload Upload Total Spent Left Speed [2020-10-16T06:44:39.870Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 103k 0:00:01 0:00:01 --:--:-- 104k 100 118k 0 0 100 118k 0 103k 0:00:01 0:00:01 --:--:-- 104k [2020-10-16T06:44:39.870Z] [2020-10-16T06:44:39.870Z] [2020-10-16T06:44:39.870Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-16T06:44:39.870Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T06:44:39.870Z] Dload Upload Total Spent Left Speed [2020-10-16T06:44:40.817Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23547 0 0 100 23547 0 21462 0:00:01 0:00:01 --:--:-- 21484 100 23547 0 0 100 23547 0 21458 0:00:01 0:00:01 --:--:-- 21464 [2020-10-16T06:44:40.817Z] [2020-10-16T06:44:40.817Z] [2020-10-16T06:44:40.817Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-16T06:44:40.817Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T06:44:40.817Z] Dload Upload Total Spent Left Speed [2020-10-16T06:44:41.762Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62547 0 0 100 62547 0 54853 0:00:01 0:00:01 --:--:-- 54865 [2020-10-16T06:44:42.024Z] [2020-10-16T06:44:42.024Z] [2020-10-16T06:44:42.024Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-16T06:44:42.024Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T06:44:42.024Z] Dload Upload Total Spent Left Speed [2020-10-16T06:44:42.969Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46054 0 0 100 46054 0 40775 0:00:01 0:00:01 --:--:-- 40755 100 46054 0 0 100 46054 0 40767 0:00:01 0:00:01 --:--:-- 40755 [2020-10-16T06:44:42.969Z] [2020-10-16T06:44:42.969Z] [2020-10-16T06:44:42.969Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-16T06:44:42.969Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T06:44:42.969Z] Dload Upload Total Spent Left Speed [2020-10-16T06:44:44.357Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 20114 0:00:01 0:00:01 --:--:-- 20122 100 23725 0 0 100 23725 0 20111 0:00:01 0:00:01 --:--:-- 20122 [2020-10-16T06:44:44.357Z] [2020-10-16T06:44:44.357Z] [Pipeline] } [2020-10-16T06:44:44.367Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:44:45.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T06:44:45.260Z] . [Pipeline] withDockerContainer [2020-10-16T06:44:45.367Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:44:45.416Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T06:44:46.170Z] $ docker top 50d65cd3e06bf7c93f89f4ce9f49ae9062967cf4e4a0e6d9c760a05004af7d1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T06:44:46.484Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T06:44:46.484Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T06:44:46.711Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T06:44:46.715Z] $ docker exec 50d65cd3e06bf7c93f89f4ce9f49ae9062967cf4e4a0e6d9c760a05004af7d1c ssh-agent [2020-10-16T06:44:46.888Z] SSH_AUTH_SOCK=/tmp/ssh-SrviNBEJwzI9/agent.11 [2020-10-16T06:44:46.888Z] SSH_AGENT_PID=16 [2020-10-16T06:44:46.900Z] Running ssh-add (command line suppressed) [2020-10-16T06:44:47.048Z] Identity added: /w/workspace/edgex-go/191@tmp/private_key_7593003009322381819.key (/w/workspace/edgex-go/191@tmp/private_key_7593003009322381819.key) [2020-10-16T06:44:47.106Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T06:44:47.437Z] + git semver tag [2020-10-16T06:44:47.698Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T06:44:47.698Z] # $GIT_DIR = /w/workspace/edgex-go/191/.git [2020-10-16T06:44:47.698Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/191 [2020-10-16T06:44:47.698Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T06:44:47.698Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T06:44:47.698Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T06:44:47.698Z] # $SEMVER_BRANCH = master [2020-10-16T06:44:47.698Z] # $SEMVER_DIR = /w/workspace/edgex-go/191/.semver [2020-10-16T06:44:47.698Z] # f108a71e15710a3809797859c322b04b13103843 HEAD [2020-10-16T06:44:47.961Z] # -> Force: false [2020-10-16T06:44:48.223Z] # 2fc0003f12e0138deee6f9fdd89fa492b29b1533 refs/tags/v1.2.2-dev.75 [Pipeline] } [2020-10-16T06:44:48.235Z] $ docker exec --env ******** --env ******** 50d65cd3e06bf7c93f89f4ce9f49ae9062967cf4e4a0e6d9c760a05004af7d1c ssh-agent -k [2020-10-16T06:44:48.392Z] unset SSH_AUTH_SOCK; [2020-10-16T06:44:48.392Z] unset SSH_AGENT_PID; [2020-10-16T06:44:48.392Z] echo Agent pid 16 killed; [2020-10-16T06:44:48.456Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T06:44:48.902Z] + git semver [Pipeline] } [2020-10-16T06:44:48.920Z] $ docker stop --time=1 50d65cd3e06bf7c93f89f4ce9f49ae9062967cf4e4a0e6d9c760a05004af7d1c [2020-10-16T06:44:50.282Z] $ docker rm -f 50d65cd3e06bf7c93f89f4ce9f49ae9062967cf4e4a0e6d9c760a05004af7d1c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:44:50.914Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T06:44:50.914Z] [2020-10-16T06:44:50.914Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:44:51.257Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T06:44:51.258Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-16T06:44:51.258Z] ab5ef0e58194: Pulling fs layer [2020-10-16T06:44:51.258Z] 9712f1f96733: Pulling fs layer [2020-10-16T06:44:51.258Z] 63f879dbbcfc: Pulling fs layer [2020-10-16T06:44:51.258Z] 0d9ebad4ef96: Pulling fs layer [2020-10-16T06:44:51.258Z] e9a5061849ea: Pulling fs layer [2020-10-16T06:44:51.258Z] d747dcd14b5f: Pulling fs layer [2020-10-16T06:44:51.258Z] 2de7ff778b66: Pulling fs layer [2020-10-16T06:44:51.258Z] e9a5061849ea: Waiting [2020-10-16T06:44:51.258Z] d747dcd14b5f: Waiting [2020-10-16T06:44:51.258Z] 2de7ff778b66: Waiting [2020-10-16T06:44:51.258Z] 0d9ebad4ef96: Waiting [2020-10-16T06:44:51.258Z] 9712f1f96733: Download complete [2020-10-16T06:44:53.220Z] 63f879dbbcfc: Verifying Checksum [2020-10-16T06:44:53.220Z] 63f879dbbcfc: Download complete [2020-10-16T06:44:53.518Z] e9a5061849ea: Verifying Checksum [2020-10-16T06:44:53.518Z] e9a5061849ea: Download complete [2020-10-16T06:44:53.518Z] d747dcd14b5f: Download complete [2020-10-16T06:44:53.847Z] 2de7ff778b66: Verifying Checksum [2020-10-16T06:44:53.847Z] 2de7ff778b66: Download complete [2020-10-16T06:44:54.109Z] ab5ef0e58194: Verifying Checksum [2020-10-16T06:44:54.109Z] ab5ef0e58194: Download complete [2020-10-16T06:44:54.109Z] 0d9ebad4ef96: Verifying Checksum [2020-10-16T06:44:54.109Z] 0d9ebad4ef96: Download complete [2020-10-16T06:44:58.343Z] ab5ef0e58194: Pull complete [2020-10-16T06:44:58.343Z] 9712f1f96733: Pull complete [2020-10-16T06:45:01.663Z] 63f879dbbcfc: Pull complete [2020-10-16T06:45:07.050Z] 0d9ebad4ef96: Pull complete [2020-10-16T06:45:10.360Z] e9a5061849ea: Pull complete [2020-10-16T06:45:10.360Z] d747dcd14b5f: Pull complete [2020-10-16T06:45:12.919Z] 2de7ff778b66: Pull complete [2020-10-16T06:45:12.919Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-16T06:45:12.919Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T06:45:12.919Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-16T06:45:13.104Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:45:13.152Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-16T06:45:16.563Z] $ docker top 0c1af60d000c97725fb45275a3d57a56a7f6fcd22c109064cf86aec2f73a4f69 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-16T06:45:16.855Z] provisioning config files... [2020-10-16T06:45:16.866Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/191@tmp/config1592852266768045747tmp [2020-10-16T06:45:16.882Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/191@tmp/config6838595589683894174tmp [2020-10-16T06:45:16.903Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/191@tmp/config1011365298221948441tmp [Pipeline] { [Pipeline] echo [2020-10-16T06:45:16.961Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:45:17.260Z] ---> sigul-configuration.sh [2020-10-16T06:45:17.260Z] gpg: directory `/root/.gnupg' created [2020-10-16T06:45:17.260Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-16T06:45:17.260Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-16T06:45:17.260Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-16T06:45:17.260Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-16T06:45:17.261Z] gpg: CAST5 encrypted data [2020-10-16T06:45:17.522Z] gpg: encrypted with 1 passphrase [2020-10-16T06:45:17.522Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-16T06:45:17.822Z] + mkdir /home/jenkins [2020-10-16T06:45:17.823Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-16T06:45:18.121Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-10-16T06:45:18.133Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:45:18.434Z] ---> sigul-install.sh [2020-10-16T06:45:25.033Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-16T06:45:25.331Z] + git tag --list [2020-10-16T06:45:25.331Z] 0.6.0 [2020-10-16T06:45:25.331Z] 0.6.1 [2020-10-16T06:45:25.331Z] 0.7.0 [2020-10-16T06:45:25.331Z] 0.7.1 [2020-10-16T06:45:25.331Z] v1.0.0 [2020-10-16T06:45:25.331Z] v1.0.1 [2020-10-16T06:45:25.331Z] v1.1.0 [2020-10-16T06:45:25.331Z] v1.2.0 [2020-10-16T06:45:25.331Z] v1.2.1 [2020-10-16T06:45:25.331Z] v1.2.2-dev.1 [2020-10-16T06:45:25.331Z] v1.2.2-dev.10 [2020-10-16T06:45:25.331Z] v1.2.2-dev.11 [2020-10-16T06:45:25.331Z] v1.2.2-dev.12 [2020-10-16T06:45:25.331Z] v1.2.2-dev.13 [2020-10-16T06:45:25.331Z] v1.2.2-dev.14 [2020-10-16T06:45:25.331Z] v1.2.2-dev.15 [2020-10-16T06:45:25.331Z] v1.2.2-dev.16 [2020-10-16T06:45:25.331Z] v1.2.2-dev.17 [2020-10-16T06:45:25.331Z] v1.2.2-dev.18 [2020-10-16T06:45:25.331Z] v1.2.2-dev.19 [2020-10-16T06:45:25.331Z] v1.2.2-dev.2 [2020-10-16T06:45:25.331Z] v1.2.2-dev.20 [2020-10-16T06:45:25.331Z] v1.2.2-dev.21 [2020-10-16T06:45:25.331Z] v1.2.2-dev.22 [2020-10-16T06:45:25.331Z] v1.2.2-dev.23 [2020-10-16T06:45:25.331Z] v1.2.2-dev.24 [2020-10-16T06:45:25.331Z] v1.2.2-dev.25 [2020-10-16T06:45:25.331Z] v1.2.2-dev.26 [2020-10-16T06:45:25.331Z] v1.2.2-dev.27 [2020-10-16T06:45:25.331Z] v1.2.2-dev.28 [2020-10-16T06:45:25.331Z] v1.2.2-dev.29 [2020-10-16T06:45:25.331Z] v1.2.2-dev.3 [2020-10-16T06:45:25.331Z] v1.2.2-dev.30 [2020-10-16T06:45:25.331Z] v1.2.2-dev.31 [2020-10-16T06:45:25.331Z] v1.2.2-dev.32 [2020-10-16T06:45:25.331Z] v1.2.2-dev.33 [2020-10-16T06:45:25.331Z] v1.2.2-dev.34 [2020-10-16T06:45:25.331Z] v1.2.2-dev.35 [2020-10-16T06:45:25.331Z] v1.2.2-dev.36 [2020-10-16T06:45:25.331Z] v1.2.2-dev.37 [2020-10-16T06:45:25.331Z] v1.2.2-dev.38 [2020-10-16T06:45:25.331Z] v1.2.2-dev.39 [2020-10-16T06:45:25.331Z] v1.2.2-dev.4 [2020-10-16T06:45:25.331Z] v1.2.2-dev.40 [2020-10-16T06:45:25.331Z] v1.2.2-dev.41 [2020-10-16T06:45:25.331Z] v1.2.2-dev.42 [2020-10-16T06:45:25.331Z] v1.2.2-dev.43 [2020-10-16T06:45:25.331Z] v1.2.2-dev.44 [2020-10-16T06:45:25.331Z] v1.2.2-dev.45 [2020-10-16T06:45:25.331Z] v1.2.2-dev.46 [2020-10-16T06:45:25.331Z] v1.2.2-dev.47 [2020-10-16T06:45:25.331Z] v1.2.2-dev.48 [2020-10-16T06:45:25.331Z] v1.2.2-dev.49 [2020-10-16T06:45:25.331Z] v1.2.2-dev.5 [2020-10-16T06:45:25.331Z] v1.2.2-dev.50 [2020-10-16T06:45:25.331Z] v1.2.2-dev.51 [2020-10-16T06:45:25.331Z] v1.2.2-dev.52 [2020-10-16T06:45:25.331Z] v1.2.2-dev.53 [2020-10-16T06:45:25.331Z] v1.2.2-dev.54 [2020-10-16T06:45:25.331Z] v1.2.2-dev.55 [2020-10-16T06:45:25.331Z] v1.2.2-dev.56 [2020-10-16T06:45:25.331Z] v1.2.2-dev.57 [2020-10-16T06:45:25.331Z] v1.2.2-dev.58 [2020-10-16T06:45:25.331Z] v1.2.2-dev.59 [2020-10-16T06:45:25.331Z] v1.2.2-dev.6 [2020-10-16T06:45:25.331Z] v1.2.2-dev.60 [2020-10-16T06:45:25.331Z] v1.2.2-dev.61 [2020-10-16T06:45:25.331Z] v1.2.2-dev.62 [2020-10-16T06:45:25.331Z] v1.2.2-dev.63 [2020-10-16T06:45:25.331Z] v1.2.2-dev.64 [2020-10-16T06:45:25.331Z] v1.2.2-dev.65 [2020-10-16T06:45:25.331Z] v1.2.2-dev.66 [2020-10-16T06:45:25.331Z] v1.2.2-dev.67 [2020-10-16T06:45:25.331Z] v1.2.2-dev.68 [2020-10-16T06:45:25.331Z] v1.2.2-dev.69 [2020-10-16T06:45:25.331Z] v1.2.2-dev.7 [2020-10-16T06:45:25.331Z] v1.2.2-dev.70 [2020-10-16T06:45:25.331Z] v1.2.2-dev.71 [2020-10-16T06:45:25.331Z] v1.2.2-dev.72 [2020-10-16T06:45:25.331Z] v1.2.2-dev.73 [2020-10-16T06:45:25.331Z] v1.2.2-dev.74 [2020-10-16T06:45:25.331Z] v1.2.2-dev.75 [2020-10-16T06:45:25.331Z] v1.2.2-dev.8 [2020-10-16T06:45:25.331Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-16T06:45:25.627Z] + lftools sign git-tag v1.2.2-dev.75 [2020-10-16T06:45:27.018Z] Signing Git tag with Sigul... [2020-10-16T06:45:27.018Z] Signing v1.2.2-dev.75 [Pipeline] echo [2020-10-16T06:45:27.975Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:45:28.274Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-16T06:45:28.284Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-16T06:45:28.376Z] $ docker stop --time=1 0c1af60d000c97725fb45275a3d57a56a7f6fcd22c109064cf86aec2f73a4f69 [2020-10-16T06:45:30.392Z] $ docker rm -f 0c1af60d000c97725fb45275a3d57a56a7f6fcd22c109064cf86aec2f73a4f69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:45:31.317Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T06:45:31.317Z] . [Pipeline] withDockerContainer [2020-10-16T06:45:31.423Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:45:31.473Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T06:45:32.168Z] $ docker top 995bbb56c18e315c9048af43fd9a0e1bd5e04e1739557d8865ff1dbc4983c38c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T06:45:32.547Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T06:45:32.548Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T06:45:32.769Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T06:45:32.773Z] $ docker exec 995bbb56c18e315c9048af43fd9a0e1bd5e04e1739557d8865ff1dbc4983c38c ssh-agent [2020-10-16T06:45:32.957Z] SSH_AUTH_SOCK=/tmp/ssh-HJCTe3zBGmYq/agent.12 [2020-10-16T06:45:32.957Z] SSH_AGENT_PID=18 [2020-10-16T06:45:32.966Z] Running ssh-add (command line suppressed) [2020-10-16T06:45:33.109Z] Identity added: /w/workspace/edgex-go/191@tmp/private_key_3221569425216361432.key (/w/workspace/edgex-go/191@tmp/private_key_3221569425216361432.key) [2020-10-16T06:45:33.168Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T06:45:33.518Z] + git semver bump pre [2020-10-16T06:45:33.518Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T06:45:33.518Z] # $GIT_DIR = /w/workspace/edgex-go/191/.git [2020-10-16T06:45:33.518Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/191 [2020-10-16T06:45:33.518Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T06:45:33.518Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T06:45:33.518Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T06:45:33.518Z] # $SEMVER_BRANCH = master [2020-10-16T06:45:33.518Z] # $SEMVER_DIR = /w/workspace/edgex-go/191/.semver [2020-10-16T06:45:33.518Z] 1.2.2-dev.76 [Pipeline] } [2020-10-16T06:45:33.532Z] $ docker exec --env ******** --env ******** 995bbb56c18e315c9048af43fd9a0e1bd5e04e1739557d8865ff1dbc4983c38c ssh-agent -k [2020-10-16T06:45:33.680Z] unset SSH_AUTH_SOCK; [2020-10-16T06:45:33.681Z] unset SSH_AGENT_PID; [2020-10-16T06:45:33.681Z] echo Agent pid 18 killed; [2020-10-16T06:45:33.740Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T06:45:34.241Z] + git semver [Pipeline] } [2020-10-16T06:45:34.259Z] $ docker stop --time=1 995bbb56c18e315c9048af43fd9a0e1bd5e04e1739557d8865ff1dbc4983c38c [2020-10-16T06:45:35.623Z] $ docker rm -f 995bbb56c18e315c9048af43fd9a0e1bd5e04e1739557d8865ff1dbc4983c38c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:45:36.144Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T06:45:36.144Z] . [Pipeline] withDockerContainer [2020-10-16T06:45:36.247Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:45:36.293Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T06:45:37.012Z] $ docker top ae1184b93fc82d01923b9d09329ac61e97e7767cc65df8e655936b2daad97a33 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T06:45:37.288Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T06:45:37.289Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T06:45:37.481Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T06:45:37.485Z] $ docker exec ae1184b93fc82d01923b9d09329ac61e97e7767cc65df8e655936b2daad97a33 ssh-agent [2020-10-16T06:45:37.663Z] SSH_AUTH_SOCK=/tmp/ssh-exwuimNMIVIP/agent.12 [2020-10-16T06:45:37.663Z] SSH_AGENT_PID=18 [2020-10-16T06:45:37.671Z] Running ssh-add (command line suppressed) [2020-10-16T06:45:37.806Z] Identity added: /w/workspace/edgex-go/191@tmp/private_key_6254000633891990737.key (/w/workspace/edgex-go/191@tmp/private_key_6254000633891990737.key) [2020-10-16T06:45:37.865Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T06:45:38.200Z] + git semver push [2020-10-16T06:45:38.200Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T06:45:38.200Z] # $GIT_DIR = /w/workspace/edgex-go/191/.git [2020-10-16T06:45:38.200Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/191 [2020-10-16T06:45:38.200Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T06:45:38.200Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T06:45:38.200Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T06:45:38.200Z] # $SEMVER_BRANCH = master [2020-10-16T06:45:38.200Z] # $SEMVER_DIR = /w/workspace/edgex-go/191/.semver [Pipeline] } [2020-10-16T06:45:48.232Z] $ docker exec --env ******** --env ******** ae1184b93fc82d01923b9d09329ac61e97e7767cc65df8e655936b2daad97a33 ssh-agent -k [2020-10-16T06:45:48.364Z] unset SSH_AUTH_SOCK; [2020-10-16T06:45:48.364Z] unset SSH_AGENT_PID; [2020-10-16T06:45:48.364Z] echo Agent pid 18 killed; [2020-10-16T06:45:48.411Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T06:45:48.922Z] + git semver [Pipeline] } [2020-10-16T06:45:48.956Z] $ docker stop --time=1 ae1184b93fc82d01923b9d09329ac61e97e7767cc65df8e655936b2daad97a33 [2020-10-16T06:45:50.349Z] $ docker rm -f ae1184b93fc82d01923b9d09329ac61e97e7767cc65df8e655936b2daad97a33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:45:51.510Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:45:52.389Z] ---> package-listing.sh [2020-10-16T06:45:52.389Z] ++ facter osfamily [2020-10-16T06:45:52.389Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-16T06:45:52.390Z] + OS_FAMILY=redhat [2020-10-16T06:45:52.390Z] + workspace=/w/workspace/edgex-go/191 [2020-10-16T06:45:52.390Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-16T06:45:52.390Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-16T06:45:52.390Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-16T06:45:52.390Z] + PACKAGES=/tmp/packages_start.txt [2020-10-16T06:45:52.390Z] + '[' /w/workspace/edgex-go/191 ']' [2020-10-16T06:45:52.390Z] + PACKAGES=/tmp/packages_end.txt [2020-10-16T06:45:52.390Z] + case "${OS_FAMILY}" in [2020-10-16T06:45:52.390Z] + rpm -qa [2020-10-16T06:45:52.390Z] + sort [2020-10-16T06:45:56.612Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-16T06:45:56.612Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-16T06:45:56.612Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-16T06:45:56.612Z] + '[' /w/workspace/edgex-go/191 ']' [2020-10-16T06:45:56.612Z] + mkdir -p /w/workspace/edgex-go/191/archives/ [2020-10-16T06:45:56.612Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/191/archives/ [Pipeline] echo [2020-10-16T06:45:56.626Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/191/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-16T06:45:56.917Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:45:57.221Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T06:45:57.221Z] [2020-10-16T06:45:57.221Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:45:57.560Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T06:45:57.560Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-16T06:45:57.560Z] df20fa9351a1: Already exists [2020-10-16T06:45:57.560Z] 36b3adc4ff6f: Pulling fs layer [2020-10-16T06:45:57.560Z] 8ad3a11d3b57: Pulling fs layer [2020-10-16T06:45:57.560Z] 46f8f816bc3b: Pulling fs layer [2020-10-16T06:45:57.560Z] 93b61091891f: Pulling fs layer [2020-10-16T06:45:57.560Z] 93b9cdb0e59b: Pulling fs layer [2020-10-16T06:45:57.560Z] 5e14af77c1be: Pulling fs layer [2020-10-16T06:45:57.560Z] 01666e4c0597: Pulling fs layer [2020-10-16T06:45:57.560Z] aa168da1d23b: Pulling fs layer [2020-10-16T06:45:57.560Z] 93b61091891f: Waiting [2020-10-16T06:45:57.560Z] 93b9cdb0e59b: Waiting [2020-10-16T06:45:57.560Z] 5e14af77c1be: Waiting [2020-10-16T06:45:57.560Z] 01666e4c0597: Waiting [2020-10-16T06:45:57.560Z] aa168da1d23b: Waiting [2020-10-16T06:45:57.560Z] 46f8f816bc3b: Verifying Checksum [2020-10-16T06:45:57.560Z] 46f8f816bc3b: Download complete [2020-10-16T06:45:57.560Z] 36b3adc4ff6f: Download complete [2020-10-16T06:45:57.822Z] 93b9cdb0e59b: Verifying Checksum [2020-10-16T06:45:57.822Z] 93b9cdb0e59b: Download complete [2020-10-16T06:45:57.822Z] 5e14af77c1be: Verifying Checksum [2020-10-16T06:45:57.822Z] 5e14af77c1be: Download complete [2020-10-16T06:45:57.822Z] 01666e4c0597: Verifying Checksum [2020-10-16T06:45:57.822Z] 01666e4c0597: Download complete [2020-10-16T06:45:57.822Z] 93b61091891f: Verifying Checksum [2020-10-16T06:45:57.822Z] 93b61091891f: Download complete [2020-10-16T06:45:57.822Z] 8ad3a11d3b57: Verifying Checksum [2020-10-16T06:45:57.822Z] 8ad3a11d3b57: Download complete [2020-10-16T06:45:58.086Z] 36b3adc4ff6f: Pull complete [2020-10-16T06:45:58.663Z] 8ad3a11d3b57: Pull complete [2020-10-16T06:45:58.925Z] 46f8f816bc3b: Pull complete [2020-10-16T06:45:59.876Z] aa168da1d23b: Verifying Checksum [2020-10-16T06:45:59.876Z] aa168da1d23b: Download complete [2020-10-16T06:45:59.876Z] 93b61091891f: Pull complete [2020-10-16T06:46:00.448Z] 93b9cdb0e59b: Pull complete [2020-10-16T06:46:00.710Z] 5e14af77c1be: Pull complete [2020-10-16T06:46:00.710Z] 01666e4c0597: Pull complete [2020-10-16T06:46:07.354Z] aa168da1d23b: Pull complete [2020-10-16T06:46:07.354Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-16T06:46:07.354Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T06:46:07.354Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-16T06:46:07.551Z] prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container [2020-10-16T06:46:07.601Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/191/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-16T06:46:10.678Z] $ docker top a4491cb7f750be3a1d1afea5775c2b632ca2deaab97fe697a5c38a533559edd9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T06:46:11.157Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-16T06:46:11.452Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-16T06:46:11.756Z] + ls /var/log/sa-host [2020-10-16T06:46:11.756Z] + sadf -c /var/log/sa-host/sa05 [2020-10-16T06:46:11.756Z] file_magic: OK [2020-10-16T06:46:11.756Z] HZ: Using current value: 100 [2020-10-16T06:46:11.756Z] file_header: OK [2020-10-16T06:46:11.756Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-16T06:46:11.756Z] Statistics: [2020-10-16T06:46:11.756Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T06:46:11.756Z] File successfully converted to sysstat format version 12.2.1 [2020-10-16T06:46:11.756Z] + sadf -c /var/log/sa-host/sa16 [2020-10-16T06:46:11.756Z] file_magic: OK [2020-10-16T06:46:11.756Z] HZ: Using current value: 100 [2020-10-16T06:46:11.756Z] file_header: OK [2020-10-16T06:46:11.756Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-16T06:46:11.756Z] Statistics: [2020-10-16T06:46:11.756Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T06:46:11.756Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T06:46:11.951Z] provisioning config files... [2020-10-16T06:46:11.966Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/191@tmp/config6175002136031077819tmp [Pipeline] { [Pipeline] echo [2020-10-16T06:46:12.129Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:46:12.426Z] ---> create-netrc.sh [Pipeline] } [2020-10-16T06:46:12.435Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-16T06:46:12.521Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:46:12.815Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-16T06:46:12.826Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:46:13.119Z] ---> sudo-logs.sh [2020-10-16T06:46:13.119Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-16T06:46:13.130Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:46:13.425Z] ---> job-cost.sh [2020-10-16T06:46:13.425Z] lf-activate-venv: SKIPPING [2020-10-16T06:46:13.425Z] INFO: No Stack... [2020-10-16T06:46:15.366Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-16T06:46:15.965Z] INFO: Archiving Costs [Pipeline] echo [2020-10-16T06:46:15.978Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:46:16.273Z] ---> logs-deploy.sh [2020-10-16T06:46:16.273Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/191 [2020-10-16T06:46:16.273Z] INFO: archiving workspace using pattern(s): [2020-10-16T06:46:17.659Z] Archives upload complete. [2020-10-16T06:46:17.659Z] INFO: archiving logs to Nexus