Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3180 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/160 [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/160 # 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 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 (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 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 # timeout=10 Commit message: "Merge pull request #2739 from cloudxxx8/issue-2738" > git rev-list --no-walk 4c1a6d2ffbdc3154b41bea1622b22c22abf998aa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-03T04:09:45.627Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-03T04:09:45.903Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-03T04:09:46.012Z] ========================================================= [2020-10-03T04:09:46.012Z] EdgeX Global Pipelines Version Info [2020-10-03T04:09:46.012Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-03T04:09:48.100Z] ------------------- [2020-10-03T04:09:48.100Z] stable info: [2020-10-03T04:09:48.100Z] ------------------- [2020-10-03T04:09:48.100Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-03T04:09:48.100Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-03T04:09:48.100Z] Message: update stable to v1.0.131 [2020-10-03T04:09:49.055Z] ------------------- [2020-10-03T04:09:49.055Z] experimental info: [2020-10-03T04:09:49.055Z] ------------------- [2020-10-03T04:09:49.055Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-03T04:09:49.055Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-03T04:09:49.055Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-03T04:09:49.324Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-03T04:09:49.421Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-03T04:09:49.507Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-03T04:09:49.615Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-03T04:09:49.723Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-03T04:09:49.811Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-03T04:09:49.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-03T04:09:49.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-03T04:09:50.116Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-03T04:09:50.280Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-03T04:09:50.436Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-03T04:09:50.646Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-03T04:09:50.754Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-03T04:09:50.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-03T04:09:51.030Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-03T04:09:51.133Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-03T04:09:51.217Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-03T04:09:51.308Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-03T04:09:51.410Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-03T04:09:51.547Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-03T04:09:51.632Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-03T04:09:51.742Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-03T04:09:51.862Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-03T04:09:51.943Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-03T04:09:52.030Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [Pipeline] echo [2020-10-03T04:09:52.116Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2e2529c [Pipeline] echo [2020-10-03T04:09:52.205Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-03T04:09:52.600Z] ++ 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-03T04:09:52.601Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-03T04:09:52.601Z] ++ dirname cmd/core-command/Dockerfile [2020-10-03T04:09:52.601Z] ++ cut -d/ -f2 [2020-10-03T04:09:52.601Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-03T04:09:52.601Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-03T04:09:52.601Z] ++ dirname cmd/core-data/Dockerfile [2020-10-03T04:09:52.601Z] ++ cut -d/ -f2 [2020-10-03T04:09:52.601Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-03T04:09:52.601Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-03T04:09:52.601Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-03T04:09:52.601Z] ++ cut -d/ -f2 [2020-10-03T04:09:52.601Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-03T04:09:52.601Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-03T04:09:52.601Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-03T04:09:52.601Z] ++ cut -d/ -f2 [2020-10-03T04:09:52.601Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-03T04:09:52.601Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-03T04:09:52.601Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-03T04:09:52.601Z] ++ cut -d/ -f2 [2020-10-03T04:09:52.601Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-03T04:09:52.601Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-03T04:09:52.601Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-03T04:09:52.601Z] ++ cut -d/ -f2 [2020-10-03T04:09:52.601Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-03T04:09:52.601Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-03T04:09:52.601Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-03T04:09:52.601Z] ++ cut -d/ -f2 [2020-10-03T04:09:52.601Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-03T04:09:52.601Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-03T04:09:52.601Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-03T04:09:52.601Z] ++ cut -d/ -f2 [2020-10-03T04:09:52.601Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-03T04:09:52.601Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-03T04:09:52.601Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-03T04:09:52.601Z] ++ cut -d/ -f2 [2020-10-03T04:09:52.601Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-03T04:09:52.601Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-03T04:09:52.601Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-03T04:09:52.601Z] ++ cut -d/ -f2 [2020-10-03T04:09:52.601Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-03T04:09:52.678Z] 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-03T04:09:54.089Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-03T04:09:54.676Z] [2020-10-03T04:09:54.676Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:09:55.080Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-03T04:09:55.362Z] latest: Pulling from edgex-devops/git-semver [2020-10-03T04:09:55.362Z] 31603596830f: Pulling fs layer [2020-10-03T04:09:55.362Z] 2a8b12db71e7: Pulling fs layer [2020-10-03T04:09:55.362Z] 6ca5941a6612: Pulling fs layer [2020-10-03T04:09:55.362Z] ecc8261a40a4: Pulling fs layer [2020-10-03T04:09:55.362Z] ecc8261a40a4: Waiting [2020-10-03T04:09:55.362Z] 2a8b12db71e7: Verifying Checksum [2020-10-03T04:09:55.362Z] 2a8b12db71e7: Download complete [2020-10-03T04:09:55.362Z] 31603596830f: Verifying Checksum [2020-10-03T04:09:55.362Z] 31603596830f: Download complete [2020-10-03T04:09:55.984Z] ecc8261a40a4: Verifying Checksum [2020-10-03T04:09:55.984Z] ecc8261a40a4: Download complete [2020-10-03T04:09:55.984Z] 6ca5941a6612: Verifying Checksum [2020-10-03T04:09:55.984Z] 6ca5941a6612: Download complete [2020-10-03T04:09:55.984Z] 31603596830f: Pull complete [2020-10-03T04:09:56.259Z] 2a8b12db71e7: Pull complete [2020-10-03T04:09:57.717Z] 6ca5941a6612: Pull complete [2020-10-03T04:09:57.981Z] ecc8261a40a4: Pull complete [2020-10-03T04:09:57.981Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-03T04:09:57.981Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-03T04:09:57.981Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-03T04:09:58.134Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:09:58.202Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:10:00.690Z] $ docker top 13f2825b978157ed806e440ec719683d843c5683faece1d076acb2114db8ef9e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-03T04:10:01.085Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-03T04:10:01.085Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-03T04:10:01.436Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-03T04:10:01.443Z] $ docker exec 13f2825b978157ed806e440ec719683d843c5683faece1d076acb2114db8ef9e ssh-agent [2020-10-03T04:10:01.674Z] SSH_AUTH_SOCK=/tmp/ssh-dTAtXZPklCL5/agent.13 [2020-10-03T04:10:01.674Z] SSH_AGENT_PID=19 [2020-10-03T04:10:01.690Z] Running ssh-add (command line suppressed) [2020-10-03T04:10:01.924Z] Identity added: /w/workspace/edgex-go/160@tmp/private_key_334833762639826092.key (/w/workspace/edgex-go/160@tmp/private_key_334833762639826092.key) [2020-10-03T04:10:02.086Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-03T04:10:02.526Z] + git describe --exact-match --tags HEAD [2020-10-03T04:10:02.526Z] fatal: no tag exactly matches '2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2' [Pipeline] } [2020-10-03T04:10:02.576Z] $ docker exec --env ******** --env ******** 13f2825b978157ed806e440ec719683d843c5683faece1d076acb2114db8ef9e ssh-agent -k [2020-10-03T04:10:02.740Z] unset SSH_AUTH_SOCK; [2020-10-03T04:10:02.741Z] unset SSH_AGENT_PID; [2020-10-03T04:10:02.741Z] echo Agent pid 19 killed; [2020-10-03T04:10:02.806Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-03T04:10:02.953Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-03T04:10:02.953Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-03T04:10:03.059Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-03T04:10:03.060Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-03T04:10:03.413Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-03T04:10:03.419Z] $ docker exec 13f2825b978157ed806e440ec719683d843c5683faece1d076acb2114db8ef9e ssh-agent [2020-10-03T04:10:03.657Z] SSH_AUTH_SOCK=/tmp/ssh-AEMDV1G0yNyr/agent.49 [2020-10-03T04:10:03.657Z] SSH_AGENT_PID=55 [2020-10-03T04:10:03.665Z] Running ssh-add (command line suppressed) [2020-10-03T04:10:03.859Z] Identity added: /w/workspace/edgex-go/160@tmp/private_key_6072127409516740204.key (/w/workspace/edgex-go/160@tmp/private_key_6072127409516740204.key) [2020-10-03T04:10:03.927Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-03T04:10:04.278Z] + git semver init [2020-10-03T04:10:04.278Z] # -> Open(): unable to determine branch for HEAD [2020-10-03T04:10:04.278Z] # $GIT_DIR = /w/workspace/edgex-go/160/.git [2020-10-03T04:10:04.278Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/160 [2020-10-03T04:10:04.278Z] # $SEMVER_REMOTE_NAME = origin [2020-10-03T04:10:04.278Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-03T04:10:04.278Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-03T04:10:04.278Z] # $SEMVER_BRANCH = master [2020-10-03T04:10:04.278Z] # $SEMVER_TEMP = /tmp/semver-551901630 [2020-10-03T04:10:04.278Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-03T04:10:31.078Z] # '/tmp/semver-551901630' -> '/w/workspace/edgex-go/160/.semver' [2020-10-03T04:10:31.078Z] # -> Force: false [2020-10-03T04:10:31.078Z] # $SEMVER_DIR = /w/workspace/edgex-go/160/.semver [Pipeline] } [2020-10-03T04:10:31.107Z] $ docker exec --env ******** --env ******** 13f2825b978157ed806e440ec719683d843c5683faece1d076acb2114db8ef9e ssh-agent -k [2020-10-03T04:10:31.390Z] unset SSH_AUTH_SOCK; [2020-10-03T04:10:31.396Z] unset SSH_AGENT_PID; [2020-10-03T04:10:31.396Z] echo Agent pid 55 killed; [2020-10-03T04:10:31.514Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-03T04:10:32.020Z] + git semver [Pipeline] } [2020-10-03T04:10:32.044Z] $ docker stop --time=1 13f2825b978157ed806e440ec719683d843c5683faece1d076acb2114db8ef9e [2020-10-03T04:10:33.857Z] $ docker rm -f 13f2825b978157ed806e440ec719683d843c5683faece1d076acb2114db8ef9e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-03T04:10:52.195Z] Stashed 62 file(s) [Pipeline] echo [2020-10-03T04:10:52.198Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.45 [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-03T04:10:52.786Z] ========================================================= [2020-10-03T04:10:52.786Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-03T04:10:52.786Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:10:53.139Z] + 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-03T04:10:59.824Z] Sending build context to Docker daemon 324.6MB [2020-10-03T04:10:59.824Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-03T04:10:59.824Z] Step 2/7 : FROM ${BASE} [2020-10-03T04:10:59.824Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-03T04:10:59.824Z] df20fa9351a1: Pulling fs layer [2020-10-03T04:10:59.824Z] ed8968b2872e: Pulling fs layer [2020-10-03T04:10:59.824Z] a92cc7c5fd73: Pulling fs layer [2020-10-03T04:10:59.824Z] e871e8e8d7a9: Pulling fs layer [2020-10-03T04:10:59.824Z] e73272ec9a57: Pulling fs layer [2020-10-03T04:10:59.824Z] 1e910a182e73: Pulling fs layer [2020-10-03T04:10:59.824Z] 4e634b169226: Pulling fs layer [2020-10-03T04:10:59.824Z] e73272ec9a57: Waiting [2020-10-03T04:10:59.824Z] 1e910a182e73: Waiting [2020-10-03T04:10:59.824Z] 4e634b169226: Waiting [2020-10-03T04:10:59.824Z] e871e8e8d7a9: Waiting [2020-10-03T04:10:59.824Z] a92cc7c5fd73: Verifying Checksum [2020-10-03T04:10:59.824Z] a92cc7c5fd73: Download complete [2020-10-03T04:10:59.824Z] e73272ec9a57: Verifying Checksum [2020-10-03T04:10:59.824Z] e73272ec9a57: Download complete [2020-10-03T04:10:59.824Z] 1e910a182e73: Verifying Checksum [2020-10-03T04:10:59.824Z] 1e910a182e73: Download complete [2020-10-03T04:10:59.824Z] df20fa9351a1: Verifying Checksum [2020-10-03T04:10:59.824Z] df20fa9351a1: Download complete [2020-10-03T04:10:59.824Z] df20fa9351a1: Pull complete [2020-10-03T04:11:00.432Z] ed8968b2872e: Pull complete [2020-10-03T04:11:00.712Z] a92cc7c5fd73: Pull complete [2020-10-03T04:11:01.293Z] 4e634b169226: Verifying Checksum [2020-10-03T04:11:02.717Z] e871e8e8d7a9: Verifying Checksum [2020-10-03T04:11:02.717Z] e871e8e8d7a9: Download complete [2020-10-03T04:11:07.583Z] Still waiting to schedule task [2020-10-03T04:11:07.583Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-03T04:11:11.013Z] e871e8e8d7a9: Pull complete [2020-10-03T04:11:11.285Z] e73272ec9a57: Pull complete [2020-10-03T04:11:11.285Z] 1e910a182e73: Pull complete [2020-10-03T04:11:17.990Z] 4e634b169226: Pull complete [2020-10-03T04:11:17.990Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-03T04:11:17.990Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-03T04:11:17.990Z] ---> f7629b54cfaa [2020-10-03T04:11:17.990Z] 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-03T04:11:17.990Z] ---> Running in a85b0ada8ddf [2020-10-03T04:11:18.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-03T04:11:19.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-03T04:11:20.180Z] (1/12) Installing libmagic (5.38-r0) [2020-10-03T04:11:20.446Z] (2/12) Installing file (5.38-r0) [2020-10-03T04:11:20.714Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-03T04:11:20.714Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-03T04:11:24.980Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-03T04:11:24.980Z] (6/12) Installing patch (2.7.6-r6) [2020-10-03T04:11:25.244Z] (7/12) Installing build-base (0.5-r2) [2020-10-03T04:11:25.244Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-03T04:11:25.244Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-03T04:11:25.508Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-03T04:11:25.508Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-03T04:11:25.508Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-03T04:11:25.786Z] Executing busybox-1.31.1-r16.trigger [2020-10-03T04:11:25.786Z] OK: 233 MiB in 51 packages [2020-10-03T04:11:30.132Z] Removing intermediate container a85b0ada8ddf [2020-10-03T04:11:30.132Z] ---> f40f3971fa84 [2020-10-03T04:11:30.132Z] Step 4/7 : WORKDIR /edgex-go [2020-10-03T04:11:30.132Z] ---> Running in e28beffcdaa5 [2020-10-03T04:11:30.132Z] Removing intermediate container e28beffcdaa5 [2020-10-03T04:11:30.132Z] ---> 56c683c60707 [2020-10-03T04:11:30.132Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-03T04:11:30.132Z] latest: Pulling from library/docker [2020-10-03T04:11:30.403Z] df20fa9351a1: Already exists [2020-10-03T04:11:30.403Z] 25ad7478873d: Pulling fs layer [2020-10-03T04:11:30.403Z] 4684f6177b5d: Pulling fs layer [2020-10-03T04:11:30.403Z] 8ba584e970af: Pulling fs layer [2020-10-03T04:11:30.403Z] 3cdc74d2b06d: Pulling fs layer [2020-10-03T04:11:30.403Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-03T04:11:30.403Z] fca0ccc462d5: Pulling fs layer [2020-10-03T04:11:30.403Z] 3cdc74d2b06d: Waiting [2020-10-03T04:11:30.403Z] 4cf5a0d07c1f: Waiting [2020-10-03T04:11:30.403Z] fca0ccc462d5: Waiting [2020-10-03T04:11:30.674Z] 4684f6177b5d: Verifying Checksum [2020-10-03T04:11:30.674Z] 4684f6177b5d: Download complete [2020-10-03T04:11:30.674Z] 25ad7478873d: Verifying Checksum [2020-10-03T04:11:30.674Z] 25ad7478873d: Download complete [2020-10-03T04:11:30.674Z] 3cdc74d2b06d: Verifying Checksum [2020-10-03T04:11:30.674Z] 3cdc74d2b06d: Download complete [2020-10-03T04:11:30.951Z] 4cf5a0d07c1f: Download complete [2020-10-03T04:11:30.951Z] fca0ccc462d5: Verifying Checksum [2020-10-03T04:11:30.951Z] fca0ccc462d5: Download complete [2020-10-03T04:11:30.951Z] 25ad7478873d: Pull complete [2020-10-03T04:11:31.220Z] 4684f6177b5d: Pull complete [2020-10-03T04:11:31.807Z] 8ba584e970af: Verifying Checksum [2020-10-03T04:11:31.807Z] 8ba584e970af: Download complete [2020-10-03T04:11:35.177Z] 8ba584e970af: Pull complete [2020-10-03T04:11:35.177Z] 3cdc74d2b06d: Pull complete [2020-10-03T04:11:35.177Z] 4cf5a0d07c1f: Pull complete [2020-10-03T04:11:35.456Z] fca0ccc462d5: Pull complete [2020-10-03T04:11:35.456Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-03T04:11:35.456Z] Status: Downloaded newer image for docker:latest [2020-10-03T04:11:38.139Z] ---> d39984028c40 [2020-10-03T04:11:38.139Z] Step 6/7 : COPY go.mod . [2020-10-03T04:11:38.139Z] ---> aac978d28f44 [2020-10-03T04:11:38.139Z] Step 7/7 : RUN go mod download [2020-10-03T04:11:38.139Z] ---> Running in b4e4b1ac16e7 [2020-10-03T04:12:05.092Z] Removing intermediate container b4e4b1ac16e7 [2020-10-03T04:12:05.092Z] ---> 528640010e63 [2020-10-03T04:12:05.092Z] Successfully built 528640010e63 [2020-10-03T04:12:05.092Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:12:05.448Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-03T04:12:05.728Z] . [Pipeline] withDockerContainer [2020-10-03T04:12:05.880Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:12:05.951Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:12:06.912Z] $ docker top c939c9af9738372188602e4e4dc6cf589ee5a28b7db97c5c3e140bad619af399 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-03T04:12:07.493Z] + go version [2020-10-03T04:12:07.493Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-03T04:12:07.516Z] $ docker stop --time=1 c939c9af9738372188602e4e4dc6cf589ee5a28b7db97c5c3e140bad619af399 [2020-10-03T04:12:08.982Z] $ docker rm -f c939c9af9738372188602e4e4dc6cf589ee5a28b7db97c5c3e140bad619af399 [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-03T04:12:12.616Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-03T04:12:12.616Z] [2020-10-03T04:12:12.616Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:12:13.071Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-03T04:12:13.071Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-03T04:12:13.071Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-03T04:12:13.071Z] ca9280d653b3: Pulling fs layer [2020-10-03T04:12:13.071Z] 7e9c9ca2126c: Pulling fs layer [2020-10-03T04:12:13.071Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-03T04:12:13.071Z] cbdbe7a5bc2a: Download complete [2020-10-03T04:12:13.798Z] cbdbe7a5bc2a: Pull complete [2020-10-03T04:12:13.799Z] ca9280d653b3: Download complete [2020-10-03T04:12:15.258Z] ca9280d653b3: Pull complete [2020-10-03T04:12:15.258Z] 7e9c9ca2126c: Verifying Checksum [2020-10-03T04:12:15.258Z] 7e9c9ca2126c: Download complete [2020-10-03T04:12:22.019Z] 7e9c9ca2126c: Pull complete [2020-10-03T04:12:22.019Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-03T04:12:22.019Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-03T04:12:22.019Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-03T04:12:22.197Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:12:22.261Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:12:25.508Z] $ docker top 4cab8449cc2fa3476b0142e0e059e1f9de2e6fa6771300b334698141f8980cfe -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-03T04:12:26.147Z] + docker-compose build --help [2020-10-03T04:12:26.148Z] + grep parallel [2020-10-03T04:12:27.561Z] --parallel Build images in parallel. [Pipeline] } [2020-10-03T04:12:27.848Z] $ docker stop --time=1 4cab8449cc2fa3476b0142e0e059e1f9de2e6fa6771300b334698141f8980cfe [2020-10-03T04:12:29.460Z] $ docker rm -f 4cab8449cc2fa3476b0142e0e059e1f9de2e6fa6771300b334698141f8980cfe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:12:30.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-03T04:12:30.080Z] . [Pipeline] withDockerContainer [2020-10-03T04:12:30.211Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:12:30.282Z] $ 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/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:12:31.345Z] $ docker top 14c7ea17896b3120a781db19c2d73985c355268e0a776eee4bb2e7c60bfb9679 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-03T04:12:31.920Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-03T04:12:33.331Z] Building docker-core-command-go ... [2020-10-03T04:12:33.331Z] Building docker-core-data-go ... [2020-10-03T04:12:33.331Z] Building docker-core-metadata-go ... [2020-10-03T04:12:33.331Z] Building docker-security-proxy-setup-go ... [2020-10-03T04:12:33.331Z] Building docker-security-secrets-setup-go ... [2020-10-03T04:12:33.331Z] Building docker-security-secretstore-setup-go ... [2020-10-03T04:12:33.331Z] Building docker-support-logging-go ... [2020-10-03T04:12:33.331Z] Building docker-support-notifications-go ... [2020-10-03T04:12:33.331Z] Building docker-support-scheduler-go ... [2020-10-03T04:12:33.331Z] Building docker-sys-mgmt-agent-go ... [2020-10-03T04:12:33.331Z] Building docker-core-metadata-go [2020-10-03T04:12:33.331Z] Building docker-sys-mgmt-agent-go [2020-10-03T04:12:33.331Z] Building docker-security-proxy-setup-go [2020-10-03T04:12:33.331Z] Building docker-core-data-go [2020-10-03T04:12:33.331Z] Building docker-security-secrets-setup-go [2020-10-03T04:13:05.353Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3181 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-03T04:13:05.406Z] Running in /w/workspace/edgex-go/160 [Pipeline] { [Pipeline] checkout [2020-10-03T04:13:06.091Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-03T04:13:06.091Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-03T04:13:06.091Z] ---> 528640010e63 [2020-10-03T04:13:06.091Z] Step 3/23 : WORKDIR /edgex-go [2020-10-03T04:13:06.376Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-03T04:13:06.376Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-03T04:13:06.376Z] ---> 528640010e63 [2020-10-03T04:13:06.376Z] Step 3/20 : WORKDIR /edgex-go [2020-10-03T04:13:06.376Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-03T04:13:06.376Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-03T04:13:06.376Z] ---> 528640010e63 [2020-10-03T04:13:06.376Z] Step 3/27 : WORKDIR /edgex-go [2020-10-03T04:13:06.376Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-03T04:13:06.376Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-03T04:13:06.376Z] ---> 528640010e63 [2020-10-03T04:13:06.376Z] Step 3/29 : WORKDIR /edgex-go [2020-10-03T04:13:06.655Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-03T04:13:06.655Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-03T04:13:06.655Z] ---> 528640010e63 [2020-10-03T04:13:06.656Z] Step 3/22 : WORKDIR /edgex-go [2020-10-03T04:13:07.251Z] ---> Running in 32b2f5bdbfbc [2020-10-03T04:13:07.251Z] ---> Running in fb0ddd12394b [2020-10-03T04:13:07.251Z] ---> Running in 0450d8285261 [2020-10-03T04:13:07.251Z] ---> Running in 84ea600402c9 [2020-10-03T04:13:07.251Z] ---> Running in de4777df3eed [2020-10-03T04:13:07.895Z] Removing intermediate container de4777df3eed [2020-10-03T04:13:07.895Z] ---> 4e8b5f8faa66 [2020-10-03T04:13:07.895Z] Step 4/29 : RUN apk update && apk add make git [2020-10-03T04:13:07.895Z] Removing intermediate container 32b2f5bdbfbc [2020-10-03T04:13:07.895Z] ---> f86fe94a56a9 [2020-10-03T04:13:07.895Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T04:13:07.895Z] Removing intermediate container 84ea600402c9 [2020-10-03T04:13:07.895Z] ---> 95a85ec42b91 [2020-10-03T04:13:07.895Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T04:13:07.895Z] Removing intermediate container 0450d8285261 [2020-10-03T04:13:07.895Z] ---> 2710fb315f57 [2020-10-03T04:13:07.895Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T04:13:07.895Z] Removing intermediate container fb0ddd12394b [2020-10-03T04:13:07.895Z] ---> dde267061837 [2020-10-03T04:13:07.895Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T04:13:08.166Z] ---> Running in 593ff3f07434 [2020-10-03T04:13:08.166Z] ---> Running in 352dcacbb9ab [2020-10-03T04:13:08.166Z] ---> Running in 844b2d28de27 [2020-10-03T04:13:08.166Z] ---> Running in 66046d4326fe [2020-10-03T04:13:08.166Z] ---> Running in 5c6731848c6f [2020-10-03T04:13:10.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-03T04:13:10.295Z] using credential edgex-jenkins-ssh [2020-10-03T04:13:10.406Z] Cloning the remote Git repository [2020-10-03T04:13:10.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-03T04:13:11.076Z] Removing intermediate container 5c6731848c6f [2020-10-03T04:13:11.076Z] ---> 491aa9089abb [2020-10-03T04:13:11.076Z] Step 5/22 : RUN apk update && apk add make git [2020-10-03T04:13:11.076Z] ---> Running in f0c165008a69 [2020-10-03T04:13:11.076Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-03T04:13:11.076Z] v3.12.0-363-g816c1f5e1b [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-03T04:13:11.076Z] OK: 12752 distinct packages available [2020-10-03T04:13:11.076Z] Removing intermediate container 66046d4326fe [2020-10-03T04:13:11.076Z] ---> 3b0b1ebd8d74 [2020-10-03T04:13:11.076Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-03T04:13:11.342Z] Removing intermediate container 844b2d28de27 [2020-10-03T04:13:11.342Z] ---> bb921053c32e [2020-10-03T04:13:11.342Z] Step 5/20 : RUN apk update && apk add make git [2020-10-03T04:13:11.342Z] ---> Running in 2636c200b9b9 [2020-10-03T04:13:11.342Z] Removing intermediate container 352dcacbb9ab [2020-10-03T04:13:11.342Z] ---> 98dbd300671c [2020-10-03T04:13:11.342Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-03T04:13:11.620Z] OK: 233 MiB in 51 packages [2020-10-03T04:13:11.620Z] ---> Running in 1c0f7d5c6dbf [2020-10-03T04:13:11.620Z] ---> Running in 4de343ceaa2a [2020-10-03T04:13:10.501Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-03T04:13:10.654Z] > git init /w/workspace/edgex-go/160 # timeout=10 [2020-10-03T04:13:10.750Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-03T04:13:10.750Z] > git --version # timeout=10 [2020-10-03T04:13:10.770Z] > git --version # 'git version 2.17.1' [2020-10-03T04:13:10.772Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-03T04:13:10.844Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-03T04:13:12.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-03T04:13:12.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-03T04:13:12.540Z] Removing intermediate container 593ff3f07434 [2020-10-03T04:13:12.540Z] ---> 359fd49bb163 [2020-10-03T04:13:12.540Z] Step 5/29 : COPY go.mod . [2020-10-03T04:13:12.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-03T04:13:12.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-03T04:13:13.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-03T04:13:13.099Z] ---> f8fca0c2dd33 [2020-10-03T04:13:13.099Z] Step 6/29 : RUN go mod download [2020-10-03T04:13:13.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-03T04:13:13.099Z] ---> Running in 955f2ba1f81d [2020-10-03T04:13:13.405Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-03T04:13:13.405Z] v3.12.0-363-g816c1f5e1b [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-03T04:13:13.405Z] OK: 12752 distinct packages available [2020-10-03T04:13:13.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-03T04:13:13.676Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-03T04:13:13.676Z] v3.12.0-363-g816c1f5e1b [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-03T04:13:13.676Z] OK: 12752 distinct packages available [2020-10-03T04:13:13.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-03T04:13:13.962Z] OK: 233 MiB in 51 packages [2020-10-03T04:13:13.962Z] OK: 233 MiB in 51 packages [2020-10-03T04:13:14.263Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-03T04:13:14.263Z] v3.12.0-363-g816c1f5e1b [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-03T04:13:14.263Z] OK: 12752 distinct packages available [2020-10-03T04:13:14.543Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-03T04:13:14.543Z] v3.12.0-363-g816c1f5e1b [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-03T04:13:14.543Z] OK: 12752 distinct packages available [2020-10-03T04:13:14.543Z] OK: 233 MiB in 51 packages [2020-10-03T04:13:14.812Z] OK: 233 MiB in 51 packages [2020-10-03T04:13:15.099Z] Removing intermediate container f0c165008a69 [2020-10-03T04:13:15.099Z] ---> 8f0fa3054dba [2020-10-03T04:13:15.099Z] Step 6/22 : COPY go.mod . [2020-10-03T04:13:15.099Z] Removing intermediate container 2636c200b9b9 [2020-10-03T04:13:15.099Z] ---> 92ade093881a [2020-10-03T04:13:15.099Z] Step 6/27 : COPY go.mod . [2020-10-03T04:13:15.694Z] ---> 70e780ad5ec6 [2020-10-03T04:13:15.694Z] Step 7/27 : RUN go mod download [2020-10-03T04:13:15.694Z] ---> Running in b2c567138327 [2020-10-03T04:13:15.694Z] ---> d990710843c4 [2020-10-03T04:13:15.694Z] Step 7/22 : RUN go mod download [2020-10-03T04:13:15.967Z] Removing intermediate container 1c0f7d5c6dbf [2020-10-03T04:13:15.967Z] ---> 0f0686839509 [2020-10-03T04:13:15.967Z] Step 6/20 : COPY go.mod . [2020-10-03T04:13:15.967Z] Removing intermediate container 4de343ceaa2a [2020-10-03T04:13:15.967Z] ---> 81a70d186ae3 [2020-10-03T04:13:15.967Z] Step 6/23 : COPY go.mod . [2020-10-03T04:13:15.967Z] ---> Running in 3a5315cf7aee [2020-10-03T04:13:16.239Z] Removing intermediate container 955f2ba1f81d [2020-10-03T04:13:16.239Z] ---> 2e24698353ef [2020-10-03T04:13:16.239Z] Step 7/29 : COPY . . [2020-10-03T04:13:16.507Z] ---> 0ed3050bbcfb [2020-10-03T04:13:16.507Z] Step 7/20 : RUN go mod download [2020-10-03T04:13:17.114Z] ---> 211ead64ba9b [2020-10-03T04:13:17.114Z] Step 7/23 : RUN go mod download [2020-10-03T04:13:17.723Z] ---> Running in ce6aa067cb19 [2020-10-03T04:13:17.723Z] ---> Running in 1258bb1c2886 [2020-10-03T04:13:20.397Z] Removing intermediate container 3a5315cf7aee [2020-10-03T04:13:20.397Z] ---> 845f66da531b [2020-10-03T04:13:20.397Z] Step 8/22 : COPY . . [2020-10-03T04:13:20.679Z] Removing intermediate container b2c567138327 [2020-10-03T04:13:20.679Z] ---> 4750aee57f42 [2020-10-03T04:13:20.679Z] Step 8/27 : COPY . . [2020-10-03T04:13:23.370Z] Removing intermediate container ce6aa067cb19 [2020-10-03T04:13:23.370Z] ---> 7a2bd08c8fd8 [2020-10-03T04:13:23.370Z] Step 8/20 : COPY . . [2020-10-03T04:13:26.897Z] Checking out Revision 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 (master) [2020-10-03T04:13:26.279Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-03T04:13:26.297Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-03T04:13:26.329Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-03T04:13:26.365Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-03T04:13:26.366Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-03T04:13:26.378Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-03T04:13:26.925Z] > git config core.sparsecheckout # timeout=10 [2020-10-03T04:13:26.948Z] > git checkout -f 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 # timeout=10 [2020-10-03T04:13:27.683Z] Removing intermediate container 1258bb1c2886 [2020-10-03T04:13:27.683Z] ---> 07c0dd0c4ce1 [2020-10-03T04:13:27.683Z] Step 8/23 : COPY . . [2020-10-03T04:13:31.669Z] Commit message: "Merge pull request #2739 from cloudxxx8/issue-2738" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-03T04:13:44.554Z] ========================================================= [2020-10-03T04:13:44.554Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-03T04:13:44.554Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:13:45.460Z] + 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-03T04:13:49.781Z] Sending build context to Docker daemon 324.6MB [2020-10-03T04:13:49.781Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-03T04:13:49.781Z] Step 2/7 : FROM ${BASE} [2020-10-03T04:13:49.781Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-03T04:13:49.781Z] b538f80385f9: Pulling fs layer [2020-10-03T04:13:49.781Z] 74f711af9a0d: Pulling fs layer [2020-10-03T04:13:49.781Z] 99f96fe45779: Pulling fs layer [2020-10-03T04:13:49.781Z] 8529a6b9a6be: Pulling fs layer [2020-10-03T04:13:49.781Z] 45590311c82a: Pulling fs layer [2020-10-03T04:13:49.781Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-03T04:13:49.781Z] 209524e5b208: Pulling fs layer [2020-10-03T04:13:49.781Z] 8529a6b9a6be: Waiting [2020-10-03T04:13:49.781Z] 45590311c82a: Waiting [2020-10-03T04:13:49.781Z] 69ca0ff8b7b3: Waiting [2020-10-03T04:13:49.781Z] 209524e5b208: Waiting [2020-10-03T04:13:49.781Z] 99f96fe45779: Verifying Checksum [2020-10-03T04:13:49.781Z] 99f96fe45779: Download complete [2020-10-03T04:13:49.781Z] 74f711af9a0d: Download complete [2020-10-03T04:13:49.781Z] 45590311c82a: Verifying Checksum [2020-10-03T04:13:49.781Z] 45590311c82a: Download complete [2020-10-03T04:13:49.781Z] 69ca0ff8b7b3: Download complete [2020-10-03T04:13:50.057Z] b538f80385f9: Verifying Checksum [2020-10-03T04:13:50.057Z] b538f80385f9: Download complete [2020-10-03T04:13:50.663Z] b538f80385f9: Pull complete [2020-10-03T04:13:51.268Z] 74f711af9a0d: Pull complete [2020-10-03T04:13:51.545Z] 99f96fe45779: Pull complete [2020-10-03T04:13:52.535Z] 209524e5b208: Verifying Checksum [2020-10-03T04:13:52.535Z] 209524e5b208: Download complete [2020-10-03T04:13:53.975Z] 8529a6b9a6be: Verifying Checksum [2020-10-03T04:13:53.975Z] 8529a6b9a6be: Download complete [2020-10-03T04:13:54.991Z] ---> 64f2ea6b141e [2020-10-03T04:13:54.991Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-03T04:13:54.991Z] ---> Running in bea99eed82c2 [2020-10-03T04:13:54.991Z] ---> 5761a7853473 [2020-10-03T04:13:54.991Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-03T04:13:54.992Z] ---> 3ec614cb2403 [2020-10-03T04:13:54.992Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-03T04:13:54.992Z] ---> Running in 80a468d78e5e [2020-10-03T04:13:54.992Z] ---> Running in f19175d83b80 [2020-10-03T04:13:54.992Z] ---> 5770d3b946d0 [2020-10-03T04:13:54.992Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-03T04:13:55.326Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-03T04:13:55.596Z] ---> Running in 42a8f90ddeaf [2020-10-03T04:13:55.870Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-03T04:13:55.870Z] ---> b39aa69757b7 [2020-10-03T04:13:55.870Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-03T04:13:56.189Z] ---> Running in 00ffa1da5be6 [2020-10-03T04:13:56.189Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-03T04:13:56.813Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-03T04:13:57.089Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o cmd/core-data/core-data ./cmd/core-data [2020-10-03T04:14:04.157Z] 8529a6b9a6be: Pull complete [2020-10-03T04:14:04.433Z] 45590311c82a: Pull complete [2020-10-03T04:14:05.034Z] 69ca0ff8b7b3: Pull complete [2020-10-03T04:14:09.387Z] 209524e5b208: Pull complete [2020-10-03T04:14:09.387Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-03T04:14:09.387Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-03T04:14:09.387Z] ---> 5bddaf1c2fca [2020-10-03T04:14:09.387Z] 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-03T04:14:12.788Z] ---> Running in f45e5a121577 [2020-10-03T04:14:14.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-03T04:14:14.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-03T04:14:15.806Z] (1/12) Installing libmagic (5.38-r0) [2020-10-03T04:14:16.080Z] (2/12) Installing file (5.38-r0) [2020-10-03T04:14:16.080Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-03T04:14:16.351Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-03T04:14:26.482Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-03T04:14:26.482Z] (6/12) Installing patch (2.7.6-r6) [2020-10-03T04:14:26.482Z] (7/12) Installing build-base (0.5-r2) [2020-10-03T04:14:26.482Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-03T04:14:26.753Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-03T04:14:26.753Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-03T04:14:26.753Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-03T04:14:27.029Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-03T04:14:27.029Z] Executing busybox-1.31.1-r16.trigger [2020-10-03T04:14:27.301Z] OK: 217 MiB in 51 packages [2020-10-03T04:14:31.614Z] Removing intermediate container f45e5a121577 [2020-10-03T04:14:31.614Z] ---> 32151462861a [2020-10-03T04:14:31.614Z] Step 4/7 : WORKDIR /edgex-go [2020-10-03T04:14:31.614Z] ---> Running in 755b4affe292 [2020-10-03T04:14:31.886Z] Removing intermediate container 755b4affe292 [2020-10-03T04:14:31.886Z] ---> 85200bebacbb [2020-10-03T04:14:31.886Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-03T04:14:32.157Z] latest: Pulling from library/docker [2020-10-03T04:14:32.429Z] b538f80385f9: Already exists [2020-10-03T04:14:32.429Z] 259a493cd78d: Pulling fs layer [2020-10-03T04:14:32.429Z] b8e66b5100f5: Pulling fs layer [2020-10-03T04:14:32.429Z] 7f8258a56ab6: Pulling fs layer [2020-10-03T04:14:32.429Z] 75a0a0ebb566: Pulling fs layer [2020-10-03T04:14:32.429Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-03T04:14:32.429Z] 294320357d30: Pulling fs layer [2020-10-03T04:14:32.429Z] 75a0a0ebb566: Waiting [2020-10-03T04:14:32.429Z] 4a2c62f0a2a3: Waiting [2020-10-03T04:14:32.429Z] 294320357d30: Waiting [2020-10-03T04:14:32.704Z] b8e66b5100f5: Download complete [2020-10-03T04:14:32.704Z] 259a493cd78d: Download complete [2020-10-03T04:14:32.704Z] 75a0a0ebb566: Verifying Checksum [2020-10-03T04:14:32.704Z] 75a0a0ebb566: Download complete [2020-10-03T04:14:32.982Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-03T04:14:32.982Z] 4a2c62f0a2a3: Download complete [2020-10-03T04:14:32.982Z] 294320357d30: Verifying Checksum [2020-10-03T04:14:32.982Z] 294320357d30: Download complete [2020-10-03T04:14:33.583Z] 259a493cd78d: Pull complete [2020-10-03T04:14:33.858Z] b8e66b5100f5: Pull complete [2020-10-03T04:14:34.132Z] 7f8258a56ab6: Verifying Checksum [2020-10-03T04:14:34.132Z] 7f8258a56ab6: Download complete [2020-10-03T04:14:37.526Z] 7f8258a56ab6: Pull complete [2020-10-03T04:14:37.526Z] 75a0a0ebb566: Pull complete [2020-10-03T04:14:37.802Z] 4a2c62f0a2a3: Pull complete [2020-10-03T04:14:38.400Z] 294320357d30: Pull complete [2020-10-03T04:14:38.400Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-03T04:14:38.400Z] Status: Downloaded newer image for docker:latest [2020-10-03T04:14:41.803Z] ---> 1758f259509e [2020-10-03T04:14:41.803Z] Step 6/7 : COPY go.mod . [2020-10-03T04:14:42.078Z] ---> 7222efedce2c [2020-10-03T04:14:42.078Z] Step 7/7 : RUN go mod download [2020-10-03T04:14:42.352Z] ---> Running in 3deb65e610d3 [2020-10-03T04:15:09.261Z] Removing intermediate container 3deb65e610d3 [2020-10-03T04:15:09.261Z] ---> 5b38f868a775 [2020-10-03T04:15:09.261Z] Successfully built 5b38f868a775 [2020-10-03T04:15:09.261Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:15:09.687Z] + docker inspect -f . ci-base-image-arm64 [2020-10-03T04:15:09.687Z] . [Pipeline] withDockerContainer [2020-10-03T04:15:09.965Z] prd-ubuntu18.04-docker-arm64-4c-16g-3181 does not seem to be running inside a container [2020-10-03T04:15:10.056Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:15:11.940Z] $ docker top 8368029187e7ce5af9715158e32224266c13c5ab1ec78e3b56e34efb3a213992 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-03T04:15:13.367Z] + go version [2020-10-03T04:15:13.367Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-03T04:15:13.392Z] $ docker stop --time=1 8368029187e7ce5af9715158e32224266c13c5ab1ec78e3b56e34efb3a213992 [2020-10-03T04:15:15.321Z] $ docker rm -f 8368029187e7ce5af9715158e32224266c13c5ab1ec78e3b56e34efb3a213992 [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-03T04:15:16.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-03T04:15:16.675Z] [2020-10-03T04:15:16.675Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:15:17.336Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-03T04:15:17.609Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-03T04:15:17.609Z] 29e5d40040c1: Pulling fs layer [2020-10-03T04:15:17.609Z] 1ce36da41761: Pulling fs layer [2020-10-03T04:15:17.609Z] 25b303627fd3: Pulling fs layer [2020-10-03T04:15:17.609Z] 29e5d40040c1: Verifying Checksum [2020-10-03T04:15:17.609Z] 29e5d40040c1: Download complete [2020-10-03T04:15:18.207Z] 29e5d40040c1: Pull complete [2020-10-03T04:15:18.805Z] 1ce36da41761: Verifying Checksum [2020-10-03T04:15:18.805Z] 1ce36da41761: Download complete [2020-10-03T04:15:19.790Z] 1ce36da41761: Pull complete [2020-10-03T04:15:19.905Z] Removing intermediate container bea99eed82c2 [2020-10-03T04:15:19.905Z] ---> 893a8ad2e006 [2020-10-03T04:15:19.905Z] [2020-10-03T04:15:19.905Z] Step 9/29 : FROM alpine:latest [2020-10-03T04:15:19.905Z] Removing intermediate container 42a8f90ddeaf [2020-10-03T04:15:19.905Z] ---> 99bc516fb542 [2020-10-03T04:15:19.905Z] [2020-10-03T04:15:19.905Z] Step 10/20 : FROM alpine [2020-10-03T04:15:19.905Z] latest: Pulling from library/alpine [2020-10-03T04:15:19.905Z] latest: Pulling from library/alpine [2020-10-03T04:15:19.905Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-03T04:15:19.905Z] Status: Downloaded newer image for alpine:latest [2020-10-03T04:15:19.905Z] ---> a24bb4013296 [2020-10-03T04:15:19.905Z] 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-03T04:15:19.905Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-03T04:15:19.905Z] Status: Image is up to date for alpine:latest [2020-10-03T04:15:19.905Z] ---> a24bb4013296 [2020-10-03T04:15:19.905Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-03T04:15:19.905Z] ---> Running in 2194149d7fe0 [2020-10-03T04:15:19.905Z] ---> Running in 0cdd9629bae3 [2020-10-03T04:15:19.905Z] Removing intermediate container f19175d83b80 [2020-10-03T04:15:19.905Z] ---> a9fddc2afdc2 [2020-10-03T04:15:19.905Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-03T04:15:20.071Z] 25b303627fd3: Verifying Checksum [2020-10-03T04:15:20.071Z] 25b303627fd3: Download complete [2020-10-03T04:15:20.279Z] ---> Running in 6a1ed3c077b6 [2020-10-03T04:15:21.671Z] Removing intermediate container 2194149d7fe0 [2020-10-03T04:15:21.671Z] ---> e6703dff0a6b [2020-10-03T04:15:21.671Z] Step 11/29 : USER root [2020-10-03T04:15:22.376Z] ---> Running in e187336874c2 [2020-10-03T04:15:22.691Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-03T04:15:23.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-03T04:15:23.365Z] Removing intermediate container e187336874c2 [2020-10-03T04:15:23.365Z] ---> d6f25a8707cc [2020-10-03T04:15:23.365Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-03T04:15:23.365Z] ---> Running in a4b65964cf95 [2020-10-03T04:15:23.692Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-03T04:15:24.004Z] v3.12.0-362-g9ed1b5bb6e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-03T04:15:24.004Z] v3.12.0-363-g816c1f5e1b [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-03T04:15:24.004Z] OK: 12750 distinct packages available [2020-10-03T04:15:24.737Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-03T04:15:25.057Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-03T04:15:25.057Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-03T04:15:25.057Z] (4/4) Installing curl (7.69.1-r1) [2020-10-03T04:15:25.057Z] Executing busybox-1.31.1-r16.trigger [2020-10-03T04:15:25.375Z] Executing ca-certificates-20191127-r4.trigger [2020-10-03T04:15:25.375Z] OK: 7 MiB in 18 packages [2020-10-03T04:15:27.017Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-03T04:15:27.017Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-03T04:15:27.352Z] v3.12.0-362-g9ed1b5bb6e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-03T04:15:27.352Z] v3.12.0-363-g816c1f5e1b [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-03T04:15:27.352Z] OK: 12750 distinct packages available [2020-10-03T04:15:28.538Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-03T04:15:28.854Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-03T04:15:28.854Z] Executing busybox-1.31.1-r16.trigger [2020-10-03T04:15:28.854Z] Executing ca-certificates-20191127-r4.trigger [2020-10-03T04:15:29.237Z] OK: 6 MiB in 16 packages [2020-10-03T04:15:29.565Z] Removing intermediate container 0cdd9629bae3 [2020-10-03T04:15:29.565Z] ---> d36c65c6fe28 [2020-10-03T04:15:29.565Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-03T04:15:30.243Z] 25b303627fd3: Pull complete [2020-10-03T04:15:30.243Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-03T04:15:30.243Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-03T04:15:30.243Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-03T04:15:30.333Z] ---> Running in fe371e291893 [2020-10-03T04:15:30.462Z] prd-ubuntu18.04-docker-arm64-4c-16g-3181 does not seem to be running inside a container [2020-10-03T04:15:30.543Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:15:32.033Z] Removing intermediate container fe371e291893 [2020-10-03T04:15:32.033Z] ---> d37d461f1b85 [2020-10-03T04:15:32.033Z] Step 13/20 : WORKDIR /edgex [2020-10-03T04:15:32.033Z] ---> Running in a10979104f17 [2020-10-03T04:15:33.954Z] $ docker top d736adf41f114ed829a40ee39707d654702db9d3003fcb355b17da5429b52b36 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-03T04:15:34.957Z] Removing intermediate container a4b65964cf95 [2020-10-03T04:15:34.957Z] ---> b88c2f48553b [2020-10-03T04:15:34.957Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-03T04:15:35.310Z] ---> Running in bc23308921d4 [2020-10-03T04:15:35.379Z] + docker-compose build --help [2020-10-03T04:15:35.379Z] + grep parallel [2020-10-03T04:15:35.658Z] Removing intermediate container a10979104f17 [2020-10-03T04:15:35.658Z] ---> 8383d860c3d9 [2020-10-03T04:15:35.658Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-03T04:15:37.099Z] Removing intermediate container 6a1ed3c077b6 [2020-10-03T04:15:37.099Z] ---> fab07690667f [2020-10-03T04:15:37.099Z] [2020-10-03T04:15:37.099Z] Step 11/27 : FROM docker:latest [2020-10-03T04:15:37.099Z] ---> 809cc4dba987 [2020-10-03T04:15:37.099Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-03T04:15:37.835Z] Removing intermediate container bc23308921d4 [2020-10-03T04:15:37.835Z] ---> b45642533ea5 [2020-10-03T04:15:37.835Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-03T04:15:38.729Z] ---> Running in e812ccc32002 [2020-10-03T04:15:38.729Z] ---> Running in aa03b700cc68 [2020-10-03T04:15:38.757Z] --parallel Build images in parallel. [Pipeline] } [2020-10-03T04:15:38.782Z] $ docker stop --time=1 d736adf41f114ed829a40ee39707d654702db9d3003fcb355b17da5429b52b36 [2020-10-03T04:15:40.554Z] ---> 4052455d4db9 [2020-10-03T04:15:40.555Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-03T04:15:40.733Z] $ docker rm -f d736adf41f114ed829a40ee39707d654702db9d3003fcb355b17da5429b52b36 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:15:41.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-03T04:15:41.560Z] . [Pipeline] withDockerContainer [2020-10-03T04:15:41.823Z] prd-ubuntu18.04-docker-arm64-4c-16g-3181 does not seem to be running inside a container [2020-10-03T04:15:41.908Z] $ 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/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:15:42.820Z] Removing intermediate container aa03b700cc68 [2020-10-03T04:15:42.820Z] ---> 6ad099b0bed8 [2020-10-03T04:15:42.820Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-03T04:15:43.408Z] $ docker top 79b8ecc094a51912cb5a5c77d138390533d4562fe0c58274cc252fcaa43bf5fb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-03T04:15:44.158Z] ---> Running in 4a5b1047afe8 [2020-10-03T04:15:44.426Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-03T04:15:45.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-03T04:15:45.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-03T04:15:47.045Z] (1/2) Installing readline (8.0.4-r0) [2020-10-03T04:15:47.045Z] (2/2) Installing bash (5.0.17-r0) [2020-10-03T04:15:47.045Z] Executing bash-5.0.17-r0.post-install [2020-10-03T04:15:47.588Z] Executing busybox-1.31.1-r16.trigger [2020-10-03T04:15:47.588Z] OK: 12 MiB in 22 packages [2020-10-03T04:15:47.588Z] ---> a0e4197f7e15 [2020-10-03T04:15:47.588Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-03T04:15:47.802Z] Building docker-core-command-go ... [2020-10-03T04:15:47.802Z] Building docker-core-data-go ... [2020-10-03T04:15:47.802Z] Building docker-core-metadata-go ... [2020-10-03T04:15:47.802Z] Building docker-security-proxy-setup-go ... [2020-10-03T04:15:47.802Z] Building docker-security-secrets-setup-go ... [2020-10-03T04:15:47.802Z] Building docker-security-secretstore-setup-go ... [2020-10-03T04:15:47.802Z] Building docker-support-logging-go ... [2020-10-03T04:15:47.802Z] Building docker-support-notifications-go ... [2020-10-03T04:15:47.802Z] Building docker-support-scheduler-go ... [2020-10-03T04:15:47.802Z] Building docker-sys-mgmt-agent-go ... [2020-10-03T04:15:47.802Z] Building docker-support-notifications-go [2020-10-03T04:15:47.802Z] Building docker-sys-mgmt-agent-go [2020-10-03T04:15:47.802Z] Building docker-core-data-go [2020-10-03T04:15:47.802Z] Building docker-security-proxy-setup-go [2020-10-03T04:15:47.802Z] Building docker-security-secretstore-setup-go [2020-10-03T04:15:49.102Z] ---> Running in 19d6d4ecaf20 [2020-10-03T04:15:49.103Z] Removing intermediate container 80a468d78e5e [2020-10-03T04:15:49.103Z] ---> a986b9c4782c [2020-10-03T04:15:49.103Z] [2020-10-03T04:15:49.103Z] Step 10/22 : FROM scratch [2020-10-03T04:15:49.103Z] ---> [2020-10-03T04:15:49.103Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-03T04:15:50.375Z] ---> Running in b69ba0358e89 [2020-10-03T04:15:50.687Z] Removing intermediate container 19d6d4ecaf20 [2020-10-03T04:15:50.687Z] ---> 339218a712d4 [2020-10-03T04:15:50.687Z] Step 17/20 : CMD ["--init=true"] [2020-10-03T04:15:51.630Z] ---> Running in 6f3f64b36372 [2020-10-03T04:15:52.513Z] Removing intermediate container e812ccc32002 [2020-10-03T04:15:52.513Z] ---> 3736fb4cd79b [2020-10-03T04:15:52.513Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-03T04:15:52.513Z] Removing intermediate container b69ba0358e89 [2020-10-03T04:15:52.513Z] ---> 3b69ff548548 [2020-10-03T04:15:52.513Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-03T04:15:53.005Z] ---> Running in e9da754da141 [2020-10-03T04:15:53.005Z] ---> Running in 5114fa320aa5 [2020-10-03T04:15:54.364Z] Removing intermediate container 6f3f64b36372 [2020-10-03T04:15:54.364Z] ---> 22cd89ed1397 [2020-10-03T04:15:54.364Z] Step 18/20 : LABEL arch=x86_64 [2020-10-03T04:15:55.830Z] ---> Running in e17c3937e6e0 [2020-10-03T04:15:55.830Z] Removing intermediate container 4a5b1047afe8 [2020-10-03T04:15:55.830Z] ---> 5e3f725a0abc [2020-10-03T04:15:55.830Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-03T04:15:56.695Z] Removing intermediate container 5114fa320aa5 [2020-10-03T04:15:56.695Z] ---> 1eafd0d23d5c [2020-10-03T04:15:56.695Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-03T04:15:57.144Z] ---> Running in 9db7cd3b1653 [2020-10-03T04:15:57.501Z] Removing intermediate container e17c3937e6e0 [2020-10-03T04:15:57.501Z] ---> 0fa189ef1a94 [2020-10-03T04:15:57.501Z] Step 19/20 : LABEL git_sha=2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:15:58.174Z] ---> Running in 8b5c1951a14b [2020-10-03T04:16:00.108Z] Removing intermediate container 9db7cd3b1653 [2020-10-03T04:16:00.108Z] ---> 8d60e3d01a6b [2020-10-03T04:16:00.108Z] Step 14/22 : WORKDIR / [2020-10-03T04:16:00.468Z] ---> Running in e2e7f2e6c753 [2020-10-03T04:16:00.468Z] Removing intermediate container 8b5c1951a14b [2020-10-03T04:16:00.468Z] ---> 90ca72b87749 [2020-10-03T04:16:00.468Z] Step 20/20 : LABEL version=1.2.2-dev.45 [2020-10-03T04:16:01.211Z] ---> Running in e99a3206b75c [2020-10-03T04:16:02.017Z] ---> 11f655ca02c9 [2020-10-03T04:16:02.017Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-03T04:16:03.972Z] Removing intermediate container e2e7f2e6c753 [2020-10-03T04:16:03.972Z] ---> fcd1b316d718 [2020-10-03T04:16:03.972Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-03T04:16:04.681Z] Removing intermediate container e99a3206b75c [2020-10-03T04:16:04.681Z] ---> ec95de873bf0 [2020-10-03T04:16:04.681Z] [2020-10-03T04:16:04.681Z] ---> 3fd402358ec9 [2020-10-03T04:16:04.681Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-03T04:16:05.385Z] Successfully built ec95de873bf0 [2020-10-03T04:16:05.385Z] ---> 41de68773356 [2020-10-03T04:16:05.385Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-03T04:16:05.385Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-03T04:16:05.385Z]  Building docker-security-proxy-setup-go ... done Building docker-support-logging-go [2020-10-03T04:16:05.385Z] Removing intermediate container e9da754da141 [2020-10-03T04:16:05.385Z] ---> c1a8096e8a95 [2020-10-03T04:16:05.385Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-03T04:16:05.680Z] ---> 0e1434cb8bad [2020-10-03T04:16:05.680Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-03T04:16:05.991Z] ---> Running in fd3dbe8fe959 [2020-10-03T04:16:05.991Z] Removing intermediate container 00ffa1da5be6 [2020-10-03T04:16:05.991Z] ---> 3192eb6776c2 [2020-10-03T04:16:05.991Z] [2020-10-03T04:16:05.991Z] Step 10/23 : FROM alpine [2020-10-03T04:16:05.991Z] ---> a24bb4013296 [2020-10-03T04:16:05.991Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-03T04:16:06.275Z] ---> Running in 800e47748e48 [2020-10-03T04:16:06.562Z] Removing intermediate container fd3dbe8fe959 [2020-10-03T04:16:06.562Z] ---> bea3f1bd615d [2020-10-03T04:16:06.562Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-03T04:16:07.170Z] ---> Running in a47ed8515311 [2020-10-03T04:16:07.465Z] Removing intermediate container 800e47748e48 [2020-10-03T04:16:07.465Z] ---> 76d7eb1d33e1 [2020-10-03T04:16:07.465Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-03T04:16:07.767Z] ---> f4638944ab4f [2020-10-03T04:16:07.767Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-03T04:16:08.072Z] ---> 2b0116648209 [2020-10-03T04:16:08.072Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-03T04:16:08.388Z] ---> Running in 0f2f6665616d [2020-10-03T04:16:08.388Z] Removing intermediate container a47ed8515311 [2020-10-03T04:16:08.388Z] ---> 4b69966522d4 [2020-10-03T04:16:08.724Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-03T04:16:09.099Z] ---> Running in 73f5c1ba0d1e [2020-10-03T04:16:11.245Z] ---> d295c725637a [2020-10-03T04:16:11.245Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-03T04:16:11.245Z] ---> 508c51cb9ea1 [2020-10-03T04:16:11.245Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-03T04:16:11.245Z] Removing intermediate container 0f2f6665616d [2020-10-03T04:16:11.245Z] ---> 493d0f6c42fb [2020-10-03T04:16:11.245Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-03T04:16:11.245Z] Removing intermediate container 73f5c1ba0d1e [2020-10-03T04:16:11.245Z] ---> 0cd98e2735c3 [2020-10-03T04:16:11.245Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-03T04:16:11.608Z] ---> Running in d638475406be [2020-10-03T04:16:11.608Z] ---> Running in e7a308f607dc [2020-10-03T04:16:12.377Z] ---> Running in b4ca784f2d98 [2020-10-03T04:16:13.151Z] Removing intermediate container e7a308f607dc [2020-10-03T04:16:13.151Z] ---> 187a90bb94e6 [2020-10-03T04:16:13.151Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-03T04:16:13.477Z] Removing intermediate container b4ca784f2d98 [2020-10-03T04:16:13.477Z] ---> 4025b80f1392 [2020-10-03T04:16:13.477Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T04:16:13.477Z] ---> Running in a5c00778c90e [2020-10-03T04:16:13.758Z] ---> 8c8ccd72fe55 [2020-10-03T04:16:13.758Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-03T04:16:14.095Z] ---> Running in b7feb99dcd03 [2020-10-03T04:16:14.422Z] Removing intermediate container a5c00778c90e [2020-10-03T04:16:14.422Z] ---> bfed25985688 [2020-10-03T04:16:14.422Z] Step 20/22 : LABEL arch=x86_64 [2020-10-03T04:16:14.873Z] ---> Running in 27a0895b50db [2020-10-03T04:16:14.873Z] ---> 928f8bf655fd [2020-10-03T04:16:14.873Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-03T04:16:15.563Z] Removing intermediate container 27a0895b50db [2020-10-03T04:16:15.563Z] ---> 2244e4b2bed0 [2020-10-03T04:16:15.563Z] Step 21/22 : LABEL git_sha=2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:16:15.563Z] ---> Running in d57530b27e16 [2020-10-03T04:16:15.878Z] ---> ce9cc2edfa2d [2020-10-03T04:16:15.878Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-03T04:16:15.878Z] Removing intermediate container d638475406be [2020-10-03T04:16:15.878Z] ---> 0c404ea34b7c [2020-10-03T04:16:15.878Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-03T04:16:15.878Z] ---> Running in 27516b0ab765 [2020-10-03T04:16:16.220Z] Removing intermediate container d57530b27e16 [2020-10-03T04:16:16.220Z] ---> fcffef8390d7 [2020-10-03T04:16:16.220Z] Step 22/22 : LABEL version=1.2.2-dev.45 [2020-10-03T04:16:16.220Z] ---> Running in 94cce6bab581 [2020-10-03T04:16:16.940Z] Removing intermediate container b7feb99dcd03 [2020-10-03T04:16:16.940Z] ---> 85233124cd24 [2020-10-03T04:16:16.940Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-03T04:16:16.940Z] Removing intermediate container 94cce6bab581 [2020-10-03T04:16:16.940Z] ---> 750736fb189b [2020-10-03T04:16:16.940Z] [2020-10-03T04:16:16.940Z] ---> 9dc30aae3a38 [2020-10-03T04:16:16.940Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-03T04:16:17.338Z] ---> Running in 3b71da696669 [2020-10-03T04:16:18.037Z] ---> Running in 648b63d5a812 [2020-10-03T04:16:18.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-03T04:16:18.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-03T04:16:18.037Z] Successfully built 750736fb189b [2020-10-03T04:16:18.037Z] Successfully tagged docker-core-metadata-go:latest [2020-10-03T04:16:18.037Z] Building docker-support-scheduler-go [2020-10-03T04:16:19.210Z]  Building docker-core-metadata-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2020-10-03T04:16:19.210Z] (2/33) Installing expat (2.2.9-r1) [2020-10-03T04:16:19.210Z] (3/33) Installing libffi (3.3-r2) [2020-10-03T04:16:19.210Z] (4/33) Installing gdbm (1.13-r1) [2020-10-03T04:16:19.210Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-03T04:16:19.210Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-03T04:16:19.210Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-03T04:16:21.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-03T04:16:22.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-03T04:16:23.524Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-03T04:16:23.524Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-03T04:16:23.524Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-03T04:16:24.175Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-03T04:16:24.478Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-03T04:16:24.478Z] Executing busybox-1.31.1-r16.trigger [2020-10-03T04:16:24.478Z] OK: 8 MiB in 19 packages [2020-10-03T04:16:24.478Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-03T04:16:24.478Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-03T04:16:24.478Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-03T04:16:24.478Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-03T04:16:24.849Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-03T04:16:24.850Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-03T04:16:24.850Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-03T04:16:25.527Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-03T04:16:25.824Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-03T04:16:26.172Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-03T04:16:26.481Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-03T04:16:26.481Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-03T04:16:26.776Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-03T04:16:26.776Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-03T04:16:27.102Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-03T04:16:27.102Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-03T04:16:27.437Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-03T04:16:27.437Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-03T04:16:27.437Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-03T04:16:27.751Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-03T04:16:27.751Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-03T04:16:27.751Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-03T04:16:27.751Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-03T04:16:27.751Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-03T04:16:27.751Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-03T04:16:27.751Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-03T04:16:28.808Z] Removing intermediate container 648b63d5a812 [2020-10-03T04:16:28.808Z] ---> aab3bcdacd2a [2020-10-03T04:16:28.808Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-03T04:16:28.808Z] Executing busybox-1.31.1-r16.trigger [2020-10-03T04:16:28.808Z] OK: 71 MiB in 55 packages [2020-10-03T04:16:29.121Z] Removing intermediate container 3b71da696669 [2020-10-03T04:16:29.121Z] ---> 1f776e6168d3 [2020-10-03T04:16:29.121Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-03T04:16:29.742Z] ---> Running in 35622cab523e [2020-10-03T04:16:30.380Z] ---> 69f0f798af07 [2020-10-03T04:16:30.380Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-03T04:16:31.879Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-03T04:16:31.879Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-03T04:16:31.879Z] ---> 528640010e63 [2020-10-03T04:16:31.879Z] Step 3/22 : WORKDIR /edgex-go [2020-10-03T04:16:31.879Z] ---> Using cache [2020-10-03T04:16:31.879Z] ---> dde267061837 [2020-10-03T04:16:31.879Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T04:16:31.879Z] ---> Using cache [2020-10-03T04:16:31.879Z] ---> 491aa9089abb [2020-10-03T04:16:31.879Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-03T04:16:32.922Z] ---> Running in c57895248648 [2020-10-03T04:16:32.922Z] ---> cb0c8fa651dd [2020-10-03T04:16:32.922Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-03T04:16:35.043Z] ---> 58d8842e3712 [2020-10-03T04:16:35.043Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-03T04:16:35.389Z] ---> Running in 320a6d6f4ce8 [2020-10-03T04:16:36.882Z] Removing intermediate container 320a6d6f4ce8 [2020-10-03T04:16:36.882Z] ---> a826966ad6cb [2020-10-03T04:16:36.882Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-03T04:16:36.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-03T04:16:36.882Z] Removing intermediate container 35622cab523e [2020-10-03T04:16:36.882Z] ---> 8d00239c6b59 [2020-10-03T04:16:36.882Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-03T04:16:37.180Z] ---> Running in 8bea26043d21 [2020-10-03T04:16:37.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-03T04:16:37.810Z] ---> Running in 6e01da9a3d96 [2020-10-03T04:16:38.472Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-03T04:16:38.472Z] v3.12.0-363-g816c1f5e1b [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-03T04:16:38.472Z] OK: 12752 distinct packages available [2020-10-03T04:16:38.758Z] Removing intermediate container 8bea26043d21 [2020-10-03T04:16:38.758Z] ---> 7ae0b38af6e5 [2020-10-03T04:16:38.758Z] Step 21/23 : LABEL arch=x86_64 [2020-10-03T04:16:38.758Z] Removing intermediate container 6e01da9a3d96 [2020-10-03T04:16:38.758Z] ---> 07736ee17a88 [2020-10-03T04:16:38.758Z] Step 26/29 : CMD [ "generate" ] [2020-10-03T04:16:39.056Z] ---> Running in 1f6bb123e5aa [2020-10-03T04:16:39.056Z] OK: 233 MiB in 51 packages [2020-10-03T04:16:39.401Z] ---> Running in eec26281c6ba [2020-10-03T04:16:39.721Z] OK: 233 MiB in 51 packages [2020-10-03T04:16:40.812Z] Removing intermediate container 1f6bb123e5aa [2020-10-03T04:16:40.812Z] ---> 664df3374c07 [2020-10-03T04:16:40.812Z] Step 22/23 : LABEL git_sha=2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:16:41.150Z] Removing intermediate container eec26281c6ba [2020-10-03T04:16:41.150Z] ---> 07cc45ba3acd [2020-10-03T04:16:41.150Z] Step 27/29 : LABEL arch=x86_64 [2020-10-03T04:16:41.150Z] ---> Running in d00a12aa2958 [2020-10-03T04:16:41.760Z] ---> Running in 007f2280cd3f [2020-10-03T04:16:42.775Z] Removing intermediate container d00a12aa2958 [2020-10-03T04:16:42.775Z] ---> f81a3936e55f [2020-10-03T04:16:42.775Z] Step 23/23 : LABEL version=1.2.2-dev.45 [2020-10-03T04:16:42.775Z] Removing intermediate container 007f2280cd3f [2020-10-03T04:16:42.775Z] ---> e9462c0850e4 [2020-10-03T04:16:42.775Z] Step 28/29 : LABEL git_sha=2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:16:43.081Z] ---> Running in 566957601b72 [2020-10-03T04:16:43.081Z] ---> Running in 0768e1385cf9 [2020-10-03T04:16:43.081Z] Removing intermediate container c57895248648 [2020-10-03T04:16:43.081Z] ---> 0407d3d6fb5f [2020-10-03T04:16:43.081Z] Step 6/22 : COPY go.mod . [2020-10-03T04:16:44.679Z] Removing intermediate container 0768e1385cf9 [2020-10-03T04:16:44.679Z] ---> f20133a57076 [2020-10-03T04:16:44.679Z] [2020-10-03T04:16:45.351Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-03T04:16:45.351Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-03T04:16:45.351Z] ---> 528640010e63 [2020-10-03T04:16:45.351Z] Step 3/21 : WORKDIR /edgex-go [2020-10-03T04:16:45.351Z] ---> Using cache [2020-10-03T04:16:45.351Z] ---> dde267061837 [2020-10-03T04:16:45.351Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T04:16:45.351Z] ---> Using cache [2020-10-03T04:16:45.351Z] ---> 491aa9089abb [2020-10-03T04:16:45.351Z] Step 5/21 : RUN apk update && apk add make git [2020-10-03T04:16:45.351Z] ---> Using cache [2020-10-03T04:16:45.351Z] ---> 8f0fa3054dba [2020-10-03T04:16:45.351Z] Step 6/21 : COPY go.mod . [2020-10-03T04:16:45.351Z] ---> Using cache [2020-10-03T04:16:45.351Z] ---> d990710843c4 [2020-10-03T04:16:45.351Z] Step 7/21 : RUN go mod download [2020-10-03T04:16:45.351Z] ---> Using cache [2020-10-03T04:16:45.351Z] ---> 845f66da531b [2020-10-03T04:16:45.351Z] Step 8/21 : COPY . . [2020-10-03T04:16:45.351Z] Successfully built f20133a57076 [2020-10-03T04:16:45.716Z] ---> 7da802179e59 [2020-10-03T04:16:45.716Z] Step 7/22 : RUN go mod download [2020-10-03T04:16:45.716Z] Successfully tagged docker-core-data-go:latest [2020-10-03T04:16:45.716Z] Building docker-core-command-go [2020-10-03T04:16:45.716Z] ---> Using cache [2020-10-03T04:16:45.716Z] ---> 5761a7853473 [2020-10-03T04:16:45.716Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-03T04:16:45.716Z] Removing intermediate container 566957601b72 [2020-10-03T04:16:45.716Z] ---> f11e40464815 [2020-10-03T04:16:45.716Z] Step 29/29 : LABEL version=1.2.2-dev.45 [2020-10-03T04:16:45.716Z]  Building docker-core-data-go ... done  ---> Running in 5d8072b5c891 [2020-10-03T04:16:46.025Z] ---> Running in 22313351370c [2020-10-03T04:16:46.025Z] ---> Running in 9f0fb397a6dd [2020-10-03T04:16:47.118Z] Removing intermediate container 9f0fb397a6dd [2020-10-03T04:16:47.118Z] ---> 55613fd90870 [2020-10-03T04:16:47.118Z] [2020-10-03T04:16:47.415Z] Successfully built 55613fd90870 [2020-10-03T04:16:48.389Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-03T04:16:48.389Z] Building docker-support-notifications-go [2020-10-03T04:16:49.525Z]  Building docker-security-secrets-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-03T04:16:52.339Z] Removing intermediate container 5d8072b5c891 [2020-10-03T04:16:52.339Z] ---> 12007f2faab0 [2020-10-03T04:16:52.339Z] Step 8/22 : COPY . . [2020-10-03T04:17:09.645Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-03T04:17:09.645Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-03T04:17:09.645Z] ---> 5b38f868a775 [2020-10-03T04:17:09.645Z] Step 3/24 : WORKDIR /edgex-go [2020-10-03T04:17:09.645Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-03T04:17:09.645Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-03T04:17:09.645Z] ---> 5b38f868a775 [2020-10-03T04:17:09.645Z] Step 3/26 : WORKDIR /edgex-go [2020-10-03T04:17:09.645Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-03T04:17:09.645Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-03T04:17:09.645Z] ---> 5b38f868a775 [2020-10-03T04:17:09.645Z] Step 3/27 : WORKDIR /edgex-go [2020-10-03T04:17:09.645Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-03T04:17:09.645Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-03T04:17:09.645Z] ---> 5b38f868a775 [2020-10-03T04:17:09.645Z] Step 3/20 : WORKDIR /edgex-go [2020-10-03T04:17:09.645Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-03T04:17:09.645Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-03T04:17:09.645Z] ---> 5b38f868a775 [2020-10-03T04:17:09.645Z] Step 3/23 : WORKDIR /edgex-go [2020-10-03T04:17:09.917Z] ---> Running in 6983465428fa [2020-10-03T04:17:09.917Z] ---> Running in 65127662685f [2020-10-03T04:17:09.917Z] ---> Running in 333f8569c1bf [2020-10-03T04:17:09.917Z] ---> Running in b4c1ca91a034 [2020-10-03T04:17:09.917Z] ---> Running in dd83a32dde4b [2020-10-03T04:17:10.520Z] Removing intermediate container b4c1ca91a034 [2020-10-03T04:17:10.520Z] ---> 09636f07ea21 [2020-10-03T04:17:10.520Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T04:17:10.520Z] Removing intermediate container 333f8569c1bf [2020-10-03T04:17:10.520Z] ---> a054f97114ad [2020-10-03T04:17:10.520Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T04:17:10.520Z] Removing intermediate container 65127662685f [2020-10-03T04:17:10.520Z] ---> 0714b4a08957 [2020-10-03T04:17:10.520Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T04:17:10.793Z] Removing intermediate container 6983465428fa [2020-10-03T04:17:10.793Z] ---> 99120f38f232 [2020-10-03T04:17:10.793Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T04:17:10.793Z] Removing intermediate container dd83a32dde4b [2020-10-03T04:17:10.793Z] ---> 01f1b38b0cbc [2020-10-03T04:17:10.793Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T04:17:10.793Z] ---> Running in 0ce8b3a0edaa [2020-10-03T04:17:10.793Z] ---> Running in fabd95afc27e [2020-10-03T04:17:11.067Z] ---> Running in 46270e668c7f [2020-10-03T04:17:11.067Z] ---> Running in e30bc4bc8ddc [2020-10-03T04:17:11.067Z] ---> Running in bd931f6d9df8 [2020-10-03T04:17:14.961Z] Removing intermediate container 27516b0ab765 [2020-10-03T04:17:14.961Z] ---> 5431d1a466d2 [2020-10-03T04:17:14.961Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-03T04:17:15.402Z] Removing intermediate container 0ce8b3a0edaa [2020-10-03T04:17:15.402Z] ---> 205f8f5a7200 [2020-10-03T04:17:15.402Z] Step 5/20 : RUN apk update && apk add make git [2020-10-03T04:17:15.402Z] ---> Running in f4eb2f2a222d [2020-10-03T04:17:15.402Z] Removing intermediate container 46270e668c7f [2020-10-03T04:17:15.402Z] ---> 4407fffa31df [2020-10-03T04:17:15.402Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-03T04:17:15.675Z] ---> Running in aaff1278351b [2020-10-03T04:17:15.675Z] Removing intermediate container e30bc4bc8ddc [2020-10-03T04:17:15.675Z] ---> bdd7175ff65b [2020-10-03T04:17:15.675Z] Step 5/26 : RUN apk update && apk add make git [2020-10-03T04:17:15.675Z] Removing intermediate container fabd95afc27e [2020-10-03T04:17:15.675Z] ---> 37cd45327b6c [2020-10-03T04:17:15.675Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-03T04:17:15.954Z] Removing intermediate container bd931f6d9df8 [2020-10-03T04:17:15.954Z] ---> 14311a1aafd7 [2020-10-03T04:17:15.954Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-03T04:17:15.954Z] ---> Running in 362f67747a18 [2020-10-03T04:17:15.954Z] ---> Running in d4d781a07885 [2020-10-03T04:17:16.243Z] ---> Running in d451cf2ae71d [2020-10-03T04:17:17.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-03T04:17:17.735Z] ---> Running in f37b06542e35 [2020-10-03T04:17:17.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-03T04:17:18.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-03T04:17:18.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-03T04:17:18.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-03T04:17:18.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-03T04:17:18.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-03T04:17:19.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-03T04:17:19.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-03T04:17:19.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-03T04:17:19.404Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-03T04:17:19.404Z] v3.12.0-363-g816c1f5e1b [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-03T04:17:19.404Z] OK: 12623 distinct packages available [2020-10-03T04:17:19.678Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-03T04:17:19.678Z] v3.12.0-363-g816c1f5e1b [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-03T04:17:19.678Z] OK: 12623 distinct packages available [2020-10-03T04:17:19.906Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-03T04:17:19.906Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-03T04:17:19.906Z] ---> 528640010e63 [2020-10-03T04:17:19.906Z] Step 3/22 : WORKDIR /edgex-go [2020-10-03T04:17:19.906Z] ---> Using cache [2020-10-03T04:17:19.906Z] ---> dde267061837 [2020-10-03T04:17:19.906Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T04:17:19.906Z] ---> Using cache [2020-10-03T04:17:19.906Z] ---> 491aa9089abb [2020-10-03T04:17:19.906Z] Step 5/22 : RUN apk update && apk add make git [2020-10-03T04:17:20.188Z] ---> Using cache [2020-10-03T04:17:20.188Z] ---> 8f0fa3054dba [2020-10-03T04:17:20.188Z] Step 6/22 : COPY go.mod . [2020-10-03T04:17:20.188Z] ---> Using cache [2020-10-03T04:17:20.188Z] ---> d990710843c4 [2020-10-03T04:17:20.188Z] Step 7/22 : RUN go mod download [2020-10-03T04:17:20.188Z] ---> Using cache [2020-10-03T04:17:20.188Z] ---> 845f66da531b [2020-10-03T04:17:20.188Z] Step 8/22 : COPY . . [2020-10-03T04:17:20.282Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-03T04:17:20.282Z] v3.12.0-363-g816c1f5e1b [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-03T04:17:20.282Z] OK: 12623 distinct packages available [2020-10-03T04:17:20.282Z] OK: 217 MiB in 51 packages [2020-10-03T04:17:20.460Z] ---> Using cache [2020-10-03T04:17:20.460Z] ---> 5761a7853473 [2020-10-03T04:17:20.460Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-03T04:17:20.561Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-03T04:17:20.561Z] v3.12.0-363-g816c1f5e1b [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-03T04:17:20.561Z] OK: 12623 distinct packages available [2020-10-03T04:17:20.561Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-03T04:17:20.561Z] v3.12.0-363-g816c1f5e1b [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-03T04:17:20.561Z] OK: 12623 distinct packages available [2020-10-03T04:17:20.561Z] OK: 217 MiB in 51 packages [2020-10-03T04:17:21.180Z] OK: 217 MiB in 51 packages [2020-10-03T04:17:21.464Z] OK: 217 MiB in 51 packages [2020-10-03T04:17:21.464Z] OK: 217 MiB in 51 packages [2020-10-03T04:17:21.928Z] ---> Running in 4809a321aa46 [2020-10-03T04:17:22.066Z] Removing intermediate container f4eb2f2a222d [2020-10-03T04:17:22.067Z] ---> bc18517a2851 [2020-10-03T04:17:22.067Z] Step 6/20 : COPY go.mod . [2020-10-03T04:17:22.672Z] Removing intermediate container aaff1278351b [2020-10-03T04:17:22.672Z] ---> 8afcc4705e00 [2020-10-03T04:17:22.672Z] Step 6/24 : COPY go.mod . [2020-10-03T04:17:22.946Z] ---> dd8c91438705 [2020-10-03T04:17:22.946Z] Step 7/20 : RUN go mod download [2020-10-03T04:17:23.221Z] ---> Running in 181907dd5da0 [2020-10-03T04:17:23.221Z] Removing intermediate container 362f67747a18 [2020-10-03T04:17:23.221Z] ---> f3740c77ec5f [2020-10-03T04:17:23.221Z] Step 6/26 : COPY go.mod . [2020-10-03T04:17:23.400Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-03T04:17:23.400Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-03T04:17:23.400Z] ---> 528640010e63 [2020-10-03T04:17:23.400Z] Step 3/24 : WORKDIR /edgex-go [2020-10-03T04:17:23.400Z] ---> Using cache [2020-10-03T04:17:23.400Z] ---> dde267061837 [2020-10-03T04:17:23.400Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T04:17:23.400Z] ---> Using cache [2020-10-03T04:17:23.400Z] ---> 491aa9089abb [2020-10-03T04:17:23.400Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-03T04:17:23.511Z] Removing intermediate container d4d781a07885 [2020-10-03T04:17:23.511Z] ---> 4d8a28996c4b [2020-10-03T04:17:23.511Z] Step 6/23 : COPY go.mod . [2020-10-03T04:17:23.511Z] Removing intermediate container d451cf2ae71d [2020-10-03T04:17:23.511Z] ---> 4c9460913365 [2020-10-03T04:17:23.511Z] Step 6/27 : COPY go.mod . [2020-10-03T04:17:23.511Z] ---> 40eb6d125d48 [2020-10-03T04:17:23.511Z] Step 7/24 : RUN go mod download [2020-10-03T04:17:23.789Z] ---> Running in d74fe4a39565 [2020-10-03T04:17:24.394Z] ---> fb028bac3633 [2020-10-03T04:17:24.394Z] Step 7/26 : RUN go mod download [2020-10-03T04:17:24.668Z] ---> Running in e3bee3cc23f8 [2020-10-03T04:17:24.668Z] ---> 494da54d4b46 [2020-10-03T04:17:24.668Z] Step 7/23 : RUN go mod download [2020-10-03T04:17:24.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o cmd/core-command/core-command ./cmd/core-command [2020-10-03T04:17:24.856Z] ---> Running in f96d671ba845 [2020-10-03T04:17:24.950Z] ---> 09af3e2798c5 [2020-10-03T04:17:24.951Z] Step 7/27 : RUN go mod download [2020-10-03T04:17:24.951Z] ---> Running in d257a8385d5b [2020-10-03T04:17:25.225Z] ---> Running in ad42589bf5db [2020-10-03T04:17:25.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-03T04:17:26.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-03T04:17:27.165Z] ---> e07a1735ee3c [2020-10-03T04:17:27.165Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-03T04:17:27.165Z] ---> Running in 72e4497263d5 [2020-10-03T04:17:27.778Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-03T04:17:27.778Z] v3.12.0-363-g816c1f5e1b [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-03T04:17:27.778Z] OK: 12752 distinct packages available [2020-10-03T04:17:27.892Z] Removing intermediate container 181907dd5da0 [2020-10-03T04:17:27.892Z] ---> 745d16943c4e [2020-10-03T04:17:27.892Z] Step 8/20 : COPY . . [2020-10-03T04:17:28.171Z] Removing intermediate container d74fe4a39565 [2020-10-03T04:17:28.171Z] ---> 5822776c08b7 [2020-10-03T04:17:28.171Z] Step 8/24 : COPY . . [2020-10-03T04:17:28.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-03T04:17:28.394Z] OK: 233 MiB in 51 packages [2020-10-03T04:17:28.394Z] Collecting docker-compose==1.23.2 [2020-10-03T04:17:28.394Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-03T04:17:28.751Z] Collecting texttable<0.10,>=0.9.0 [2020-10-03T04:17:28.751Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-03T04:17:30.172Z] Removing intermediate container e3bee3cc23f8 [2020-10-03T04:17:30.173Z] ---> 617ab5c899b2 [2020-10-03T04:17:30.173Z] Step 8/26 : COPY . . [2020-10-03T04:17:30.448Z] Removing intermediate container ad42589bf5db [2020-10-03T04:17:30.448Z] ---> fe4e109bc246 [2020-10-03T04:17:30.448Z] Step 8/27 : COPY . .Removing intermediate container d257a8385d5b [2020-10-03T04:17:30.448Z] [2020-10-03T04:17:30.448Z] ---> 49af8595affb [2020-10-03T04:17:30.448Z] Step 8/23 : COPY . . [2020-10-03T04:17:30.695Z] Removing intermediate container f96d671ba845 [2020-10-03T04:17:30.695Z] ---> ea035b3135dd [2020-10-03T04:17:30.695Z] Step 6/24 : COPY go.mod . [2020-10-03T04:17:30.695Z] 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-03T04:17:31.124Z] Collecting docopt<0.7,>=0.6.1 [2020-10-03T04:17:31.124Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-03T04:17:32.166Z] ---> 9730f90fd492 [2020-10-03T04:17:32.166Z] Step 7/24 : RUN go mod download [2020-10-03T04:17:32.525Z] ---> Running in eb558c72c288 [2020-10-03T04:17:32.800Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-03T04:17:32.800Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-03T04:17:33.086Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-03T04:17:33.086Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-03T04:17:34.672Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-03T04:17:34.997Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-03T04:17:35.610Z] Removing intermediate container 22313351370c [2020-10-03T04:17:35.610Z] ---> 9ccad27c8bad [2020-10-03T04:17:35.610Z] [2020-10-03T04:17:35.610Z] Step 10/21 : FROM scratch [2020-10-03T04:17:35.610Z] ---> [2020-10-03T04:17:35.610Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-03T04:17:37.122Z] Collecting PyYAML<4,>=3.10 [2020-10-03T04:17:37.122Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-03T04:17:38.115Z] ---> Using cache [2020-10-03T04:17:38.115Z] ---> 3b69ff548548 [2020-10-03T04:17:38.115Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-03T04:17:39.167Z] ---> Running in a052a64c5723 [2020-10-03T04:17:39.466Z] Collecting jsonschema<3,>=2.5.1 [2020-10-03T04:17:39.466Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-03T04:17:39.757Z] Collecting cached-property<2,>=1.2.0 [2020-10-03T04:17:39.757Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-03T04:17:39.757Z] Removing intermediate container a052a64c5723 [2020-10-03T04:17:39.757Z] ---> a970795e26a6 [2020-10-03T04:17:39.757Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-03T04:17:39.757Z] ---> Running in c3e83d3798ad [2020-10-03T04:17:40.043Z] Collecting docker<4.0,>=3.6.0 [2020-10-03T04:17:40.043Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-03T04:17:40.353Z] Removing intermediate container eb558c72c288 [2020-10-03T04:17:40.353Z] ---> 1691ffa0984f [2020-10-03T04:17:40.353Z] Step 8/24 : COPY . . [2020-10-03T04:17:40.353Z] Collecting idna<2.8,>=2.5 [2020-10-03T04:17:40.353Z] Removing intermediate container c3e83d3798ad [2020-10-03T04:17:40.353Z] ---> e1f5edefd683 [2020-10-03T04:17:40.353Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-03T04:17:40.353Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-03T04:17:40.646Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-03T04:17:40.646Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-03T04:17:40.646Z] 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-03T04:17:40.646Z] 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-03T04:17:41.255Z] Collecting docker-pycreds>=0.4.0 [2020-10-03T04:17:41.255Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-03T04:17:42.827Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-03T04:17:42.827Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-03T04:17:42.827Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-03T04:17:42.827Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-03T04:17:44.204Z] ---> 7e2332f61417 [2020-10-03T04:17:44.204Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-03T04:17:44.204Z] Installing collected packages: texttable, docopt, idna, urllib3, requests, websocket-client, dockerpty, PyYAML, jsonschema, cached-property, docker-pycreds, docker, docker-compose [2020-10-03T04:17:44.204Z] Running setup.py install for texttable: started [2020-10-03T04:17:47.151Z] Running setup.py install for texttable: finished with status 'done' [2020-10-03T04:17:47.151Z] Running setup.py install for docopt: started [2020-10-03T04:17:47.803Z] ---> 28d555265d47 [2020-10-03T04:17:47.803Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-03T04:17:47.803Z] Running setup.py install for docopt: finished with status 'done' [2020-10-03T04:17:47.803Z] Attempting uninstall: idna [2020-10-03T04:17:47.803Z] Found existing installation: idna 2.9 [2020-10-03T04:17:47.803Z] Uninstalling idna-2.9: [2020-10-03T04:17:48.467Z] Successfully uninstalled idna-2.9 [2020-10-03T04:17:49.484Z] ---> fbe1a827c0a6 [2020-10-03T04:17:49.484Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-03T04:17:49.484Z] Attempting uninstall: urllib3 [2020-10-03T04:17:49.484Z] Found existing installation: urllib3 1.25.9 [2020-10-03T04:17:49.484Z] Uninstalling urllib3-1.25.9: [2020-10-03T04:17:49.841Z] ---> Running in 3ecab3088d35 [2020-10-03T04:17:50.188Z] Successfully uninstalled urllib3-1.25.9 [2020-10-03T04:17:51.207Z] Removing intermediate container 3ecab3088d35 [2020-10-03T04:17:51.207Z] ---> 09ef4067dae3 [2020-10-03T04:17:51.207Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-03T04:17:51.207Z] Attempting uninstall: requests [2020-10-03T04:17:51.207Z] Found existing installation: requests 2.23.0 [2020-10-03T04:17:51.207Z] Uninstalling requests-2.23.0: [2020-10-03T04:17:51.509Z] Successfully uninstalled requests-2.23.0 [2020-10-03T04:17:51.795Z] ---> Running in 7e23c6cf9f50 [2020-10-03T04:17:52.691Z] ---> ed84155b7aad [2020-10-03T04:17:52.691Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-03T04:17:52.691Z] ---> c42d087ee667 [2020-10-03T04:17:52.691Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-03T04:17:52.692Z] ---> 706348dcbedb [2020-10-03T04:17:52.692Z] 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-03T04:17:52.692Z] ---> Running in b58c84147849 [2020-10-03T04:17:52.692Z] ---> Running in bea6059bdbf4 [2020-10-03T04:17:52.692Z] ---> 7bd1ee391d1d [2020-10-03T04:17:52.692Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-03T04:17:52.692Z] ---> Running in fba18476eb05 [2020-10-03T04:17:52.692Z] ---> 3edf04548e68 [2020-10-03T04:17:52.692Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-03T04:17:52.692Z] ---> Running in 06b531c58eef [2020-10-03T04:17:52.692Z] ---> Running in 7ffeb301beb0 [2020-10-03T04:17:53.353Z] Running setup.py install for dockerpty: started [2020-10-03T04:17:54.399Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-03T04:17:54.399Z] Running setup.py install for PyYAML: started [2020-10-03T04:17:54.399Z] Removing intermediate container 7e23c6cf9f50 [2020-10-03T04:17:54.399Z] ---> ddf35ee81ced [2020-10-03T04:17:54.399Z] Step 19/21 : LABEL arch=x86_64 [2020-10-03T04:17:54.693Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-03T04:17:54.693Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-03T04:17:54.737Z] ---> Running in 2ca0c675c7cb [2020-10-03T04:17:54.969Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-03T04:17:55.249Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o cmd/core-data/core-data ./cmd/core-data [2020-10-03T04:17:55.525Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-03T04:17:56.236Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-03T04:17:56.525Z] Removing intermediate container 2ca0c675c7cb [2020-10-03T04:17:56.525Z] ---> 7f08026ae080 [2020-10-03T04:17:56.525Z] Step 20/21 : LABEL git_sha=2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:17:58.527Z] ---> Running in d9b12c13c46a [2020-10-03T04:18:00.029Z] Removing intermediate container d9b12c13c46a [2020-10-03T04:18:00.029Z] ---> 8a4ffcc280fb [2020-10-03T04:18:00.029Z] Step 21/21 : LABEL version=1.2.2-dev.45 [2020-10-03T04:18:00.324Z] 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-03T04:18:00.617Z] ---> Running in 0447bbbe16d0 [2020-10-03T04:18:01.236Z] Removing intermediate container 0447bbbe16d0 [2020-10-03T04:18:01.236Z] ---> ecff56332db8 [2020-10-03T04:18:01.236Z] [2020-10-03T04:18:01.539Z] Successfully built ecff56332db8 [2020-10-03T04:18:01.539Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-03T04:18:01.828Z] Building docker-security-secretstore-setup-go [2020-10-03T04:18:12.063Z]  Building docker-support-scheduler-go ... done Removing intermediate container f37b06542e35 [2020-10-03T04:18:12.063Z] ---> 7e65f50449c7 [2020-10-03T04:18:12.063Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-03T04:18:12.063Z] Removing intermediate container 72e4497263d5 [2020-10-03T04:18:12.063Z] ---> 2d5be9eafbf0 [2020-10-03T04:18:12.063Z] [2020-10-03T04:18:12.063Z] Step 10/22 : FROM scratch [2020-10-03T04:18:12.063Z] ---> [2020-10-03T04:18:12.063Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-03T04:18:12.063Z] Removing intermediate container 4809a321aa46 [2020-10-03T04:18:12.063Z] ---> ed0c4b1e3f99 [2020-10-03T04:18:12.063Z] [2020-10-03T04:18:12.063Z] Step 10/22 : FROM scratch [2020-10-03T04:18:12.063Z] ---> [2020-10-03T04:18:12.063Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-03T04:18:12.063Z] ---> d9d2bcd90973 [2020-10-03T04:18:12.063Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-03T04:18:12.063Z] ---> Running in 86a4e95b2a24 [2020-10-03T04:18:12.063Z] ---> Running in 2d80bad9e1bd [2020-10-03T04:18:12.063Z] ---> Using cache [2020-10-03T04:18:12.063Z] ---> 3b69ff548548 [2020-10-03T04:18:12.063Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-03T04:18:12.370Z] ---> Running in 42564e5e4430 [2020-10-03T04:18:12.370Z] ---> Running in 9a9fa3081770 [2020-10-03T04:18:13.433Z] Removing intermediate container 42564e5e4430 [2020-10-03T04:18:13.433Z] ---> 603d3e5c9181 [2020-10-03T04:18:13.433Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-03T04:18:13.433Z] Removing intermediate container 9a9fa3081770 [2020-10-03T04:18:13.433Z] ---> c1f722e46641 [2020-10-03T04:18:13.433Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-03T04:18:13.433Z] ---> Running in 7f6e9669f6f9 [2020-10-03T04:18:13.433Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-03T04:18:13.433Z] ---> Running in 56634cb39167 [2020-10-03T04:18:13.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-03T04:18:13.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-03T04:18:14.395Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-03T04:18:14.395Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-03T04:18:14.395Z] (3/3) Installing curl (7.69.1-r1) [2020-10-03T04:18:14.395Z] Executing busybox-1.31.1-r16.trigger [2020-10-03T04:18:14.395Z] OK: 72 MiB in 58 packages [2020-10-03T04:18:14.993Z] Removing intermediate container 7f6e9669f6f9 [2020-10-03T04:18:14.993Z] ---> 73d44f649adc [2020-10-03T04:18:14.993Z] Step 14/22 : WORKDIR / [2020-10-03T04:18:14.993Z] Removing intermediate container 56634cb39167 [2020-10-03T04:18:14.993Z] ---> 087723e7c83d [2020-10-03T04:18:14.993Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-03T04:18:15.279Z] ---> Running in 1326af3f3059 [2020-10-03T04:18:15.279Z] ---> Running in 17c2db1c58fc [2020-10-03T04:18:16.310Z] Removing intermediate container 1326af3f3059 [2020-10-03T04:18:16.310Z] ---> 0186f5c8fd33 [2020-10-03T04:18:16.310Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-03T04:18:16.310Z] Removing intermediate container 17c2db1c58fc [2020-10-03T04:18:16.310Z] ---> 960099c0ee15 [2020-10-03T04:18:16.310Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-03T04:18:17.449Z] Removing intermediate container 86a4e95b2a24 [2020-10-03T04:18:17.449Z] ---> 4bb0cacc0f08 [2020-10-03T04:18:17.449Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-03T04:18:17.449Z] ---> 1177a6f6ebc6 [2020-10-03T04:18:17.449Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-03T04:18:17.725Z] ---> c7efbeb4392d [2020-10-03T04:18:17.725Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-03T04:18:17.725Z] ---> Running in 8ae9fe7ccd42 [2020-10-03T04:18:20.382Z] Removing intermediate container 8ae9fe7ccd42 [2020-10-03T04:18:20.382Z] ---> d61c5f802eab [2020-10-03T04:18:20.382Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-03T04:18:20.667Z] ---> fc674193b49d [2020-10-03T04:18:20.667Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-03T04:18:20.667Z] ---> 635807d32800 [2020-10-03T04:18:20.667Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-03T04:18:20.962Z] ---> Running in 2b43a3cda5b0 [2020-10-03T04:18:22.473Z] Removing intermediate container 2b43a3cda5b0 [2020-10-03T04:18:22.473Z] ---> 1acf512ddd18 [2020-10-03T04:18:22.473Z] Step 25/27 : LABEL arch=x86_64 [2020-10-03T04:18:22.473Z] ---> 0512083b9d1d [2020-10-03T04:18:22.473Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-03T04:18:22.473Z] ---> Running in 83e235fb860a [2020-10-03T04:18:22.784Z] ---> Running in c4a6f4976057 [2020-10-03T04:18:23.388Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-03T04:18:23.388Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-03T04:18:23.388Z] ---> 528640010e63 [2020-10-03T04:18:23.388Z] Step 3/26 : WORKDIR /edgex-go [2020-10-03T04:18:23.388Z] ---> Using cache [2020-10-03T04:18:23.388Z] ---> dde267061837 [2020-10-03T04:18:23.388Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T04:18:23.388Z] ---> Using cache [2020-10-03T04:18:23.388Z] ---> 491aa9089abb [2020-10-03T04:18:23.388Z] Step 5/26 : RUN apk update && apk add make git [2020-10-03T04:18:23.388Z] ---> Using cache [2020-10-03T04:18:23.388Z] ---> 8f0fa3054dba [2020-10-03T04:18:23.388Z] Step 6/26 : COPY go.mod . [2020-10-03T04:18:23.388Z] ---> Using cache [2020-10-03T04:18:23.388Z] ---> d990710843c4 [2020-10-03T04:18:23.388Z] Step 7/26 : RUN go mod download [2020-10-03T04:18:23.388Z] ---> Using cache [2020-10-03T04:18:23.388Z] ---> 845f66da531b [2020-10-03T04:18:23.388Z] Step 8/26 : COPY . . [2020-10-03T04:18:23.999Z] ---> 1c5133107e34 [2020-10-03T04:18:23.999Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-03T04:18:23.999Z] ---> Using cache [2020-10-03T04:18:23.999Z] ---> 5761a7853473 [2020-10-03T04:18:23.999Z] 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-03T04:18:23.999Z] Removing intermediate container c4a6f4976057 [2020-10-03T04:18:23.999Z] ---> 9ec4f5c71a8f [2020-10-03T04:18:23.999Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-03T04:18:24.304Z] Removing intermediate container 83e235fb860a [2020-10-03T04:18:24.304Z] ---> 59fe664fe8e8 [2020-10-03T04:18:24.304Z] Step 26/27 : LABEL git_sha=2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:18:24.304Z] ---> Running in b3dc2b12baed [2020-10-03T04:18:24.304Z] ---> Running in 47c8afd4a9ca [2020-10-03T04:18:24.304Z] ---> Running in 7748738628d5 [2020-10-03T04:18:24.938Z] ---> 70e6e13a6440 [2020-10-03T04:18:24.938Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-03T04:18:24.938Z] ---> Running in e0d3f69b06de [2020-10-03T04:18:24.938Z] Removing intermediate container 7748738628d5 [2020-10-03T04:18:24.938Z] ---> a7f6f41ae114 [2020-10-03T04:18:24.938Z] Step 20/22 : LABEL arch=x86_64 [2020-10-03T04:18:24.938Z] Removing intermediate container 47c8afd4a9ca [2020-10-03T04:18:24.938Z] ---> 0b88609c81ea [2020-10-03T04:18:24.938Z] Step 27/27 : LABEL version=1.2.2-dev.45 [2020-10-03T04:18:25.230Z] ---> Running in 6a3b09fb83f7 [2020-10-03T04:18:25.230Z] ---> Running in 6c997382f990 [2020-10-03T04:18:25.514Z] Removing intermediate container e0d3f69b06de [2020-10-03T04:18:25.514Z] ---> e596535f9ac3 [2020-10-03T04:18:25.514Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-03T04:18:25.514Z] ---> Running in fd5580ba5200 [2020-10-03T04:18:25.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-03T04:18:25.812Z] Removing intermediate container 6c997382f990 [2020-10-03T04:18:25.812Z] ---> 20c3dcf4d5f5 [2020-10-03T04:18:25.812Z] [2020-10-03T04:18:26.117Z] Removing intermediate container 6a3b09fb83f7 [2020-10-03T04:18:26.117Z] ---> a757d67b7147 [2020-10-03T04:18:26.117Z] Step 21/22 : LABEL git_sha=2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:18:26.117Z] ---> Running in 8806ddff8834 [2020-10-03T04:18:26.117Z] Successfully built 20c3dcf4d5f5 [2020-10-03T04:18:26.117Z] Removing intermediate container fd5580ba5200 [2020-10-03T04:18:26.117Z] ---> 36710584dcf0 [2020-10-03T04:18:26.117Z] Step 20/22 : LABEL arch=x86_64 [2020-10-03T04:18:26.117Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-03T04:18:26.404Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in df79e39e2dee [2020-10-03T04:18:26.404Z] Removing intermediate container 8806ddff8834 [2020-10-03T04:18:26.404Z] ---> 3355e8aae559 [2020-10-03T04:18:26.404Z] Step 22/22 : LABEL version=1.2.2-dev.45 [2020-10-03T04:18:26.691Z] ---> Running in 1ea41207a5db [2020-10-03T04:18:26.691Z] Removing intermediate container df79e39e2dee [2020-10-03T04:18:26.691Z] ---> 3a5698dcbc17 [2020-10-03T04:18:26.691Z] Step 21/22 : LABEL git_sha=2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:18:26.980Z] ---> Running in 8ccce269f684 [2020-10-03T04:18:26.980Z] Removing intermediate container 1ea41207a5db [2020-10-03T04:18:26.980Z] ---> b3f55222dc7a [2020-10-03T04:18:26.980Z] [2020-10-03T04:18:27.276Z] Successfully built b3f55222dc7a [2020-10-03T04:18:27.276Z] Successfully tagged docker-core-command-go:latest [2020-10-03T04:18:27.572Z]  Building docker-core-command-go ... done Removing intermediate container 8ccce269f684 [2020-10-03T04:18:27.572Z] ---> fc3a5ad4d7e3 [2020-10-03T04:18:27.572Z] Step 22/22 : LABEL version=1.2.2-dev.45 [2020-10-03T04:18:27.572Z] ---> Running in 67126ed22657 [2020-10-03T04:18:27.849Z] Removing intermediate container 67126ed22657 [2020-10-03T04:18:27.849Z] ---> ee57f6abc3c1 [2020-10-03T04:18:27.849Z] [2020-10-03T04:18:28.477Z] Successfully built ee57f6abc3c1 [2020-10-03T04:18:28.477Z] Successfully tagged docker-support-logging-go:latest [2020-10-03T04:18:44.365Z]  Building docker-support-logging-go ... done Removing intermediate container 2d80bad9e1bd [2020-10-03T04:18:44.365Z] ---> ba7a9828fc98 [2020-10-03T04:18:44.365Z] [2020-10-03T04:18:44.365Z] Step 10/24 : FROM scratch [2020-10-03T04:18:44.365Z] ---> [2020-10-03T04:18:44.365Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-03T04:18:44.365Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-03T04:18:44.365Z] ---> Using cache [2020-10-03T04:18:44.365Z] ---> c1f722e46641 [2020-10-03T04:18:44.365Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-03T04:18:44.365Z] ---> Running in 69e566ebcc60 [2020-10-03T04:18:44.365Z] Removing intermediate container 69e566ebcc60 [2020-10-03T04:18:44.365Z] ---> ccd2fe6d210b [2020-10-03T04:18:44.365Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-03T04:18:44.365Z] ---> Running in 4d2f3570c53d [2020-10-03T04:18:44.365Z] Removing intermediate container 4d2f3570c53d [2020-10-03T04:18:44.365Z] ---> ca63e97a451e [2020-10-03T04:18:44.365Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-03T04:18:45.066Z] ---> 42f9d61bf4fc [2020-10-03T04:18:45.066Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-03T04:18:46.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-03T04:18:46.488Z] ---> 2cd1c4be38df [2020-10-03T04:18:46.488Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-03T04:18:47.089Z] ---> 2ddeba8de468 [2020-10-03T04:18:47.089Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-03T04:18:47.365Z] ---> f781112bbaac [2020-10-03T04:18:47.365Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-03T04:18:48.448Z] ---> 568493a25a8d [2020-10-03T04:18:48.448Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-03T04:18:48.729Z] ---> 612cbf5a486c [2020-10-03T04:18:48.729Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-03T04:18:49.002Z] ---> Running in 5e861b1dc336 [2020-10-03T04:18:49.274Z] Removing intermediate container 5e861b1dc336 [2020-10-03T04:18:49.274Z] ---> 36129f35b173 [2020-10-03T04:18:49.274Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-03T04:18:49.545Z] ---> Running in c2033e92f7e8 [2020-10-03T04:18:50.509Z] Removing intermediate container c2033e92f7e8 [2020-10-03T04:18:50.509Z] ---> 75d7c9aa6d8b [2020-10-03T04:18:50.509Z] Step 22/24 : LABEL arch=x86_64 [2020-10-03T04:18:50.509Z] Removing intermediate container b3dc2b12baed [2020-10-03T04:18:50.509Z] ---> 53e6005a5e55 [2020-10-03T04:18:50.509Z] [2020-10-03T04:18:50.509Z] Step 10/26 : FROM alpine:3.10 [2020-10-03T04:18:50.776Z] ---> Running in 60bb14a16c3c [2020-10-03T04:18:50.776Z] Removing intermediate container 60bb14a16c3c [2020-10-03T04:18:50.776Z] ---> 5c01839a69cd [2020-10-03T04:18:50.776Z] Step 23/24 : LABEL git_sha=2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:18:50.776Z] 3.10: Pulling from library/alpine [2020-10-03T04:18:51.047Z] ---> Running in cec8f9f2d742 [2020-10-03T04:18:51.342Z] Removing intermediate container cec8f9f2d742 [2020-10-03T04:18:51.342Z] ---> b97d9f2e199a [2020-10-03T04:18:51.342Z] Step 24/24 : LABEL version=1.2.2-dev.45 [2020-10-03T04:18:51.342Z] ---> Running in e1825b198321 [2020-10-03T04:18:51.625Z] Removing intermediate container e1825b198321 [2020-10-03T04:18:51.625Z] ---> 522b657350ca [2020-10-03T04:18:51.625Z] [2020-10-03T04:18:51.625Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-03T04:18:51.625Z] Status: Downloaded newer image for alpine:3.10 [2020-10-03T04:18:51.625Z] ---> be4e4bea2c2e [2020-10-03T04:18:51.625Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-03T04:18:51.930Z] Successfully built 522b657350ca [2020-10-03T04:18:51.930Z] ---> Running in 0e35851904ff [2020-10-03T04:18:51.930Z] Successfully tagged docker-support-notifications-go:latest [2020-10-03T04:18:52.536Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-03T04:18:52.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-03T04:18:52.821Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-03T04:18:52.821Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-03T04:18:52.821Z] OK: 10346 distinct packages available [2020-10-03T04:18:53.093Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-03T04:18:53.093Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-03T04:18:53.093Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-03T04:18:53.093Z] (4/5) Installing curl (7.66.0-r1) [2020-10-03T04:18:53.093Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-03T04:18:53.093Z] Executing busybox-1.30.1-r3.trigger [2020-10-03T04:18:53.093Z] Executing ca-certificates-20191127-r2.trigger [2020-10-03T04:18:53.379Z] OK: 7 MiB in 19 packages [2020-10-03T04:18:54.826Z] Removing intermediate container 0e35851904ff [2020-10-03T04:18:54.826Z] ---> c9250a01bedc [2020-10-03T04:18:54.826Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-03T04:18:55.093Z] ---> Running in 8c53ca7160ca [2020-10-03T04:18:55.093Z] Removing intermediate container 8c53ca7160ca [2020-10-03T04:18:55.093Z] ---> 85d3a9a9a988 [2020-10-03T04:18:55.093Z] Step 13/26 : WORKDIR / [2020-10-03T04:18:55.361Z] ---> Running in 77bfe0667c3b [2020-10-03T04:18:55.361Z] Removing intermediate container 77bfe0667c3b [2020-10-03T04:18:55.361Z] ---> 11e80f467e69 [2020-10-03T04:18:55.361Z] 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-03T04:18:55.955Z] ---> ccafddc0359d [2020-10-03T04:18:55.955Z] 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-03T04:18:56.241Z] ---> eeea84b02881 [2020-10-03T04:18:56.241Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-03T04:18:56.514Z] ---> fbd91a50faba [2020-10-03T04:18:56.514Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-03T04:18:56.785Z] ---> ab3fe80f08dc [2020-10-03T04:18:56.785Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-03T04:18:57.373Z] ---> 2f03eb711798 [2020-10-03T04:18:57.373Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-03T04:18:58.341Z] ---> 5f26f06ce579 [2020-10-03T04:18:58.341Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-03T04:18:58.931Z] ---> 22b5b2a0a0c5 [2020-10-03T04:18:58.931Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-03T04:18:59.196Z] ---> e02c8ade7fd3 [2020-10-03T04:18:59.196Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-03T04:18:59.196Z] ---> Running in 746f3ab78f0e [2020-10-03T04:19:01.163Z] Removing intermediate container 746f3ab78f0e [2020-10-03T04:19:01.163Z] ---> 640a023153f2 [2020-10-03T04:19:01.163Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-03T04:19:01.163Z] ---> Running in 515bab48681a [2020-10-03T04:19:01.163Z] Removing intermediate container 515bab48681a [2020-10-03T04:19:01.163Z] ---> 1ed7ebdea531 [2020-10-03T04:19:01.163Z] Step 24/26 : LABEL arch=x86_64 [2020-10-03T04:19:01.163Z] ---> Running in ca84aba32ebf [2020-10-03T04:19:01.435Z] Removing intermediate container ca84aba32ebf [2020-10-03T04:19:01.435Z] ---> ad0b2286983a [2020-10-03T04:19:01.435Z] Step 25/26 : LABEL git_sha=2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:01.435Z] ---> Running in 0b450d352e5d [2020-10-03T04:19:01.705Z] Removing intermediate container 0b450d352e5d [2020-10-03T04:19:01.705Z] ---> 847359af1812 [2020-10-03T04:19:01.705Z] Step 26/26 : LABEL version=1.2.2-dev.45 [2020-10-03T04:19:01.705Z] ---> Running in d7a00f1c4473 [2020-10-03T04:19:01.985Z] Removing intermediate container d7a00f1c4473 [2020-10-03T04:19:01.986Z] ---> 4c440a432dc6 [2020-10-03T04:19:01.986Z] [2020-10-03T04:19:02.256Z] Successfully built 4c440a432dc6 [2020-10-03T04:19:02.256Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-03T04:19:02.856Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-10-03T04:19:02.897Z] $ docker stop --time=1 14c7ea17896b3120a781db19c2d73985c355268e0a776eee4bb2e7c60bfb9679 [2020-10-03T04:19:05.612Z] $ docker rm -f 14c7ea17896b3120a781db19c2d73985c355268e0a776eee4bb2e7c60bfb9679 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:19:06.300Z] + grep docker [2020-10-03T04:19:06.300Z] + docker images [2020-10-03T04:19:06.593Z] docker-security-secretstore-setup-go latest 4c440a432dc6 5 seconds ago 32.4MB [2020-10-03T04:19:06.593Z] docker-support-notifications-go latest 522b657350ca 15 seconds ago 13.6MB [2020-10-03T04:19:06.593Z] docker-support-logging-go latest ee57f6abc3c1 39 seconds ago 11.1MB [2020-10-03T04:19:06.593Z] docker-core-command-go latest b3f55222dc7a 40 seconds ago 12.2MB [2020-10-03T04:19:06.593Z] docker-sys-mgmt-agent-go latest 20c3dcf4d5f5 41 seconds ago 290MB [2020-10-03T04:19:06.593Z] docker-support-scheduler-go latest ecff56332db8 About a minute ago 12.3MB [2020-10-03T04:19:06.593Z] docker-security-secrets-setup-go latest 55613fd90870 2 minutes ago 24MB [2020-10-03T04:19:06.593Z] docker-core-data-go latest f20133a57076 2 minutes ago 23.6MB [2020-10-03T04:19:06.593Z] docker-core-metadata-go latest 750736fb189b 2 minutes ago 14.1MB [2020-10-03T04:19:06.593Z] docker-security-proxy-setup-go latest ec95de873bf0 3 minutes ago 15.8MB [2020-10-03T04:19:06.593Z] docker latest 809cc4dba987 2 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-03T04:19:07.222Z] provisioning config files... [2020-10-03T04:19:07.276Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/160@tmp/config1941591057666979977tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-03T04:19:07.781Z] ---> docker-login.sh [2020-10-03T04:19:07.781Z] nexus3.edgexfoundry.org:10001 [2020-10-03T04:19:07.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-03T04:19:08.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-03T04:19:08.059Z] Configure a credential helper to remove this warning. See [2020-10-03T04:19:08.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-03T04:19:08.059Z] [2020-10-03T04:19:08.059Z] Login Succeeded [2020-10-03T04:19:08.059Z] nexus3.edgexfoundry.org:10002 [2020-10-03T04:19:08.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-03T04:19:08.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-03T04:19:08.327Z] Configure a credential helper to remove this warning. See [2020-10-03T04:19:08.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-03T04:19:08.327Z] [2020-10-03T04:19:08.327Z] Login Succeeded [2020-10-03T04:19:08.327Z] nexus3.edgexfoundry.org:10003 [2020-10-03T04:19:08.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-03T04:19:08.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-03T04:19:08.598Z] Configure a credential helper to remove this warning. See [2020-10-03T04:19:08.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-03T04:19:08.598Z] [2020-10-03T04:19:08.598Z] Login Succeeded [2020-10-03T04:19:08.598Z] nexus3.edgexfoundry.org:10004 [2020-10-03T04:19:08.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-03T04:19:09.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-03T04:19:09.132Z] Configure a credential helper to remove this warning. See [2020-10-03T04:19:09.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-03T04:19:09.132Z] [2020-10-03T04:19:09.132Z] Login Succeeded [2020-10-03T04:19:09.132Z] docker.io [2020-10-03T04:19:09.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-03T04:19:09.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-03T04:19:09.708Z] Configure a credential helper to remove this warning. See [2020-10-03T04:19:09.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-03T04:19:09.708Z] [2020-10-03T04:19:09.708Z] Login Succeeded [2020-10-03T04:19:09.708Z] ---> docker-login.sh ends [Pipeline] } [2020-10-03T04:19:09.720Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T04:19:10.055Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-03T04:19:10.055Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:10.055Z] 1.2.2-dev.45 [2020-10-03T04:19:10.055Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:10.055Z] master [2020-10-03T04:19:10.055Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:10.626Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:10.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:10.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-03T04:19:10.943Z] 42142222001e: Preparing [2020-10-03T04:19:10.943Z] e6ed45a643ac: Preparing [2020-10-03T04:19:10.943Z] 02caf0d57440: Preparing [2020-10-03T04:19:11.206Z] 02caf0d57440: Pushed [2020-10-03T04:19:11.206Z] 42142222001e: Pushed [2020-10-03T04:19:12.604Z] e6ed45a643ac: Pushed [2020-10-03T04:19:12.604Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2: digest: sha256:77a62f64533dd467c2fdf0a445aab2e36ddaf2ad4736d359a5edf17ee1ec5682 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:12.925Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:13.233Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.45 [2020-10-03T04:19:13.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-03T04:19:13.233Z] 42142222001e: Preparing [2020-10-03T04:19:13.233Z] e6ed45a643ac: Preparing [2020-10-03T04:19:13.233Z] 02caf0d57440: Preparing [2020-10-03T04:19:13.233Z] e6ed45a643ac: Layer already exists [2020-10-03T04:19:13.233Z] 02caf0d57440: Layer already exists [2020-10-03T04:19:13.233Z] 42142222001e: Layer already exists [2020-10-03T04:19:13.233Z] 1.2.2-dev.45: digest: sha256:77a62f64533dd467c2fdf0a445aab2e36ddaf2ad4736d359a5edf17ee1ec5682 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:13.554Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:13.878Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:13.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-03T04:19:13.878Z] 42142222001e: Preparing [2020-10-03T04:19:13.878Z] e6ed45a643ac: Preparing [2020-10-03T04:19:13.878Z] 02caf0d57440: Preparing [2020-10-03T04:19:13.878Z] 42142222001e: Layer already exists [2020-10-03T04:19:13.878Z] 02caf0d57440: Layer already exists [2020-10-03T04:19:13.878Z] e6ed45a643ac: Layer already exists [2020-10-03T04:19:13.879Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45: digest: sha256:77a62f64533dd467c2fdf0a445aab2e36ddaf2ad4736d359a5edf17ee1ec5682 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:14.459Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:14.773Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-03T04:19:14.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-03T04:19:14.773Z] 42142222001e: Preparing [2020-10-03T04:19:14.773Z] e6ed45a643ac: Preparing [2020-10-03T04:19:14.773Z] 02caf0d57440: Preparing [2020-10-03T04:19:14.773Z] 02caf0d57440: Layer already exists [2020-10-03T04:19:14.773Z] e6ed45a643ac: Layer already exists [2020-10-03T04:19:14.773Z] 42142222001e: Layer already exists [2020-10-03T04:19:14.773Z] master: digest: sha256:77a62f64533dd467c2fdf0a445aab2e36ddaf2ad4736d359a5edf17ee1ec5682 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T04:19:14.965Z] ===================================================== [Pipeline] echo [2020-10-03T04:19:15.015Z] taggedImages: [2020-10-03T04:19:15.015Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:15.015Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.45 [2020-10-03T04:19:15.015Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:15.016Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-03T04:19:15.200Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-03T04:19:15.200Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:15.200Z] 1.2.2-dev.45 [2020-10-03T04:19:15.200Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:15.200Z] master [2020-10-03T04:19:15.200Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:15.751Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:16.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:16.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-03T04:19:16.075Z] 7b43c13f71a2: Preparing [2020-10-03T04:19:16.075Z] ddc9683429b1: Preparing [2020-10-03T04:19:16.075Z] 5749defe398b: Preparing [2020-10-03T04:19:16.075Z] 5e81f0b42a63: Preparing [2020-10-03T04:19:16.075Z] 1000e44a3c9d: Preparing [2020-10-03T04:19:16.075Z] 50644c29ef5a: Preparing [2020-10-03T04:19:16.075Z] 50644c29ef5a: Waiting [2020-10-03T04:19:16.341Z] 7b43c13f71a2: Pushed [2020-10-03T04:19:16.341Z] 5749defe398b: Pushed [2020-10-03T04:19:16.341Z] 1000e44a3c9d: Pushed [2020-10-03T04:19:16.341Z] 50644c29ef5a: Layer already exists [2020-10-03T04:19:16.607Z] 5e81f0b42a63: Pushed [2020-10-03T04:19:17.353Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-03T04:19:17.353Z] Removing intermediate container bea6059bdbf4 [2020-10-03T04:19:17.353Z] ---> 2fceadec3373 [2020-10-03T04:19:17.353Z] [2020-10-03T04:19:17.353Z] Step 10/20 : FROM alpine [2020-10-03T04:19:17.353Z] latest: Pulling from library/alpine [2020-10-03T04:19:17.353Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-03T04:19:17.353Z] Status: Downloaded newer image for alpine:latest [2020-10-03T04:19:17.353Z] ---> 62ee0e9f8440 [2020-10-03T04:19:17.353Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-03T04:19:17.353Z] ---> Running in 76eb60294c94 [2020-10-03T04:19:17.353Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-03T04:19:17.353Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-03T04:19:17.954Z] v3.12.0-362-g9ed1b5bb6e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-03T04:19:17.954Z] v3.12.0-363-g816c1f5e1b [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-03T04:19:17.954Z] OK: 12621 distinct packages available [2020-10-03T04:19:18.008Z] ddc9683429b1: Pushed [2020-10-03T04:19:18.008Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2: digest: sha256:0a58aa50080b33b67e9859b5911b866f5c0dd87830690675c5cd15c0fffc56e7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:18.328Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:18.663Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.45 [2020-10-03T04:19:18.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-03T04:19:18.663Z] 7b43c13f71a2: Preparing [2020-10-03T04:19:18.663Z] ddc9683429b1: Preparing [2020-10-03T04:19:18.663Z] 5749defe398b: Preparing [2020-10-03T04:19:18.663Z] 5e81f0b42a63: Preparing [2020-10-03T04:19:18.663Z] 1000e44a3c9d: Preparing [2020-10-03T04:19:18.663Z] 50644c29ef5a: Preparing [2020-10-03T04:19:18.663Z] 50644c29ef5a: Waiting [2020-10-03T04:19:18.663Z] ddc9683429b1: Layer already exists [2020-10-03T04:19:18.663Z] 1000e44a3c9d: Layer already exists [2020-10-03T04:19:18.663Z] 5749defe398b: Layer already exists [2020-10-03T04:19:18.663Z] 5e81f0b42a63: Layer already exists [2020-10-03T04:19:18.663Z] 7b43c13f71a2: Layer already exists [2020-10-03T04:19:18.663Z] 50644c29ef5a: Layer already exists [2020-10-03T04:19:18.926Z] 1.2.2-dev.45: digest: sha256:0a58aa50080b33b67e9859b5911b866f5c0dd87830690675c5cd15c0fffc56e7 size: 1572 [Pipeline] isUnix [2020-10-03T04:19:18.948Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-03T04:19:18.948Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-03T04:19:18.948Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-03T04:19:18.948Z] (4/4) Installing curl (7.69.1-r1) [2020-10-03T04:19:18.948Z] Executing busybox-1.31.1-r16.trigger [2020-10-03T04:19:18.948Z] Executing ca-certificates-20191127-r4.trigger [Pipeline] sh [2020-10-03T04:19:19.248Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:19.553Z] OK: 7 MiB in 18 packages [2020-10-03T04:19:19.554Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:19.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-03T04:19:19.554Z] 7b43c13f71a2: Preparing [2020-10-03T04:19:19.554Z] ddc9683429b1: Preparing [2020-10-03T04:19:19.554Z] 5749defe398b: Preparing [2020-10-03T04:19:19.554Z] 5e81f0b42a63: Preparing [2020-10-03T04:19:19.554Z] 1000e44a3c9d: Preparing [2020-10-03T04:19:19.554Z] 50644c29ef5a: Preparing [2020-10-03T04:19:19.554Z] 50644c29ef5a: Waiting [2020-10-03T04:19:19.554Z] 7b43c13f71a2: Layer already exists [2020-10-03T04:19:19.554Z] 5749defe398b: Layer already exists [2020-10-03T04:19:19.554Z] ddc9683429b1: Layer already exists [2020-10-03T04:19:19.554Z] 5e81f0b42a63: Layer already exists [2020-10-03T04:19:19.554Z] 1000e44a3c9d: Layer already exists [2020-10-03T04:19:19.554Z] 50644c29ef5a: Layer already exists [2020-10-03T04:19:19.820Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45: digest: sha256:0a58aa50080b33b67e9859b5911b866f5c0dd87830690675c5cd15c0fffc56e7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:20.139Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:20.524Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-03T04:19:20.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-03T04:19:20.524Z] 7b43c13f71a2: Preparing [2020-10-03T04:19:20.524Z] ddc9683429b1: Preparing [2020-10-03T04:19:20.524Z] 5749defe398b: Preparing [2020-10-03T04:19:20.524Z] 5e81f0b42a63: Preparing [2020-10-03T04:19:20.524Z] 1000e44a3c9d: Preparing [2020-10-03T04:19:20.524Z] 50644c29ef5a: Preparing [2020-10-03T04:19:20.524Z] 50644c29ef5a: Waiting [2020-10-03T04:19:20.524Z] 7b43c13f71a2: Layer already exists [2020-10-03T04:19:20.524Z] 5e81f0b42a63: Layer already exists [2020-10-03T04:19:20.524Z] 5749defe398b: Layer already exists [2020-10-03T04:19:20.524Z] 1000e44a3c9d: Layer already exists [2020-10-03T04:19:20.524Z] ddc9683429b1: Layer already exists [2020-10-03T04:19:20.524Z] 50644c29ef5a: Layer already exists [2020-10-03T04:19:20.524Z] master: digest: sha256:0a58aa50080b33b67e9859b5911b866f5c0dd87830690675c5cd15c0fffc56e7 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T04:19:20.758Z] ===================================================== [Pipeline] echo [2020-10-03T04:19:20.895Z] taggedImages: [2020-10-03T04:19:20.896Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:20.896Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.45 [2020-10-03T04:19:20.896Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:20.896Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-03T04:19:20.963Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-03T04:19:20.963Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:20.963Z] 1.2.2-dev.45 [2020-10-03T04:19:20.963Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:20.963Z] master [2020-10-03T04:19:20.963Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:21.476Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:21.823Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:21.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-03T04:19:21.823Z] c7d18c564d1c: Preparing [2020-10-03T04:19:21.824Z] c26a66ad7c94: Preparing [2020-10-03T04:19:21.824Z] 15991e4b7a5f: Preparing [2020-10-03T04:19:22.098Z] c7d18c564d1c: Pushed [2020-10-03T04:19:22.098Z] 15991e4b7a5f: Pushed [2020-10-03T04:19:22.476Z] Removing intermediate container 76eb60294c94 [2020-10-03T04:19:22.476Z] ---> 59f478026fe7 [2020-10-03T04:19:22.476Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-03T04:19:22.476Z] ---> Running in 19c8605d063a [2020-10-03T04:19:23.073Z] Removing intermediate container 19c8605d063a [2020-10-03T04:19:23.073Z] ---> 2e2f20796374 [2020-10-03T04:19:23.073Z] Step 13/20 : WORKDIR /edgex [2020-10-03T04:19:23.352Z] ---> Running in 499855edd38a [2020-10-03T04:19:23.954Z] Removing intermediate container 499855edd38a [2020-10-03T04:19:23.954Z] ---> 832a181d0f4f [2020-10-03T04:19:23.954Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-03T04:19:24.233Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-03T04:19:24.699Z] c26a66ad7c94: Pushed [2020-10-03T04:19:24.963Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2: digest: sha256:1cda8ecf9e4b08b826ce741fd955ef7ec59a342ca80bd02b874a827853fb01f1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:25.276Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:25.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.45 [2020-10-03T04:19:25.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-03T04:19:25.591Z] c7d18c564d1c: Preparing [2020-10-03T04:19:25.591Z] c26a66ad7c94: Preparing [2020-10-03T04:19:25.591Z] 15991e4b7a5f: Preparing [2020-10-03T04:19:25.591Z] c7d18c564d1c: Layer already exists [2020-10-03T04:19:25.591Z] c26a66ad7c94: Layer already exists [2020-10-03T04:19:25.591Z] 15991e4b7a5f: Layer already exists [2020-10-03T04:19:25.688Z] ---> 7a161e68d019 [2020-10-03T04:19:25.688Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-03T04:19:25.854Z] 1.2.2-dev.45: digest: sha256:1cda8ecf9e4b08b826ce741fd955ef7ec59a342ca80bd02b874a827853fb01f1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:26.167Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:26.469Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:26.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-03T04:19:26.469Z] c7d18c564d1c: Preparing [2020-10-03T04:19:26.469Z] c26a66ad7c94: Preparing [2020-10-03T04:19:26.469Z] 15991e4b7a5f: Preparing [2020-10-03T04:19:26.469Z] 15991e4b7a5f: Layer already exists [2020-10-03T04:19:26.469Z] c7d18c564d1c: Layer already exists [2020-10-03T04:19:26.469Z] c26a66ad7c94: Layer already exists [2020-10-03T04:19:26.469Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45: digest: sha256:1cda8ecf9e4b08b826ce741fd955ef7ec59a342ca80bd02b874a827853fb01f1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:26.786Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:27.100Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-03T04:19:27.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-03T04:19:27.100Z] c7d18c564d1c: Preparing [2020-10-03T04:19:27.100Z] c26a66ad7c94: Preparing [2020-10-03T04:19:27.100Z] 15991e4b7a5f: Preparing [2020-10-03T04:19:27.100Z] c7d18c564d1c: Layer already exists [2020-10-03T04:19:27.100Z] c26a66ad7c94: Layer already exists [2020-10-03T04:19:27.100Z] 15991e4b7a5f: Layer already exists [2020-10-03T04:19:27.100Z] master: digest: sha256:1cda8ecf9e4b08b826ce741fd955ef7ec59a342ca80bd02b874a827853fb01f1 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T04:19:27.326Z] ===================================================== [Pipeline] echo [2020-10-03T04:19:27.375Z] taggedImages: [2020-10-03T04:19:27.375Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:27.375Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.45 [2020-10-03T04:19:27.375Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:27.375Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-03T04:19:27.494Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-03T04:19:27.494Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:27.494Z] 1.2.2-dev.45 [2020-10-03T04:19:27.494Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:27.494Z] master [2020-10-03T04:19:27.494Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:28.006Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:28.312Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:28.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-03T04:19:28.313Z] 8570a1e5d58a: Preparing [2020-10-03T04:19:28.313Z] 3cb391ffa79b: Preparing [2020-10-03T04:19:28.313Z] 17f0843bad05: Preparing [2020-10-03T04:19:28.313Z] 5e2da4b934f6: Preparing [2020-10-03T04:19:28.313Z] 50644c29ef5a: Preparing [2020-10-03T04:19:28.313Z] 50644c29ef5a: Layer already exists [2020-10-03T04:19:28.348Z] ---> ccccc4898232 [2020-10-03T04:19:28.348Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-03T04:19:28.348Z] ---> Running in b288e8f5879b [2020-10-03T04:19:28.581Z] 17f0843bad05: Pushed [2020-10-03T04:19:28.581Z] 3cb391ffa79b: Pushed [2020-10-03T04:19:28.625Z] Removing intermediate container 7ffeb301beb0 [2020-10-03T04:19:28.625Z] ---> 9db83c96b9cc [2020-10-03T04:19:28.625Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-03T04:19:28.857Z] 5e2da4b934f6: Pushed [2020-10-03T04:19:28.901Z] ---> Running in a95404e25192 [2020-10-03T04:19:28.901Z] Removing intermediate container b288e8f5879b [2020-10-03T04:19:28.901Z] ---> 87ed203f6c38 [2020-10-03T04:19:28.901Z] Step 17/20 : CMD ["--init=true"] [2020-10-03T04:19:29.183Z] ---> Running in e85559704db3 [2020-10-03T04:19:29.804Z] 8570a1e5d58a: Pushed [2020-10-03T04:19:30.066Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2: digest: sha256:0cc317e83bab19ffc1da576deaf97942ade47b28ba42da6d8285bcd2c5d63f44 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:30.186Z] Removing intermediate container e85559704db3 [2020-10-03T04:19:30.186Z] ---> 709188bf514a [2020-10-03T04:19:30.186Z] Step 18/20 : LABEL arch=arm64 [2020-10-03T04:19:30.386Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:30.692Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.45 [2020-10-03T04:19:30.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-03T04:19:30.692Z] 8570a1e5d58a: Preparing [2020-10-03T04:19:30.692Z] 3cb391ffa79b: Preparing [2020-10-03T04:19:30.692Z] 17f0843bad05: Preparing [2020-10-03T04:19:30.692Z] 5e2da4b934f6: Preparing [2020-10-03T04:19:30.692Z] 50644c29ef5a: Preparing [2020-10-03T04:19:30.692Z] 3cb391ffa79b: Layer already exists [2020-10-03T04:19:30.692Z] 50644c29ef5a: Layer already exists [2020-10-03T04:19:30.692Z] 5e2da4b934f6: Layer already exists [2020-10-03T04:19:30.692Z] 17f0843bad05: Layer already exists [2020-10-03T04:19:30.692Z] 8570a1e5d58a: Layer already exists [2020-10-03T04:19:30.692Z] 1.2.2-dev.45: digest: sha256:0cc317e83bab19ffc1da576deaf97942ade47b28ba42da6d8285bcd2c5d63f44 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:30.805Z] ---> Running in 0c8dd9fd4a52 [2020-10-03T04:19:31.010Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:31.427Z] Removing intermediate container 0c8dd9fd4a52 [2020-10-03T04:19:31.427Z] ---> 1c054aa223d6 [2020-10-03T04:19:31.427Z] Step 19/20 : LABEL git_sha=2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:31.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:31.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-03T04:19:31.514Z] 8570a1e5d58a: Preparing [2020-10-03T04:19:31.514Z] 3cb391ffa79b: Preparing [2020-10-03T04:19:31.514Z] 17f0843bad05: Preparing [2020-10-03T04:19:31.514Z] 5e2da4b934f6: Preparing [2020-10-03T04:19:31.514Z] 50644c29ef5a: Preparing [2020-10-03T04:19:31.514Z] 8570a1e5d58a: Layer already exists [2020-10-03T04:19:31.514Z] 17f0843bad05: Layer already exists [2020-10-03T04:19:31.514Z] 5e2da4b934f6: Layer already exists [2020-10-03T04:19:31.514Z] 3cb391ffa79b: Layer already exists [2020-10-03T04:19:31.514Z] 50644c29ef5a: Layer already exists [2020-10-03T04:19:31.514Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45: digest: sha256:0cc317e83bab19ffc1da576deaf97942ade47b28ba42da6d8285bcd2c5d63f44 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:31.707Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-03T04:19:31.707Z] ---> Running in dc99c9d5c4e5 [2020-10-03T04:19:31.846Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:32.158Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-03T04:19:32.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-03T04:19:32.158Z] 8570a1e5d58a: Preparing [2020-10-03T04:19:32.158Z] 3cb391ffa79b: Preparing [2020-10-03T04:19:32.158Z] 17f0843bad05: Preparing [2020-10-03T04:19:32.158Z] 5e2da4b934f6: Preparing [2020-10-03T04:19:32.158Z] 50644c29ef5a: Preparing [2020-10-03T04:19:32.158Z] 50644c29ef5a: Layer already exists [2020-10-03T04:19:32.158Z] 17f0843bad05: Layer already exists [2020-10-03T04:19:32.158Z] 5e2da4b934f6: Layer already exists [2020-10-03T04:19:32.158Z] 3cb391ffa79b: Layer already exists [2020-10-03T04:19:32.158Z] 8570a1e5d58a: Layer already exists [2020-10-03T04:19:32.158Z] master: digest: sha256:0cc317e83bab19ffc1da576deaf97942ade47b28ba42da6d8285bcd2c5d63f44 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T04:19:32.619Z] ===================================================== [Pipeline] echo [2020-10-03T04:19:32.665Z] taggedImages: [2020-10-03T04:19:32.665Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:32.665Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.45 [2020-10-03T04:19:32.665Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:32.665Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-03T04:19:32.704Z] Removing intermediate container dc99c9d5c4e5 [2020-10-03T04:19:32.705Z] ---> 6548061dd46c [2020-10-03T04:19:32.705Z] Step 20/20 : LABEL version=1.2.2-dev.45 [Pipeline] echo [2020-10-03T04:19:32.727Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-03T04:19:32.727Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:32.727Z] 1.2.2-dev.45 [2020-10-03T04:19:32.727Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:32.727Z] master [2020-10-03T04:19:32.727Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:32.978Z] ---> Running in bef410f84104 [2020-10-03T04:19:33.214Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:33.579Z] Removing intermediate container bef410f84104 [2020-10-03T04:19:33.579Z] ---> 18787d155152 [2020-10-03T04:19:33.579Z] [2020-10-03T04:19:33.586Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:33.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-03T04:19:33.586Z] ad62caab646a: Preparing [2020-10-03T04:19:33.586Z] 8e1ebcf6267b: Preparing [2020-10-03T04:19:33.586Z] 9698a59da9ec: Preparing [2020-10-03T04:19:33.586Z] 72662b6078b0: Preparing [2020-10-03T04:19:33.586Z] 72662b6078b0: Preparing [2020-10-03T04:19:33.586Z] e6217d928b0c: Preparing [2020-10-03T04:19:33.586Z] 432230d3300c: Preparing [2020-10-03T04:19:33.586Z] 950e63af6146: Preparing [2020-10-03T04:19:33.586Z] ad62caab646a: Preparing [2020-10-03T04:19:33.586Z] 9341855eb701: Preparing [2020-10-03T04:19:33.586Z] 0385670788e7: Preparing [2020-10-03T04:19:33.586Z] 38c22c0882eb: Preparing [2020-10-03T04:19:33.586Z] 50644c29ef5a: Preparing [2020-10-03T04:19:33.586Z] 432230d3300c: Waiting [2020-10-03T04:19:33.586Z] 950e63af6146: Waiting [2020-10-03T04:19:33.586Z] 9341855eb701: Waiting [2020-10-03T04:19:33.586Z] 0385670788e7: Waiting [2020-10-03T04:19:33.586Z] 38c22c0882eb: Waiting [2020-10-03T04:19:33.586Z] 50644c29ef5a: Waiting [2020-10-03T04:19:33.857Z] 72662b6078b0: Pushed [2020-10-03T04:19:33.857Z] 8e1ebcf6267b: Pushed [2020-10-03T04:19:33.857Z] e6217d928b0c: Pushed [2020-10-03T04:19:33.857Z] 9698a59da9ec: Pushed [2020-10-03T04:19:34.130Z] 432230d3300c: Pushed [2020-10-03T04:19:34.130Z] 950e63af6146: Pushed [2020-10-03T04:19:34.130Z] 9341855eb701: Pushed [2020-10-03T04:19:34.130Z] 0385670788e7: Pushed [2020-10-03T04:19:34.130Z] 50644c29ef5a: Layer already exists [2020-10-03T04:19:34.572Z] Successfully built 18787d155152 [2020-10-03T04:19:34.572Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-03T04:19:34.572Z] Building docker-core-command-go [2020-10-03T04:19:34.727Z] 38c22c0882eb: Pushed [2020-10-03T04:19:35.045Z] ad62caab646a: Pushed [2020-10-03T04:19:35.307Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2: digest: sha256:08a089cd77998a28b26b7dedc26b7b4f29d569a9a9f75f2112363c44f866af91 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:35.620Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:35.937Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.45 [2020-10-03T04:19:35.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-03T04:19:35.937Z] ad62caab646a: Preparing [2020-10-03T04:19:35.937Z] 8e1ebcf6267b: Preparing [2020-10-03T04:19:35.937Z] 9698a59da9ec: Preparing [2020-10-03T04:19:35.937Z] 72662b6078b0: Preparing [2020-10-03T04:19:35.937Z] 72662b6078b0: Preparing [2020-10-03T04:19:35.937Z] e6217d928b0c: Preparing [2020-10-03T04:19:35.937Z] 432230d3300c: Preparing [2020-10-03T04:19:35.937Z] 950e63af6146: Preparing [2020-10-03T04:19:35.937Z] ad62caab646a: Preparing [2020-10-03T04:19:35.937Z] 9341855eb701: Preparing [2020-10-03T04:19:35.937Z] 0385670788e7: Preparing [2020-10-03T04:19:35.937Z] 38c22c0882eb: Preparing [2020-10-03T04:19:35.937Z] 50644c29ef5a: Preparing [2020-10-03T04:19:35.937Z] 950e63af6146: Waiting [2020-10-03T04:19:35.937Z] 9341855eb701: Waiting [2020-10-03T04:19:35.937Z] 0385670788e7: Waiting [2020-10-03T04:19:35.937Z] 38c22c0882eb: Waiting [2020-10-03T04:19:35.937Z] 50644c29ef5a: Waiting [2020-10-03T04:19:35.937Z] 432230d3300c: Waiting [2020-10-03T04:19:35.937Z] 8e1ebcf6267b: Layer already exists [2020-10-03T04:19:35.937Z] e6217d928b0c: Layer already exists [2020-10-03T04:19:35.937Z] 72662b6078b0: Layer already exists [2020-10-03T04:19:35.937Z] 9698a59da9ec: Layer already exists [2020-10-03T04:19:35.937Z] ad62caab646a: Layer already exists [2020-10-03T04:19:35.937Z] 432230d3300c: Layer already exists [2020-10-03T04:19:35.937Z] 9341855eb701: Layer already exists [2020-10-03T04:19:35.937Z] 950e63af6146: Layer already exists [2020-10-03T04:19:35.937Z] 0385670788e7: Layer already exists [2020-10-03T04:19:35.937Z] 38c22c0882eb: Layer already exists [2020-10-03T04:19:35.937Z] 50644c29ef5a: Layer already exists [2020-10-03T04:19:35.937Z] 1.2.2-dev.45: digest: sha256:08a089cd77998a28b26b7dedc26b7b4f29d569a9a9f75f2112363c44f866af91 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:36.524Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:36.568Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container fba18476eb05 [2020-10-03T04:19:36.568Z] ---> 9cbe318acd13 [2020-10-03T04:19:36.568Z] [2020-10-03T04:19:36.568Z] Step 10/26 : FROM alpine:3.10 [2020-10-03T04:19:36.844Z] 3.10: Pulling from library/alpine [2020-10-03T04:19:36.846Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:36.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-03T04:19:36.846Z] ad62caab646a: Preparing [2020-10-03T04:19:36.846Z] 8e1ebcf6267b: Preparing [2020-10-03T04:19:36.846Z] 9698a59da9ec: Preparing [2020-10-03T04:19:36.846Z] 72662b6078b0: Preparing [2020-10-03T04:19:36.846Z] 72662b6078b0: Preparing [2020-10-03T04:19:36.846Z] e6217d928b0c: Preparing [2020-10-03T04:19:36.846Z] 432230d3300c: Preparing [2020-10-03T04:19:36.846Z] 950e63af6146: Preparing [2020-10-03T04:19:36.846Z] ad62caab646a: Preparing [2020-10-03T04:19:36.846Z] 9341855eb701: Preparing [2020-10-03T04:19:36.846Z] 0385670788e7: Preparing [2020-10-03T04:19:36.846Z] 38c22c0882eb: Preparing [2020-10-03T04:19:36.846Z] 50644c29ef5a: Preparing [2020-10-03T04:19:36.846Z] 432230d3300c: Waiting [2020-10-03T04:19:36.846Z] 950e63af6146: Waiting [2020-10-03T04:19:36.846Z] 9341855eb701: Waiting [2020-10-03T04:19:36.846Z] 38c22c0882eb: Waiting [2020-10-03T04:19:36.846Z] 0385670788e7: Waiting [2020-10-03T04:19:36.846Z] 50644c29ef5a: Waiting [2020-10-03T04:19:36.846Z] 8e1ebcf6267b: Layer already exists [2020-10-03T04:19:36.846Z] e6217d928b0c: Layer already exists [2020-10-03T04:19:36.846Z] ad62caab646a: Layer already exists [2020-10-03T04:19:36.846Z] 9698a59da9ec: Layer already exists [2020-10-03T04:19:36.846Z] 72662b6078b0: Layer already exists [2020-10-03T04:19:36.846Z] 950e63af6146: Layer already exists [2020-10-03T04:19:36.846Z] 432230d3300c: Layer already exists [2020-10-03T04:19:36.846Z] 9341855eb701: Layer already exists [2020-10-03T04:19:36.846Z] 0385670788e7: Layer already exists [2020-10-03T04:19:36.846Z] 38c22c0882eb: Layer already exists [2020-10-03T04:19:36.846Z] 50644c29ef5a: Layer already exists [2020-10-03T04:19:37.109Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45: digest: sha256:08a089cd77998a28b26b7dedc26b7b4f29d569a9a9f75f2112363c44f866af91 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:37.423Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:37.779Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-03T04:19:38.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-03T04:19:38.044Z] ad62caab646a: Preparing [2020-10-03T04:19:38.044Z] 8e1ebcf6267b: Preparing [2020-10-03T04:19:38.044Z] 9698a59da9ec: Preparing [2020-10-03T04:19:38.044Z] 72662b6078b0: Preparing [2020-10-03T04:19:38.044Z] 72662b6078b0: Preparing [2020-10-03T04:19:38.044Z] e6217d928b0c: Preparing [2020-10-03T04:19:38.044Z] 432230d3300c: Preparing [2020-10-03T04:19:38.044Z] 950e63af6146: Preparing [2020-10-03T04:19:38.044Z] ad62caab646a: Preparing [2020-10-03T04:19:38.044Z] 9341855eb701: Preparing [2020-10-03T04:19:38.044Z] 0385670788e7: Preparing [2020-10-03T04:19:38.044Z] 38c22c0882eb: Preparing [2020-10-03T04:19:38.044Z] 50644c29ef5a: Preparing [2020-10-03T04:19:38.044Z] 432230d3300c: Waiting [2020-10-03T04:19:38.044Z] 0385670788e7: Waiting [2020-10-03T04:19:38.044Z] 950e63af6146: Waiting [2020-10-03T04:19:38.044Z] 9341855eb701: Waiting [2020-10-03T04:19:38.044Z] 38c22c0882eb: Waiting [2020-10-03T04:19:38.044Z] 50644c29ef5a: Waiting [2020-10-03T04:19:38.044Z] 9698a59da9ec: Layer already exists [2020-10-03T04:19:38.044Z] 72662b6078b0: Layer already exists [2020-10-03T04:19:38.044Z] e6217d928b0c: Layer already exists [2020-10-03T04:19:38.044Z] ad62caab646a: Layer already exists [2020-10-03T04:19:38.044Z] 8e1ebcf6267b: Layer already exists [2020-10-03T04:19:38.044Z] 950e63af6146: Layer already exists [2020-10-03T04:19:38.044Z] 432230d3300c: Layer already exists [2020-10-03T04:19:38.044Z] 0385670788e7: Layer already exists [2020-10-03T04:19:38.044Z] 9341855eb701: Layer already exists [2020-10-03T04:19:38.044Z] 38c22c0882eb: Layer already exists [2020-10-03T04:19:38.044Z] 50644c29ef5a: Layer already exists [2020-10-03T04:19:38.326Z] master: digest: sha256:08a089cd77998a28b26b7dedc26b7b4f29d569a9a9f75f2112363c44f866af91 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T04:19:38.516Z] ===================================================== [Pipeline] echo [2020-10-03T04:19:38.560Z] taggedImages: [2020-10-03T04:19:38.560Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:38.560Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.45 [2020-10-03T04:19:38.560Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:38.560Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-03T04:19:38.617Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-03T04:19:38.617Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:38.617Z] 1.2.2-dev.45 [2020-10-03T04:19:38.617Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:38.617Z] master [2020-10-03T04:19:38.617Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:38.836Z] Removing intermediate container a95404e25192 [2020-10-03T04:19:38.836Z] ---> 4491dad66f1a [2020-10-03T04:19:38.836Z] [2020-10-03T04:19:38.836Z] Step 11/27 : FROM docker:latest [2020-10-03T04:19:38.836Z] ---> 45884bde0078 [2020-10-03T04:19:38.836Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-03T04:19:38.836Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-03T04:19:38.836Z] Status: Downloaded newer image for alpine:3.10 [2020-10-03T04:19:38.836Z] ---> 536a684cf733 [2020-10-03T04:19:38.836Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-03T04:19:39.103Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:39.115Z] ---> Running in 3461a12afd7a [2020-10-03T04:19:39.115Z] ---> Running in 467f6e24c1dd [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:39.438Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:39.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-03T04:19:39.438Z] 56eb611266f9: Preparing [2020-10-03T04:19:39.438Z] 117f83c9fae7: Preparing [2020-10-03T04:19:39.438Z] a813679dceb3: Preparing [2020-10-03T04:19:39.438Z] 87f829b272d1: Preparing [2020-10-03T04:19:39.438Z] 84d5c376eb95: Preparing [2020-10-03T04:19:39.438Z] e1974be4bec4: Preparing [2020-10-03T04:19:39.438Z] 185d0e82863b: Preparing [2020-10-03T04:19:39.438Z] 34615c4ee0fd: Preparing [2020-10-03T04:19:39.438Z] 6d0f98b027f2: Preparing [2020-10-03T04:19:39.438Z] 2881c8fd0c0d: Preparing [2020-10-03T04:19:39.438Z] 1b3ee35aacca: Preparing [2020-10-03T04:19:39.438Z] 185d0e82863b: Waiting [2020-10-03T04:19:39.438Z] 34615c4ee0fd: Waiting [2020-10-03T04:19:39.438Z] 6d0f98b027f2: Waiting [2020-10-03T04:19:39.438Z] e1974be4bec4: Waiting [2020-10-03T04:19:39.438Z] 2881c8fd0c0d: Waiting [2020-10-03T04:19:39.438Z] 1b3ee35aacca: Waiting [2020-10-03T04:19:39.714Z] 56eb611266f9: Pushed [2020-10-03T04:19:39.714Z] 117f83c9fae7: Pushed [2020-10-03T04:19:40.024Z] e1974be4bec4: Pushed [2020-10-03T04:19:40.024Z] 185d0e82863b: Pushed [2020-10-03T04:19:40.308Z] 34615c4ee0fd: Pushed [2020-10-03T04:19:40.308Z] 6d0f98b027f2: Pushed [2020-10-03T04:19:40.574Z] 1b3ee35aacca: Layer already exists [2020-10-03T04:19:40.838Z] 2881c8fd0c0d: Pushed [2020-10-03T04:19:40.838Z] a813679dceb3: Pushed [2020-10-03T04:19:40.838Z] 84d5c376eb95: Pushed [2020-10-03T04:19:40.838Z] 87f829b272d1: Pushed [2020-10-03T04:19:41.100Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2: digest: sha256:56b61c43a1b5a7a2bbf70dbb527a3b26fdc8044354937ca7ecc61d798511719d size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:41.414Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:41.720Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.45 [2020-10-03T04:19:41.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-03T04:19:41.720Z] 56eb611266f9: Preparing [2020-10-03T04:19:41.720Z] 117f83c9fae7: Preparing [2020-10-03T04:19:41.720Z] a813679dceb3: Preparing [2020-10-03T04:19:41.720Z] 87f829b272d1: Preparing [2020-10-03T04:19:41.720Z] 84d5c376eb95: Preparing [2020-10-03T04:19:41.720Z] e1974be4bec4: Preparing [2020-10-03T04:19:41.720Z] 185d0e82863b: Preparing [2020-10-03T04:19:41.720Z] 34615c4ee0fd: Preparing [2020-10-03T04:19:41.720Z] 6d0f98b027f2: Preparing [2020-10-03T04:19:41.720Z] 2881c8fd0c0d: Preparing [2020-10-03T04:19:41.720Z] 1b3ee35aacca: Preparing [2020-10-03T04:19:41.720Z] e1974be4bec4: Waiting [2020-10-03T04:19:41.720Z] 6d0f98b027f2: Waiting [2020-10-03T04:19:41.720Z] 185d0e82863b: Waiting [2020-10-03T04:19:41.720Z] 2881c8fd0c0d: Waiting [2020-10-03T04:19:41.720Z] 1b3ee35aacca: Waiting [2020-10-03T04:19:41.720Z] 34615c4ee0fd: Waiting [2020-10-03T04:19:41.720Z] a813679dceb3: Layer already exists [2020-10-03T04:19:41.720Z] 117f83c9fae7: Layer already exists [2020-10-03T04:19:41.720Z] 87f829b272d1: Layer already exists [2020-10-03T04:19:41.720Z] 56eb611266f9: Layer already exists [2020-10-03T04:19:41.720Z] 84d5c376eb95: Layer already exists [2020-10-03T04:19:41.720Z] e1974be4bec4: Layer already exists [2020-10-03T04:19:41.720Z] 185d0e82863b: Layer already exists [2020-10-03T04:19:41.720Z] 6d0f98b027f2: Layer already exists [2020-10-03T04:19:41.720Z] 2881c8fd0c0d: Layer already exists [2020-10-03T04:19:41.720Z] 34615c4ee0fd: Layer already exists [2020-10-03T04:19:41.720Z] 1b3ee35aacca: Layer already exists [2020-10-03T04:19:41.720Z] 1.2.2-dev.45: digest: sha256:56b61c43a1b5a7a2bbf70dbb527a3b26fdc8044354937ca7ecc61d798511719d size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:42.033Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:42.341Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:42.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-03T04:19:42.341Z] 56eb611266f9: Preparing [2020-10-03T04:19:42.341Z] 117f83c9fae7: Preparing [2020-10-03T04:19:42.341Z] a813679dceb3: Preparing [2020-10-03T04:19:42.341Z] 87f829b272d1: Preparing [2020-10-03T04:19:42.341Z] 84d5c376eb95: Preparing [2020-10-03T04:19:42.341Z] e1974be4bec4: Preparing [2020-10-03T04:19:42.341Z] 185d0e82863b: Preparing [2020-10-03T04:19:42.341Z] 34615c4ee0fd: Preparing [2020-10-03T04:19:42.341Z] 6d0f98b027f2: Preparing [2020-10-03T04:19:42.341Z] 2881c8fd0c0d: Preparing [2020-10-03T04:19:42.341Z] 1b3ee35aacca: Preparing [2020-10-03T04:19:42.341Z] 185d0e82863b: Waiting [2020-10-03T04:19:42.341Z] 34615c4ee0fd: Waiting [2020-10-03T04:19:42.341Z] 6d0f98b027f2: Waiting [2020-10-03T04:19:42.341Z] 2881c8fd0c0d: Waiting [2020-10-03T04:19:42.341Z] 1b3ee35aacca: Waiting [2020-10-03T04:19:42.341Z] e1974be4bec4: Waiting [2020-10-03T04:19:42.341Z] a813679dceb3: Layer already exists [2020-10-03T04:19:42.341Z] 84d5c376eb95: Layer already exists [2020-10-03T04:19:42.341Z] 117f83c9fae7: Layer already exists [2020-10-03T04:19:42.341Z] 56eb611266f9: Layer already exists [2020-10-03T04:19:42.341Z] 87f829b272d1: Layer already exists [2020-10-03T04:19:42.341Z] 6d0f98b027f2: Layer already exists [2020-10-03T04:19:42.341Z] 2881c8fd0c0d: Layer already exists [2020-10-03T04:19:42.341Z] 34615c4ee0fd: Layer already exists [2020-10-03T04:19:42.341Z] 185d0e82863b: Layer already exists [2020-10-03T04:19:42.341Z] e1974be4bec4: Layer already exists [2020-10-03T04:19:42.341Z] 1b3ee35aacca: Layer already exists [2020-10-03T04:19:42.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-03T04:19:42.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-03T04:19:42.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-03T04:19:42.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-03T04:19:42.604Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45: digest: sha256:56b61c43a1b5a7a2bbf70dbb527a3b26fdc8044354937ca7ecc61d798511719d size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:42.912Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:43.169Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-03T04:19:43.169Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-03T04:19:43.169Z] OK: 10167 distinct packages available [2020-10-03T04:19:43.169Z] (1/2) Installing readline (8.0.4-r0) [2020-10-03T04:19:43.169Z] (2/2) Installing bash (5.0.17-r0) [2020-10-03T04:19:43.169Z] Executing bash-5.0.17-r0.post-install [2020-10-03T04:19:43.169Z] Executing busybox-1.31.1-r16.trigger [2020-10-03T04:19:43.169Z] OK: 12 MiB in 22 packages [2020-10-03T04:19:43.215Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-03T04:19:43.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-03T04:19:43.216Z] 56eb611266f9: Preparing [2020-10-03T04:19:43.216Z] 117f83c9fae7: Preparing [2020-10-03T04:19:43.216Z] a813679dceb3: Preparing [2020-10-03T04:19:43.216Z] 87f829b272d1: Preparing [2020-10-03T04:19:43.216Z] 84d5c376eb95: Preparing [2020-10-03T04:19:43.216Z] e1974be4bec4: Preparing [2020-10-03T04:19:43.216Z] 185d0e82863b: Preparing [2020-10-03T04:19:43.216Z] 34615c4ee0fd: Preparing [2020-10-03T04:19:43.216Z] 6d0f98b027f2: Preparing [2020-10-03T04:19:43.216Z] 2881c8fd0c0d: Preparing [2020-10-03T04:19:43.216Z] 1b3ee35aacca: Preparing [2020-10-03T04:19:43.216Z] 34615c4ee0fd: Waiting [2020-10-03T04:19:43.216Z] 6d0f98b027f2: Waiting [2020-10-03T04:19:43.216Z] 2881c8fd0c0d: Waiting [2020-10-03T04:19:43.216Z] 1b3ee35aacca: Waiting [2020-10-03T04:19:43.216Z] e1974be4bec4: Waiting [2020-10-03T04:19:43.216Z] 185d0e82863b: Waiting [2020-10-03T04:19:43.216Z] 84d5c376eb95: Layer already exists [2020-10-03T04:19:43.216Z] 117f83c9fae7: Layer already exists [2020-10-03T04:19:43.216Z] a813679dceb3: Layer already exists [2020-10-03T04:19:43.216Z] 56eb611266f9: Layer already exists [2020-10-03T04:19:43.216Z] 87f829b272d1: Layer already exists [2020-10-03T04:19:43.216Z] e1974be4bec4: Layer already exists [2020-10-03T04:19:43.216Z] 2881c8fd0c0d: Layer already exists [2020-10-03T04:19:43.216Z] 185d0e82863b: Layer already exists [2020-10-03T04:19:43.216Z] 34615c4ee0fd: Layer already exists [2020-10-03T04:19:43.216Z] 6d0f98b027f2: Layer already exists [2020-10-03T04:19:43.216Z] 1b3ee35aacca: Layer already exists [2020-10-03T04:19:43.479Z] master: digest: sha256:56b61c43a1b5a7a2bbf70dbb527a3b26fdc8044354937ca7ecc61d798511719d size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T04:19:43.694Z] ===================================================== [Pipeline] echo [2020-10-03T04:19:43.745Z] taggedImages: [2020-10-03T04:19:43.745Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:43.745Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.45 [2020-10-03T04:19:43.745Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:43.745Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-03T04:19:43.774Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-03T04:19:43.774Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-03T04:19:43.774Z] (3/5) Installing libcurl (7.66.0-r1) [Pipeline] echo [2020-10-03T04:19:43.819Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-03T04:19:43.819Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:43.819Z] 1.2.2-dev.45 [2020-10-03T04:19:43.819Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:43.819Z] master [2020-10-03T04:19:43.819Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:44.055Z] (4/5) Installing curl (7.66.0-r1) [2020-10-03T04:19:44.055Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-03T04:19:44.055Z] Executing busybox-1.30.1-r3.trigger [2020-10-03T04:19:44.055Z] Executing ca-certificates-20191127-r2.trigger [2020-10-03T04:19:44.329Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:44.339Z] OK: 7 MiB in 19 packages [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:44.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:44.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-03T04:19:44.636Z] e53d19579072: Preparing [2020-10-03T04:19:44.636Z] c096995a7d79: Preparing [2020-10-03T04:19:44.636Z] c231c5594ad7: Preparing [2020-10-03T04:19:44.636Z] ed62f6f9433b: Preparing [2020-10-03T04:19:44.901Z] c231c5594ad7: Pushed [2020-10-03T04:19:44.901Z] e53d19579072: Pushed [2020-10-03T04:19:44.901Z] ed62f6f9433b: Pushed [2020-10-03T04:19:45.949Z] c096995a7d79: Pushed [2020-10-03T04:19:46.500Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2: digest: sha256:d0e93d22d38eeff2fd7a28815f1529d83b58f5d269f65743b2faaeb12ea2082b size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:46.828Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:47.020Z] Removing intermediate container 467f6e24c1dd [2020-10-03T04:19:47.020Z] ---> eff835cb36d6 [2020-10-03T04:19:47.020Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-03T04:19:47.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.45 [2020-10-03T04:19:47.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-03T04:19:47.139Z] e53d19579072: Preparing [2020-10-03T04:19:47.139Z] c096995a7d79: Preparing [2020-10-03T04:19:47.139Z] c231c5594ad7: Preparing [2020-10-03T04:19:47.139Z] ed62f6f9433b: Preparing [2020-10-03T04:19:47.139Z] ed62f6f9433b: Layer already exists [2020-10-03T04:19:47.139Z] e53d19579072: Layer already exists [2020-10-03T04:19:47.139Z] c096995a7d79: Layer already exists [2020-10-03T04:19:47.139Z] c231c5594ad7: Layer already exists [2020-10-03T04:19:47.139Z] 1.2.2-dev.45: digest: sha256:d0e93d22d38eeff2fd7a28815f1529d83b58f5d269f65743b2faaeb12ea2082b size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:47.301Z] ---> Running in 383b9a8bb082 [2020-10-03T04:19:47.301Z] Removing intermediate container b58c84147849 [2020-10-03T04:19:47.301Z] ---> 9bb7db7180c1 [2020-10-03T04:19:47.301Z] [2020-10-03T04:19:47.301Z] Step 10/24 : FROM scratch [2020-10-03T04:19:47.301Z] ---> [2020-10-03T04:19:47.301Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-03T04:19:47.455Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:47.756Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:47.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-03T04:19:47.756Z] e53d19579072: Preparing [2020-10-03T04:19:47.756Z] c096995a7d79: Preparing [2020-10-03T04:19:47.756Z] c231c5594ad7: Preparing [2020-10-03T04:19:47.756Z] ed62f6f9433b: Preparing [2020-10-03T04:19:47.756Z] e53d19579072: Layer already exists [2020-10-03T04:19:47.756Z] ed62f6f9433b: Layer already exists [2020-10-03T04:19:47.756Z] c096995a7d79: Layer already exists [2020-10-03T04:19:47.756Z] c231c5594ad7: Layer already exists [2020-10-03T04:19:47.756Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45: digest: sha256:d0e93d22d38eeff2fd7a28815f1529d83b58f5d269f65743b2faaeb12ea2082b size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:47.926Z] ---> Running in 03a973b61546 [2020-10-03T04:19:48.069Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:48.203Z] Removing intermediate container 3461a12afd7a [2020-10-03T04:19:48.203Z] ---> d785400bc2ad [2020-10-03T04:19:48.203Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-03T04:19:48.378Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-03T04:19:48.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-03T04:19:48.378Z] e53d19579072: Preparing [2020-10-03T04:19:48.378Z] c096995a7d79: Preparing [2020-10-03T04:19:48.378Z] c231c5594ad7: Preparing [2020-10-03T04:19:48.378Z] ed62f6f9433b: Preparing [2020-10-03T04:19:48.378Z] ed62f6f9433b: Layer already exists [2020-10-03T04:19:48.378Z] c231c5594ad7: Layer already exists [2020-10-03T04:19:48.378Z] c096995a7d79: Layer already exists [2020-10-03T04:19:48.378Z] e53d19579072: Layer already exists [2020-10-03T04:19:48.378Z] master: digest: sha256:d0e93d22d38eeff2fd7a28815f1529d83b58f5d269f65743b2faaeb12ea2082b size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T04:19:48.560Z] ===================================================== [Pipeline] echo [2020-10-03T04:19:48.606Z] taggedImages: [2020-10-03T04:19:48.606Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:48.606Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.45 [2020-10-03T04:19:48.606Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:48.606Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-03T04:19:48.669Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-03T04:19:48.669Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:48.669Z] 1.2.2-dev.45 [2020-10-03T04:19:48.669Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:48.669Z] master [2020-10-03T04:19:48.669Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-10-03T04:19:48.809Z] ---> Running in 1fd2fa598e86 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:49.089Z] Removing intermediate container 03a973b61546 [2020-10-03T04:19:49.089Z] ---> 7a4f51a86ef3 [2020-10-03T04:19:49.089Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-03T04:19:49.155Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:49.363Z] ---> Running in 3335bcb957f3 [2020-10-03T04:19:49.472Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:49.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-03T04:19:49.472Z] 0b53a3d750c4: Preparing [2020-10-03T04:19:49.472Z] b9fa14506e87: Preparing [2020-10-03T04:19:49.472Z] 8d1277c5a679: Preparing [2020-10-03T04:19:49.472Z] 23a8fc5b53e6: Preparing [2020-10-03T04:19:49.472Z] f6a51b09160d: Preparing [2020-10-03T04:19:49.472Z] 3e8ec0420064: Preparing [2020-10-03T04:19:49.472Z] 3e8ec0420064: Waiting [2020-10-03T04:19:49.735Z] 0b53a3d750c4: Pushed [2020-10-03T04:19:49.735Z] 23a8fc5b53e6: Pushed [2020-10-03T04:19:49.735Z] 8d1277c5a679: Pushed [2020-10-03T04:19:49.735Z] f6a51b09160d: Pushed [2020-10-03T04:19:49.971Z] Removing intermediate container 1fd2fa598e86 [2020-10-03T04:19:49.971Z] ---> 6287b91585eb [2020-10-03T04:19:49.971Z] Step 13/26 : WORKDIR / [2020-10-03T04:19:50.008Z] 3e8ec0420064: Pushed [2020-10-03T04:19:50.246Z] Removing intermediate container 3335bcb957f3 [2020-10-03T04:19:50.246Z] ---> 0f00636040f5 [2020-10-03T04:19:50.246Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-03T04:19:50.523Z] ---> Running in 319646a3663d [2020-10-03T04:19:50.523Z] ---> Running in 2e6b4f06b46e [2020-10-03T04:19:50.956Z] b9fa14506e87: Pushed [2020-10-03T04:19:51.218Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2: digest: sha256:a93e99eef2f31186debca83f83b1727580e61be36d1fa5a5049604ece9d2120e size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:51.539Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:51.555Z] Removing intermediate container 2e6b4f06b46e [2020-10-03T04:19:51.555Z] ---> cacb2ddda570 [2020-10-03T04:19:51.555Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-03T04:19:51.828Z] Removing intermediate container 319646a3663d [2020-10-03T04:19:51.828Z] ---> d2adffa6683b [2020-10-03T04:19:51.828Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-03T04:19:51.844Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.45 [2020-10-03T04:19:51.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-03T04:19:51.844Z] 0b53a3d750c4: Preparing [2020-10-03T04:19:51.844Z] b9fa14506e87: Preparing [2020-10-03T04:19:51.844Z] 8d1277c5a679: Preparing [2020-10-03T04:19:51.844Z] 23a8fc5b53e6: Preparing [2020-10-03T04:19:51.844Z] f6a51b09160d: Preparing [2020-10-03T04:19:51.844Z] 3e8ec0420064: Preparing [2020-10-03T04:19:51.844Z] 3e8ec0420064: Waiting [2020-10-03T04:19:51.844Z] b9fa14506e87: Layer already exists [2020-10-03T04:19:51.844Z] 8d1277c5a679: Layer already exists [2020-10-03T04:19:51.844Z] f6a51b09160d: Layer already exists [2020-10-03T04:19:51.844Z] 0b53a3d750c4: Layer already exists [2020-10-03T04:19:51.844Z] 23a8fc5b53e6: Layer already exists [2020-10-03T04:19:51.844Z] 3e8ec0420064: Layer already exists [2020-10-03T04:19:51.844Z] 1.2.2-dev.45: digest: sha256:a93e99eef2f31186debca83f83b1727580e61be36d1fa5a5049604ece9d2120e size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:52.109Z] Removing intermediate container 383b9a8bb082 [2020-10-03T04:19:52.109Z] ---> 83f66e07e325 [2020-10-03T04:19:52.109Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-03T04:19:52.166Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:52.382Z] ---> Running in 20208650faab [2020-10-03T04:19:52.473Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:52.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-03T04:19:52.473Z] 0b53a3d750c4: Preparing [2020-10-03T04:19:52.473Z] b9fa14506e87: Preparing [2020-10-03T04:19:52.473Z] 8d1277c5a679: Preparing [2020-10-03T04:19:52.473Z] 23a8fc5b53e6: Preparing [2020-10-03T04:19:52.473Z] f6a51b09160d: Preparing [2020-10-03T04:19:52.473Z] 3e8ec0420064: Preparing [2020-10-03T04:19:52.473Z] 3e8ec0420064: Waiting [2020-10-03T04:19:52.473Z] 0b53a3d750c4: Layer already exists [2020-10-03T04:19:52.473Z] 23a8fc5b53e6: Layer already exists [2020-10-03T04:19:52.473Z] b9fa14506e87: Layer already exists [2020-10-03T04:19:52.473Z] f6a51b09160d: Layer already exists [2020-10-03T04:19:52.473Z] 8d1277c5a679: Layer already exists [2020-10-03T04:19:52.473Z] 3e8ec0420064: Layer already exists [2020-10-03T04:19:52.473Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45: digest: sha256:a93e99eef2f31186debca83f83b1727580e61be36d1fa5a5049604ece9d2120e size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:52.794Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:52.988Z] ---> 87c240034227 [2020-10-03T04:19:52.988Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-03T04:19:53.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-03T04:19:53.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-03T04:19:53.107Z] 0b53a3d750c4: Preparing [2020-10-03T04:19:53.107Z] b9fa14506e87: Preparing [2020-10-03T04:19:53.107Z] 8d1277c5a679: Preparing [2020-10-03T04:19:53.107Z] 23a8fc5b53e6: Preparing [2020-10-03T04:19:53.107Z] f6a51b09160d: Preparing [2020-10-03T04:19:53.107Z] 3e8ec0420064: Preparing [2020-10-03T04:19:53.107Z] 3e8ec0420064: Waiting [2020-10-03T04:19:53.107Z] 23a8fc5b53e6: Layer already exists [2020-10-03T04:19:53.107Z] f6a51b09160d: Layer already exists [2020-10-03T04:19:53.107Z] b9fa14506e87: Layer already exists [2020-10-03T04:19:53.107Z] 8d1277c5a679: Layer already exists [2020-10-03T04:19:53.107Z] 0b53a3d750c4: Layer already exists [2020-10-03T04:19:53.107Z] 3e8ec0420064: Layer already exists [2020-10-03T04:19:53.264Z] Removing intermediate container 20208650faab [2020-10-03T04:19:53.264Z] ---> 3861c67b24fc [2020-10-03T04:19:53.264Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-03T04:19:53.264Z] ---> 10182b3f178f [2020-10-03T04:19:53.264Z] 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-03T04:19:53.369Z] master: digest: sha256:a93e99eef2f31186debca83f83b1727580e61be36d1fa5a5049604ece9d2120e size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-10-03T04:19:53.551Z] ---> Running in 18fbd9aad861 [Pipeline] echo [2020-10-03T04:19:53.581Z] ===================================================== [Pipeline] echo [2020-10-03T04:19:53.635Z] taggedImages: [2020-10-03T04:19:53.635Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:53.635Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.45 [2020-10-03T04:19:53.635Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:53.635Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-03T04:19:53.710Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-03T04:19:53.710Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:53.710Z] 1.2.2-dev.45 [2020-10-03T04:19:53.710Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:53.710Z] master [2020-10-03T04:19:53.710Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:54.207Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:54.540Z] Removing intermediate container 18fbd9aad861 [2020-10-03T04:19:54.541Z] ---> 2bb32679d016 [2020-10-03T04:19:54.541Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-03T04:19:54.544Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:54.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-03T04:19:54.544Z] e687f62d9da8: Preparing [2020-10-03T04:19:54.544Z] 97d27aa606a3: Preparing [2020-10-03T04:19:54.544Z] 74f143075e35: Preparing [2020-10-03T04:19:54.818Z] e687f62d9da8: Pushed [2020-10-03T04:19:54.818Z] 74f143075e35: Pushed [2020-10-03T04:19:55.142Z] ---> 607d309223ab [2020-10-03T04:19:55.142Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-03T04:19:55.142Z] ---> Running in 95e300c4720c [2020-10-03T04:19:55.421Z] ---> 938264924cfd [2020-10-03T04:19:55.421Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-03T04:19:56.435Z] Removing intermediate container 95e300c4720c [2020-10-03T04:19:56.435Z] ---> 0cf254b6be79 [2020-10-03T04:19:56.435Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-03T04:19:56.725Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-03T04:19:56.725Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-03T04:19:56.725Z] ---> 5b38f868a775 [2020-10-03T04:19:56.725Z] Step 3/22 : WORKDIR /edgex-go [2020-10-03T04:19:56.725Z] ---> Using cache [2020-10-03T04:19:56.725Z] ---> 01f1b38b0cbc [2020-10-03T04:19:56.725Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T04:19:56.725Z] ---> Using cache [2020-10-03T04:19:56.725Z] ---> 14311a1aafd7 [2020-10-03T04:19:56.725Z] Step 5/22 : RUN apk update && apk add make git [2020-10-03T04:19:56.762Z] 97d27aa606a3: Pushed [2020-10-03T04:19:56.762Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2: digest: sha256:96859c30640856e74220e29ac66cbd2dcb3166d1794812ff0762ef73e191ccbc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:57.001Z] ---> Running in 6ba2eaa4fd1c [2020-10-03T04:19:57.076Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:57.284Z] ---> 6e049375ec6b [2020-10-03T04:19:57.284Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-03T04:19:57.390Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.45 [2020-10-03T04:19:57.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-03T04:19:57.391Z] e687f62d9da8: Preparing [2020-10-03T04:19:57.391Z] 97d27aa606a3: Preparing [2020-10-03T04:19:57.391Z] 74f143075e35: Preparing [2020-10-03T04:19:57.391Z] 74f143075e35: Layer already exists [2020-10-03T04:19:57.391Z] 97d27aa606a3: Layer already exists [2020-10-03T04:19:57.391Z] e687f62d9da8: Layer already exists [2020-10-03T04:19:57.391Z] 1.2.2-dev.45: digest: sha256:96859c30640856e74220e29ac66cbd2dcb3166d1794812ff0762ef73e191ccbc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:57.592Z] ---> c490429450af [2020-10-03T04:19:57.592Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-03T04:19:57.707Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:58.012Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:58.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-03T04:19:58.012Z] e687f62d9da8: Preparing [2020-10-03T04:19:58.012Z] 97d27aa606a3: Preparing [2020-10-03T04:19:58.012Z] 74f143075e35: Preparing [2020-10-03T04:19:58.012Z] 74f143075e35: Layer already exists [2020-10-03T04:19:58.012Z] 97d27aa606a3: Layer already exists [2020-10-03T04:19:58.012Z] e687f62d9da8: Layer already exists [2020-10-03T04:19:58.012Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45: digest: sha256:96859c30640856e74220e29ac66cbd2dcb3166d1794812ff0762ef73e191ccbc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:58.329Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:58.627Z] ---> d124bdff64d9 [2020-10-03T04:19:58.627Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-03T04:19:58.627Z] ---> d9375419ec78 [2020-10-03T04:19:58.627Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-03T04:19:58.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-03T04:19:58.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-03T04:19:58.640Z] e687f62d9da8: Preparing [2020-10-03T04:19:58.640Z] 97d27aa606a3: Preparing [2020-10-03T04:19:58.640Z] 74f143075e35: Preparing [2020-10-03T04:19:58.640Z] 97d27aa606a3: Layer already exists [2020-10-03T04:19:58.640Z] 74f143075e35: Layer already exists [2020-10-03T04:19:58.640Z] e687f62d9da8: Layer already exists [2020-10-03T04:19:58.640Z] master: digest: sha256:96859c30640856e74220e29ac66cbd2dcb3166d1794812ff0762ef73e191ccbc size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T04:19:58.813Z] ===================================================== [Pipeline] echo [2020-10-03T04:19:58.856Z] taggedImages: [2020-10-03T04:19:58.856Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:58.856Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.45 [2020-10-03T04:19:58.856Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:58.856Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-03T04:19:58.903Z] ---> 4b223ecccb8d [2020-10-03T04:19:58.903Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [Pipeline] echo [2020-10-03T04:19:58.943Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-03T04:19:58.943Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:58.943Z] 1.2.2-dev.45 [2020-10-03T04:19:58.943Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:19:58.943Z] master [2020-10-03T04:19:58.943Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:59.506Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:59.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:19:59.884Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:19:59.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-03T04:19:59.884Z] f1206c7e7815: Preparing [2020-10-03T04:19:59.884Z] 3633994848f9: Preparing [2020-10-03T04:19:59.884Z] 3e6c1e517d76: Preparing [2020-10-03T04:19:59.884Z] 112025b695e2: Preparing [2020-10-03T04:19:59.884Z] 7a01cec9b0ab: Preparing [2020-10-03T04:19:59.884Z] 096287045fc4: Preparing [2020-10-03T04:19:59.884Z] 0e65d2866ff4: Preparing [2020-10-03T04:19:59.884Z] 527eef706b20: Preparing [2020-10-03T04:19:59.884Z] 224742e9e948: Preparing [2020-10-03T04:19:59.884Z] 5391e5290f13: Preparing [2020-10-03T04:19:59.884Z] 13baed61c795: Preparing [2020-10-03T04:19:59.884Z] 51d6d3d09136: Preparing [2020-10-03T04:19:59.884Z] 1507bc794612: Preparing [2020-10-03T04:19:59.884Z] 50644c29ef5a: Preparing [2020-10-03T04:19:59.884Z] 224742e9e948: Waiting [2020-10-03T04:19:59.884Z] 5391e5290f13: Waiting [2020-10-03T04:19:59.884Z] 13baed61c795: Waiting [2020-10-03T04:19:59.884Z] 51d6d3d09136: Waiting [2020-10-03T04:19:59.884Z] 1507bc794612: Waiting [2020-10-03T04:19:59.884Z] 50644c29ef5a: Waiting [2020-10-03T04:19:59.884Z] 096287045fc4: Waiting [2020-10-03T04:19:59.884Z] 0e65d2866ff4: Waiting [2020-10-03T04:19:59.884Z] 527eef706b20: Waiting [2020-10-03T04:20:00.211Z] 7a01cec9b0ab: Pushed [2020-10-03T04:20:00.211Z] f1206c7e7815: Pushed [2020-10-03T04:20:00.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-03T04:20:00.519Z] ---> 7cc9dc45f946 [2020-10-03T04:20:00.519Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-03T04:20:00.798Z] ---> 187fb8769673 [2020-10-03T04:20:00.798Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-03T04:20:00.798Z] ---> 2bbbb439dc54 [2020-10-03T04:20:00.798Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-03T04:20:00.819Z] 112025b695e2: Pushed [2020-10-03T04:20:00.819Z] 0e65d2866ff4: Pushed [2020-10-03T04:20:00.819Z] 527eef706b20: Layer already exists [2020-10-03T04:20:01.100Z] 224742e9e948: Layer already exists [2020-10-03T04:20:01.100Z] 5391e5290f13: Layer already exists [2020-10-03T04:20:01.100Z] 13baed61c795: Layer already exists [2020-10-03T04:20:01.100Z] 51d6d3d09136: Layer already exists [2020-10-03T04:20:01.100Z] 1507bc794612: Layer already exists [2020-10-03T04:20:01.387Z] 50644c29ef5a: Layer already exists [2020-10-03T04:20:01.817Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-03T04:20:01.817Z] v3.12.0-363-g816c1f5e1b [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-03T04:20:01.817Z] OK: 12623 distinct packages available [2020-10-03T04:20:01.817Z] ---> 7c9d14ddbe51 [2020-10-03T04:20:01.817Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-03T04:20:01.817Z] ---> Running in 13feff511717 [2020-10-03T04:20:01.996Z] 096287045fc4: Pushed [2020-10-03T04:20:02.137Z] ---> 7fcf3b3b9c4d [2020-10-03T04:20:02.137Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-03T04:20:02.437Z] ---> 0ccb8401916a [2020-10-03T04:20:02.437Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-03T04:20:02.437Z] OK: 217 MiB in 51 packages [2020-10-03T04:20:02.437Z] ---> Running in c3624d62a404 [2020-10-03T04:20:02.592Z] 3633994848f9: Pushed [2020-10-03T04:20:03.435Z] Removing intermediate container c3624d62a404 [2020-10-03T04:20:03.435Z] ---> e322f44072cd [2020-10-03T04:20:03.435Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-03T04:20:03.714Z] ---> Running in c258230f643b [2020-10-03T04:20:03.996Z] ---> d1371cdc97fd [2020-10-03T04:20:03.996Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-03T04:20:04.275Z] Removing intermediate container c258230f643b [2020-10-03T04:20:04.275Z] ---> ed04ff7a497c [2020-10-03T04:20:04.275Z] Step 22/24 : LABEL arch=arm64 [2020-10-03T04:20:04.275Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-03T04:20:04.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-03T04:20:04.885Z] ---> Running in db3ef8ba3493 [2020-10-03T04:20:04.885Z] Removing intermediate container 6ba2eaa4fd1c [2020-10-03T04:20:04.885Z] ---> c2865e6573ab [2020-10-03T04:20:04.885Z] Step 6/22 : COPY go.mod . [2020-10-03T04:20:05.193Z] ---> 99954d7a546f [2020-10-03T04:20:05.193Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-03T04:20:05.526Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-03T04:20:05.526Z] (2/33) Installing expat (2.2.9-r1) [2020-10-03T04:20:05.526Z] (3/33) Installing libffi (3.3-r2) [2020-10-03T04:20:05.526Z] (4/33) Installing gdbm (1.13-r1) [2020-10-03T04:20:05.526Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-03T04:20:05.526Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-03T04:20:05.526Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-03T04:20:05.829Z] ---> Running in 81760ece3f00 [2020-10-03T04:20:06.137Z] Removing intermediate container db3ef8ba3493 [2020-10-03T04:20:06.137Z] ---> c74750f7b63c [2020-10-03T04:20:06.137Z] Step 23/24 : LABEL git_sha=2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:20:06.445Z] ---> Running in e10a29ef9d60 [2020-10-03T04:20:06.719Z] ---> 82467ca31c88 [2020-10-03T04:20:06.719Z] Step 7/22 : RUN go mod download [2020-10-03T04:20:07.322Z] ---> Running in 2ceeb1a0dfd6 [2020-10-03T04:20:07.594Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-03T04:20:07.594Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-03T04:20:07.870Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-03T04:20:07.870Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-03T04:20:07.870Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-03T04:20:07.870Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-03T04:20:07.870Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-03T04:20:07.870Z] Removing intermediate container e10a29ef9d60 [2020-10-03T04:20:07.870Z] ---> 6524bd1776c1 [2020-10-03T04:20:07.870Z] Step 24/24 : LABEL version=1.2.2-dev.45 [2020-10-03T04:20:07.870Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-03T04:20:07.870Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-03T04:20:07.870Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-03T04:20:08.142Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-03T04:20:08.142Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-03T04:20:08.142Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-03T04:20:08.142Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-03T04:20:08.142Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-03T04:20:08.142Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-03T04:20:08.142Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-03T04:20:08.142Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-03T04:20:08.142Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-03T04:20:08.416Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-03T04:20:08.416Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-03T04:20:08.416Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-03T04:20:08.416Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-03T04:20:08.416Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-03T04:20:08.416Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-03T04:20:08.416Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-03T04:20:08.698Z] Executing busybox-1.31.1-r16.trigger [2020-10-03T04:20:08.698Z] OK: 71 MiB in 55 packages [2020-10-03T04:20:08.698Z] ---> Running in 626dd493af97 [2020-10-03T04:20:08.698Z] Removing intermediate container 06b531c58eef [2020-10-03T04:20:08.698Z] ---> 07a3eb4afe6e [2020-10-03T04:20:08.698Z] [2020-10-03T04:20:08.698Z] Step 10/23 : FROM alpine [2020-10-03T04:20:08.698Z] ---> 62ee0e9f8440 [2020-10-03T04:20:08.698Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-03T04:20:09.302Z] ---> Running in 3a89e61e13b8 [2020-10-03T04:20:09.577Z] Removing intermediate container 626dd493af97 [2020-10-03T04:20:09.577Z] ---> dbe5154921bc [2020-10-03T04:20:09.577Z] [2020-10-03T04:20:09.854Z] Removing intermediate container 3a89e61e13b8 [2020-10-03T04:20:09.854Z] ---> be625d176ed1 [2020-10-03T04:20:09.854Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-03T04:20:09.854Z] Removing intermediate container 81760ece3f00 [2020-10-03T04:20:09.854Z] ---> 0208f1f6c960 [2020-10-03T04:20:09.854Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-03T04:20:10.126Z] Successfully built dbe5154921bc [2020-10-03T04:20:10.126Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-03T04:20:10.126Z]  Building docker-support-notifications-go ... done Building docker-security-secrets-setup-go [2020-10-03T04:20:10.126Z] ---> Running in 8af0a864bff5 [2020-10-03T04:20:10.409Z] ---> Running in eab82f13fb18 [2020-10-03T04:20:11.030Z] Removing intermediate container 8af0a864bff5 [2020-10-03T04:20:11.030Z] ---> e95e9352bcbf [2020-10-03T04:20:11.030Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-03T04:20:11.638Z] Removing intermediate container eab82f13fb18 [2020-10-03T04:20:11.638Z] ---> 42d5668952e6 [2020-10-03T04:20:11.638Z] Step 24/26 : LABEL arch=arm64 [2020-10-03T04:20:12.645Z] ---> Running in ca9a567f9ecb [2020-10-03T04:20:12.674Z] 3e6c1e517d76: Pushed [2020-10-03T04:20:12.674Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2: digest: sha256:179e7cce8361d852c51d708007b025b7ca57e18cec9ce7be762d7199e6a089ac size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:20:12.986Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.45 [2020-10-03T04:20:13.248Z] ---> Running in eec0985bdf64 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:20:13.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.45 [2020-10-03T04:20:13.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-03T04:20:13.556Z] f1206c7e7815: Preparing [2020-10-03T04:20:13.556Z] 3633994848f9: Preparing [2020-10-03T04:20:13.556Z] 3e6c1e517d76: Preparing [2020-10-03T04:20:13.556Z] 112025b695e2: Preparing [2020-10-03T04:20:13.556Z] 7a01cec9b0ab: Preparing [2020-10-03T04:20:13.556Z] 096287045fc4: Preparing [2020-10-03T04:20:13.556Z] 0e65d2866ff4: Preparing [2020-10-03T04:20:13.556Z] 527eef706b20: Preparing [2020-10-03T04:20:13.556Z] 224742e9e948: Preparing [2020-10-03T04:20:13.556Z] 5391e5290f13: Preparing [2020-10-03T04:20:13.556Z] 13baed61c795: Preparing [2020-10-03T04:20:13.556Z] 51d6d3d09136: Preparing [2020-10-03T04:20:13.556Z] 1507bc794612: Preparing [2020-10-03T04:20:13.556Z] 50644c29ef5a: Preparing [2020-10-03T04:20:13.556Z] 096287045fc4: Waiting [2020-10-03T04:20:13.556Z] 0e65d2866ff4: Waiting [2020-10-03T04:20:13.556Z] 527eef706b20: Waiting [2020-10-03T04:20:13.556Z] 224742e9e948: Waiting [2020-10-03T04:20:13.556Z] 5391e5290f13: Waiting [2020-10-03T04:20:13.556Z] 13baed61c795: Waiting [2020-10-03T04:20:13.556Z] 50644c29ef5a: Waiting [2020-10-03T04:20:13.556Z] 51d6d3d09136: Waiting [2020-10-03T04:20:13.556Z] 1507bc794612: Waiting [2020-10-03T04:20:13.556Z] 3633994848f9: Layer already exists [2020-10-03T04:20:13.556Z] f1206c7e7815: Layer already exists [2020-10-03T04:20:13.556Z] 112025b695e2: Layer already exists [2020-10-03T04:20:13.556Z] 7a01cec9b0ab: Layer already exists [2020-10-03T04:20:13.556Z] 3e6c1e517d76: Layer already exists [2020-10-03T04:20:13.556Z] 0e65d2866ff4: Layer already exists [2020-10-03T04:20:13.556Z] 5391e5290f13: Layer already exists [2020-10-03T04:20:13.556Z] 224742e9e948: Layer already exists [2020-10-03T04:20:13.556Z] 527eef706b20: Layer already exists [2020-10-03T04:20:13.556Z] 096287045fc4: Layer already exists [2020-10-03T04:20:13.556Z] 13baed61c795: Layer already exists [2020-10-03T04:20:13.556Z] 50644c29ef5a: Layer already exists [2020-10-03T04:20:13.556Z] 1507bc794612: Layer already exists [2020-10-03T04:20:13.556Z] 51d6d3d09136: Layer already exists [2020-10-03T04:20:13.556Z] 1.2.2-dev.45: digest: sha256:179e7cce8361d852c51d708007b025b7ca57e18cec9ce7be762d7199e6a089ac size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:20:13.851Z] Removing intermediate container ca9a567f9ecb [2020-10-03T04:20:13.851Z] ---> 478741097d6b [2020-10-03T04:20:13.851Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T04:20:13.865Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:20:14.138Z] Removing intermediate container 2ceeb1a0dfd6 [2020-10-03T04:20:14.138Z] ---> d1abe6d99856 [2020-10-03T04:20:14.138Z] Step 8/22 : COPY . . [2020-10-03T04:20:14.171Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:20:14.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-03T04:20:14.171Z] f1206c7e7815: Preparing [2020-10-03T04:20:14.171Z] 3633994848f9: Preparing [2020-10-03T04:20:14.171Z] 3e6c1e517d76: Preparing [2020-10-03T04:20:14.171Z] 112025b695e2: Preparing [2020-10-03T04:20:14.171Z] 7a01cec9b0ab: Preparing [2020-10-03T04:20:14.171Z] 096287045fc4: Preparing [2020-10-03T04:20:14.171Z] 0e65d2866ff4: Preparing [2020-10-03T04:20:14.171Z] 527eef706b20: Preparing [2020-10-03T04:20:14.171Z] 224742e9e948: Preparing [2020-10-03T04:20:14.171Z] 5391e5290f13: Preparing [2020-10-03T04:20:14.171Z] 13baed61c795: Preparing [2020-10-03T04:20:14.171Z] 51d6d3d09136: Preparing [2020-10-03T04:20:14.171Z] 1507bc794612: Preparing [2020-10-03T04:20:14.171Z] 50644c29ef5a: Preparing [2020-10-03T04:20:14.171Z] 096287045fc4: Waiting [2020-10-03T04:20:14.171Z] 0e65d2866ff4: Waiting [2020-10-03T04:20:14.171Z] 527eef706b20: Waiting [2020-10-03T04:20:14.171Z] 224742e9e948: Waiting [2020-10-03T04:20:14.172Z] 5391e5290f13: Waiting [2020-10-03T04:20:14.172Z] 13baed61c795: Waiting [2020-10-03T04:20:14.172Z] 51d6d3d09136: Waiting [2020-10-03T04:20:14.172Z] 1507bc794612: Waiting [2020-10-03T04:20:14.172Z] 50644c29ef5a: Waiting [2020-10-03T04:20:14.172Z] 3633994848f9: Layer already exists [2020-10-03T04:20:14.172Z] f1206c7e7815: Layer already exists [2020-10-03T04:20:14.172Z] 7a01cec9b0ab: Layer already exists [2020-10-03T04:20:14.172Z] 3e6c1e517d76: Layer already exists [2020-10-03T04:20:14.172Z] 112025b695e2: Layer already exists [2020-10-03T04:20:14.172Z] 527eef706b20: Layer already exists [2020-10-03T04:20:14.172Z] 096287045fc4: Layer already exists [2020-10-03T04:20:14.172Z] 0e65d2866ff4: Layer already exists [2020-10-03T04:20:14.172Z] 224742e9e948: Layer already exists [2020-10-03T04:20:14.172Z] 5391e5290f13: Layer already exists [2020-10-03T04:20:14.172Z] 50644c29ef5a: Layer already exists [2020-10-03T04:20:14.172Z] 51d6d3d09136: Layer already exists [2020-10-03T04:20:14.172Z] 13baed61c795: Layer already exists [2020-10-03T04:20:14.172Z] 1507bc794612: Layer already exists [2020-10-03T04:20:14.433Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45: digest: sha256:179e7cce8361d852c51d708007b025b7ca57e18cec9ce7be762d7199e6a089ac size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:20:14.742Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:20:15.086Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-03T04:20:15.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-03T04:20:15.087Z] f1206c7e7815: Preparing [2020-10-03T04:20:15.087Z] 3633994848f9: Preparing [2020-10-03T04:20:15.087Z] 3e6c1e517d76: Preparing [2020-10-03T04:20:15.087Z] 112025b695e2: Preparing [2020-10-03T04:20:15.087Z] 7a01cec9b0ab: Preparing [2020-10-03T04:20:15.087Z] 096287045fc4: Preparing [2020-10-03T04:20:15.087Z] 0e65d2866ff4: Preparing [2020-10-03T04:20:15.087Z] 527eef706b20: Preparing [2020-10-03T04:20:15.087Z] 224742e9e948: Preparing [2020-10-03T04:20:15.087Z] 5391e5290f13: Preparing [2020-10-03T04:20:15.087Z] 13baed61c795: Preparing [2020-10-03T04:20:15.087Z] 51d6d3d09136: Preparing [2020-10-03T04:20:15.087Z] 1507bc794612: Preparing [2020-10-03T04:20:15.087Z] 50644c29ef5a: Preparing [2020-10-03T04:20:15.087Z] 224742e9e948: Waiting [2020-10-03T04:20:15.087Z] 5391e5290f13: Waiting [2020-10-03T04:20:15.087Z] 13baed61c795: Waiting [2020-10-03T04:20:15.087Z] 51d6d3d09136: Waiting [2020-10-03T04:20:15.087Z] 1507bc794612: Waiting [2020-10-03T04:20:15.087Z] 50644c29ef5a: Waiting [2020-10-03T04:20:15.087Z] 096287045fc4: Waiting [2020-10-03T04:20:15.087Z] 0e65d2866ff4: Waiting [2020-10-03T04:20:15.087Z] 527eef706b20: Waiting [2020-10-03T04:20:15.087Z] 112025b695e2: Layer already exists [2020-10-03T04:20:15.087Z] 3633994848f9: Layer already exists [2020-10-03T04:20:15.087Z] 7a01cec9b0ab: Layer already exists [2020-10-03T04:20:15.087Z] f1206c7e7815: Layer already exists [2020-10-03T04:20:15.087Z] 3e6c1e517d76: Layer already exists [2020-10-03T04:20:15.087Z] 096287045fc4: Layer already exists [2020-10-03T04:20:15.087Z] 527eef706b20: Layer already exists [2020-10-03T04:20:15.087Z] 0e65d2866ff4: Layer already exists [2020-10-03T04:20:15.087Z] 5391e5290f13: Layer already exists [2020-10-03T04:20:15.087Z] 224742e9e948: Layer already exists [2020-10-03T04:20:15.144Z] ---> Running in 2785a6d802df [2020-10-03T04:20:15.144Z] Removing intermediate container eec0985bdf64 [2020-10-03T04:20:15.144Z] ---> ccba260dc99f [2020-10-03T04:20:15.144Z] Step 25/26 : LABEL git_sha=2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:20:15.359Z] 51d6d3d09136: Layer already exists [2020-10-03T04:20:15.359Z] 13baed61c795: Layer already exists [2020-10-03T04:20:15.359Z] 50644c29ef5a: Layer already exists [2020-10-03T04:20:15.359Z] 1507bc794612: Layer already exists [2020-10-03T04:20:15.359Z] master: digest: sha256:179e7cce8361d852c51d708007b025b7ca57e18cec9ce7be762d7199e6a089ac size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T04:20:15.536Z] ===================================================== [Pipeline] echo [2020-10-03T04:20:15.581Z] taggedImages: [2020-10-03T04:20:15.581Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:20:15.581Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.45 [2020-10-03T04:20:15.581Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:20:15.581Z] - 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-03T04:20:16.582Z] ---> Running in 5e90ed17e1b4 [2020-10-03T04:20:17.186Z] Removing intermediate container 5e90ed17e1b4 [2020-10-03T04:20:17.187Z] ---> aa1883ffb6c6 [2020-10-03T04:20:17.187Z] Step 26/26 : LABEL version=1.2.2-dev.45 [2020-10-03T04:20:17.469Z] Removing intermediate container 13feff511717 [2020-10-03T04:20:17.469Z] ---> 94ce52f905c2 [2020-10-03T04:20:17.469Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-03T04:20:19.455Z] ---> Running in 107c35d5a2bb [2020-10-03T04:20:19.455Z] ---> Running in 5b2671b6c717 [2020-10-03T04:20:20.447Z] Removing intermediate container 107c35d5a2bb [2020-10-03T04:20:20.447Z] ---> ee57fc2bba08 [2020-10-03T04:20:20.447Z] [2020-10-03T04:20:21.061Z] Removing intermediate container 2785a6d802df [2020-10-03T04:20:21.061Z] ---> b631eeab2c87 [2020-10-03T04:20:21.061Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-03T04:20:21.061Z] Successfully built ee57fc2bba08 [2020-10-03T04:20:21.344Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-03T04:20:21.345Z] Building docker-support-scheduler-go [2020-10-03T04:20:21.624Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 15a38a91f79e [2020-10-03T04:20:23.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-03T04:20:24.207Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-03T04:20:25.199Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-03T04:20:25.199Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-03T04:20:25.199Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-03T04:20:25.474Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-03T04:20:25.751Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-03T04:20:25.751Z] Executing busybox-1.31.1-r16.trigger [2020-10-03T04:20:25.751Z] OK: 8 MiB in 19 packages [2020-10-03T04:20:25.751Z] Collecting docker-compose==1.23.2 [2020-10-03T04:20:26.026Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-03T04:20:28.026Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-03T04:20:28.026Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-03T04:20:30.039Z] Collecting docker<4.0,>=3.6.0 [2020-10-03T04:20:30.039Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-03T04:20:30.039Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-03T04:20:30.039Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-03T04:20:30.039Z] ---> 5b38f868a775 [2020-10-03T04:20:30.039Z] Step 3/29 : WORKDIR /edgex-go [2020-10-03T04:20:30.039Z] ---> Using cache [2020-10-03T04:20:30.039Z] ---> 01f1b38b0cbc [2020-10-03T04:20:30.039Z] Step 4/29 : RUN apk update && apk add make git [2020-10-03T04:20:30.656Z] ---> Running in bf6e4a4c75da [2020-10-03T04:20:30.656Z] 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-03T04:20:30.932Z] Collecting docopt<0.7,>=0.6.1 [2020-10-03T04:20:30.932Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-03T04:20:31.534Z] Removing intermediate container 15a38a91f79e [2020-10-03T04:20:31.534Z] ---> 29166cee1a14 [2020-10-03T04:20:31.534Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-03T04:20:31.534Z] ---> 1091aa4017e6 [2020-10-03T04:20:31.534Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-03T04:20:31.811Z] ---> Running in 883e195985cc [2020-10-03T04:20:32.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-03T04:20:32.796Z] ---> c1f322839d5b [2020-10-03T04:20:32.796Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-03T04:20:33.783Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o cmd/core-command/core-command ./cmd/core-command [2020-10-03T04:20:33.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-03T04:20:34.056Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-03T04:20:34.056Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-03T04:20:35.060Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-03T04:20:35.060Z] v3.12.0-363-g816c1f5e1b [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-03T04:20:35.060Z] OK: 12623 distinct packages available [2020-10-03T04:20:35.662Z] ---> 36d704eb3455 [2020-10-03T04:20:35.938Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-03T04:20:35.938Z] OK: 217 MiB in 51 packages [2020-10-03T04:20:37.944Z] ---> 846e2eab4d15 [2020-10-03T04:20:37.944Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-03T04:20:37.944Z] Collecting PyYAML<4,>=3.10 [2020-10-03T04:20:37.944Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-03T04:20:38.218Z] ---> Running in d749aa166080 [2020-10-03T04:20:38.494Z] Removing intermediate container bf6e4a4c75da [2020-10-03T04:20:38.494Z] ---> 6258a05f0ed2 [2020-10-03T04:20:38.494Z] Step 5/29 : COPY go.mod . [2020-10-03T04:20:39.103Z] Removing intermediate container d749aa166080 [2020-10-03T04:20:39.103Z] ---> dd6edb5e7811 [2020-10-03T04:20:39.103Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-03T04:20:39.722Z] ---> 69b639b145e5 [2020-10-03T04:20:39.722Z] Step 6/29 : RUN go mod download [2020-10-03T04:20:39.722Z] ---> Running in 08a368cd0f32 [2020-10-03T04:20:40.334Z] ---> Running in b5d07228c37c [2020-10-03T04:20:40.947Z] Removing intermediate container 08a368cd0f32 [2020-10-03T04:20:40.947Z] ---> a5309999373b [2020-10-03T04:20:40.947Z] Step 21/23 : LABEL arch=arm64 [2020-10-03T04:20:41.230Z] ---> Running in 6a2a4234557e [2020-10-03T04:20:42.217Z] Removing intermediate container 6a2a4234557e [2020-10-03T04:20:42.217Z] ---> 7c8ffe766c12 [2020-10-03T04:20:42.217Z] Step 22/23 : LABEL git_sha=2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:20:42.490Z] ---> Running in c4e1fcbb111a [2020-10-03T04:20:43.102Z] Collecting cached-property<2,>=1.2.0 [2020-10-03T04:20:43.379Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-03T04:20:43.379Z] Removing intermediate container c4e1fcbb111a [2020-10-03T04:20:43.379Z] ---> 4eb4a8f899b4 [2020-10-03T04:20:43.379Z] Step 23/23 : LABEL version=1.2.2-dev.45 [2020-10-03T04:20:43.977Z] ---> Running in ec7480d74e39 [2020-10-03T04:20:44.971Z] Removing intermediate container ec7480d74e39 [2020-10-03T04:20:44.971Z] ---> b641611f8e20 [2020-10-03T04:20:44.971Z] [2020-10-03T04:20:45.251Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-03T04:20:45.251Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-03T04:20:45.849Z] Successfully built b641611f8e20 [2020-10-03T04:20:45.849Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-03T04:20:45.849Z]  Building docker-core-data-go ... done Building docker-support-logging-go [2020-10-03T04:20:45.849Z] Collecting texttable<0.10,>=0.9.0 [2020-10-03T04:20:45.849Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-03T04:20:45.849Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-03T04:20:45.849Z] ---> 5b38f868a775 [2020-10-03T04:20:45.849Z] Step 3/21 : WORKDIR /edgex-go [2020-10-03T04:20:45.849Z] ---> Using cache [2020-10-03T04:20:45.849Z] ---> 01f1b38b0cbc [2020-10-03T04:20:45.849Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-03T04:20:45.850Z] [2020-10-03T04:20:45.850Z] ---> Using cache [2020-10-03T04:20:45.850Z] ---> 14311a1aafd7 [2020-10-03T04:20:45.850Z] Step 5/21 : RUN apk update && apk add make git [2020-10-03T04:20:45.850Z] ---> Using cache [2020-10-03T04:20:45.850Z] ---> c2865e6573ab [2020-10-03T04:20:45.850Z] Step 6/21 : COPY go.mod . [2020-10-03T04:20:45.850Z] ---> Using cache [2020-10-03T04:20:45.850Z] ---> 82467ca31c88 [2020-10-03T04:20:46.133Z] Step 7/21 : RUN go mod download [2020-10-03T04:20:46.133Z] ---> Using cache [2020-10-03T04:20:46.133Z] ---> d1abe6d99856 [2020-10-03T04:20:46.133Z] Step 8/21 : COPY . . [2020-10-03T04:20:46.133Z] ---> Using cache [2020-10-03T04:20:46.133Z] ---> 1091aa4017e6 [2020-10-03T04:20:46.133Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-03T04:20:46.410Z] ---> Running in 89063476e992 [2020-10-03T04:20:46.686Z] Removing intermediate container b5d07228c37c [2020-10-03T04:20:46.686Z] ---> 77662e776df0 [2020-10-03T04:20:46.686Z] Step 7/29 : COPY . . [2020-10-03T04:20:50.445Z] Collecting jsonschema<3,>=2.5.1 [2020-10-03T04:20:50.445Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-03T04:20:50.445Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-03T04:20:50.721Z] Collecting docker-pycreds>=0.4.0 [2020-10-03T04:20:50.721Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-03T04:20:51.323Z] 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-03T04:20:51.323Z] 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-03T04:20:51.933Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-03T04:20:51.933Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-03T04:20:52.923Z] Collecting idna<2.8,>=2.5 [2020-10-03T04:20:52.923Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-03T04:20:52.923Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-03T04:20:52.923Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-03T04:20:52.923Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-03T04:20:52.923Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-03T04:20:54.369Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, docopt, dockerpty, PyYAML, cached-property, texttable, jsonschema, docker-compose [2020-10-03T04:20:54.971Z] Attempting uninstall: urllib3 [2020-10-03T04:20:54.971Z] Found existing installation: urllib3 1.25.9 [2020-10-03T04:20:54.971Z] Uninstalling urllib3-1.25.9: [2020-10-03T04:20:55.249Z] Successfully uninstalled urllib3-1.25.9 [2020-10-03T04:20:56.242Z] Attempting uninstall: idna [2020-10-03T04:20:56.242Z] Found existing installation: idna 2.9 [2020-10-03T04:20:56.242Z] Uninstalling idna-2.9: [2020-10-03T04:20:56.520Z] Successfully uninstalled idna-2.9 [2020-10-03T04:20:57.509Z] Attempting uninstall: requests [2020-10-03T04:20:57.509Z] Found existing installation: requests 2.23.0 [2020-10-03T04:20:57.509Z] Uninstalling requests-2.23.0: [2020-10-03T04:20:57.787Z] Successfully uninstalled requests-2.23.0 [2020-10-03T04:20:59.234Z] Running setup.py install for docopt: started [2020-10-03T04:21:01.884Z] Running setup.py install for docopt: finished with status 'done' [2020-10-03T04:21:01.884Z] Running setup.py install for dockerpty: started [2020-10-03T04:21:05.317Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-03T04:21:05.317Z] Running setup.py install for PyYAML: started [2020-10-03T04:21:08.798Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-03T04:21:09.414Z] Running setup.py install for texttable: started [2020-10-03T04:21:10.019Z] ---> c2ebe1afd431 [2020-10-03T04:21:10.019Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-03T04:21:10.627Z] ---> Running in 917b8516c023 [2020-10-03T04:21:11.644Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-03T04:21:11.644Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-03T04:21:11.644Z] ---> 5b38f868a775 [2020-10-03T04:21:11.644Z] Step 3/22 : WORKDIR /edgex-go [2020-10-03T04:21:11.644Z] ---> Using cache [2020-10-03T04:21:11.644Z] ---> 01f1b38b0cbc [2020-10-03T04:21:11.644Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T04:21:11.644Z] ---> Using cache [2020-10-03T04:21:11.644Z] ---> 14311a1aafd7 [2020-10-03T04:21:11.644Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-03T04:21:11.644Z] ---> Running in 68abf00bf717 [2020-10-03T04:21:13.097Z] Running setup.py install for texttable: finished with status 'done' [2020-10-03T04:21:13.707Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-03T04:21:13.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-03T04:21:14.313Z] 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-03T04:21:14.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-03T04:21:15.582Z] v3.12.0-362-g9ed1b5bb6e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-03T04:21:15.582Z] v3.12.0-363-g816c1f5e1b [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-03T04:21:15.582Z] OK: 12623 distinct packages available [2020-10-03T04:21:17.035Z] OK: 217 MiB in 51 packages [2020-10-03T04:21:17.644Z] OK: 217 MiB in 51 packages [2020-10-03T04:21:19.646Z] Removing intermediate container 5b2671b6c717 [2020-10-03T04:21:19.646Z] ---> 88879e1af325 [2020-10-03T04:21:19.646Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-03T04:21:19.928Z] Removing intermediate container 68abf00bf717 [2020-10-03T04:21:19.928Z] ---> 4127a5f28ab1 [2020-10-03T04:21:19.928Z] Step 6/22 : COPY go.mod . [2020-10-03T04:21:19.928Z] ---> Running in f55e7be6f6ef [2020-10-03T04:21:21.395Z] ---> de3c7893c6b8 [2020-10-03T04:21:21.395Z] Step 7/22 : RUN go mod download [2020-10-03T04:21:21.395Z] ---> Running in 25f06b8d194e [2020-10-03T04:21:23.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-03T04:21:23.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-03T04:21:24.013Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-03T04:21:24.013Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-03T04:21:24.013Z] (3/3) Installing curl (7.69.1-r1) [2020-10-03T04:21:24.013Z] Executing busybox-1.31.1-r16.trigger [2020-10-03T04:21:24.296Z] OK: 71 MiB in 58 packages [2020-10-03T04:21:26.308Z] Removing intermediate container f55e7be6f6ef [2020-10-03T04:21:26.308Z] ---> f5f209a28099 [2020-10-03T04:21:26.308Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-03T04:21:26.592Z] ---> Running in 7a9bb2e253e9 [2020-10-03T04:21:26.876Z] Removing intermediate container 25f06b8d194e [2020-10-03T04:21:26.876Z] ---> c9b837d885cc [2020-10-03T04:21:26.876Z] Step 8/22 : COPY . . [2020-10-03T04:21:27.490Z] Removing intermediate container 7a9bb2e253e9 [2020-10-03T04:21:27.490Z] ---> 02059b5742e6 [2020-10-03T04:21:27.490Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-03T04:21:27.490Z] ---> Running in 3a32f22054bf [2020-10-03T04:21:28.497Z] Removing intermediate container 3a32f22054bf [2020-10-03T04:21:28.497Z] ---> e81cd6b5abe2 [2020-10-03T04:21:28.497Z] Step 25/27 : LABEL arch=arm64 [2020-10-03T04:21:29.120Z] ---> Running in 5730c4345097 [2020-10-03T04:21:30.127Z] Removing intermediate container 5730c4345097 [2020-10-03T04:21:30.127Z] ---> 3c9c15a8566b [2020-10-03T04:21:30.127Z] Step 26/27 : LABEL git_sha=2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:21:30.739Z] ---> Running in fa9a0e2b460b [2020-10-03T04:21:32.225Z] Removing intermediate container fa9a0e2b460b [2020-10-03T04:21:32.225Z] ---> ef2ecb80a323 [2020-10-03T04:21:32.225Z] Step 27/27 : LABEL version=1.2.2-dev.45 [2020-10-03T04:21:32.508Z] ---> Running in 08277cad506d [2020-10-03T04:21:33.958Z] Removing intermediate container 08277cad506d [2020-10-03T04:21:33.958Z] ---> 50845bab6107 [2020-10-03T04:21:33.958Z] [2020-10-03T04:21:34.563Z] Successfully built 50845bab6107 [2020-10-03T04:21:34.841Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-03T04:21:34.841Z] Building docker-core-metadata-go [2020-10-03T04:21:47.504Z]  Building docker-sys-mgmt-agent-go ... done  ---> 17e79fdfc553 [2020-10-03T04:21:47.504Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-03T04:21:47.504Z] ---> Running in e7dda0c23b65 [2020-10-03T04:21:50.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-03T04:22:02.666Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-03T04:22:02.666Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-03T04:22:02.666Z] ---> 5b38f868a775 [2020-10-03T04:22:02.666Z] Step 3/22 : WORKDIR /edgex-go [2020-10-03T04:22:02.666Z] ---> Using cache [2020-10-03T04:22:02.666Z] ---> 01f1b38b0cbc [2020-10-03T04:22:02.666Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-03T04:22:02.666Z] ---> Using cache [2020-10-03T04:22:02.666Z] ---> 14311a1aafd7 [2020-10-03T04:22:02.666Z] Step 5/22 : RUN apk update && apk add make git [2020-10-03T04:22:02.666Z] ---> Using cache [2020-10-03T04:22:02.666Z] ---> c2865e6573ab [2020-10-03T04:22:02.666Z] Step 6/22 : COPY go.mod . [2020-10-03T04:22:02.666Z] ---> Using cache [2020-10-03T04:22:02.666Z] ---> 82467ca31c88 [2020-10-03T04:22:02.666Z] Step 7/22 : RUN go mod download [2020-10-03T04:22:02.666Z] ---> Using cache [2020-10-03T04:22:02.666Z] ---> d1abe6d99856 [2020-10-03T04:22:02.666Z] Step 8/22 : COPY . . [2020-10-03T04:22:02.666Z] ---> Using cache [2020-10-03T04:22:02.666Z] ---> 1091aa4017e6 [2020-10-03T04:22:02.666Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-03T04:22:02.666Z] ---> Running in f4c814820cc4 [2020-10-03T04:22:05.314Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.45" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-03T04:22:27.541Z] Removing intermediate container 883e195985cc [2020-10-03T04:22:27.541Z] ---> 7d603a5a1996 [2020-10-03T04:22:27.541Z] [2020-10-03T04:22:27.541Z] Step 10/22 : FROM scratch [2020-10-03T04:22:27.541Z] ---> [2020-10-03T04:22:27.541Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-03T04:22:27.541Z] ---> Running in eccb82d00ec0 [2020-10-03T04:22:27.541Z] Removing intermediate container eccb82d00ec0 [2020-10-03T04:22:27.541Z] ---> 0d0f6e862d3f [2020-10-03T04:22:27.541Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-03T04:22:27.541Z] ---> Running in 53208418e015 [2020-10-03T04:22:28.153Z] Removing intermediate container 53208418e015 [2020-10-03T04:22:28.153Z] ---> 09eec845d4eb [2020-10-03T04:22:28.153Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-03T04:22:28.153Z] ---> Running in f96ec3ce0772 [2020-10-03T04:22:28.769Z] Removing intermediate container f96ec3ce0772 [2020-10-03T04:22:28.769Z] ---> e247fd1710a9 [2020-10-03T04:22:28.769Z] Step 14/22 : WORKDIR / [2020-10-03T04:22:29.050Z] ---> Running in 81d618bc5191 [2020-10-03T04:22:29.673Z] Removing intermediate container 81d618bc5191 [2020-10-03T04:22:29.673Z] ---> 111e7cdc5bc8 [2020-10-03T04:22:29.673Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-03T04:22:31.158Z] ---> 9603952ce0b5 [2020-10-03T04:22:31.158Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-03T04:22:33.821Z] ---> d64c9af833da [2020-10-03T04:22:33.821Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-03T04:22:34.434Z] Removing intermediate container 917b8516c023 [2020-10-03T04:22:34.434Z] ---> 93b3e8dce8b6 [2020-10-03T04:22:34.434Z] [2020-10-03T04:22:34.434Z] Step 9/29 : FROM alpine:latest [2020-10-03T04:22:34.434Z] ---> 62ee0e9f8440 [2020-10-03T04:22:34.434Z] 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-03T04:22:34.715Z] ---> Running in d5f850b5030d [2020-10-03T04:22:34.993Z] ---> d9f9e01618a3 [2020-10-03T04:22:34.993Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-03T04:22:35.274Z] Removing intermediate container d5f850b5030d [2020-10-03T04:22:35.274Z] ---> e8f8a16ecb30 [2020-10-03T04:22:35.274Z] Step 11/29 : USER root [2020-10-03T04:22:35.274Z] ---> Running in a991a7bbc43e [2020-10-03T04:22:35.557Z] ---> Running in c3b83fc4edec [2020-10-03T04:22:36.181Z] Removing intermediate container c3b83fc4edec [2020-10-03T04:22:36.181Z] ---> dce3c4ada23a [2020-10-03T04:22:36.181Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-03T04:22:36.181Z] Removing intermediate container a991a7bbc43e [2020-10-03T04:22:36.181Z] ---> f3bda4156feb [2020-10-03T04:22:36.181Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-03T04:22:36.484Z] ---> Running in a35299ef1173 [2020-10-03T04:22:36.484Z] ---> Running in 98db0a65ef00 [2020-10-03T04:22:37.499Z] Removing intermediate container a35299ef1173 [2020-10-03T04:22:37.499Z] ---> 058be070ef47 [2020-10-03T04:22:37.499Z] Step 20/22 : LABEL arch=arm64 [2020-10-03T04:22:37.784Z] ---> Running in 1a291c25e29a [2020-10-03T04:22:38.812Z] Removing intermediate container 1a291c25e29a [2020-10-03T04:22:38.812Z] ---> 86ef33542770 [2020-10-03T04:22:38.812Z] Step 21/22 : LABEL git_sha=2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:22:38.812Z] ---> Running in 270e37d4bd7b [2020-10-03T04:22:39.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-03T04:22:39.426Z] Removing intermediate container 270e37d4bd7b [2020-10-03T04:22:39.426Z] ---> d15eaecc4bdd [2020-10-03T04:22:39.426Z] Step 22/22 : LABEL version=1.2.2-dev.45 [2020-10-03T04:22:39.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-03T04:22:39.708Z] ---> Running in 18f8e33d0cec [2020-10-03T04:22:40.322Z] Removing intermediate container 18f8e33d0cec [2020-10-03T04:22:40.322Z] ---> 4812d37b2d97 [2020-10-03T04:22:40.322Z] [2020-10-03T04:22:40.612Z] v3.12.0-362-g9ed1b5bb6e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-03T04:22:40.612Z] v3.12.0-363-g816c1f5e1b [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-03T04:22:40.612Z] OK: 12621 distinct packages available [2020-10-03T04:22:40.899Z] Successfully built 4812d37b2d97 [2020-10-03T04:22:40.899Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-03T04:22:41.180Z]  Building docker-core-command-go ... done (1/2) Installing ca-certificates (20191127-r4) [2020-10-03T04:22:41.461Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-03T04:22:41.461Z] Executing busybox-1.31.1-r16.trigger [2020-10-03T04:22:41.461Z] Executing ca-certificates-20191127-r4.trigger [2020-10-03T04:22:41.746Z] OK: 6 MiB in 16 packages [2020-10-03T04:22:44.434Z] Removing intermediate container 98db0a65ef00 [2020-10-03T04:22:44.434Z] ---> bd339ada3124 [2020-10-03T04:22:44.434Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-03T04:22:44.714Z] ---> Running in 518aa2c07412 [2020-10-03T04:22:45.727Z] Removing intermediate container 518aa2c07412 [2020-10-03T04:22:45.727Z] ---> 716f6a4ace46 [2020-10-03T04:22:45.727Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-03T04:22:46.341Z] ---> Running in 947c2e6f6db0 [2020-10-03T04:22:47.351Z] Removing intermediate container 947c2e6f6db0 [2020-10-03T04:22:47.351Z] ---> 9694eea5a766 [2020-10-03T04:22:47.351Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-03T04:22:47.635Z] ---> Running in ba56cffabe85 [2020-10-03T04:22:47.916Z] Removing intermediate container 89063476e992 [2020-10-03T04:22:47.916Z] ---> 08f88b4a120f [2020-10-03T04:22:47.916Z] [2020-10-03T04:22:47.916Z] Step 10/21 : FROM scratch [2020-10-03T04:22:47.916Z] ---> [2020-10-03T04:22:47.916Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-03T04:22:48.201Z] ---> Using cache [2020-10-03T04:22:48.201Z] ---> 0d0f6e862d3f [2020-10-03T04:22:48.201Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-03T04:22:48.490Z] ---> Running in da2f036ed404 [2020-10-03T04:22:49.100Z] Removing intermediate container da2f036ed404 [2020-10-03T04:22:49.100Z] ---> 436b426eebfc [2020-10-03T04:22:49.100Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-03T04:22:49.385Z] ---> Running in 903a6b2a32cd [2020-10-03T04:22:50.000Z] Removing intermediate container 903a6b2a32cd [2020-10-03T04:22:50.000Z] ---> a1f42c0c7612 [2020-10-03T04:22:50.000Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-03T04:22:51.020Z] ---> f79f92891b9a [2020-10-03T04:22:51.020Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-03T04:22:51.722Z] Removing intermediate container ba56cffabe85 [2020-10-03T04:22:51.722Z] ---> 1beac4e34747 [2020-10-03T04:22:51.722Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-03T04:22:53.430Z] ---> fca5f7d93be1 [2020-10-03T04:22:53.430Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-03T04:22:53.736Z] ---> ee9f21945056 [2020-10-03T04:22:53.736Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-03T04:22:55.336Z] ---> 5dae25e73c79 [2020-10-03T04:22:55.336Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-03T04:22:55.336Z] ---> 0cced17d343f [2020-10-03T04:22:55.336Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-03T04:22:55.336Z] ---> Running in 7a0b30b05c35 [2020-10-03T04:22:56.340Z] Removing intermediate container 7a0b30b05c35 [2020-10-03T04:22:56.340Z] ---> 2b41eafedab1 [2020-10-03T04:22:56.340Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-03T04:22:56.340Z] ---> e3a3915b7591 [2020-10-03T04:22:56.340Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-03T04:22:56.624Z] ---> Running in 32eb296ae814 [2020-10-03T04:22:57.241Z] Removing intermediate container 32eb296ae814 [2020-10-03T04:22:57.241Z] ---> 28ed09997e1e [2020-10-03T04:22:57.241Z] Step 19/21 : LABEL arch=arm64 [2020-10-03T04:22:57.521Z] ---> Running in 388bd2012d85 [2020-10-03T04:22:57.521Z] ---> e2494ca59333 [2020-10-03T04:22:57.521Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-03T04:22:58.536Z] Removing intermediate container 388bd2012d85 [2020-10-03T04:22:58.536Z] ---> d14281af0855 [2020-10-03T04:22:58.536Z] Step 20/21 : LABEL git_sha=2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:22:58.536Z] ---> Running in d420513b34e1 [2020-10-03T04:22:58.821Z] ---> c0a7f11f2512 [2020-10-03T04:22:58.821Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-03T04:22:58.821Z] ---> Running in 24c52605bb65 [2020-10-03T04:22:59.438Z] Removing intermediate container d420513b34e1 [2020-10-03T04:22:59.438Z] ---> 8178ac2195e9 [2020-10-03T04:22:59.438Z] Step 21/21 : LABEL version=1.2.2-dev.45 [2020-10-03T04:22:59.438Z] ---> Running in 6905b5b7f17c [2020-10-03T04:23:00.444Z] Removing intermediate container 6905b5b7f17c [2020-10-03T04:23:00.444Z] ---> 8451fa481fd6 [2020-10-03T04:23:00.444Z] [2020-10-03T04:23:00.724Z] Successfully built 8451fa481fd6 [2020-10-03T04:23:00.724Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-03T04:23:02.746Z]  Building docker-support-scheduler-go ... done Removing intermediate container 24c52605bb65 [2020-10-03T04:23:02.746Z] ---> 49bc5a12d2ff [2020-10-03T04:23:02.746Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-03T04:23:03.754Z] ---> 82f1d523800f [2020-10-03T04:23:03.754Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-03T04:23:04.038Z] ---> Running in 52f5f2110ee8 [2020-10-03T04:23:07.471Z] Removing intermediate container 52f5f2110ee8 [2020-10-03T04:23:07.471Z] ---> 16826dd22d82 [2020-10-03T04:23:07.471Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-03T04:23:07.471Z] ---> Running in d51b0188b6c7 [2020-10-03T04:23:11.850Z] Removing intermediate container d51b0188b6c7 [2020-10-03T04:23:11.850Z] ---> b5f73df4f530 [2020-10-03T04:23:11.850Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-03T04:23:11.850Z] ---> Running in b68dccd81196 [2020-10-03T04:23:12.461Z] Removing intermediate container e7dda0c23b65 [2020-10-03T04:23:12.461Z] ---> 34d79070cfad [2020-10-03T04:23:12.461Z] [2020-10-03T04:23:12.461Z] Step 10/22 : FROM scratch [2020-10-03T04:23:12.461Z] ---> [2020-10-03T04:23:12.461Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-03T04:23:12.750Z] ---> Using cache [2020-10-03T04:23:12.750Z] ---> 7a4f51a86ef3 [2020-10-03T04:23:12.750Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-03T04:23:12.750Z] Removing intermediate container b68dccd81196 [2020-10-03T04:23:12.750Z] ---> 79da5992a0e5 [2020-10-03T04:23:12.750Z] Step 26/29 : CMD [ "generate" ] [2020-10-03T04:23:12.750Z] ---> Running in bcb094812a64 [2020-10-03T04:23:13.041Z] ---> Running in aad9e8c7e4be [2020-10-03T04:23:13.317Z] Removing intermediate container bcb094812a64 [2020-10-03T04:23:13.317Z] ---> f599fe82c294 [2020-10-03T04:23:13.317Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-03T04:23:13.596Z] ---> Running in 6d25eee0ba0c [2020-10-03T04:23:13.883Z] Removing intermediate container aad9e8c7e4be [2020-10-03T04:23:13.883Z] ---> 1337eb68859a [2020-10-03T04:23:13.883Z] Step 27/29 : LABEL arch=arm64 [2020-10-03T04:23:14.165Z] ---> Running in 4ec5bbf40ef4 [2020-10-03T04:23:14.165Z] Removing intermediate container 6d25eee0ba0c [2020-10-03T04:23:14.165Z] ---> 56281389870c [2020-10-03T04:23:14.165Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-03T04:23:14.775Z] Removing intermediate container 4ec5bbf40ef4 [2020-10-03T04:23:14.775Z] ---> 6afcbcb8e0bd [2020-10-03T04:23:14.775Z] Step 28/29 : LABEL git_sha=2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:23:15.055Z] ---> Running in cd711ccfb1c9 [2020-10-03T04:23:15.342Z] ---> a24807dca781 [2020-10-03T04:23:15.342Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-03T04:23:15.974Z] Removing intermediate container cd711ccfb1c9 [2020-10-03T04:23:15.974Z] ---> 77625f649c86 [2020-10-03T04:23:15.974Z] Step 29/29 : LABEL version=1.2.2-dev.45 [2020-10-03T04:23:16.256Z] ---> Running in 364b09b98161 [2020-10-03T04:23:16.536Z] ---> 92a48d3888fc [2020-10-03T04:23:16.536Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-03T04:23:16.814Z] Removing intermediate container 364b09b98161 [2020-10-03T04:23:16.814Z] ---> 27b79811f2e6 [2020-10-03T04:23:16.814Z] [2020-10-03T04:23:17.817Z] Successfully built 27b79811f2e6 [2020-10-03T04:23:17.817Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-03T04:23:18.424Z]  Building docker-security-secrets-setup-go ... done  ---> 48fde2cdf5d1 [2020-10-03T04:23:18.424Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-03T04:23:19.035Z] ---> 75e50c857963 [2020-10-03T04:23:19.035Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-03T04:23:19.313Z] ---> Running in 9a7f3a116d2b [2020-10-03T04:23:19.913Z] Removing intermediate container 9a7f3a116d2b [2020-10-03T04:23:19.913Z] ---> 411e3d00e584 [2020-10-03T04:23:19.913Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-03T04:23:19.913Z] ---> Running in b71a96939770 [2020-10-03T04:23:20.511Z] Removing intermediate container b71a96939770 [2020-10-03T04:23:20.512Z] ---> 6717b117b962 [2020-10-03T04:23:20.512Z] Step 20/22 : LABEL arch=arm64 [2020-10-03T04:23:20.512Z] ---> Running in 9571ada3d532 [2020-10-03T04:23:21.115Z] Removing intermediate container 9571ada3d532 [2020-10-03T04:23:21.115Z] ---> a6a5da6a1431 [2020-10-03T04:23:21.115Z] Step 21/22 : LABEL git_sha=2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:23:21.115Z] ---> Running in f60e2bedbb41 [2020-10-03T04:23:21.393Z] Removing intermediate container f60e2bedbb41 [2020-10-03T04:23:21.393Z] ---> 9fd6699712ca [2020-10-03T04:23:21.393Z] Step 22/22 : LABEL version=1.2.2-dev.45 [2020-10-03T04:23:21.666Z] ---> Running in 0995b326df2f [2020-10-03T04:23:21.941Z] Removing intermediate container 0995b326df2f [2020-10-03T04:23:21.941Z] ---> 342f23366a38 [2020-10-03T04:23:21.941Z] [2020-10-03T04:23:22.221Z] Successfully built 342f23366a38 [2020-10-03T04:23:22.497Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-03T04:23:26.850Z]  Building docker-support-logging-go ... done Removing intermediate container f4c814820cc4 [2020-10-03T04:23:26.850Z] ---> afa729b40810 [2020-10-03T04:23:26.850Z] [2020-10-03T04:23:26.850Z] Step 10/22 : FROM scratch [2020-10-03T04:23:26.850Z] ---> [2020-10-03T04:23:26.850Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-03T04:23:26.850Z] ---> Using cache [2020-10-03T04:23:26.850Z] ---> 0d0f6e862d3f [2020-10-03T04:23:26.850Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-03T04:23:26.850Z] ---> Running in 9b27a1d07ebb [2020-10-03T04:23:26.850Z] Removing intermediate container 9b27a1d07ebb [2020-10-03T04:23:26.850Z] ---> 60d1a1ccaf37 [2020-10-03T04:23:26.850Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-03T04:23:26.850Z] ---> Running in 4e91efd05a2f [2020-10-03T04:23:27.447Z] Removing intermediate container 4e91efd05a2f [2020-10-03T04:23:27.447Z] ---> 8cae4bc8f451 [2020-10-03T04:23:27.447Z] Step 14/22 : WORKDIR / [2020-10-03T04:23:27.447Z] ---> Running in 68d9f35be606 [2020-10-03T04:23:27.725Z] Removing intermediate container 68d9f35be606 [2020-10-03T04:23:27.725Z] ---> ea618aebb2de [2020-10-03T04:23:27.725Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-03T04:23:28.707Z] ---> 14811ce9bcff [2020-10-03T04:23:28.707Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-03T04:23:29.694Z] ---> 2b34ae9e98ed [2020-10-03T04:23:29.694Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-03T04:23:30.686Z] ---> b82507af2fe2 [2020-10-03T04:23:30.686Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-03T04:23:30.686Z] ---> Running in 3307f66d4107 [2020-10-03T04:23:30.960Z] Removing intermediate container 3307f66d4107 [2020-10-03T04:23:30.960Z] ---> cfe8289ffc7f [2020-10-03T04:23:30.960Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-03T04:23:31.236Z] ---> Running in b7f2023ec462 [2020-10-03T04:23:31.514Z] Removing intermediate container b7f2023ec462 [2020-10-03T04:23:31.514Z] ---> bf7c2f523caf [2020-10-03T04:23:31.514Z] Step 20/22 : LABEL arch=arm64 [2020-10-03T04:23:31.514Z] ---> Running in 0357e4d9dc07 [2020-10-03T04:23:32.112Z] Removing intermediate container 0357e4d9dc07 [2020-10-03T04:23:32.112Z] ---> e20d1ea190ec [2020-10-03T04:23:32.112Z] Step 21/22 : LABEL git_sha=2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:23:32.112Z] ---> Running in f23ba5af5bbf [2020-10-03T04:23:32.711Z] Removing intermediate container f23ba5af5bbf [2020-10-03T04:23:32.711Z] ---> 1cc80ab88c72 [2020-10-03T04:23:32.711Z] Step 22/22 : LABEL version=1.2.2-dev.45 [2020-10-03T04:23:32.711Z] ---> Running in ff937a4e2735 [2020-10-03T04:23:33.310Z] Removing intermediate container ff937a4e2735 [2020-10-03T04:23:33.310Z] ---> 1f63c50dd899 [2020-10-03T04:23:33.310Z] [2020-10-03T04:23:33.582Z] Successfully built 1f63c50dd899 [2020-10-03T04:23:33.583Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-03T04:23:33.874Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-10-03T04:23:33.882Z] $ docker stop --time=1 79b8ecc094a51912cb5a5c77d138390533d4562fe0c58274cc252fcaa43bf5fb [2020-10-03T04:23:35.718Z] $ docker rm -f 79b8ecc094a51912cb5a5c77d138390533d4562fe0c58274cc252fcaa43bf5fb [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:23:36.435Z] + docker images [2020-10-03T04:23:36.435Z] + grep docker [2020-10-03T04:23:36.716Z] docker-core-metadata-go-arm64 latest 1f63c50dd899 4 seconds ago 13.2MB [2020-10-03T04:23:36.716Z] docker-support-logging-go-arm64 latest 342f23366a38 15 seconds ago 10.6MB [2020-10-03T04:23:36.716Z] docker-security-secrets-setup-go-arm64 latest 27b79811f2e6 20 seconds ago 22.7MB [2020-10-03T04:23:36.716Z] docker-support-scheduler-go-arm64 latest 8451fa481fd6 37 seconds ago 11.5MB [2020-10-03T04:23:36.716Z] docker-core-command-go-arm64 latest 4812d37b2d97 57 seconds ago 11.4MB [2020-10-03T04:23:36.716Z] docker-sys-mgmt-agent-go-arm64 latest 50845bab6107 2 minutes ago 270MB [2020-10-03T04:23:36.716Z] docker-core-data-go-arm64 latest b641611f8e20 2 minutes ago 22.2MB [2020-10-03T04:23:36.716Z] docker-security-secretstore-setup-go-arm64 latest ee57fc2bba08 3 minutes ago 30.8MB [2020-10-03T04:23:36.716Z] docker-support-notifications-go-arm64 latest dbe5154921bc 3 minutes ago 12.9MB [2020-10-03T04:23:36.716Z] docker-security-proxy-setup-go-arm64 latest 18787d155152 4 minutes ago 15.1MB [2020-10-03T04:23:36.716Z] docker latest 45884bde0078 2 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-03T04:23:37.271Z] provisioning config files... [2020-10-03T04:23:37.336Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/160@tmp/config9118496212872719036tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-03T04:23:37.746Z] ---> docker-login.sh [2020-10-03T04:23:37.746Z] nexus3.edgexfoundry.org:10001 [2020-10-03T04:23:38.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-03T04:23:38.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-03T04:23:38.287Z] Configure a credential helper to remove this warning. See [2020-10-03T04:23:38.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-03T04:23:38.287Z] [2020-10-03T04:23:38.287Z] Login Succeeded [2020-10-03T04:23:38.287Z] nexus3.edgexfoundry.org:10002 [2020-10-03T04:23:38.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-03T04:23:38.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-03T04:23:38.828Z] Configure a credential helper to remove this warning. See [2020-10-03T04:23:38.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-03T04:23:38.828Z] [2020-10-03T04:23:38.828Z] Login Succeeded [2020-10-03T04:23:38.828Z] nexus3.edgexfoundry.org:10003 [2020-10-03T04:23:39.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-03T04:23:39.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-03T04:23:39.099Z] Configure a credential helper to remove this warning. See [2020-10-03T04:23:39.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-03T04:23:39.099Z] [2020-10-03T04:23:39.099Z] Login Succeeded [2020-10-03T04:23:39.372Z] nexus3.edgexfoundry.org:10004 [2020-10-03T04:23:39.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-03T04:23:39.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-03T04:23:39.646Z] Configure a credential helper to remove this warning. See [2020-10-03T04:23:39.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-03T04:23:39.646Z] [2020-10-03T04:23:39.646Z] Login Succeeded [2020-10-03T04:23:39.646Z] docker.io [2020-10-03T04:23:40.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-03T04:23:40.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-03T04:23:40.512Z] Configure a credential helper to remove this warning. See [2020-10-03T04:23:40.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-03T04:23:40.512Z] [2020-10-03T04:23:40.512Z] Login Succeeded [2020-10-03T04:23:40.512Z] ---> docker-login.sh ends [Pipeline] } [2020-10-03T04:23:40.530Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T04:23:40.852Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-03T04:23:40.852Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:23:40.852Z] 1.2.2-dev.45 [2020-10-03T04:23:40.852Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:23:40.852Z] master [2020-10-03T04:23:40.852Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:23:41.387Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:23:41.724Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:23:41.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-03T04:23:41.724Z] bd481cda7212: Preparing [2020-10-03T04:23:41.724Z] 5852b03ee5b9: Preparing [2020-10-03T04:23:41.724Z] ab952be59e49: Preparing [2020-10-03T04:23:42.000Z] bd481cda7212: Pushed [2020-10-03T04:23:42.000Z] ab952be59e49: Pushed [2020-10-03T04:23:44.620Z] 5852b03ee5b9: Pushed [2020-10-03T04:23:44.895Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2: digest: sha256:130f8d90e32b78f208f96e0860e830e3f3e49835dfc3120d223efa42751ac8bd size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:23:45.247Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:23:45.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.45 [2020-10-03T04:23:45.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-03T04:23:45.580Z] bd481cda7212: Preparing [2020-10-03T04:23:45.580Z] 5852b03ee5b9: Preparing [2020-10-03T04:23:45.580Z] ab952be59e49: Preparing [2020-10-03T04:23:45.580Z] bd481cda7212: Layer already exists [2020-10-03T04:23:45.580Z] ab952be59e49: Layer already exists [2020-10-03T04:23:45.580Z] 5852b03ee5b9: Layer already exists [2020-10-03T04:23:45.849Z] 1.2.2-dev.45: digest: sha256:130f8d90e32b78f208f96e0860e830e3f3e49835dfc3120d223efa42751ac8bd size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:23:46.200Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:23:46.535Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:23:46.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-03T04:23:46.535Z] bd481cda7212: Preparing [2020-10-03T04:23:46.535Z] 5852b03ee5b9: Preparing [2020-10-03T04:23:46.535Z] ab952be59e49: Preparing [2020-10-03T04:23:46.535Z] 5852b03ee5b9: Layer already exists [2020-10-03T04:23:46.535Z] ab952be59e49: Layer already exists [2020-10-03T04:23:46.535Z] bd481cda7212: Layer already exists [2020-10-03T04:23:46.805Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45: digest: sha256:130f8d90e32b78f208f96e0860e830e3f3e49835dfc3120d223efa42751ac8bd size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:23:47.164Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:23:47.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-03T04:23:47.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-03T04:23:47.498Z] bd481cda7212: Preparing [2020-10-03T04:23:47.498Z] 5852b03ee5b9: Preparing [2020-10-03T04:23:47.498Z] ab952be59e49: Preparing [2020-10-03T04:23:47.498Z] bd481cda7212: Layer already exists [2020-10-03T04:23:47.498Z] 5852b03ee5b9: Layer already exists [2020-10-03T04:23:47.498Z] ab952be59e49: Layer already exists [2020-10-03T04:23:47.768Z] master: digest: sha256:130f8d90e32b78f208f96e0860e830e3f3e49835dfc3120d223efa42751ac8bd size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T04:23:47.963Z] ===================================================== [Pipeline] echo [2020-10-03T04:23:48.013Z] taggedImages: [2020-10-03T04:23:48.013Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:23:48.013Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.45 [2020-10-03T04:23:48.013Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:23:48.013Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-03T04:23:48.083Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-03T04:23:48.083Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:23:48.083Z] 1.2.2-dev.45 [2020-10-03T04:23:48.083Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:23:48.083Z] master [2020-10-03T04:23:48.083Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:23:48.633Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:23:48.969Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:23:48.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-03T04:23:48.969Z] a87a544479ff: Preparing [2020-10-03T04:23:48.969Z] 48d138bffff3: Preparing [2020-10-03T04:23:48.969Z] b5edb44f2c2a: Preparing [2020-10-03T04:23:48.969Z] f351892f63e6: Preparing [2020-10-03T04:23:48.969Z] c5c1d8cf06e3: Preparing [2020-10-03T04:23:48.969Z] e2f13739ad41: Preparing [2020-10-03T04:23:48.969Z] e2f13739ad41: Waiting [2020-10-03T04:23:49.242Z] a87a544479ff: Pushed [2020-10-03T04:23:49.242Z] c5c1d8cf06e3: Pushed [2020-10-03T04:23:49.242Z] b5edb44f2c2a: Pushed [2020-10-03T04:23:49.242Z] e2f13739ad41: Layer already exists [2020-10-03T04:23:49.833Z] f351892f63e6: Pushed [2020-10-03T04:23:53.209Z] 48d138bffff3: Pushed [2020-10-03T04:23:53.209Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2: digest: sha256:0255f886d39e253efbf7005a0dd8231a2145a53dbbe073ba7b212455750c712d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:23:53.553Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:23:53.897Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.45 [2020-10-03T04:23:53.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-03T04:23:53.897Z] a87a544479ff: Preparing [2020-10-03T04:23:53.897Z] 48d138bffff3: Preparing [2020-10-03T04:23:53.897Z] b5edb44f2c2a: Preparing [2020-10-03T04:23:53.897Z] f351892f63e6: Preparing [2020-10-03T04:23:53.898Z] c5c1d8cf06e3: Preparing [2020-10-03T04:23:53.898Z] e2f13739ad41: Preparing [2020-10-03T04:23:53.898Z] e2f13739ad41: Waiting [2020-10-03T04:23:53.898Z] b5edb44f2c2a: Layer already exists [2020-10-03T04:23:53.898Z] a87a544479ff: Layer already exists [2020-10-03T04:23:53.898Z] f351892f63e6: Layer already exists [2020-10-03T04:23:53.898Z] c5c1d8cf06e3: Layer already exists [2020-10-03T04:23:53.898Z] 48d138bffff3: Layer already exists [2020-10-03T04:23:54.167Z] e2f13739ad41: Layer already exists [2020-10-03T04:23:54.167Z] 1.2.2-dev.45: digest: sha256:0255f886d39e253efbf7005a0dd8231a2145a53dbbe073ba7b212455750c712d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:23:54.512Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:23:54.855Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:23:54.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-03T04:23:54.855Z] a87a544479ff: Preparing [2020-10-03T04:23:54.855Z] 48d138bffff3: Preparing [2020-10-03T04:23:54.855Z] b5edb44f2c2a: Preparing [2020-10-03T04:23:54.855Z] f351892f63e6: Preparing [2020-10-03T04:23:54.855Z] c5c1d8cf06e3: Preparing [2020-10-03T04:23:54.855Z] e2f13739ad41: Preparing [2020-10-03T04:23:54.855Z] e2f13739ad41: Waiting [2020-10-03T04:23:54.855Z] 48d138bffff3: Layer already exists [2020-10-03T04:23:54.855Z] b5edb44f2c2a: Layer already exists [2020-10-03T04:23:54.855Z] a87a544479ff: Layer already exists [2020-10-03T04:23:54.855Z] c5c1d8cf06e3: Layer already exists [2020-10-03T04:23:55.128Z] f351892f63e6: Layer already exists [2020-10-03T04:23:55.128Z] e2f13739ad41: Layer already exists [2020-10-03T04:23:55.128Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45: digest: sha256:0255f886d39e253efbf7005a0dd8231a2145a53dbbe073ba7b212455750c712d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:23:55.514Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:23:55.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-03T04:23:55.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-03T04:23:55.873Z] a87a544479ff: Preparing [2020-10-03T04:23:55.873Z] 48d138bffff3: Preparing [2020-10-03T04:23:55.873Z] b5edb44f2c2a: Preparing [2020-10-03T04:23:55.873Z] f351892f63e6: Preparing [2020-10-03T04:23:55.873Z] c5c1d8cf06e3: Preparing [2020-10-03T04:23:55.873Z] e2f13739ad41: Preparing [2020-10-03T04:23:55.873Z] e2f13739ad41: Waiting [2020-10-03T04:23:55.873Z] f351892f63e6: Layer already exists [2020-10-03T04:23:55.873Z] b5edb44f2c2a: Layer already exists [2020-10-03T04:23:55.873Z] a87a544479ff: Layer already exists [2020-10-03T04:23:55.873Z] 48d138bffff3: Layer already exists [2020-10-03T04:23:55.873Z] c5c1d8cf06e3: Layer already exists [2020-10-03T04:23:56.145Z] e2f13739ad41: Layer already exists [2020-10-03T04:23:56.145Z] master: digest: sha256:0255f886d39e253efbf7005a0dd8231a2145a53dbbe073ba7b212455750c712d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T04:23:56.353Z] ===================================================== [Pipeline] echo [2020-10-03T04:23:56.401Z] taggedImages: [2020-10-03T04:23:56.401Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:23:56.401Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.45 [2020-10-03T04:23:56.401Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:23:56.401Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-03T04:23:56.470Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-03T04:23:56.470Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:23:56.470Z] 1.2.2-dev.45 [2020-10-03T04:23:56.470Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:23:56.470Z] master [2020-10-03T04:23:56.470Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:23:57.001Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:23:57.343Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:23:57.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-03T04:23:57.343Z] fb05dceecc67: Preparing [2020-10-03T04:23:57.343Z] 824cc14873be: Preparing [2020-10-03T04:23:57.343Z] 6b1d5a364be1: Preparing [2020-10-03T04:23:57.618Z] 6b1d5a364be1: Pushed [2020-10-03T04:23:57.618Z] fb05dceecc67: Pushed [2020-10-03T04:24:00.994Z] 824cc14873be: Pushed [2020-10-03T04:24:00.994Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2: digest: sha256:fd5a5b19c62d606525807cade22fb7f8291b3ec5aa0cb257c8a7a620ba064c44 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:01.449Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:01.799Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.45 [2020-10-03T04:24:01.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-03T04:24:01.799Z] fb05dceecc67: Preparing [2020-10-03T04:24:01.799Z] 824cc14873be: Preparing [2020-10-03T04:24:01.799Z] 6b1d5a364be1: Preparing [2020-10-03T04:24:01.799Z] fb05dceecc67: Layer already exists [2020-10-03T04:24:01.799Z] 6b1d5a364be1: Layer already exists [2020-10-03T04:24:01.799Z] 824cc14873be: Layer already exists [2020-10-03T04:24:02.073Z] 1.2.2-dev.45: digest: sha256:fd5a5b19c62d606525807cade22fb7f8291b3ec5aa0cb257c8a7a620ba064c44 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:02.445Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:02.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:24:02.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-03T04:24:02.780Z] fb05dceecc67: Preparing [2020-10-03T04:24:02.780Z] 824cc14873be: Preparing [2020-10-03T04:24:02.780Z] 6b1d5a364be1: Preparing [2020-10-03T04:24:02.780Z] 6b1d5a364be1: Layer already exists [2020-10-03T04:24:02.780Z] 824cc14873be: Layer already exists [2020-10-03T04:24:02.780Z] fb05dceecc67: Layer already exists [2020-10-03T04:24:03.051Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45: digest: sha256:fd5a5b19c62d606525807cade22fb7f8291b3ec5aa0cb257c8a7a620ba064c44 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:03.389Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:03.721Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-03T04:24:03.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-03T04:24:03.721Z] fb05dceecc67: Preparing [2020-10-03T04:24:03.721Z] 824cc14873be: Preparing [2020-10-03T04:24:03.721Z] 6b1d5a364be1: Preparing [2020-10-03T04:24:03.721Z] 824cc14873be: Layer already exists [2020-10-03T04:24:03.721Z] 6b1d5a364be1: Layer already exists [2020-10-03T04:24:03.721Z] fb05dceecc67: Layer already exists [2020-10-03T04:24:03.996Z] master: digest: sha256:fd5a5b19c62d606525807cade22fb7f8291b3ec5aa0cb257c8a7a620ba064c44 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T04:24:04.207Z] ===================================================== [Pipeline] echo [2020-10-03T04:24:04.260Z] taggedImages: [2020-10-03T04:24:04.260Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:24:04.260Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.45 [2020-10-03T04:24:04.260Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:24:04.260Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-03T04:24:04.371Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-03T04:24:04.371Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:24:04.371Z] 1.2.2-dev.45 [2020-10-03T04:24:04.371Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:24:04.371Z] master [2020-10-03T04:24:04.371Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:04.913Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:05.258Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:24:05.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-03T04:24:05.259Z] 80c5dd3861fd: Preparing [2020-10-03T04:24:05.259Z] 5333a5cf45ff: Preparing [2020-10-03T04:24:05.259Z] 53f2588dc797: Preparing [2020-10-03T04:24:05.259Z] d68182174bd7: Preparing [2020-10-03T04:24:05.259Z] e2f13739ad41: Preparing [2020-10-03T04:24:05.533Z] e2f13739ad41: Layer already exists [2020-10-03T04:24:05.533Z] 53f2588dc797: Pushed [2020-10-03T04:24:05.533Z] 5333a5cf45ff: Pushed [2020-10-03T04:24:05.808Z] d68182174bd7: Pushed [2020-10-03T04:24:07.782Z] 80c5dd3861fd: Pushed [2020-10-03T04:24:07.782Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2: digest: sha256:cb376f3538b6f669795dacb1559d0bc3351a803f3b57b6def63d839b6fbdf8c0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:08.130Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:08.463Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.45 [2020-10-03T04:24:08.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-03T04:24:08.463Z] 80c5dd3861fd: Preparing [2020-10-03T04:24:08.463Z] 5333a5cf45ff: Preparing [2020-10-03T04:24:08.463Z] 53f2588dc797: Preparing [2020-10-03T04:24:08.463Z] d68182174bd7: Preparing [2020-10-03T04:24:08.463Z] e2f13739ad41: Preparing [2020-10-03T04:24:08.463Z] 5333a5cf45ff: Layer already exists [2020-10-03T04:24:08.463Z] 53f2588dc797: Layer already exists [2020-10-03T04:24:08.463Z] d68182174bd7: Layer already exists [2020-10-03T04:24:08.463Z] e2f13739ad41: Layer already exists [2020-10-03T04:24:08.463Z] 80c5dd3861fd: Layer already exists [2020-10-03T04:24:08.736Z] 1.2.2-dev.45: digest: sha256:cb376f3538b6f669795dacb1559d0bc3351a803f3b57b6def63d839b6fbdf8c0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:09.086Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:09.428Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:24:09.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-03T04:24:09.428Z] 80c5dd3861fd: Preparing [2020-10-03T04:24:09.428Z] 5333a5cf45ff: Preparing [2020-10-03T04:24:09.428Z] 53f2588dc797: Preparing [2020-10-03T04:24:09.428Z] d68182174bd7: Preparing [2020-10-03T04:24:09.428Z] e2f13739ad41: Preparing [2020-10-03T04:24:09.428Z] 5333a5cf45ff: Layer already exists [2020-10-03T04:24:09.428Z] e2f13739ad41: Layer already exists [2020-10-03T04:24:09.701Z] 53f2588dc797: Layer already exists [2020-10-03T04:24:09.701Z] d68182174bd7: Layer already exists [2020-10-03T04:24:09.701Z] 80c5dd3861fd: Layer already exists [2020-10-03T04:24:09.701Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45: digest: sha256:cb376f3538b6f669795dacb1559d0bc3351a803f3b57b6def63d839b6fbdf8c0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:10.054Z] + 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-03T04:24:10.393Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-03T04:24:10.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-03T04:24:10.394Z] 80c5dd3861fd: Preparing [2020-10-03T04:24:10.394Z] 5333a5cf45ff: Preparing [2020-10-03T04:24:10.394Z] 53f2588dc797: Preparing [2020-10-03T04:24:10.394Z] d68182174bd7: Preparing [2020-10-03T04:24:10.394Z] e2f13739ad41: Preparing [2020-10-03T04:24:10.394Z] 5333a5cf45ff: Layer already exists [2020-10-03T04:24:10.394Z] d68182174bd7: Layer already exists [2020-10-03T04:24:10.394Z] e2f13739ad41: Layer already exists [2020-10-03T04:24:10.394Z] 80c5dd3861fd: Layer already exists [2020-10-03T04:24:10.669Z] 53f2588dc797: Layer already exists [2020-10-03T04:24:10.669Z] master: digest: sha256:cb376f3538b6f669795dacb1559d0bc3351a803f3b57b6def63d839b6fbdf8c0 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T04:24:10.906Z] ===================================================== [Pipeline] echo [2020-10-03T04:24:10.971Z] taggedImages: [2020-10-03T04:24:10.971Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:24:10.972Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.45 [2020-10-03T04:24:10.972Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:24:10.972Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-03T04:24:11.059Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-03T04:24:11.059Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:24:11.059Z] 1.2.2-dev.45 [2020-10-03T04:24:11.059Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:24:11.059Z] master [2020-10-03T04:24:11.059Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:11.620Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:12.028Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:24:12.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-03T04:24:12.029Z] 5070ecf51c55: Preparing [2020-10-03T04:24:12.029Z] 18cd663a4311: Preparing [2020-10-03T04:24:12.029Z] 3bddcfcb038f: Preparing [2020-10-03T04:24:12.029Z] 574743e186f0: Preparing [2020-10-03T04:24:12.029Z] 574743e186f0: Preparing [2020-10-03T04:24:12.029Z] 89196b8067eb: Preparing [2020-10-03T04:24:12.029Z] 5969ce5493ff: Preparing [2020-10-03T04:24:12.029Z] b0026a0bf362: Preparing [2020-10-03T04:24:12.029Z] 5070ecf51c55: Preparing [2020-10-03T04:24:12.029Z] 10751d1fb8c5: Preparing [2020-10-03T04:24:12.029Z] 56754d766b35: Preparing [2020-10-03T04:24:12.029Z] afdab2d182d5: Preparing [2020-10-03T04:24:12.029Z] e2f13739ad41: Preparing [2020-10-03T04:24:12.029Z] 5969ce5493ff: Waiting [2020-10-03T04:24:12.029Z] b0026a0bf362: Waiting [2020-10-03T04:24:12.029Z] 10751d1fb8c5: Waiting [2020-10-03T04:24:12.029Z] 56754d766b35: Waiting [2020-10-03T04:24:12.029Z] afdab2d182d5: Waiting [2020-10-03T04:24:12.029Z] e2f13739ad41: Waiting [2020-10-03T04:24:12.333Z] 89196b8067eb: Pushed [2020-10-03T04:24:12.333Z] 3bddcfcb038f: Pushed [2020-10-03T04:24:12.333Z] 574743e186f0: Pushed [2020-10-03T04:24:12.333Z] 18cd663a4311: Pushed [2020-10-03T04:24:12.606Z] 56754d766b35: Pushed [2020-10-03T04:24:12.606Z] 10751d1fb8c5: Pushed [2020-10-03T04:24:12.606Z] 5969ce5493ff: Pushed [2020-10-03T04:24:12.606Z] b0026a0bf362: Pushed [2020-10-03T04:24:12.606Z] e2f13739ad41: Layer already exists [2020-10-03T04:24:13.203Z] afdab2d182d5: Pushed [2020-10-03T04:24:14.637Z] 5070ecf51c55: Pushed [2020-10-03T04:24:14.637Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2: digest: sha256:389495cf6b92c9f9095ed60dc24a3f04b126073b8bbf938df79c455b611c7b81 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:14.980Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:15.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.45 [2020-10-03T04:24:15.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-03T04:24:15.317Z] 5070ecf51c55: Preparing [2020-10-03T04:24:15.317Z] 18cd663a4311: Preparing [2020-10-03T04:24:15.317Z] 3bddcfcb038f: Preparing [2020-10-03T04:24:15.317Z] 574743e186f0: Preparing [2020-10-03T04:24:15.317Z] 574743e186f0: Preparing [2020-10-03T04:24:15.317Z] 89196b8067eb: Preparing [2020-10-03T04:24:15.317Z] 5969ce5493ff: Preparing [2020-10-03T04:24:15.317Z] b0026a0bf362: Preparing [2020-10-03T04:24:15.317Z] 5070ecf51c55: Preparing [2020-10-03T04:24:15.317Z] 10751d1fb8c5: Preparing [2020-10-03T04:24:15.317Z] 56754d766b35: Preparing [2020-10-03T04:24:15.317Z] afdab2d182d5: Preparing [2020-10-03T04:24:15.317Z] e2f13739ad41: Preparing [2020-10-03T04:24:15.317Z] 5969ce5493ff: Waiting [2020-10-03T04:24:15.317Z] b0026a0bf362: Waiting [2020-10-03T04:24:15.317Z] 10751d1fb8c5: Waiting [2020-10-03T04:24:15.317Z] 56754d766b35: Waiting [2020-10-03T04:24:15.317Z] afdab2d182d5: Waiting [2020-10-03T04:24:15.317Z] e2f13739ad41: Waiting [2020-10-03T04:24:15.588Z] 89196b8067eb: Layer already exists [2020-10-03T04:24:15.588Z] 3bddcfcb038f: Layer already exists [2020-10-03T04:24:15.588Z] 574743e186f0: Layer already exists [2020-10-03T04:24:15.588Z] 5070ecf51c55: Layer already exists [2020-10-03T04:24:15.588Z] 18cd663a4311: Layer already exists [2020-10-03T04:24:15.588Z] b0026a0bf362: Layer already exists [2020-10-03T04:24:15.588Z] 5969ce5493ff: Layer already exists [2020-10-03T04:24:15.588Z] 10751d1fb8c5: Layer already exists [2020-10-03T04:24:15.588Z] afdab2d182d5: Layer already exists [2020-10-03T04:24:15.588Z] 56754d766b35: Layer already exists [2020-10-03T04:24:15.588Z] e2f13739ad41: Layer already exists [2020-10-03T04:24:15.588Z] 1.2.2-dev.45: digest: sha256:389495cf6b92c9f9095ed60dc24a3f04b126073b8bbf938df79c455b611c7b81 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:15.927Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:16.268Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:24:16.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-03T04:24:16.268Z] 5070ecf51c55: Preparing [2020-10-03T04:24:16.268Z] 18cd663a4311: Preparing [2020-10-03T04:24:16.268Z] 3bddcfcb038f: Preparing [2020-10-03T04:24:16.268Z] 574743e186f0: Preparing [2020-10-03T04:24:16.268Z] 574743e186f0: Preparing [2020-10-03T04:24:16.268Z] 89196b8067eb: Preparing [2020-10-03T04:24:16.268Z] 5969ce5493ff: Preparing [2020-10-03T04:24:16.268Z] b0026a0bf362: Preparing [2020-10-03T04:24:16.268Z] 5070ecf51c55: Preparing [2020-10-03T04:24:16.268Z] 10751d1fb8c5: Preparing [2020-10-03T04:24:16.268Z] 56754d766b35: Preparing [2020-10-03T04:24:16.268Z] afdab2d182d5: Preparing [2020-10-03T04:24:16.268Z] e2f13739ad41: Preparing [2020-10-03T04:24:16.268Z] 10751d1fb8c5: Waiting [2020-10-03T04:24:16.268Z] 56754d766b35: Waiting [2020-10-03T04:24:16.268Z] afdab2d182d5: Waiting [2020-10-03T04:24:16.268Z] e2f13739ad41: Waiting [2020-10-03T04:24:16.268Z] 5969ce5493ff: Waiting [2020-10-03T04:24:16.268Z] b0026a0bf362: Waiting [2020-10-03T04:24:16.268Z] 5070ecf51c55: Layer already exists [2020-10-03T04:24:16.268Z] 18cd663a4311: Layer already exists [2020-10-03T04:24:16.268Z] 89196b8067eb: Layer already exists [2020-10-03T04:24:16.268Z] 3bddcfcb038f: Layer already exists [2020-10-03T04:24:16.268Z] 574743e186f0: Layer already exists [2020-10-03T04:24:16.539Z] 5969ce5493ff: Layer already exists [2020-10-03T04:24:16.539Z] 10751d1fb8c5: Layer already exists [2020-10-03T04:24:16.539Z] afdab2d182d5: Layer already exists [2020-10-03T04:24:16.539Z] b0026a0bf362: Layer already exists [2020-10-03T04:24:16.539Z] e2f13739ad41: Layer already exists [2020-10-03T04:24:16.539Z] 56754d766b35: Layer already exists [2020-10-03T04:24:16.539Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45: digest: sha256:389495cf6b92c9f9095ed60dc24a3f04b126073b8bbf938df79c455b611c7b81 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:16.880Z] + 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-03T04:24:17.212Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-03T04:24:17.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-03T04:24:17.212Z] 5070ecf51c55: Preparing [2020-10-03T04:24:17.212Z] 18cd663a4311: Preparing [2020-10-03T04:24:17.212Z] 3bddcfcb038f: Preparing [2020-10-03T04:24:17.212Z] 574743e186f0: Preparing [2020-10-03T04:24:17.212Z] 574743e186f0: Preparing [2020-10-03T04:24:17.212Z] 89196b8067eb: Preparing [2020-10-03T04:24:17.212Z] 5969ce5493ff: Preparing [2020-10-03T04:24:17.212Z] b0026a0bf362: Preparing [2020-10-03T04:24:17.212Z] 5070ecf51c55: Preparing [2020-10-03T04:24:17.212Z] 10751d1fb8c5: Preparing [2020-10-03T04:24:17.212Z] 56754d766b35: Preparing [2020-10-03T04:24:17.212Z] afdab2d182d5: Preparing [2020-10-03T04:24:17.212Z] e2f13739ad41: Preparing [2020-10-03T04:24:17.212Z] 5969ce5493ff: Waiting [2020-10-03T04:24:17.212Z] b0026a0bf362: Waiting [2020-10-03T04:24:17.212Z] 10751d1fb8c5: Waiting [2020-10-03T04:24:17.212Z] 56754d766b35: Waiting [2020-10-03T04:24:17.212Z] afdab2d182d5: Waiting [2020-10-03T04:24:17.212Z] e2f13739ad41: Waiting [2020-10-03T04:24:17.212Z] 5070ecf51c55: Layer already exists [2020-10-03T04:24:17.212Z] 3bddcfcb038f: Layer already exists [2020-10-03T04:24:17.213Z] 89196b8067eb: Layer already exists [2020-10-03T04:24:17.213Z] 574743e186f0: Layer already exists [2020-10-03T04:24:17.213Z] 18cd663a4311: Layer already exists [2020-10-03T04:24:17.483Z] 5969ce5493ff: Layer already exists [2020-10-03T04:24:17.483Z] afdab2d182d5: Layer already exists [2020-10-03T04:24:17.483Z] 56754d766b35: Layer already exists [2020-10-03T04:24:17.483Z] 10751d1fb8c5: Layer already exists [2020-10-03T04:24:17.483Z] b0026a0bf362: Layer already exists [2020-10-03T04:24:17.483Z] e2f13739ad41: Layer already exists [2020-10-03T04:24:17.483Z] master: digest: sha256:389495cf6b92c9f9095ed60dc24a3f04b126073b8bbf938df79c455b611c7b81 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T04:24:17.679Z] ===================================================== [Pipeline] echo [2020-10-03T04:24:17.760Z] taggedImages: [2020-10-03T04:24:17.760Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:24:17.760Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.45 [2020-10-03T04:24:17.760Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:24:17.760Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-03T04:24:17.834Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-03T04:24:17.834Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:24:17.834Z] 1.2.2-dev.45 [2020-10-03T04:24:17.834Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:24:17.834Z] master [2020-10-03T04:24:17.834Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:18.365Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:18.700Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:24:18.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-03T04:24:18.700Z] fbcfac932689: Preparing [2020-10-03T04:24:18.700Z] 2289c2ca2f3f: Preparing [2020-10-03T04:24:18.700Z] 27e034cab65d: Preparing [2020-10-03T04:24:18.700Z] 0c71fe5576d4: Preparing [2020-10-03T04:24:18.700Z] 1429789a2d8d: Preparing [2020-10-03T04:24:18.700Z] b14e44dc7778: Preparing [2020-10-03T04:24:18.700Z] 05110089e35f: Preparing [2020-10-03T04:24:18.700Z] 6ecfd5f14e65: Preparing [2020-10-03T04:24:18.700Z] f232b3fc3f98: Preparing [2020-10-03T04:24:18.700Z] a5b388817c37: Preparing [2020-10-03T04:24:18.700Z] 66b385cf80cf: Preparing [2020-10-03T04:24:18.700Z] b14e44dc7778: Waiting [2020-10-03T04:24:18.700Z] f232b3fc3f98: Waiting [2020-10-03T04:24:18.700Z] 05110089e35f: Waiting [2020-10-03T04:24:18.700Z] 6ecfd5f14e65: Waiting [2020-10-03T04:24:18.700Z] a5b388817c37: Waiting [2020-10-03T04:24:18.700Z] 66b385cf80cf: Waiting [2020-10-03T04:24:18.974Z] 2289c2ca2f3f: Pushed [2020-10-03T04:24:18.974Z] fbcfac932689: Pushed [2020-10-03T04:24:19.249Z] b14e44dc7778: Pushed [2020-10-03T04:24:19.249Z] 05110089e35f: Pushed [2020-10-03T04:24:19.523Z] f232b3fc3f98: Pushed [2020-10-03T04:24:19.523Z] 6ecfd5f14e65: Pushed [2020-10-03T04:24:19.523Z] 66b385cf80cf: Layer already exists [2020-10-03T04:24:20.508Z] a5b388817c37: Pushed [2020-10-03T04:24:21.098Z] 27e034cab65d: Pushed [2020-10-03T04:24:21.098Z] 0c71fe5576d4: Pushed [2020-10-03T04:24:21.369Z] 1429789a2d8d: Pushed [2020-10-03T04:24:21.369Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2: digest: sha256:9b4daaed539d4e16adc313e6cacf819c190551c08140478e89c43e666b347d23 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:21.982Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:22.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.45 [2020-10-03T04:24:22.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-03T04:24:22.318Z] fbcfac932689: Preparing [2020-10-03T04:24:22.318Z] 2289c2ca2f3f: Preparing [2020-10-03T04:24:22.318Z] 27e034cab65d: Preparing [2020-10-03T04:24:22.318Z] 0c71fe5576d4: Preparing [2020-10-03T04:24:22.318Z] 1429789a2d8d: Preparing [2020-10-03T04:24:22.318Z] b14e44dc7778: Preparing [2020-10-03T04:24:22.318Z] 05110089e35f: Preparing [2020-10-03T04:24:22.318Z] 6ecfd5f14e65: Preparing [2020-10-03T04:24:22.318Z] f232b3fc3f98: Preparing [2020-10-03T04:24:22.318Z] a5b388817c37: Preparing [2020-10-03T04:24:22.318Z] 66b385cf80cf: Preparing [2020-10-03T04:24:22.318Z] b14e44dc7778: Waiting [2020-10-03T04:24:22.318Z] 6ecfd5f14e65: Waiting [2020-10-03T04:24:22.318Z] f232b3fc3f98: Waiting [2020-10-03T04:24:22.318Z] a5b388817c37: Waiting [2020-10-03T04:24:22.318Z] 66b385cf80cf: Waiting [2020-10-03T04:24:22.318Z] 05110089e35f: Waiting [2020-10-03T04:24:22.318Z] fbcfac932689: Layer already exists [2020-10-03T04:24:22.318Z] 0c71fe5576d4: Layer already exists [2020-10-03T04:24:22.318Z] 27e034cab65d: Layer already exists [2020-10-03T04:24:22.318Z] 2289c2ca2f3f: Layer already exists [2020-10-03T04:24:22.318Z] 1429789a2d8d: Layer already exists [2020-10-03T04:24:22.318Z] 05110089e35f: Layer already exists [2020-10-03T04:24:22.318Z] f232b3fc3f98: Layer already exists [2020-10-03T04:24:22.318Z] 6ecfd5f14e65: Layer already exists [2020-10-03T04:24:22.318Z] b14e44dc7778: Layer already exists [2020-10-03T04:24:22.318Z] a5b388817c37: Layer already exists [2020-10-03T04:24:22.318Z] 66b385cf80cf: Layer already exists [2020-10-03T04:24:22.588Z] 1.2.2-dev.45: digest: sha256:9b4daaed539d4e16adc313e6cacf819c190551c08140478e89c43e666b347d23 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:22.927Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:23.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:24:23.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-03T04:24:23.256Z] fbcfac932689: Preparing [2020-10-03T04:24:23.256Z] 2289c2ca2f3f: Preparing [2020-10-03T04:24:23.256Z] 27e034cab65d: Preparing [2020-10-03T04:24:23.256Z] 0c71fe5576d4: Preparing [2020-10-03T04:24:23.256Z] 1429789a2d8d: Preparing [2020-10-03T04:24:23.256Z] b14e44dc7778: Preparing [2020-10-03T04:24:23.256Z] 05110089e35f: Preparing [2020-10-03T04:24:23.256Z] 6ecfd5f14e65: Preparing [2020-10-03T04:24:23.256Z] f232b3fc3f98: Preparing [2020-10-03T04:24:23.256Z] a5b388817c37: Preparing [2020-10-03T04:24:23.256Z] 66b385cf80cf: Preparing [2020-10-03T04:24:23.256Z] b14e44dc7778: Waiting [2020-10-03T04:24:23.256Z] 05110089e35f: Waiting [2020-10-03T04:24:23.256Z] 6ecfd5f14e65: Waiting [2020-10-03T04:24:23.256Z] f232b3fc3f98: Waiting [2020-10-03T04:24:23.256Z] a5b388817c37: Waiting [2020-10-03T04:24:23.256Z] 66b385cf80cf: Waiting [2020-10-03T04:24:23.256Z] 1429789a2d8d: Layer already exists [2020-10-03T04:24:23.256Z] 0c71fe5576d4: Layer already exists [2020-10-03T04:24:23.256Z] fbcfac932689: Layer already exists [2020-10-03T04:24:23.256Z] 27e034cab65d: Layer already exists [2020-10-03T04:24:23.256Z] 2289c2ca2f3f: Layer already exists [2020-10-03T04:24:23.256Z] 05110089e35f: Layer already exists [2020-10-03T04:24:23.256Z] f232b3fc3f98: Layer already exists [2020-10-03T04:24:23.256Z] 6ecfd5f14e65: Layer already exists [2020-10-03T04:24:23.256Z] b14e44dc7778: Layer already exists [2020-10-03T04:24:23.256Z] a5b388817c37: Layer already exists [2020-10-03T04:24:23.539Z] 66b385cf80cf: Layer already exists [2020-10-03T04:24:23.539Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45: digest: sha256:9b4daaed539d4e16adc313e6cacf819c190551c08140478e89c43e666b347d23 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:23.922Z] + 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-03T04:24:24.286Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-03T04:24:24.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-03T04:24:24.286Z] fbcfac932689: Preparing [2020-10-03T04:24:24.286Z] 2289c2ca2f3f: Preparing [2020-10-03T04:24:24.286Z] 27e034cab65d: Preparing [2020-10-03T04:24:24.286Z] 0c71fe5576d4: Preparing [2020-10-03T04:24:24.286Z] 1429789a2d8d: Preparing [2020-10-03T04:24:24.286Z] b14e44dc7778: Preparing [2020-10-03T04:24:24.286Z] 05110089e35f: Preparing [2020-10-03T04:24:24.286Z] 6ecfd5f14e65: Preparing [2020-10-03T04:24:24.286Z] f232b3fc3f98: Preparing [2020-10-03T04:24:24.286Z] a5b388817c37: Preparing [2020-10-03T04:24:24.286Z] 66b385cf80cf: Preparing [2020-10-03T04:24:24.286Z] b14e44dc7778: Waiting [2020-10-03T04:24:24.286Z] 05110089e35f: Waiting [2020-10-03T04:24:24.286Z] 6ecfd5f14e65: Waiting [2020-10-03T04:24:24.286Z] f232b3fc3f98: Waiting [2020-10-03T04:24:24.286Z] a5b388817c37: Waiting [2020-10-03T04:24:24.286Z] 66b385cf80cf: Waiting [2020-10-03T04:24:24.286Z] 0c71fe5576d4: Layer already exists [2020-10-03T04:24:24.286Z] 1429789a2d8d: Layer already exists [2020-10-03T04:24:24.286Z] 2289c2ca2f3f: Layer already exists [2020-10-03T04:24:24.286Z] 27e034cab65d: Layer already exists [2020-10-03T04:24:24.286Z] fbcfac932689: Layer already exists [2020-10-03T04:24:24.286Z] 05110089e35f: Layer already exists [2020-10-03T04:24:24.286Z] b14e44dc7778: Layer already exists [2020-10-03T04:24:24.557Z] f232b3fc3f98: Layer already exists [2020-10-03T04:24:24.558Z] 6ecfd5f14e65: Layer already exists [2020-10-03T04:24:24.558Z] a5b388817c37: Layer already exists [2020-10-03T04:24:24.558Z] 66b385cf80cf: Layer already exists [2020-10-03T04:24:24.558Z] master: digest: sha256:9b4daaed539d4e16adc313e6cacf819c190551c08140478e89c43e666b347d23 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T04:24:24.785Z] ===================================================== [Pipeline] echo [2020-10-03T04:24:24.838Z] taggedImages: [2020-10-03T04:24:24.838Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:24:24.838Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.45 [2020-10-03T04:24:24.838Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:24:24.838Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-03T04:24:24.910Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-03T04:24:24.910Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:24:24.910Z] 1.2.2-dev.45 [2020-10-03T04:24:24.910Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:24:24.910Z] master [2020-10-03T04:24:24.910Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:25.473Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:25.811Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:24:25.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-03T04:24:25.811Z] 9faa0d72693f: Preparing [2020-10-03T04:24:25.811Z] 0e311b0f2982: Preparing [2020-10-03T04:24:25.811Z] 144d777614ab: Preparing [2020-10-03T04:24:25.811Z] dbd6f0ee26f4: Preparing [2020-10-03T04:24:26.085Z] 144d777614ab: Pushed [2020-10-03T04:24:26.085Z] 9faa0d72693f: Pushed [2020-10-03T04:24:26.358Z] dbd6f0ee26f4: Pushed [2020-10-03T04:24:28.978Z] 0e311b0f2982: Pushed [2020-10-03T04:24:28.978Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2: digest: sha256:19ae00e4eba04f2b3ae198d989f536134b3b82c42c723ff0c51bd1df7708e5e7 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:29.324Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:29.696Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.45 [2020-10-03T04:24:29.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-03T04:24:29.696Z] 9faa0d72693f: Preparing [2020-10-03T04:24:29.696Z] 0e311b0f2982: Preparing [2020-10-03T04:24:29.696Z] 144d777614ab: Preparing [2020-10-03T04:24:29.696Z] dbd6f0ee26f4: Preparing [2020-10-03T04:24:29.696Z] 0e311b0f2982: Layer already exists [2020-10-03T04:24:29.696Z] dbd6f0ee26f4: Layer already exists [2020-10-03T04:24:29.696Z] 144d777614ab: Layer already exists [2020-10-03T04:24:29.696Z] 9faa0d72693f: Layer already exists [2020-10-03T04:24:29.973Z] 1.2.2-dev.45: digest: sha256:19ae00e4eba04f2b3ae198d989f536134b3b82c42c723ff0c51bd1df7708e5e7 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:30.320Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:30.650Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:24:30.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-03T04:24:30.650Z] 9faa0d72693f: Preparing [2020-10-03T04:24:30.650Z] 0e311b0f2982: Preparing [2020-10-03T04:24:30.650Z] 144d777614ab: Preparing [2020-10-03T04:24:30.650Z] dbd6f0ee26f4: Preparing [2020-10-03T04:24:30.921Z] 144d777614ab: Layer already exists [2020-10-03T04:24:30.921Z] 0e311b0f2982: Layer already exists [2020-10-03T04:24:30.921Z] dbd6f0ee26f4: Layer already exists [2020-10-03T04:24:30.921Z] 9faa0d72693f: Layer already exists [2020-10-03T04:24:30.921Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45: digest: sha256:19ae00e4eba04f2b3ae198d989f536134b3b82c42c723ff0c51bd1df7708e5e7 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:31.269Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:31.601Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-03T04:24:31.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-03T04:24:31.601Z] 9faa0d72693f: Preparing [2020-10-03T04:24:31.601Z] 0e311b0f2982: Preparing [2020-10-03T04:24:31.601Z] 144d777614ab: Preparing [2020-10-03T04:24:31.601Z] dbd6f0ee26f4: Preparing [2020-10-03T04:24:31.601Z] 9faa0d72693f: Layer already exists [2020-10-03T04:24:31.601Z] dbd6f0ee26f4: Layer already exists [2020-10-03T04:24:31.601Z] 0e311b0f2982: Layer already exists [2020-10-03T04:24:31.871Z] 144d777614ab: Layer already exists [2020-10-03T04:24:31.871Z] master: digest: sha256:19ae00e4eba04f2b3ae198d989f536134b3b82c42c723ff0c51bd1df7708e5e7 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T04:24:32.103Z] ===================================================== [Pipeline] echo [2020-10-03T04:24:32.174Z] taggedImages: [2020-10-03T04:24:32.174Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:24:32.174Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.45 [2020-10-03T04:24:32.174Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:24:32.174Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-03T04:24:32.255Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-03T04:24:32.255Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:24:32.255Z] 1.2.2-dev.45 [2020-10-03T04:24:32.255Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:24:32.255Z] master [2020-10-03T04:24:32.255Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:32.788Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:33.120Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:24:33.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-03T04:24:33.120Z] fa3f5fbc7ce0: Preparing [2020-10-03T04:24:33.120Z] 174133b6114e: Preparing [2020-10-03T04:24:33.120Z] 8fdad5fe99ac: Preparing [2020-10-03T04:24:33.120Z] ba4890368f20: Preparing [2020-10-03T04:24:33.120Z] 5173a3f8d9d3: Preparing [2020-10-03T04:24:33.120Z] e073b82ec8f4: Preparing [2020-10-03T04:24:33.120Z] e073b82ec8f4: Waiting [2020-10-03T04:24:33.396Z] 8fdad5fe99ac: Pushed [2020-10-03T04:24:33.396Z] fa3f5fbc7ce0: Pushed [2020-10-03T04:24:33.669Z] 5173a3f8d9d3: Pushed [2020-10-03T04:24:33.669Z] ba4890368f20: Pushed [2020-10-03T04:24:33.941Z] e073b82ec8f4: Pushed [2020-10-03T04:24:36.559Z] 174133b6114e: Pushed [2020-10-03T04:24:36.559Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2: digest: sha256:b3792bbe32fe6786c1ef2e5dc225a082d2a91ec6c5af5c69139b858af977ff3d size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:36.964Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:37.296Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.45 [2020-10-03T04:24:37.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-03T04:24:37.296Z] fa3f5fbc7ce0: Preparing [2020-10-03T04:24:37.296Z] 174133b6114e: Preparing [2020-10-03T04:24:37.296Z] 8fdad5fe99ac: Preparing [2020-10-03T04:24:37.296Z] ba4890368f20: Preparing [2020-10-03T04:24:37.296Z] 5173a3f8d9d3: Preparing [2020-10-03T04:24:37.296Z] e073b82ec8f4: Preparing [2020-10-03T04:24:37.296Z] e073b82ec8f4: Waiting [2020-10-03T04:24:37.566Z] 5173a3f8d9d3: Layer already exists [2020-10-03T04:24:37.566Z] 174133b6114e: Layer already exists [2020-10-03T04:24:37.566Z] fa3f5fbc7ce0: Layer already exists [2020-10-03T04:24:37.566Z] 8fdad5fe99ac: Layer already exists [2020-10-03T04:24:37.566Z] ba4890368f20: Layer already exists [2020-10-03T04:24:37.566Z] e073b82ec8f4: Layer already exists [2020-10-03T04:24:37.566Z] 1.2.2-dev.45: digest: sha256:b3792bbe32fe6786c1ef2e5dc225a082d2a91ec6c5af5c69139b858af977ff3d size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:37.900Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:38.229Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:24:38.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-03T04:24:38.229Z] fa3f5fbc7ce0: Preparing [2020-10-03T04:24:38.229Z] 174133b6114e: Preparing [2020-10-03T04:24:38.229Z] 8fdad5fe99ac: Preparing [2020-10-03T04:24:38.229Z] ba4890368f20: Preparing [2020-10-03T04:24:38.229Z] 5173a3f8d9d3: Preparing [2020-10-03T04:24:38.229Z] e073b82ec8f4: Preparing [2020-10-03T04:24:38.229Z] e073b82ec8f4: Waiting [2020-10-03T04:24:38.501Z] 5173a3f8d9d3: Layer already exists [2020-10-03T04:24:38.501Z] 8fdad5fe99ac: Layer already exists [2020-10-03T04:24:38.501Z] fa3f5fbc7ce0: Layer already exists [2020-10-03T04:24:38.501Z] ba4890368f20: Layer already exists [2020-10-03T04:24:38.501Z] 174133b6114e: Layer already exists [2020-10-03T04:24:38.501Z] e073b82ec8f4: Layer already exists [2020-10-03T04:24:38.501Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45: digest: sha256:b3792bbe32fe6786c1ef2e5dc225a082d2a91ec6c5af5c69139b858af977ff3d size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:38.842Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:39.181Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-03T04:24:39.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-03T04:24:39.181Z] fa3f5fbc7ce0: Preparing [2020-10-03T04:24:39.181Z] 174133b6114e: Preparing [2020-10-03T04:24:39.181Z] 8fdad5fe99ac: Preparing [2020-10-03T04:24:39.181Z] ba4890368f20: Preparing [2020-10-03T04:24:39.181Z] 5173a3f8d9d3: Preparing [2020-10-03T04:24:39.181Z] e073b82ec8f4: Preparing [2020-10-03T04:24:39.181Z] e073b82ec8f4: Waiting [2020-10-03T04:24:39.181Z] fa3f5fbc7ce0: Layer already exists [2020-10-03T04:24:39.181Z] ba4890368f20: Layer already exists [2020-10-03T04:24:39.181Z] 174133b6114e: Layer already exists [2020-10-03T04:24:39.181Z] 8fdad5fe99ac: Layer already exists [2020-10-03T04:24:39.181Z] 5173a3f8d9d3: Layer already exists [2020-10-03T04:24:39.451Z] e073b82ec8f4: Layer already exists [2020-10-03T04:24:39.451Z] master: digest: sha256:b3792bbe32fe6786c1ef2e5dc225a082d2a91ec6c5af5c69139b858af977ff3d size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T04:24:39.651Z] ===================================================== [Pipeline] echo [2020-10-03T04:24:39.704Z] taggedImages: [2020-10-03T04:24:39.704Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:24:39.704Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.45 [2020-10-03T04:24:39.704Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:24:39.704Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-03T04:24:39.783Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-03T04:24:39.783Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:24:39.783Z] 1.2.2-dev.45 [2020-10-03T04:24:39.783Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:24:39.783Z] master [2020-10-03T04:24:39.783Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:40.302Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:40.645Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:24:40.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-03T04:24:40.645Z] 070f457d37a5: Preparing [2020-10-03T04:24:40.645Z] 94502cff5c4b: Preparing [2020-10-03T04:24:40.645Z] b0d985f03ade: Preparing [2020-10-03T04:24:40.919Z] b0d985f03ade: Pushed [2020-10-03T04:24:40.919Z] 070f457d37a5: Pushed [2020-10-03T04:24:45.202Z] 94502cff5c4b: Pushed [2020-10-03T04:24:45.791Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2: digest: sha256:e60bea42e9347270abd4dff0e135225aee13eedcb4626ad574a416c47c7557a8 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:46.133Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:46.527Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.45 [2020-10-03T04:24:46.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-03T04:24:46.527Z] 070f457d37a5: Preparing [2020-10-03T04:24:46.527Z] 94502cff5c4b: Preparing [2020-10-03T04:24:46.527Z] b0d985f03ade: Preparing [2020-10-03T04:24:46.527Z] 94502cff5c4b: Layer already exists [2020-10-03T04:24:46.527Z] 070f457d37a5: Layer already exists [2020-10-03T04:24:46.527Z] b0d985f03ade: Layer already exists [2020-10-03T04:24:46.805Z] 1.2.2-dev.45: digest: sha256:e60bea42e9347270abd4dff0e135225aee13eedcb4626ad574a416c47c7557a8 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:47.158Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:47.496Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:24:47.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-03T04:24:47.496Z] 070f457d37a5: Preparing [2020-10-03T04:24:47.496Z] 94502cff5c4b: Preparing [2020-10-03T04:24:47.496Z] b0d985f03ade: Preparing [2020-10-03T04:24:47.496Z] b0d985f03ade: Layer already exists [2020-10-03T04:24:47.768Z] 94502cff5c4b: Layer already exists [2020-10-03T04:24:47.768Z] 070f457d37a5: Layer already exists [2020-10-03T04:24:47.768Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45: digest: sha256:e60bea42e9347270abd4dff0e135225aee13eedcb4626ad574a416c47c7557a8 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:48.121Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:48.453Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-03T04:24:48.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-03T04:24:48.454Z] 070f457d37a5: Preparing [2020-10-03T04:24:48.454Z] 94502cff5c4b: Preparing [2020-10-03T04:24:48.454Z] b0d985f03ade: Preparing [2020-10-03T04:24:48.725Z] b0d985f03ade: Layer already exists [2020-10-03T04:24:48.725Z] 94502cff5c4b: Layer already exists [2020-10-03T04:24:48.725Z] 070f457d37a5: Layer already exists [2020-10-03T04:24:48.725Z] master: digest: sha256:e60bea42e9347270abd4dff0e135225aee13eedcb4626ad574a416c47c7557a8 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T04:24:48.929Z] ===================================================== [Pipeline] echo [2020-10-03T04:24:48.982Z] taggedImages: [2020-10-03T04:24:48.982Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:24:48.982Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.45 [2020-10-03T04:24:48.982Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:24:48.982Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-03T04:24:49.050Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-03T04:24:49.050Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:24:49.050Z] 1.2.2-dev.45 [2020-10-03T04:24:49.050Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:24:49.050Z] master [2020-10-03T04:24:49.050Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:49.555Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:24:49.886Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:24:49.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-03T04:24:49.887Z] 41c9cee26b70: Preparing [2020-10-03T04:24:49.887Z] bd60efa326e0: Preparing [2020-10-03T04:24:49.887Z] b2a55bfb3911: Preparing [2020-10-03T04:24:49.887Z] ff7f9a627e0e: Preparing [2020-10-03T04:24:49.887Z] 4b53130047ba: Preparing [2020-10-03T04:24:49.887Z] a0124b20fe0a: Preparing [2020-10-03T04:24:49.887Z] a7c65b7a58a9: Preparing [2020-10-03T04:24:49.887Z] f875f9e206db: Preparing [2020-10-03T04:24:49.887Z] 3994ac1dcb8b: Preparing [2020-10-03T04:24:49.887Z] 5f2247eaf593: Preparing [2020-10-03T04:24:49.887Z] 62d13be1b083: Preparing [2020-10-03T04:24:49.887Z] 94fdc660876c: Preparing [2020-10-03T04:24:49.887Z] 4e7279dfc0c0: Preparing [2020-10-03T04:24:49.887Z] e2f13739ad41: Preparing [2020-10-03T04:24:49.887Z] a0124b20fe0a: Waiting [2020-10-03T04:24:49.887Z] a7c65b7a58a9: Waiting [2020-10-03T04:24:49.887Z] 94fdc660876c: Waiting [2020-10-03T04:24:49.887Z] f875f9e206db: Waiting [2020-10-03T04:24:49.887Z] 4e7279dfc0c0: Waiting [2020-10-03T04:24:49.887Z] 3994ac1dcb8b: Waiting [2020-10-03T04:24:49.887Z] e2f13739ad41: Waiting [2020-10-03T04:24:49.887Z] 5f2247eaf593: Waiting [2020-10-03T04:24:49.887Z] 62d13be1b083: Waiting [2020-10-03T04:24:50.484Z] 4b53130047ba: Pushed [2020-10-03T04:24:50.754Z] 41c9cee26b70: Pushed [2020-10-03T04:24:51.349Z] ff7f9a627e0e: Pushed [2020-10-03T04:24:51.349Z] f875f9e206db: Layer already exists [2020-10-03T04:24:51.349Z] 3994ac1dcb8b: Layer already exists [2020-10-03T04:24:51.349Z] 5f2247eaf593: Layer already exists [2020-10-03T04:24:51.350Z] 62d13be1b083: Layer already exists [2020-10-03T04:24:51.350Z] a7c65b7a58a9: Pushed [2020-10-03T04:24:51.350Z] 94fdc660876c: Layer already exists [2020-10-03T04:24:51.350Z] 4e7279dfc0c0: Layer already exists [2020-10-03T04:24:51.622Z] e2f13739ad41: Layer already exists [2020-10-03T04:24:51.896Z] bd60efa326e0: Pushed [2020-10-03T04:24:52.865Z] a0124b20fe0a: Pushed [2020-10-03T04:25:02.969Z] b2a55bfb3911: Pushed [2020-10-03T04:25:02.969Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2: digest: sha256:e9003351a510177b07cd9eb7c5ec63be4425128f5ace833b6d74685d90afcd95 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:25:03.309Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:25:03.643Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.45 [2020-10-03T04:25:03.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-03T04:25:03.644Z] 41c9cee26b70: Preparing [2020-10-03T04:25:03.644Z] bd60efa326e0: Preparing [2020-10-03T04:25:03.644Z] b2a55bfb3911: Preparing [2020-10-03T04:25:03.644Z] ff7f9a627e0e: Preparing [2020-10-03T04:25:03.644Z] 4b53130047ba: Preparing [2020-10-03T04:25:03.644Z] a0124b20fe0a: Preparing [2020-10-03T04:25:03.644Z] a7c65b7a58a9: Preparing [2020-10-03T04:25:03.644Z] f875f9e206db: Preparing [2020-10-03T04:25:03.644Z] 3994ac1dcb8b: Preparing [2020-10-03T04:25:03.644Z] 5f2247eaf593: Preparing [2020-10-03T04:25:03.644Z] 62d13be1b083: Preparing [2020-10-03T04:25:03.644Z] 94fdc660876c: Preparing [2020-10-03T04:25:03.644Z] 4e7279dfc0c0: Preparing [2020-10-03T04:25:03.644Z] e2f13739ad41: Preparing [2020-10-03T04:25:03.644Z] a0124b20fe0a: Waiting [2020-10-03T04:25:03.644Z] a7c65b7a58a9: Waiting [2020-10-03T04:25:03.644Z] f875f9e206db: Waiting [2020-10-03T04:25:03.644Z] 3994ac1dcb8b: Waiting [2020-10-03T04:25:03.644Z] 5f2247eaf593: Waiting [2020-10-03T04:25:03.644Z] 62d13be1b083: Waiting [2020-10-03T04:25:03.644Z] 94fdc660876c: Waiting [2020-10-03T04:25:03.644Z] 4e7279dfc0c0: Waiting [2020-10-03T04:25:03.644Z] e2f13739ad41: Waiting [2020-10-03T04:25:03.916Z] 41c9cee26b70: Layer already exists [2020-10-03T04:25:03.916Z] b2a55bfb3911: Layer already exists [2020-10-03T04:25:03.916Z] 4b53130047ba: Layer already exists [2020-10-03T04:25:03.916Z] bd60efa326e0: Layer already exists [2020-10-03T04:25:03.916Z] ff7f9a627e0e: Layer already exists [2020-10-03T04:25:03.916Z] a0124b20fe0a: Layer already exists [2020-10-03T04:25:03.916Z] a7c65b7a58a9: Layer already exists [2020-10-03T04:25:03.916Z] f875f9e206db: Layer already exists [2020-10-03T04:25:03.916Z] 3994ac1dcb8b: Layer already exists [2020-10-03T04:25:03.916Z] 5f2247eaf593: Layer already exists [2020-10-03T04:25:03.916Z] 4e7279dfc0c0: Layer already exists [2020-10-03T04:25:03.916Z] 62d13be1b083: Layer already exists [2020-10-03T04:25:03.916Z] 94fdc660876c: Layer already exists [2020-10-03T04:25:03.916Z] e2f13739ad41: Layer already exists [2020-10-03T04:25:03.916Z] 1.2.2-dev.45: digest: sha256:e9003351a510177b07cd9eb7c5ec63be4425128f5ace833b6d74685d90afcd95 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:25:04.257Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:25:04.599Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:25:04.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-03T04:25:04.599Z] 41c9cee26b70: Preparing [2020-10-03T04:25:04.599Z] bd60efa326e0: Preparing [2020-10-03T04:25:04.599Z] b2a55bfb3911: Preparing [2020-10-03T04:25:04.599Z] ff7f9a627e0e: Preparing [2020-10-03T04:25:04.599Z] 4b53130047ba: Preparing [2020-10-03T04:25:04.599Z] a0124b20fe0a: Preparing [2020-10-03T04:25:04.599Z] a7c65b7a58a9: Preparing [2020-10-03T04:25:04.600Z] f875f9e206db: Preparing [2020-10-03T04:25:04.600Z] 3994ac1dcb8b: Preparing [2020-10-03T04:25:04.600Z] 5f2247eaf593: Preparing [2020-10-03T04:25:04.600Z] 62d13be1b083: Preparing [2020-10-03T04:25:04.600Z] 94fdc660876c: Preparing [2020-10-03T04:25:04.600Z] 4e7279dfc0c0: Preparing [2020-10-03T04:25:04.600Z] e2f13739ad41: Preparing [2020-10-03T04:25:04.600Z] a0124b20fe0a: Waiting [2020-10-03T04:25:04.600Z] a7c65b7a58a9: Waiting [2020-10-03T04:25:04.600Z] f875f9e206db: Waiting [2020-10-03T04:25:04.600Z] 5f2247eaf593: Waiting [2020-10-03T04:25:04.600Z] 62d13be1b083: Waiting [2020-10-03T04:25:04.600Z] 4e7279dfc0c0: Waiting [2020-10-03T04:25:04.600Z] e2f13739ad41: Waiting [2020-10-03T04:25:04.600Z] 94fdc660876c: Waiting [2020-10-03T04:25:04.600Z] 3994ac1dcb8b: Waiting [2020-10-03T04:25:04.600Z] 41c9cee26b70: Layer already exists [2020-10-03T04:25:04.870Z] 4b53130047ba: Layer already exists [2020-10-03T04:25:04.871Z] b2a55bfb3911: Layer already exists [2020-10-03T04:25:04.871Z] bd60efa326e0: Layer already exists [2020-10-03T04:25:04.871Z] ff7f9a627e0e: Layer already exists [2020-10-03T04:25:04.871Z] 3994ac1dcb8b: Layer already exists [2020-10-03T04:25:04.871Z] f875f9e206db: Layer already exists [2020-10-03T04:25:04.871Z] a7c65b7a58a9: Layer already exists [2020-10-03T04:25:04.871Z] 5f2247eaf593: Layer already exists [2020-10-03T04:25:04.871Z] a0124b20fe0a: Layer already exists [2020-10-03T04:25:04.871Z] 94fdc660876c: Layer already exists [2020-10-03T04:25:04.871Z] 62d13be1b083: Layer already exists [2020-10-03T04:25:04.871Z] 4e7279dfc0c0: Layer already exists [2020-10-03T04:25:04.871Z] e2f13739ad41: Layer already exists [2020-10-03T04:25:04.871Z] 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45: digest: sha256:e9003351a510177b07cd9eb7c5ec63be4425128f5ace833b6d74685d90afcd95 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:25:05.210Z] + 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-03T04:25:05.543Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-03T04:25:05.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-03T04:25:05.544Z] 41c9cee26b70: Preparing [2020-10-03T04:25:05.544Z] bd60efa326e0: Preparing [2020-10-03T04:25:05.544Z] b2a55bfb3911: Preparing [2020-10-03T04:25:05.544Z] ff7f9a627e0e: Preparing [2020-10-03T04:25:05.544Z] 4b53130047ba: Preparing [2020-10-03T04:25:05.544Z] a0124b20fe0a: Preparing [2020-10-03T04:25:05.544Z] a7c65b7a58a9: Preparing [2020-10-03T04:25:05.544Z] f875f9e206db: Preparing [2020-10-03T04:25:05.544Z] 3994ac1dcb8b: Preparing [2020-10-03T04:25:05.544Z] 5f2247eaf593: Preparing [2020-10-03T04:25:05.544Z] 62d13be1b083: Preparing [2020-10-03T04:25:05.544Z] 94fdc660876c: Preparing [2020-10-03T04:25:05.544Z] 4e7279dfc0c0: Preparing [2020-10-03T04:25:05.544Z] e2f13739ad41: Preparing [2020-10-03T04:25:05.544Z] a0124b20fe0a: Waiting [2020-10-03T04:25:05.544Z] a7c65b7a58a9: Waiting [2020-10-03T04:25:05.544Z] f875f9e206db: Waiting [2020-10-03T04:25:05.544Z] 62d13be1b083: Waiting [2020-10-03T04:25:05.544Z] 94fdc660876c: Waiting [2020-10-03T04:25:05.544Z] 3994ac1dcb8b: Waiting [2020-10-03T04:25:05.544Z] 5f2247eaf593: Waiting [2020-10-03T04:25:05.544Z] 4e7279dfc0c0: Waiting [2020-10-03T04:25:05.544Z] e2f13739ad41: Waiting [2020-10-03T04:25:05.814Z] bd60efa326e0: Layer already exists [2020-10-03T04:25:05.814Z] 41c9cee26b70: Layer already exists [2020-10-03T04:25:05.814Z] b2a55bfb3911: Layer already exists [2020-10-03T04:25:05.814Z] 4b53130047ba: Layer already exists [2020-10-03T04:25:05.814Z] ff7f9a627e0e: Layer already exists [2020-10-03T04:25:05.814Z] a0124b20fe0a: Layer already exists [2020-10-03T04:25:05.814Z] f875f9e206db: Layer already exists [2020-10-03T04:25:05.814Z] 5f2247eaf593: Layer already exists [2020-10-03T04:25:05.814Z] a7c65b7a58a9: Layer already exists [2020-10-03T04:25:05.814Z] 3994ac1dcb8b: Layer already exists [2020-10-03T04:25:05.814Z] 62d13be1b083: Layer already exists [2020-10-03T04:25:05.814Z] 4e7279dfc0c0: Layer already exists [2020-10-03T04:25:05.814Z] e2f13739ad41: Layer already exists [2020-10-03T04:25:05.814Z] 94fdc660876c: Layer already exists [2020-10-03T04:25:05.814Z] master: digest: sha256:e9003351a510177b07cd9eb7c5ec63be4425128f5ace833b6d74685d90afcd95 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-03T04:25:06.028Z] ===================================================== [Pipeline] echo [2020-10-03T04:25:06.076Z] taggedImages: [2020-10-03T04:25:06.076Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:25:06.076Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.45 [2020-10-03T04:25:06.076Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2-1.2.2-dev.45 [2020-10-03T04:25:06.076Z] - 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-03T04:25:07.626Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-03T04:25:07.628Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-03T04:25:07.686Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:25:08.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-03T04:25:08.348Z] [2020-10-03T04:25:08.348Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:25:08.741Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-03T04:25:08.742Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-03T04:25:08.742Z] cbdbe7a5bc2a: Already exists [2020-10-03T04:25:08.742Z] 408f87550127: Pulling fs layer [2020-10-03T04:25:08.742Z] fe522b08c979: Pulling fs layer [2020-10-03T04:25:08.742Z] 221eaa008020: Pulling fs layer [2020-10-03T04:25:08.742Z] 2a4607e5d6b9: Pulling fs layer [2020-10-03T04:25:08.742Z] 8f79b27c4fd2: Pulling fs layer [2020-10-03T04:25:08.742Z] e5c8dbe1645b: Pulling fs layer [2020-10-03T04:25:08.742Z] 23e8b3b47431: Pulling fs layer [2020-10-03T04:25:08.742Z] 5c568d65a230: Pulling fs layer [2020-10-03T04:25:08.742Z] 2a4607e5d6b9: Waiting [2020-10-03T04:25:08.742Z] 8f79b27c4fd2: Waiting [2020-10-03T04:25:08.742Z] e5c8dbe1645b: Waiting [2020-10-03T04:25:08.742Z] 5c568d65a230: Waiting [2020-10-03T04:25:08.742Z] 23e8b3b47431: Waiting [2020-10-03T04:25:08.742Z] 408f87550127: Download complete [2020-10-03T04:25:08.742Z] fe522b08c979: Verifying Checksum [2020-10-03T04:25:08.742Z] fe522b08c979: Download complete [2020-10-03T04:25:09.012Z] 2a4607e5d6b9: Verifying Checksum [2020-10-03T04:25:09.012Z] 2a4607e5d6b9: Download complete [2020-10-03T04:25:09.012Z] 8f79b27c4fd2: Verifying Checksum [2020-10-03T04:25:09.012Z] 8f79b27c4fd2: Download complete [2020-10-03T04:25:09.284Z] 408f87550127: Pull complete [2020-10-03T04:25:09.549Z] fe522b08c979: Pull complete [2020-10-03T04:25:10.133Z] e5c8dbe1645b: Download complete [2020-10-03T04:25:10.725Z] 23e8b3b47431: Verifying Checksum [2020-10-03T04:25:10.725Z] 23e8b3b47431: Download complete [2020-10-03T04:25:11.319Z] 5c568d65a230: Verifying Checksum [2020-10-03T04:25:11.319Z] 5c568d65a230: Download complete [2020-10-03T04:25:13.940Z] 221eaa008020: Verifying Checksum [2020-10-03T04:25:13.940Z] 221eaa008020: Download complete [2020-10-03T04:25:22.193Z] 221eaa008020: Pull complete [2020-10-03T04:25:22.193Z] 2a4607e5d6b9: Pull complete [2020-10-03T04:25:22.193Z] 8f79b27c4fd2: Pull complete [2020-10-03T04:25:25.526Z] e5c8dbe1645b: Pull complete [2020-10-03T04:25:29.797Z] 23e8b3b47431: Pull complete [2020-10-03T04:25:31.216Z] 5c568d65a230: Pull complete [2020-10-03T04:25:31.216Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-03T04:25:31.216Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-03T04:25:31.216Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-03T04:25:31.716Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:25:31.788Z] $ 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/160:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:25:32.987Z] $ docker top 397b4b6bd449abe433f599e42ec7fbc5b394bb372936abff8ff213f28d8bc6bb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-03T04:25:33.541Z] + snyk monitor '--org=edgex-jenkins' [2020-10-03T04:25:55.582Z] [2020-10-03T04:25:55.582Z] Monitoring /w/workspace/edgex-go/160 (github.com/edgexfoundry/edgex-go)... [2020-10-03T04:25:55.582Z] [2020-10-03T04:25:55.582Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/1f35e19f-d22e-4968-a832-dacf6a852d25 [2020-10-03T04:25:55.582Z] [2020-10-03T04:25:55.582Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-03T04:25:55.582Z] [2020-10-03T04:25:55.582Z] [2020-10-03T04:25:55.582Z] Snyk CLI supports Node.js 8 and higher. [2020-10-03T04:25:55.582Z] 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-03T04:25:55.582Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-03T04:25:55.582Z] [2020-10-03T04:25:55.582Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-03T04:25:55.582Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-03T04:25:55.602Z] $ docker stop --time=1 397b4b6bd449abe433f599e42ec7fbc5b394bb372936abff8ff213f28d8bc6bb [2020-10-03T04:25:58.922Z] $ docker rm -f 397b4b6bd449abe433f599e42ec7fbc5b394bb372936abff8ff213f28d8bc6bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:26:01.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:26:01.045Z] [2020-10-03T04:26:01.045Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:26:01.435Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:26:01.435Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-03T04:26:01.435Z] e7c96db7181b: Pulling fs layer [2020-10-03T04:26:01.435Z] 1868ca2cb446: Pulling fs layer [2020-10-03T04:26:01.435Z] 136be5d0fe8e: Pulling fs layer [2020-10-03T04:26:01.435Z] 894bfe63afcb: Pulling fs layer [2020-10-03T04:26:01.435Z] 894bfe63afcb: Waiting [2020-10-03T04:26:01.435Z] 1868ca2cb446: Verifying Checksum [2020-10-03T04:26:01.435Z] 1868ca2cb446: Download complete [2020-10-03T04:26:01.435Z] 136be5d0fe8e: Verifying Checksum [2020-10-03T04:26:01.435Z] 136be5d0fe8e: Download complete [2020-10-03T04:26:01.705Z] e7c96db7181b: Verifying Checksum [2020-10-03T04:26:01.705Z] e7c96db7181b: Download complete [2020-10-03T04:26:01.705Z] 894bfe63afcb: Verifying Checksum [2020-10-03T04:26:01.705Z] 894bfe63afcb: Download complete [2020-10-03T04:26:01.987Z] e7c96db7181b: Pull complete [2020-10-03T04:26:02.267Z] 1868ca2cb446: Pull complete [2020-10-03T04:26:02.542Z] 136be5d0fe8e: Pull complete [2020-10-03T04:26:02.807Z] 894bfe63afcb: Pull complete [2020-10-03T04:26:02.807Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-03T04:26:02.808Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:26:02.808Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-03T04:26:03.248Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:26:03.460Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:26:04.726Z] $ docker top d05544e159055fdfb1ccfef1dcd6b384002aa0acbfe04b2c28cb97f7ce2c61d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:26:05.382Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:26:05.382Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:26:08.146Z] $ docker stop --time=1 d05544e159055fdfb1ccfef1dcd6b384002aa0acbfe04b2c28cb97f7ce2c61d6 [2020-10-03T04:26:09.971Z] $ docker rm -f d05544e159055fdfb1ccfef1dcd6b384002aa0acbfe04b2c28cb97f7ce2c61d6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:26:10.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:26:10.565Z] . [Pipeline] withDockerContainer [2020-10-03T04:26:10.695Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:26:10.796Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:26:11.673Z] $ docker top 60063bf4df7257d8f8927638a032bb200f123436c4810c04f846dd4454882436 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:26:12.287Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:26:12.287Z] + tee [2020-10-03T04:26:12.623Z] clair timeout 1m0s [2020-10-03T04:26:12.623Z] docker timeout: 1m0s [2020-10-03T04:26:12.623Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:26:13.357Z] $ docker stop --time=1 60063bf4df7257d8f8927638a032bb200f123436c4810c04f846dd4454882436 [2020-10-03T04:26:14.834Z] $ docker rm -f 60063bf4df7257d8f8927638a032bb200f123436c4810c04f846dd4454882436 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:26:15.440Z] + mkdir -p /w/workspace/edgex-go/160/clair-reports [Pipeline] echo [2020-10-03T04:26:15.473Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/160/clair-reports/clair_results_docker-core-command-go_2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2.html [Pipeline] writeFile [Pipeline] step [2020-10-03T04:26:15.535Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:26:16.041Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:26:16.041Z] . [Pipeline] withDockerContainer [2020-10-03T04:26:16.234Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:26:16.320Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:26:17.442Z] $ docker top dfd670ef6bbb4ea0e9ced740dc9b40d15bf82b7a8ea5adaed89e08a1deffcb1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:26:18.074Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-core-data-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:26:18.074Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:26:23.588Z] $ docker stop --time=1 dfd670ef6bbb4ea0e9ced740dc9b40d15bf82b7a8ea5adaed89e08a1deffcb1c [2020-10-03T04:26:25.070Z] $ docker rm -f dfd670ef6bbb4ea0e9ced740dc9b40d15bf82b7a8ea5adaed89e08a1deffcb1c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:26:25.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:26:25.642Z] . [Pipeline] withDockerContainer [2020-10-03T04:26:25.785Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:26:25.850Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:26:26.690Z] $ docker top 9b7b48b134b8b010bec7498e2c021749358c75f598e0e06a1a61c4e38987750b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:26:27.284Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:26:27.284Z] + tee [2020-10-03T04:26:27.284Z] clair timeout 1m0s [2020-10-03T04:26:27.284Z] docker timeout: 1m0s [2020-10-03T04:26:27.284Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:26:28.361Z] $ docker stop --time=1 9b7b48b134b8b010bec7498e2c021749358c75f598e0e06a1a61c4e38987750b [2020-10-03T04:26:29.797Z] $ docker rm -f 9b7b48b134b8b010bec7498e2c021749358c75f598e0e06a1a61c4e38987750b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:26:30.319Z] + mkdir -p /w/workspace/edgex-go/160/clair-reports [Pipeline] echo [2020-10-03T04:26:30.336Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/160/clair-reports/clair_results_docker-core-data-go_2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2.html [Pipeline] writeFile [Pipeline] step [2020-10-03T04:26:30.391Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:26:30.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:26:30.749Z] . [Pipeline] withDockerContainer [2020-10-03T04:26:30.873Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:26:30.929Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:26:31.767Z] $ docker top f8e128841887d7b4852d4e0c3ec76625979ca08d89b94efd9779ebf0e8d93684 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:26:33.590Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:26:33.590Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:26:36.360Z] $ docker stop --time=1 f8e128841887d7b4852d4e0c3ec76625979ca08d89b94efd9779ebf0e8d93684 [2020-10-03T04:26:37.846Z] $ docker rm -f f8e128841887d7b4852d4e0c3ec76625979ca08d89b94efd9779ebf0e8d93684 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:26:38.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:26:38.446Z] . [Pipeline] withDockerContainer [2020-10-03T04:26:38.596Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:26:38.670Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:26:39.615Z] $ docker top 80058e8593ecf0501baf01839b10546a3b652df42a369f9cc311c0bd901a8cff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:26:40.225Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:26:40.226Z] + tee [2020-10-03T04:26:40.226Z] clair timeout 1m0s [2020-10-03T04:26:40.226Z] docker timeout: 1m0s [2020-10-03T04:26:40.226Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:26:40.923Z] $ docker stop --time=1 80058e8593ecf0501baf01839b10546a3b652df42a369f9cc311c0bd901a8cff [2020-10-03T04:26:42.436Z] $ docker rm -f 80058e8593ecf0501baf01839b10546a3b652df42a369f9cc311c0bd901a8cff [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:26:43.010Z] + mkdir -p /w/workspace/edgex-go/160/clair-reports [Pipeline] echo [2020-10-03T04:26:43.034Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/160/clair-reports/clair_results_docker-core-metadata-go_2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2.html [Pipeline] writeFile [Pipeline] step [2020-10-03T04:26:43.092Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:26:43.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:26:43.456Z] . [Pipeline] withDockerContainer [2020-10-03T04:26:43.622Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:26:43.690Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:26:44.560Z] $ docker top 5371e8f1bcbe849092f523bc9881e698de2f9522d342f6b7edec4e0c59364f00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:26:45.136Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:26:45.136Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:26:49.548Z] $ docker stop --time=1 5371e8f1bcbe849092f523bc9881e698de2f9522d342f6b7edec4e0c59364f00 [2020-10-03T04:26:51.057Z] $ docker rm -f 5371e8f1bcbe849092f523bc9881e698de2f9522d342f6b7edec4e0c59364f00 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:26:51.620Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:26:51.621Z] . [Pipeline] withDockerContainer [2020-10-03T04:26:51.779Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:26:51.832Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:26:52.823Z] $ docker top 34e966491dc357f529a9a704450c7b7ea2d825f6541f23ddd0db8bbd06b0983e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:26:53.592Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:26:53.592Z] + tee [2020-10-03T04:26:53.858Z] clair timeout 1m0s [2020-10-03T04:26:53.858Z] docker timeout: 1m0s [2020-10-03T04:26:53.858Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:26:54.604Z] $ docker stop --time=1 34e966491dc357f529a9a704450c7b7ea2d825f6541f23ddd0db8bbd06b0983e [2020-10-03T04:26:56.083Z] $ docker rm -f 34e966491dc357f529a9a704450c7b7ea2d825f6541f23ddd0db8bbd06b0983e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:26:56.698Z] + mkdir -p /w/workspace/edgex-go/160/clair-reports [Pipeline] echo [2020-10-03T04:26:56.717Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/160/clair-reports/clair_results_docker-security-proxy-setup-go_2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2.html [Pipeline] writeFile [Pipeline] step [2020-10-03T04:26:56.770Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:26:57.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:26:57.128Z] . [Pipeline] withDockerContainer [2020-10-03T04:26:57.317Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:26:57.383Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:26:58.506Z] $ docker top f3cb2b9eaaab30aaa1fbbd565accccedbf8e6ad19bd508c57cd6f53f927c6061 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:26:59.210Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:26:59.210Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:27:06.075Z] $ docker stop --time=1 f3cb2b9eaaab30aaa1fbbd565accccedbf8e6ad19bd508c57cd6f53f927c6061 [2020-10-03T04:27:07.996Z] $ docker rm -f f3cb2b9eaaab30aaa1fbbd565accccedbf8e6ad19bd508c57cd6f53f927c6061 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:27:08.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:27:08.523Z] . [Pipeline] withDockerContainer [2020-10-03T04:27:08.686Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:27:08.754Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:27:09.722Z] $ docker top 1d27a2eb711ea6de2eefee0796835886d2f025792ee99b56230776303e7d7b77 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:27:10.420Z] + tee [2020-10-03T04:27:10.420Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:27:10.420Z] clair timeout 1m0s [2020-10-03T04:27:10.420Z] docker timeout: 1m0s [2020-10-03T04:27:10.420Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:27:12.493Z] $ docker stop --time=1 1d27a2eb711ea6de2eefee0796835886d2f025792ee99b56230776303e7d7b77 [2020-10-03T04:27:13.962Z] $ docker rm -f 1d27a2eb711ea6de2eefee0796835886d2f025792ee99b56230776303e7d7b77 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:27:14.509Z] + mkdir -p /w/workspace/edgex-go/160/clair-reports [Pipeline] echo [2020-10-03T04:27:14.524Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/160/clair-reports/clair_results_docker-security-secrets-setup-go_2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2.html [Pipeline] writeFile [Pipeline] step [2020-10-03T04:27:14.577Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:27:14.932Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:27:14.932Z] . [Pipeline] withDockerContainer [2020-10-03T04:27:15.143Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:27:15.213Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:27:16.191Z] $ docker top e3c4f4fc1c15e88a03c1b3002f05cb5d4b6a7f3f849fe0f0aa6f02dc152e1687 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:27:16.790Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:27:16.790Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:27:25.191Z] $ docker stop --time=1 e3c4f4fc1c15e88a03c1b3002f05cb5d4b6a7f3f849fe0f0aa6f02dc152e1687 [2020-10-03T04:27:26.740Z] $ docker rm -f e3c4f4fc1c15e88a03c1b3002f05cb5d4b6a7f3f849fe0f0aa6f02dc152e1687 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:27:27.319Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:27:27.319Z] . [Pipeline] withDockerContainer [2020-10-03T04:27:27.463Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:27:27.523Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:27:28.408Z] $ docker top 19b2398f602cd0d857571c346ae0429c1a5a152e25eecb688f4f8d915c66183b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:27:29.062Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:27:29.062Z] + tee [2020-10-03T04:27:29.062Z] clair timeout 1m0s [2020-10-03T04:27:29.062Z] docker timeout: 1m0s [2020-10-03T04:27:29.062Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:27:30.710Z] $ docker stop --time=1 19b2398f602cd0d857571c346ae0429c1a5a152e25eecb688f4f8d915c66183b [2020-10-03T04:27:32.250Z] $ docker rm -f 19b2398f602cd0d857571c346ae0429c1a5a152e25eecb688f4f8d915c66183b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:27:32.746Z] + mkdir -p /w/workspace/edgex-go/160/clair-reports [Pipeline] echo [2020-10-03T04:27:32.763Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/160/clair-reports/clair_results_docker-security-secretstore-setup-go_2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2.html [Pipeline] writeFile [Pipeline] step [2020-10-03T04:27:32.820Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:27:33.199Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:27:33.199Z] . [Pipeline] withDockerContainer [2020-10-03T04:27:33.330Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:27:33.384Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:27:34.169Z] $ docker top c6d188a544826dee53751be8d5776c0973e5b0c34f6bf66adfb89186cfe948c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:27:34.720Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:27:34.720Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:27:38.188Z] $ docker stop --time=1 c6d188a544826dee53751be8d5776c0973e5b0c34f6bf66adfb89186cfe948c2 [2020-10-03T04:27:39.677Z] $ docker rm -f c6d188a544826dee53751be8d5776c0973e5b0c34f6bf66adfb89186cfe948c2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:27:40.242Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:27:40.242Z] . [Pipeline] withDockerContainer [2020-10-03T04:27:40.378Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:27:40.439Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:27:41.439Z] $ docker top b00d01e5b87800296a2bc01d6080003a8ebeca2f46a593f7b4b60a52d7af6feb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:27:42.013Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:27:42.013Z] + tee [2020-10-03T04:27:42.013Z] clair timeout 1m0s [2020-10-03T04:27:42.013Z] docker timeout: 1m0s [2020-10-03T04:27:42.013Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:27:42.691Z] $ docker stop --time=1 b00d01e5b87800296a2bc01d6080003a8ebeca2f46a593f7b4b60a52d7af6feb [2020-10-03T04:27:44.144Z] $ docker rm -f b00d01e5b87800296a2bc01d6080003a8ebeca2f46a593f7b4b60a52d7af6feb [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:27:44.662Z] + mkdir -p /w/workspace/edgex-go/160/clair-reports [Pipeline] echo [2020-10-03T04:27:44.678Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/160/clair-reports/clair_results_docker-support-logging-go_2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2.html [Pipeline] writeFile [Pipeline] step [2020-10-03T04:27:44.746Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:27:45.091Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:27:45.092Z] . [Pipeline] withDockerContainer [2020-10-03T04:27:45.260Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:27:45.318Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:27:46.140Z] $ docker top d2267a42ec795bd20767e963d180ab96fb2570b0b8d78cdcc2220551d5ef2561 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:27:46.797Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:27:46.797Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:28:01.938Z] $ docker stop --time=1 d2267a42ec795bd20767e963d180ab96fb2570b0b8d78cdcc2220551d5ef2561 [2020-10-03T04:28:03.455Z] $ docker rm -f d2267a42ec795bd20767e963d180ab96fb2570b0b8d78cdcc2220551d5ef2561 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:28:04.049Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:28:04.049Z] . [Pipeline] withDockerContainer [2020-10-03T04:28:04.241Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:28:04.310Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:28:05.336Z] $ docker top f8712f7f3961c4ff8593154e3f3c9ea6f734281e7f600ff5f93350d2ade14ec0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:28:05.908Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:28:05.908Z] + tee [2020-10-03T04:28:05.908Z] clair timeout 1m0s [2020-10-03T04:28:05.908Z] docker timeout: 1m0s [2020-10-03T04:28:05.908Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:28:07.044Z] $ docker stop --time=1 f8712f7f3961c4ff8593154e3f3c9ea6f734281e7f600ff5f93350d2ade14ec0 [2020-10-03T04:28:08.451Z] $ docker rm -f f8712f7f3961c4ff8593154e3f3c9ea6f734281e7f600ff5f93350d2ade14ec0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:28:08.967Z] + mkdir -p /w/workspace/edgex-go/160/clair-reports [Pipeline] echo [2020-10-03T04:28:08.982Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/160/clair-reports/clair_results_docker-support-notifications-go_2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2.html [Pipeline] writeFile [Pipeline] step [2020-10-03T04:28:09.036Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:28:09.383Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:28:09.383Z] . [Pipeline] withDockerContainer [2020-10-03T04:28:09.532Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:28:09.589Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:28:10.384Z] $ docker top 6697427f0b48ef159f5817890094a32a3d3133a4de7dc3a278e760689d0f7c83 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:28:10.985Z] + tee [2020-10-03T04:28:10.986Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:28:13.959Z] $ docker stop --time=1 6697427f0b48ef159f5817890094a32a3d3133a4de7dc3a278e760689d0f7c83 [2020-10-03T04:28:15.611Z] $ docker rm -f 6697427f0b48ef159f5817890094a32a3d3133a4de7dc3a278e760689d0f7c83 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:28:16.124Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:28:16.124Z] . [Pipeline] withDockerContainer [2020-10-03T04:28:16.250Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:28:16.298Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:28:17.352Z] $ docker top e586d87e4fc9e992bf8f07a72ebb01e6f21b7b2faa2c2d71b6c42c3b644a8943 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:28:18.287Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:28:18.287Z] + tee [2020-10-03T04:28:18.287Z] clair timeout 1m0s [2020-10-03T04:28:18.287Z] docker timeout: 1m0s [2020-10-03T04:28:18.287Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:28:18.980Z] $ docker stop --time=1 e586d87e4fc9e992bf8f07a72ebb01e6f21b7b2faa2c2d71b6c42c3b644a8943 [2020-10-03T04:28:20.414Z] $ docker rm -f e586d87e4fc9e992bf8f07a72ebb01e6f21b7b2faa2c2d71b6c42c3b644a8943 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:28:21.007Z] + mkdir -p /w/workspace/edgex-go/160/clair-reports [Pipeline] echo [2020-10-03T04:28:21.023Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/160/clair-reports/clair_results_docker-support-scheduler-go_2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2.html [Pipeline] writeFile [Pipeline] step [2020-10-03T04:28:21.081Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:28:21.471Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:28:21.471Z] . [Pipeline] withDockerContainer [2020-10-03T04:28:21.621Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:28:21.670Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:28:22.946Z] $ docker top fbc0b827ba759722a0397926e4368027042b9e2d5428cf7c029bdd6c894f9310 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:28:23.571Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:28:23.571Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:28:38.723Z] $ docker stop --time=1 fbc0b827ba759722a0397926e4368027042b9e2d5428cf7c029bdd6c894f9310 [2020-10-03T04:28:40.233Z] $ docker rm -f fbc0b827ba759722a0397926e4368027042b9e2d5428cf7c029bdd6c894f9310 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:28:40.814Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:28:40.815Z] . [Pipeline] withDockerContainer [2020-10-03T04:28:41.031Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:28:41.089Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:28:42.315Z] $ docker top 9c37c2414069c8e1ba5b5ae399a0823b22a98c56bb2d56cd89d0249a2085f95b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:28:43.082Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:28:43.083Z] + tee [2020-10-03T04:28:43.083Z] clair timeout 1m0s [2020-10-03T04:28:43.083Z] docker timeout: 1m0s [2020-10-03T04:28:43.083Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:28:45.134Z] $ docker stop --time=1 9c37c2414069c8e1ba5b5ae399a0823b22a98c56bb2d56cd89d0249a2085f95b [2020-10-03T04:28:46.597Z] $ docker rm -f 9c37c2414069c8e1ba5b5ae399a0823b22a98c56bb2d56cd89d0249a2085f95b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:28:47.134Z] + mkdir -p /w/workspace/edgex-go/160/clair-reports [Pipeline] echo [2020-10-03T04:28:47.151Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/160/clair-reports/clair_results_docker-sys-mgmt-agent-go_2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2.html [Pipeline] writeFile [Pipeline] step [2020-10-03T04:28:47.203Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:28:47.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:28:47.550Z] . [Pipeline] withDockerContainer [2020-10-03T04:28:47.666Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:28:47.721Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:28:48.662Z] $ docker top b8f21579e5fb93b490691d740ba851ce831a8c4af560707335de23afa1edbf65 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:28:49.254Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:28:49.254Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:28:51.962Z] $ docker stop --time=1 b8f21579e5fb93b490691d740ba851ce831a8c4af560707335de23afa1edbf65 [2020-10-03T04:28:53.671Z] $ docker rm -f b8f21579e5fb93b490691d740ba851ce831a8c4af560707335de23afa1edbf65 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:28:54.491Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:28:55.162Z] . [Pipeline] withDockerContainer [2020-10-03T04:28:55.695Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:28:55.824Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:28:58.339Z] $ docker top c53bdbf7b0b961cea09de50cebdf0cdb411d509c680cf6b93df793a02018cd86 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:28:59.764Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:28:59.764Z] + tee [2020-10-03T04:28:59.764Z] clair timeout 1m0s [2020-10-03T04:28:59.764Z] docker timeout: 1m0s [2020-10-03T04:28:59.764Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:29:00.940Z] $ docker stop --time=1 c53bdbf7b0b961cea09de50cebdf0cdb411d509c680cf6b93df793a02018cd86 [2020-10-03T04:29:03.456Z] $ docker rm -f c53bdbf7b0b961cea09de50cebdf0cdb411d509c680cf6b93df793a02018cd86 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:29:04.327Z] + mkdir -p /w/workspace/edgex-go/160/clair-reports [Pipeline] echo [2020-10-03T04:29:04.359Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/160/clair-reports/clair_results_docker-core-command-go-arm64_2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2.html [Pipeline] writeFile [Pipeline] step [2020-10-03T04:29:04.425Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:29:04.835Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:29:05.121Z] . [Pipeline] withDockerContainer [2020-10-03T04:29:05.506Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:29:05.686Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:29:07.990Z] $ docker top a908cf7b4f351c0887c5018663ac665aee46252018b48b85969f85de1212c2e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:29:09.304Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:29:09.304Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:29:19.774Z] $ docker stop --time=1 a908cf7b4f351c0887c5018663ac665aee46252018b48b85969f85de1212c2e5 [2020-10-03T04:29:22.341Z] $ docker rm -f a908cf7b4f351c0887c5018663ac665aee46252018b48b85969f85de1212c2e5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:29:23.140Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:29:23.140Z] . [Pipeline] withDockerContainer [2020-10-03T04:29:23.774Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:29:23.855Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:29:26.059Z] $ docker top 505f4c32af90177ae25e4f3e7aa27811361b1c31a8c890668c494d4b38a16a4f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:29:27.250Z] + + tee/klar [2020-10-03T04:29:27.250Z] nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:29:27.573Z] clair timeout 1m0s [2020-10-03T04:29:27.573Z] docker timeout: 1m0s [2020-10-03T04:29:27.573Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:29:28.676Z] $ docker stop --time=1 505f4c32af90177ae25e4f3e7aa27811361b1c31a8c890668c494d4b38a16a4f [2020-10-03T04:29:30.752Z] $ docker rm -f 505f4c32af90177ae25e4f3e7aa27811361b1c31a8c890668c494d4b38a16a4f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:29:31.819Z] + mkdir -p /w/workspace/edgex-go/160/clair-reports [Pipeline] echo [2020-10-03T04:29:31.841Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/160/clair-reports/clair_results_docker-core-data-go-arm64_2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2.html [Pipeline] writeFile [Pipeline] step [2020-10-03T04:29:31.901Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:29:32.334Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:29:32.607Z] . [Pipeline] withDockerContainer [2020-10-03T04:29:32.993Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:29:33.074Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:29:35.289Z] $ docker top 389354b618bee84c6527fe1e3d3ea3049033d3f89a7902c7e9c23a577674acc9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:29:37.401Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:29:37.402Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:29:40.326Z] $ docker stop --time=1 389354b618bee84c6527fe1e3d3ea3049033d3f89a7902c7e9c23a577674acc9 [2020-10-03T04:29:42.857Z] $ docker rm -f 389354b618bee84c6527fe1e3d3ea3049033d3f89a7902c7e9c23a577674acc9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:29:44.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:29:44.284Z] . [Pipeline] withDockerContainer [2020-10-03T04:29:44.661Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:29:44.753Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:29:47.031Z] $ docker top d3eb0a0388879fa0361bf5f700d3364367e1752b7e6543af3af993a02cfd4033 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:29:48.387Z] + tee [2020-10-03T04:29:48.387Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:29:48.660Z] clair timeout 1m0s [2020-10-03T04:29:48.660Z] docker timeout: 1m0s [2020-10-03T04:29:48.660Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:29:49.460Z] $ docker stop --time=1 d3eb0a0388879fa0361bf5f700d3364367e1752b7e6543af3af993a02cfd4033 [2020-10-03T04:29:52.011Z] $ docker rm -f d3eb0a0388879fa0361bf5f700d3364367e1752b7e6543af3af993a02cfd4033 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:29:52.808Z] + mkdir -p /w/workspace/edgex-go/160/clair-reports [Pipeline] echo [2020-10-03T04:29:52.839Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/160/clair-reports/clair_results_docker-core-metadata-go-arm64_2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2.html [Pipeline] writeFile [Pipeline] step [2020-10-03T04:29:52.900Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:29:53.617Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:29:53.617Z] . [Pipeline] withDockerContainer [2020-10-03T04:29:53.965Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:29:54.053Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:29:56.707Z] $ docker top 158c5ecc92e2489408d5bd299ed0a61f48ac8fb559333b538e9307db0f4de634 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:29:57.913Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:29:57.913Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:30:02.980Z] $ docker stop --time=1 158c5ecc92e2489408d5bd299ed0a61f48ac8fb559333b538e9307db0f4de634 [2020-10-03T04:30:05.938Z] $ docker rm -f 158c5ecc92e2489408d5bd299ed0a61f48ac8fb559333b538e9307db0f4de634 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:30:06.869Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:30:06.869Z] . [Pipeline] withDockerContainer [2020-10-03T04:30:07.044Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:30:07.105Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:30:08.245Z] $ docker top 23cb940eaed5f04ac3adb6d5a2055c7fbb5f67fefec07de3da19b38b485ad427 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:30:08.818Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:30:08.818Z] + tee [2020-10-03T04:30:08.818Z] clair timeout 1m0s [2020-10-03T04:30:08.818Z] docker timeout: 1m0s [2020-10-03T04:30:08.818Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:30:09.914Z] $ docker stop --time=1 23cb940eaed5f04ac3adb6d5a2055c7fbb5f67fefec07de3da19b38b485ad427 [2020-10-03T04:30:11.394Z] $ docker rm -f 23cb940eaed5f04ac3adb6d5a2055c7fbb5f67fefec07de3da19b38b485ad427 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:30:12.327Z] + mkdir -p /w/workspace/edgex-go/160/clair-reports [Pipeline] echo [2020-10-03T04:30:12.341Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/160/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2.html [Pipeline] writeFile [Pipeline] step [2020-10-03T04:30:12.395Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:30:12.777Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:30:12.777Z] . [Pipeline] withDockerContainer [2020-10-03T04:30:12.970Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:30:13.037Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:30:14.022Z] $ docker top ced84e9d27b7d41a8c9014351b4e734cfd89eb5c61daa35a16b9da8a328a752e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:30:14.997Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:30:14.997Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:30:23.398Z] $ docker stop --time=1 ced84e9d27b7d41a8c9014351b4e734cfd89eb5c61daa35a16b9da8a328a752e [2020-10-03T04:30:25.006Z] $ docker rm -f ced84e9d27b7d41a8c9014351b4e734cfd89eb5c61daa35a16b9da8a328a752e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:30:25.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:30:25.521Z] . [Pipeline] withDockerContainer [2020-10-03T04:30:25.692Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:30:25.749Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:30:26.696Z] $ docker top 666908a2c0d301054d0f9fd2af6909944df4fb525491d4829eb06e1c64c4f8f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:30:27.380Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:30:27.380Z] + tee [2020-10-03T04:30:27.380Z] clair timeout 1m0s [2020-10-03T04:30:27.380Z] docker timeout: 1m0s [2020-10-03T04:30:27.380Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:30:28.915Z] $ docker stop --time=1 666908a2c0d301054d0f9fd2af6909944df4fb525491d4829eb06e1c64c4f8f6 [2020-10-03T04:30:30.363Z] $ docker rm -f 666908a2c0d301054d0f9fd2af6909944df4fb525491d4829eb06e1c64c4f8f6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:30:30.906Z] + mkdir -p /w/workspace/edgex-go/160/clair-reports [Pipeline] echo [2020-10-03T04:30:30.920Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/160/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2.html [Pipeline] writeFile [Pipeline] step [2020-10-03T04:30:30.976Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:30:31.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:30:31.359Z] . [Pipeline] withDockerContainer [2020-10-03T04:30:31.510Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:30:31.559Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:30:32.427Z] $ docker top e9d8eb5fa5dc3854bce4d46ddb159dc4372c717c664d2a8f751e3faa2e7952a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:30:33.049Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:30:33.049Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:30:41.423Z] $ docker stop --time=1 e9d8eb5fa5dc3854bce4d46ddb159dc4372c717c664d2a8f751e3faa2e7952a9 [2020-10-03T04:30:42.843Z] $ docker rm -f e9d8eb5fa5dc3854bce4d46ddb159dc4372c717c664d2a8f751e3faa2e7952a9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:30:43.331Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:30:43.331Z] . [Pipeline] withDockerContainer [2020-10-03T04:30:43.480Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:30:43.533Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:30:44.563Z] $ docker top e27fee4cb3cfea4ba25726c9d06695405ef7b8e6067d7211d7f1fb3077edbb96 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:30:45.273Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:30:45.273Z] + tee [2020-10-03T04:30:45.273Z] clair timeout 1m0s [2020-10-03T04:30:45.273Z] docker timeout: 1m0s [2020-10-03T04:30:45.273Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:30:46.818Z] $ docker stop --time=1 e27fee4cb3cfea4ba25726c9d06695405ef7b8e6067d7211d7f1fb3077edbb96 [2020-10-03T04:30:48.396Z] $ docker rm -f e27fee4cb3cfea4ba25726c9d06695405ef7b8e6067d7211d7f1fb3077edbb96 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:30:48.961Z] + mkdir -p /w/workspace/edgex-go/160/clair-reports [Pipeline] echo [2020-10-03T04:30:48.978Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/160/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2.html [Pipeline] writeFile [Pipeline] step [2020-10-03T04:30:49.032Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:30:49.374Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:30:49.374Z] . [Pipeline] withDockerContainer [2020-10-03T04:30:49.491Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:30:49.546Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:30:50.526Z] $ docker top e374711274a1bad18037016defe58433bb896265076967f42d6bbf148efcf22a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:30:51.251Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:30:51.251Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:30:54.751Z] $ docker stop --time=1 e374711274a1bad18037016defe58433bb896265076967f42d6bbf148efcf22a [2020-10-03T04:30:56.529Z] $ docker rm -f e374711274a1bad18037016defe58433bb896265076967f42d6bbf148efcf22a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:30:57.125Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:30:57.125Z] . [Pipeline] withDockerContainer [2020-10-03T04:30:57.356Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:30:57.526Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:30:58.724Z] $ docker top d75a02a65e90011ce1ca5b7125baaa91c8de402fcdb81745006c0d7384c7806e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:30:59.348Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:30:59.348Z] + tee [2020-10-03T04:30:59.348Z] clair timeout 1m0s [2020-10-03T04:30:59.348Z] docker timeout: 1m0s [2020-10-03T04:30:59.348Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:31:00.476Z] $ docker stop --time=1 d75a02a65e90011ce1ca5b7125baaa91c8de402fcdb81745006c0d7384c7806e [2020-10-03T04:31:02.044Z] $ docker rm -f d75a02a65e90011ce1ca5b7125baaa91c8de402fcdb81745006c0d7384c7806e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:31:02.694Z] + mkdir -p /w/workspace/edgex-go/160/clair-reports [Pipeline] echo [2020-10-03T04:31:02.708Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/160/clair-reports/clair_results_docker-support-logging-go-arm64_2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2.html [Pipeline] writeFile [Pipeline] step [2020-10-03T04:31:02.765Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:31:03.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:31:03.123Z] . [Pipeline] withDockerContainer [2020-10-03T04:31:03.320Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:31:03.383Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:31:04.262Z] $ docker top 0cbd02433b1d1847f29c5a72094cef820f4cf24ef184786755d9af4027a280cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:31:04.996Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:31:04.996Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:31:10.581Z] $ docker stop --time=1 0cbd02433b1d1847f29c5a72094cef820f4cf24ef184786755d9af4027a280cd [2020-10-03T04:31:12.055Z] $ docker rm -f 0cbd02433b1d1847f29c5a72094cef820f4cf24ef184786755d9af4027a280cd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:31:12.568Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:31:12.568Z] . [Pipeline] withDockerContainer [2020-10-03T04:31:12.691Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:31:12.744Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:31:13.798Z] $ docker top 1d958e537e46447ed9960c26a91fb8f43b995a09565f04b0cc16f01166640f8b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:31:14.423Z] + tee+ [2020-10-03T04:31:14.423Z] /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:31:14.423Z] clair timeout 1m0s [2020-10-03T04:31:14.423Z] docker timeout: 1m0s [2020-10-03T04:31:14.423Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:31:15.488Z] $ docker stop --time=1 1d958e537e46447ed9960c26a91fb8f43b995a09565f04b0cc16f01166640f8b [2020-10-03T04:31:16.910Z] $ docker rm -f 1d958e537e46447ed9960c26a91fb8f43b995a09565f04b0cc16f01166640f8b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:31:17.447Z] + mkdir -p /w/workspace/edgex-go/160/clair-reports [Pipeline] echo [2020-10-03T04:31:17.461Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/160/clair-reports/clair_results_docker-support-notifications-go-arm64_2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2.html [Pipeline] writeFile [Pipeline] step [2020-10-03T04:31:17.513Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:31:17.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:31:17.861Z] . [Pipeline] withDockerContainer [2020-10-03T04:31:17.974Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:31:18.021Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:31:18.910Z] $ docker top a7836139b8bacf8967274d43ef28b9e86d0d8ddea2cf9d5e977a71332ea0e2d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:31:19.490Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:31:19.490Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:31:22.223Z] $ docker stop --time=1 a7836139b8bacf8967274d43ef28b9e86d0d8ddea2cf9d5e977a71332ea0e2d2 [2020-10-03T04:31:23.680Z] $ docker rm -f a7836139b8bacf8967274d43ef28b9e86d0d8ddea2cf9d5e977a71332ea0e2d2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:31:24.208Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:31:24.208Z] . [Pipeline] withDockerContainer [2020-10-03T04:31:24.353Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:31:24.411Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:31:25.706Z] $ docker top 3618c065d4f25d7814a7f8e7db609ff130ea41b3f7eb252a3790925224f0f6e2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:31:26.509Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:31:26.509Z] + tee [2020-10-03T04:31:26.509Z] clair timeout 1m0s [2020-10-03T04:31:26.509Z] docker timeout: 1m0s [2020-10-03T04:31:26.509Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:31:27.200Z] $ docker stop --time=1 3618c065d4f25d7814a7f8e7db609ff130ea41b3f7eb252a3790925224f0f6e2 [2020-10-03T04:31:28.643Z] $ docker rm -f 3618c065d4f25d7814a7f8e7db609ff130ea41b3f7eb252a3790925224f0f6e2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:31:29.190Z] + mkdir -p /w/workspace/edgex-go/160/clair-reports [Pipeline] echo [2020-10-03T04:31:29.205Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/160/clair-reports/clair_results_docker-support-scheduler-go-arm64_2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2.html [Pipeline] writeFile [Pipeline] step [2020-10-03T04:31:29.257Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:31:29.630Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:31:29.630Z] . [Pipeline] withDockerContainer [2020-10-03T04:31:29.794Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:31:29.876Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:31:31.175Z] $ docker top 2cdaca051ffd20c701f56ad3b70281a6ed61c8cffc2200960bff652087fcdf3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:31:31.789Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:31:31.789Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:31:47.010Z] $ docker stop --time=1 2cdaca051ffd20c701f56ad3b70281a6ed61c8cffc2200960bff652087fcdf3a [2020-10-03T04:31:49.052Z] $ docker rm -f 2cdaca051ffd20c701f56ad3b70281a6ed61c8cffc2200960bff652087fcdf3a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:31:49.578Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-03T04:31:49.578Z] . [Pipeline] withDockerContainer [2020-10-03T04:31:49.746Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:31:49.830Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:31:50.674Z] $ docker top 38159e5b6db9d33d3cfd935767ae637ed8a1b8269ddafcb593e878db224d78d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-03T04:31:51.277Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 [2020-10-03T04:31:51.277Z] + tee [2020-10-03T04:31:51.277Z] clair timeout 1m0s [2020-10-03T04:31:51.277Z] docker timeout: 1m0s [2020-10-03T04:31:51.277Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-03T04:31:53.312Z] $ docker stop --time=1 38159e5b6db9d33d3cfd935767ae637ed8a1b8269ddafcb593e878db224d78d2 [2020-10-03T04:31:54.812Z] $ docker rm -f 38159e5b6db9d33d3cfd935767ae637ed8a1b8269ddafcb593e878db224d78d2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-03T04:31:55.440Z] + mkdir -p /w/workspace/edgex-go/160/clair-reports [Pipeline] echo [2020-10-03T04:31:55.456Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/160/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2.html [Pipeline] writeFile [Pipeline] step [2020-10-03T04:31:55.511Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-03T04:31:55.925Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-03T04:31:55.986Z] provisioning config files... [2020-10-03T04:31:56.005Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/160@tmp/config3493514239313460154tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-03T04:31:56.398Z] --> edgex-publish-swagger.sh [2020-10-03T04:31:56.398Z] === Publish openapi/v1 API === [2020-10-03T04:31:56.398Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-03T04:31:56.398Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-03T04:31:56.398Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-03T04:31:56.398Z] Dload Upload Total Spent Left Speed [2020-10-03T04:31:57.795Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8923 0:00:01 0:00:01 --:--:-- 8938 100 10521 0 0 100 10521 0 8921 0:00:01 0:00:01 --:--:-- 8931 [2020-10-03T04:31:57.795Z] [2020-10-03T04:31:57.795Z] [2020-10-03T04:31:57.795Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-03T04:31:57.795Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-03T04:31:57.795Z] Dload Upload Total Spent Left Speed [2020-10-03T04:31:58.741Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28722 0:00:01 0:00:01 --:--:-- 28734 100 32556 0 0 100 32556 0 28715 0:00:01 0:00:01 --:--:-- 28734 [2020-10-03T04:31:58.741Z] [2020-10-03T04:31:58.741Z] [2020-10-03T04:31:58.741Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-03T04:31:58.741Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-03T04:31:58.741Z] Dload Upload Total Spent Left Speed [2020-10-03T04:32:00.140Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 60024 0:00:01 0:00:01 --:--:-- 60081 100 73720 0 0 100 73720 0 55938 0:00:01 0:00:01 --:--:-- 55975 [2020-10-03T04:32:00.140Z] [2020-10-03T04:32:00.140Z] [2020-10-03T04:32:00.140Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-03T04:32:00.140Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-03T04:32:00.140Z] Dload Upload Total Spent Left Speed [2020-10-03T04:32:01.102Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12300 0:00:01 0:00:01 --:--:-- 12311 100 13580 0 0 100 13580 0 12296 0:00:01 0:00:01 --:--:-- 12300 [2020-10-03T04:32:01.102Z] [2020-10-03T04:32:01.102Z] [2020-10-03T04:32:01.102Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-03T04:32:01.102Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-03T04:32:01.102Z] Dload Upload Total Spent Left Speed [2020-10-03T04:32:02.479Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 35396 0:00:01 0:00:01 --:--:-- 35418 [2020-10-03T04:32:02.479Z] [2020-10-03T04:32:02.479Z] [2020-10-03T04:32:02.479Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-03T04:32:02.479Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-03T04:32:02.479Z] Dload Upload Total Spent Left Speed [2020-10-03T04:32:03.812Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12298 0:00:01 0:00:01 --:--:-- 12293 100 14248 0 0 100 14248 0 12294 0:00:01 0:00:01 --:--:-- 12293 [2020-10-03T04:32:03.812Z] [2020-10-03T04:32:03.812Z] [2020-10-03T04:32:03.812Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-03T04:32:03.812Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-03T04:32:03.812Z] Dload Upload Total Spent Left Speed [2020-10-03T04:32:04.769Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3907 0:00:01 0:00:01 --:--:-- 3909 100 4109 0 0 100 4109 0 3906 0:00:01 0:00:01 --:--:-- 3909 [2020-10-03T04:32:04.769Z] [2020-10-03T04:32:04.769Z] [2020-10-03T04:32:04.769Z] === Publish openapi/v2 API === [2020-10-03T04:32:04.769Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-03T04:32:04.769Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-03T04:32:04.769Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-03T04:32:04.769Z] Dload Upload Total Spent Left Speed [2020-10-03T04:32:05.732Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 25997 0:00:01 0:00:01 --:--:-- 26018 100 30234 0 0 100 30234 0 25991 0:00:01 0:00:01 --:--:-- 26018 [2020-10-03T04:32:05.732Z] [2020-10-03T04:32:05.732Z] [2020-10-03T04:32:05.732Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-03T04:32:05.732Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-03T04:32:05.732Z] Dload Upload Total Spent Left Speed [2020-10-03T04:32:07.129Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59012 0 0 100 59012 0 52529 0:00:01 0:00:01 --:--:-- 52548 100 59012 0 0 100 59012 0 52520 0:00:01 0:00:01 --:--:-- 52548 [2020-10-03T04:32:07.129Z] [2020-10-03T04:32:07.129Z] [2020-10-03T04:32:07.129Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-03T04:32:07.129Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-03T04:32:07.129Z] Dload Upload Total Spent Left Speed [2020-10-03T04:32:08.075Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68246 0 0 100 68246 0 63996 0:00:01 0:00:01 --:--:-- 64020 100 68246 0 0 100 68246 0 63984 0:00:01 0:00:01 --:--:-- 64020 [2020-10-03T04:32:08.075Z] [2020-10-03T04:32:08.075Z] [2020-10-03T04:32:08.075Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-03T04:32:08.075Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-03T04:32:08.075Z] Dload Upload Total Spent Left Speed [2020-10-03T04:32:09.024Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 23890 0:00:01 0:00:01 --:--:-- 23894 100 26165 0 0 100 26165 0 23884 0:00:01 0:00:01 --:--:-- 23894 [2020-10-03T04:32:09.024Z] [2020-10-03T04:32:09.024Z] [2020-10-03T04:32:09.297Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-03T04:32:09.297Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-03T04:32:09.297Z] Dload Upload Total Spent Left Speed [2020-10-03T04:32:10.244Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 57177 0:00:01 0:00:01 --:--:-- 57229 [2020-10-03T04:32:10.244Z] [2020-10-03T04:32:10.244Z] [2020-10-03T04:32:10.244Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-03T04:32:10.244Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-03T04:32:10.244Z] Dload Upload Total Spent Left Speed [2020-10-03T04:32:11.461Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 42106 0:00:01 0:00:01 --:--:-- 42092 100 46049 0 0 100 46049 0 42097 0:00:01 0:00:01 --:--:-- 42092 [2020-10-03T04:32:11.461Z] [2020-10-03T04:32:11.461Z] [2020-10-03T04:32:11.461Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-03T04:32:11.461Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-03T04:32:11.461Z] Dload Upload Total Spent Left Speed [2020-10-03T04:32:12.417Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 21834 0:00:01 0:00:01 --:--:-- 21842 100 24114 0 0 100 24114 0 21822 0:00:01 0:00:01 --:--:-- 21842 [2020-10-03T04:32:12.417Z] [2020-10-03T04:32:12.417Z] [Pipeline] } [2020-10-03T04:32:12.427Z] 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-03T04:32:22.619Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-03T04:32:22.889Z] . [Pipeline] withDockerContainer [2020-10-03T04:32:23.047Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:32:23.098Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:32:24.481Z] $ docker top c8ac75ddceeb438c9b90144fc85424913feeece82a83a686b736f3748c55d4ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-03T04:32:24.808Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-03T04:32:24.808Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-03T04:32:25.110Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-03T04:32:25.114Z] $ docker exec c8ac75ddceeb438c9b90144fc85424913feeece82a83a686b736f3748c55d4ff ssh-agent [2020-10-03T04:32:25.361Z] SSH_AUTH_SOCK=/tmp/ssh-5O7sdUlvIXID/agent.11 [2020-10-03T04:32:25.361Z] SSH_AGENT_PID=16 [2020-10-03T04:32:25.370Z] Running ssh-add (command line suppressed) [2020-10-03T04:32:25.702Z] Identity added: /w/workspace/edgex-go/160@tmp/private_key_4850952398776976098.key (/w/workspace/edgex-go/160@tmp/private_key_4850952398776976098.key) [2020-10-03T04:32:25.776Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-03T04:32:26.163Z] + git semver tag [2020-10-03T04:32:26.424Z] # -> Open(): unable to determine branch for HEAD [2020-10-03T04:32:26.424Z] # $GIT_DIR = /w/workspace/edgex-go/160/.git [2020-10-03T04:32:26.424Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/160 [2020-10-03T04:32:26.424Z] # $SEMVER_REMOTE_NAME = origin [2020-10-03T04:32:26.424Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-03T04:32:26.424Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-03T04:32:26.424Z] # $SEMVER_BRANCH = master [2020-10-03T04:32:26.424Z] # $SEMVER_DIR = /w/workspace/edgex-go/160/.semver [2020-10-03T04:32:26.424Z] # 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 HEAD [2020-10-03T04:32:27.002Z] # -> Force: false [2020-10-03T04:32:27.002Z] # b33e19f9bea57d9c5ca8ba520ad33ff57351669b refs/tags/v1.2.2-dev.45 [Pipeline] } [2020-10-03T04:32:27.019Z] $ docker exec --env ******** --env ******** c8ac75ddceeb438c9b90144fc85424913feeece82a83a686b736f3748c55d4ff ssh-agent -k [2020-10-03T04:32:27.339Z] unset SSH_AUTH_SOCK; [2020-10-03T04:32:27.339Z] unset SSH_AGENT_PID; [2020-10-03T04:32:27.339Z] echo Agent pid 16 killed; [2020-10-03T04:32:27.703Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-03T04:32:28.509Z] + git semver [Pipeline] } [2020-10-03T04:32:28.536Z] $ docker stop --time=1 c8ac75ddceeb438c9b90144fc85424913feeece82a83a686b736f3748c55d4ff [2020-10-03T04:32:30.164Z] $ docker rm -f c8ac75ddceeb438c9b90144fc85424913feeece82a83a686b736f3748c55d4ff [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:32:31.008Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-03T04:32:31.008Z] [2020-10-03T04:32:31.008Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:32:31.378Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-03T04:32:31.379Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-03T04:32:31.379Z] ab5ef0e58194: Pulling fs layer [2020-10-03T04:32:31.379Z] 9712f1f96733: Pulling fs layer [2020-10-03T04:32:31.379Z] 63f879dbbcfc: Pulling fs layer [2020-10-03T04:32:31.379Z] 0d9ebad4ef96: Pulling fs layer [2020-10-03T04:32:31.379Z] e9a5061849ea: Pulling fs layer [2020-10-03T04:32:31.379Z] d747dcd14b5f: Pulling fs layer [2020-10-03T04:32:31.379Z] 2de7ff778b66: Pulling fs layer [2020-10-03T04:32:31.379Z] e9a5061849ea: Waiting [2020-10-03T04:32:31.379Z] 0d9ebad4ef96: Waiting [2020-10-03T04:32:31.379Z] d747dcd14b5f: Waiting [2020-10-03T04:32:31.379Z] 2de7ff778b66: Waiting [2020-10-03T04:32:31.379Z] 9712f1f96733: Verifying Checksum [2020-10-03T04:32:31.379Z] 9712f1f96733: Download complete [2020-10-03T04:32:33.322Z] 63f879dbbcfc: Verifying Checksum [2020-10-03T04:32:33.322Z] 63f879dbbcfc: Download complete [2020-10-03T04:32:33.586Z] e9a5061849ea: Verifying Checksum [2020-10-03T04:32:33.587Z] e9a5061849ea: Download complete [2020-10-03T04:32:33.587Z] d747dcd14b5f: Verifying Checksum [2020-10-03T04:32:33.587Z] d747dcd14b5f: Download complete [2020-10-03T04:32:34.184Z] 2de7ff778b66: Verifying Checksum [2020-10-03T04:32:34.184Z] 2de7ff778b66: Download complete [2020-10-03T04:32:34.766Z] 0d9ebad4ef96: Verifying Checksum [2020-10-03T04:32:34.766Z] 0d9ebad4ef96: Download complete [2020-10-03T04:32:35.031Z] ab5ef0e58194: Verifying Checksum [2020-10-03T04:32:35.031Z] ab5ef0e58194: Download complete [2020-10-03T04:32:41.724Z] ab5ef0e58194: Pull complete [2020-10-03T04:32:41.724Z] 9712f1f96733: Pull complete [2020-10-03T04:32:43.680Z] 63f879dbbcfc: Pull complete [2020-10-03T04:32:53.960Z] 0d9ebad4ef96: Pull complete [2020-10-03T04:32:54.918Z] e9a5061849ea: Pull complete [2020-10-03T04:32:55.237Z] d747dcd14b5f: Pull complete [2020-10-03T04:32:58.654Z] 2de7ff778b66: Pull complete [2020-10-03T04:32:58.654Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-03T04:32:58.654Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-03T04:32:58.654Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-03T04:32:58.955Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:32:59.024Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:33:02.921Z] $ docker top b65e98bed376a64c70ec4dc91ca7a8ec722b3022ed01642c18b05bb82807b814 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-03T04:33:03.266Z] provisioning config files... [2020-10-03T04:33:03.282Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/160@tmp/config4317969787790851399tmp [2020-10-03T04:33:03.339Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/160@tmp/config7439270276563155262tmp [2020-10-03T04:33:03.374Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/160@tmp/config3509487600648872255tmp [Pipeline] { [Pipeline] echo [2020-10-03T04:33:03.440Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T04:33:03.743Z] ---> sigul-configuration.sh [2020-10-03T04:33:03.743Z] gpg: directory `/root/.gnupg' created [2020-10-03T04:33:03.743Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-03T04:33:03.743Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-03T04:33:03.743Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-03T04:33:03.743Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-03T04:33:03.743Z] gpg: CAST5 encrypted data [2020-10-03T04:33:04.005Z] gpg: encrypted with 1 passphrase [2020-10-03T04:33:04.005Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-03T04:33:04.308Z] + mkdir /home/jenkins [2020-10-03T04:33:04.308Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-03T04:33:04.612Z] + 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-03T04:33:04.623Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T04:33:04.924Z] ---> sigul-install.sh [2020-10-03T04:33:15.015Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-03T04:33:15.667Z] + git tag --list [2020-10-03T04:33:15.667Z] 0.6.0 [2020-10-03T04:33:15.667Z] 0.6.1 [2020-10-03T04:33:15.667Z] 0.7.0 [2020-10-03T04:33:15.667Z] 0.7.1 [2020-10-03T04:33:15.667Z] v1.0.0 [2020-10-03T04:33:15.667Z] v1.0.1 [2020-10-03T04:33:15.667Z] v1.1.0 [2020-10-03T04:33:15.667Z] v1.2.0 [2020-10-03T04:33:15.667Z] v1.2.1 [2020-10-03T04:33:15.667Z] v1.2.2-dev.1 [2020-10-03T04:33:15.667Z] v1.2.2-dev.10 [2020-10-03T04:33:15.667Z] v1.2.2-dev.11 [2020-10-03T04:33:15.667Z] v1.2.2-dev.12 [2020-10-03T04:33:15.668Z] v1.2.2-dev.13 [2020-10-03T04:33:15.668Z] v1.2.2-dev.14 [2020-10-03T04:33:15.668Z] v1.2.2-dev.15 [2020-10-03T04:33:15.668Z] v1.2.2-dev.16 [2020-10-03T04:33:15.668Z] v1.2.2-dev.17 [2020-10-03T04:33:15.668Z] v1.2.2-dev.18 [2020-10-03T04:33:15.668Z] v1.2.2-dev.19 [2020-10-03T04:33:15.668Z] v1.2.2-dev.2 [2020-10-03T04:33:15.668Z] v1.2.2-dev.20 [2020-10-03T04:33:15.668Z] v1.2.2-dev.21 [2020-10-03T04:33:15.668Z] v1.2.2-dev.22 [2020-10-03T04:33:15.668Z] v1.2.2-dev.23 [2020-10-03T04:33:15.668Z] v1.2.2-dev.24 [2020-10-03T04:33:15.668Z] v1.2.2-dev.25 [2020-10-03T04:33:15.668Z] v1.2.2-dev.26 [2020-10-03T04:33:15.668Z] v1.2.2-dev.27 [2020-10-03T04:33:15.668Z] v1.2.2-dev.28 [2020-10-03T04:33:15.668Z] v1.2.2-dev.29 [2020-10-03T04:33:15.668Z] v1.2.2-dev.3 [2020-10-03T04:33:15.668Z] v1.2.2-dev.30 [2020-10-03T04:33:15.668Z] v1.2.2-dev.31 [2020-10-03T04:33:15.668Z] v1.2.2-dev.32 [2020-10-03T04:33:15.668Z] v1.2.2-dev.33 [2020-10-03T04:33:15.668Z] v1.2.2-dev.34 [2020-10-03T04:33:15.668Z] v1.2.2-dev.35 [2020-10-03T04:33:15.668Z] v1.2.2-dev.36 [2020-10-03T04:33:15.668Z] v1.2.2-dev.37 [2020-10-03T04:33:15.668Z] v1.2.2-dev.38 [2020-10-03T04:33:15.668Z] v1.2.2-dev.39 [2020-10-03T04:33:15.668Z] v1.2.2-dev.4 [2020-10-03T04:33:15.668Z] v1.2.2-dev.40 [2020-10-03T04:33:15.668Z] v1.2.2-dev.41 [2020-10-03T04:33:15.668Z] v1.2.2-dev.42 [2020-10-03T04:33:15.668Z] v1.2.2-dev.43 [2020-10-03T04:33:15.668Z] v1.2.2-dev.44 [2020-10-03T04:33:15.668Z] v1.2.2-dev.45 [2020-10-03T04:33:15.668Z] v1.2.2-dev.5 [2020-10-03T04:33:15.668Z] v1.2.2-dev.6 [2020-10-03T04:33:15.668Z] v1.2.2-dev.7 [2020-10-03T04:33:15.668Z] v1.2.2-dev.8 [2020-10-03T04:33:15.668Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-03T04:33:15.990Z] + lftools sign git-tag v1.2.2-dev.45 [2020-10-03T04:33:17.391Z] Signing Git tag with Sigul... [2020-10-03T04:33:17.391Z] Signing v1.2.2-dev.45 [Pipeline] echo [2020-10-03T04:33:18.804Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T04:33:19.106Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-03T04:33:19.117Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-03T04:33:19.209Z] $ docker stop --time=1 b65e98bed376a64c70ec4dc91ca7a8ec722b3022ed01642c18b05bb82807b814 [2020-10-03T04:33:21.183Z] $ docker rm -f b65e98bed376a64c70ec4dc91ca7a8ec722b3022ed01642c18b05bb82807b814 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:33:22.258Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-03T04:33:22.258Z] . [Pipeline] withDockerContainer [2020-10-03T04:33:22.505Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:33:22.816Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:33:23.772Z] $ docker top fdc3c7ade786c0780df1b6489d53e386b90edfc4770518624b1fc8182a0df109 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-03T04:33:24.223Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-03T04:33:24.223Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-03T04:33:24.589Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-03T04:33:24.594Z] $ docker exec fdc3c7ade786c0780df1b6489d53e386b90edfc4770518624b1fc8182a0df109 ssh-agent [2020-10-03T04:33:24.836Z] SSH_AUTH_SOCK=/tmp/ssh-5hh2YWuHHmNk/agent.11 [2020-10-03T04:33:24.836Z] SSH_AGENT_PID=16 [2020-10-03T04:33:24.845Z] Running ssh-add (command line suppressed) [2020-10-03T04:33:25.070Z] Identity added: /w/workspace/edgex-go/160@tmp/private_key_62811883161293454.key (/w/workspace/edgex-go/160@tmp/private_key_62811883161293454.key) [2020-10-03T04:33:25.398Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-03T04:33:26.094Z] + git semver bump pre [2020-10-03T04:33:26.094Z] # -> Open(): unable to determine branch for HEAD [2020-10-03T04:33:26.094Z] # $GIT_DIR = /w/workspace/edgex-go/160/.git [2020-10-03T04:33:26.094Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/160 [2020-10-03T04:33:26.094Z] # $SEMVER_REMOTE_NAME = origin [2020-10-03T04:33:26.094Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-03T04:33:26.094Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-03T04:33:26.094Z] # $SEMVER_BRANCH = master [2020-10-03T04:33:26.095Z] # $SEMVER_DIR = /w/workspace/edgex-go/160/.semver [2020-10-03T04:33:26.095Z] 1.2.2-dev.46 [Pipeline] } [2020-10-03T04:33:26.382Z] $ docker exec --env ******** --env ******** fdc3c7ade786c0780df1b6489d53e386b90edfc4770518624b1fc8182a0df109 ssh-agent -k [2020-10-03T04:33:26.564Z] unset SSH_AUTH_SOCK; [2020-10-03T04:33:26.564Z] unset SSH_AGENT_PID; [2020-10-03T04:33:26.564Z] echo Agent pid 16 killed; [2020-10-03T04:33:26.630Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-03T04:33:27.107Z] + git semver [Pipeline] } [2020-10-03T04:33:27.127Z] $ docker stop --time=1 fdc3c7ade786c0780df1b6489d53e386b90edfc4770518624b1fc8182a0df109 [2020-10-03T04:33:28.621Z] $ docker rm -f fdc3c7ade786c0780df1b6489d53e386b90edfc4770518624b1fc8182a0df109 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-03T04:33:29.200Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-03T04:33:29.200Z] . [Pipeline] withDockerContainer [2020-10-03T04:33:29.330Z] prd-centos7-docker-4c-2g-3180 does not seem to be running inside a container [2020-10-03T04:33:29.383Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/160 -v /w/workspace/edgex-go/160:/w/workspace/edgex-go/160:rw,z -v /w/workspace/edgex-go/160@tmp:/w/workspace/edgex-go/160@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-03T04:33:30.404Z] $ docker top 752c3e163c7deeb800dcec4814dee42744d86b3626f7e3a81551fdf9a8add52f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-03T04:33:30.784Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-03T04:33:30.785Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-03T04:33:31.022Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-03T04:33:31.028Z] $ docker exec 752c3e163c7deeb800dcec4814dee42744d86b3626f7e3a81551fdf9a8add52f ssh-agent [2020-10-03T04:33:31.359Z] SSH_AUTH_SOCK=/tmp/ssh-6hiwwT35KUHm/agent.11 [2020-10-03T04:33:31.359Z] SSH_AGENT_PID=16 [2020-10-03T04:33:31.369Z] Running ssh-add (command line suppressed) [2020-10-03T04:33:31.588Z] Identity added: /w/workspace/edgex-go/160@tmp/private_key_441393535155589873.key (/w/workspace/edgex-go/160@tmp/private_key_441393535155589873.key) [2020-10-03T04:33:31.676Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-03T04:33:32.025Z] + git semver push [2020-10-03T04:33:32.025Z] # -> Open(): unable to determine branch for HEAD [2020-10-03T04:33:32.025Z] # $GIT_DIR = /w/workspace/edgex-go/160/.git [2020-10-03T04:33:32.025Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/160 [2020-10-03T04:33:32.025Z] # $SEMVER_REMOTE_NAME = origin [2020-10-03T04:33:32.025Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-03T04:33:32.025Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-03T04:33:32.025Z] # $SEMVER_BRANCH = master [2020-10-03T04:33:32.025Z] # $SEMVER_DIR = /w/workspace/edgex-go/160/.semver [Pipeline] } [2020-10-03T04:33:44.320Z] $ docker exec --env ******** --env ******** 752c3e163c7deeb800dcec4814dee42744d86b3626f7e3a81551fdf9a8add52f ssh-agent -k [2020-10-03T04:33:44.485Z] unset SSH_AUTH_SOCK; [2020-10-03T04:33:44.485Z] unset SSH_AGENT_PID; [2020-10-03T04:33:44.485Z] echo Agent pid 16 killed; [2020-10-03T04:33:44.549Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-03T04:33:45.031Z] + git semver [Pipeline] } [2020-10-03T04:33:45.049Z] $ docker stop --time=1 752c3e163c7deeb800dcec4814dee42744d86b3626f7e3a81551fdf9a8add52f [2020-10-03T04:33:46.539Z] $ docker rm -f 752c3e163c7deeb800dcec4814dee42744d86b3626f7e3a81551fdf9a8add52f [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-03T04:33:47.568Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T04:33:48.477Z] ---> package-listing.sh [2020-10-03T04:33:48.477Z] ++ facter osfamily [2020-10-03T04:33:48.477Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-03T04:33:48.741Z] + OS_FAMILY=redhat [2020-10-03T04:33:48.741Z] + workspace=/w/workspace/edgex-go/160 [2020-10-03T04:33:48.741Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-03T04:33:48.741Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-03T04:33:48.741Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-03T04:33:48.741Z] + PACKAGES=/tmp/packages_start.txt [2020-10-03T04:33:48.741Z] + '[' /w/workspace/edgex-go/160 ']' [2020-10-03T04:33:48.741Z] + PACKAGES=/tmp/packages_end.txt [2020-10-03T04:33:48.741Z] + case "${OS_FAMILY}" in [2020-10-03T04:33:48.741Z] + rpm -qa [2020-10-03T04:33:48.741Z] + sort [2020-10-03T04:33:52.967Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-03T04:33:52.967Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-03T04:33:52.967Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-03T04:33:52.967Z] + '[' /w/workspace/edgex-go/160 ']' [2020-10-03T04:33:52.967Z] + mkdir -p /w/workspace/edgex-go/160/archives/ [2020-10-03T04:33:52.967Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/160/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-03T04:33:53.545Z] provisioning config files... [2020-10-03T04:33:53.562Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/160@tmp/config2781548813594023062tmp [Pipeline] { [Pipeline] echo [2020-10-03T04:33:53.633Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T04:33:53.974Z] ---> create-netrc.sh [Pipeline] } [2020-10-03T04:33:54.000Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-03T04:33:54.104Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T04:33:54.511Z] ---> python-tools-install.sh [2020-10-03T04:33:54.511Z] Generating Requirements File [2020-10-03T04:35:31.238Z] Python 3.6.8 [2020-10-03T04:35:31.238Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-03T04:35:31.238Z] aiohttp==3.6.2 [2020-10-03T04:35:31.238Z] appdirs==1.4.3 [2020-10-03T04:35:31.238Z] argcomplete==1.12.1 [2020-10-03T04:35:31.238Z] aspy.yaml==1.3.0 [2020-10-03T04:35:31.238Z] async-timeout==3.0.1 [2020-10-03T04:35:31.238Z] attrs==19.3.0 [2020-10-03T04:35:31.238Z] Babel==2.8.0 [2020-10-03T04:35:31.238Z] beautifulsoup4==4.8.2 [2020-10-03T04:35:31.238Z] boto3==1.11.6 [2020-10-03T04:35:31.238Z] botocore==1.14.6 [2020-10-03T04:35:31.238Z] bs4==0.0.1 [2020-10-03T04:35:31.238Z] cachetools==4.1.1 [2020-10-03T04:35:31.238Z] certifi==2019.11.28 [2020-10-03T04:35:31.238Z] cffi==1.14.3 [2020-10-03T04:35:31.238Z] cfgv==2.0.1 [2020-10-03T04:35:31.238Z] chardet==3.0.4 [2020-10-03T04:35:31.238Z] click==7.1 [2020-10-03T04:35:31.238Z] cliff==3.4.0 [2020-10-03T04:35:31.238Z] cmd2==1.3.11 [2020-10-03T04:35:31.238Z] colorama==0.4.3 [2020-10-03T04:35:31.238Z] cryptography==3.1.1 [2020-10-03T04:35:31.238Z] debtcollector==2.2.0 [2020-10-03T04:35:31.238Z] decorator==4.4.2 [2020-10-03T04:35:31.238Z] defusedxml==0.6.0 [2020-10-03T04:35:31.238Z] Deprecated==1.2.7 [2020-10-03T04:35:31.238Z] distlib==0.3.1 [2020-10-03T04:35:31.238Z] distro==1.2.0 [2020-10-03T04:35:31.238Z] dnspython==1.16.0 [2020-10-03T04:35:31.238Z] docker==4.2.0 [2020-10-03T04:35:31.238Z] docutils==0.15.2 [2020-10-03T04:35:31.238Z] dogpile.cache==1.0.2 [2020-10-03T04:35:31.238Z] email-validator==1.0.5 [2020-10-03T04:35:31.238Z] filelock==3.0.12 [2020-10-03T04:35:31.238Z] future==0.18.2 [2020-10-03T04:35:31.238Z] google-auth==1.22.0 [2020-10-03T04:35:31.238Z] httplib2==0.17.0 [2020-10-03T04:35:31.238Z] identify==1.4.11 [2020-10-03T04:35:31.238Z] idna==2.9 [2020-10-03T04:35:31.238Z] idna-ssl==1.1.0 [2020-10-03T04:35:31.238Z] importlib-metadata==1.7.0 [2020-10-03T04:35:31.238Z] importlib-resources==1.5.0 [2020-10-03T04:35:31.238Z] iso8601==0.1.13 [2020-10-03T04:35:31.238Z] Jinja2==2.11.1 [2020-10-03T04:35:31.238Z] jmespath==0.10.0 [2020-10-03T04:35:31.238Z] jsonpatch==1.26 [2020-10-03T04:35:31.238Z] jsonpointer==2.0 [2020-10-03T04:35:31.238Z] jsonschema==3.2.0 [2020-10-03T04:35:31.238Z] keystoneauth1==4.2.1 [2020-10-03T04:35:31.238Z] kubernetes==11.0.0 [2020-10-03T04:35:31.238Z] lftools==0.34.2 [2020-10-03T04:35:31.238Z] lxml==4.5.0 [2020-10-03T04:35:31.238Z] MarkupSafe==0.23 [2020-10-03T04:35:31.238Z] msgpack==1.0.0 [2020-10-03T04:35:31.238Z] multi-key-dict==2.0.3 [2020-10-03T04:35:31.238Z] multidict==4.7.6 [2020-10-03T04:35:31.238Z] munch==2.5.0 [2020-10-03T04:35:31.238Z] netaddr==0.8.0 [2020-10-03T04:35:31.238Z] netifaces==0.10.9 [2020-10-03T04:35:31.238Z] niet==1.4.2 [2020-10-03T04:35:31.238Z] nodeenv==1.3.5 [2020-10-03T04:35:31.238Z] oauth2client==4.1.3 [2020-10-03T04:35:31.238Z] oauthlib==3.1.0 [2020-10-03T04:35:31.238Z] openstacksdk==0.50.0 [2020-10-03T04:35:31.238Z] os-client-config==2.1.0 [2020-10-03T04:35:31.238Z] os-service-types==1.7.0 [2020-10-03T04:35:31.238Z] osc-lib==2.2.1 [2020-10-03T04:35:31.238Z] oslo.config==8.3.2 [2020-10-03T04:35:31.238Z] oslo.context==3.1.1 [2020-10-03T04:35:31.238Z] oslo.i18n==5.0.1 [2020-10-03T04:35:31.238Z] oslo.log==4.4.0 [2020-10-03T04:35:31.238Z] oslo.serialization==4.0.1 [2020-10-03T04:35:31.238Z] oslo.utils==4.6.0 [2020-10-03T04:35:31.238Z] packaging==20.4 [2020-10-03T04:35:31.238Z] pbr==5.4.4 [2020-10-03T04:35:31.238Z] pluggy==0.13.1 [2020-10-03T04:35:31.238Z] prettytable==0.7.2 [2020-10-03T04:35:31.238Z] py==1.9.0 [2020-10-03T04:35:31.238Z] pyasn1==0.4.8 [2020-10-03T04:35:31.238Z] pyasn1-modules==0.2.8 [2020-10-03T04:35:31.238Z] pycparser==2.20 [2020-10-03T04:35:31.238Z] pygerrit2==2.0.10 [2020-10-03T04:35:31.238Z] PyGithub==1.46 [2020-10-03T04:35:31.238Z] pyinotify==0.9.6 [2020-10-03T04:35:31.238Z] PyJWT==1.7.1 [2020-10-03T04:35:31.238Z] pyparsing==2.4.7 [2020-10-03T04:35:31.238Z] pyperclip==1.8.0 [2020-10-03T04:35:31.238Z] pyroute2==0.4.13 [2020-10-03T04:35:31.238Z] pyrsistent==0.15.7 [2020-10-03T04:35:31.238Z] PySocks==1.6.8 [2020-10-03T04:35:31.238Z] python-cinderclient==7.2.0 [2020-10-03T04:35:31.238Z] python-dateutil==2.8.1 [2020-10-03T04:35:31.238Z] python-heatclient==2.2.1 [2020-10-03T04:35:31.238Z] python-jenkins==1.7.0 [2020-10-03T04:35:31.238Z] python-keystoneclient==4.1.1 [2020-10-03T04:35:31.238Z] python-magnumclient==3.2.1 [2020-10-03T04:35:31.238Z] python-novaclient==17.2.1 [2020-10-03T04:35:31.238Z] python-openstackclient==5.4.0 [2020-10-03T04:35:31.238Z] python-swiftclient==3.10.1 [2020-10-03T04:35:31.238Z] pytz==2020.1 [2020-10-03T04:35:31.238Z] PyYAML==5.3 [2020-10-03T04:35:31.238Z] requests==2.23.0 [2020-10-03T04:35:31.238Z] requests-oauthlib==1.3.0 [2020-10-03T04:35:31.238Z] requestsexceptions==1.4.0 [2020-10-03T04:35:31.238Z] rfc3986==1.4.0 [2020-10-03T04:35:31.238Z] rpm==4.11.3 [2020-10-03T04:35:31.238Z] rsa==4.0 [2020-10-03T04:35:31.238Z] ruamel.yaml==0.16.10 [2020-10-03T04:35:31.238Z] ruamel.yaml.clib==0.2.0 [2020-10-03T04:35:31.238Z] s3transfer==0.3.3 [2020-10-03T04:35:31.238Z] shade==1.27.2 [2020-10-03T04:35:31.238Z] simplejson==3.17.2 [2020-10-03T04:35:31.238Z] six==1.14.0 [2020-10-03T04:35:31.238Z] soupsieve==2.0 [2020-10-03T04:35:31.238Z] stevedore==3.2.2 [2020-10-03T04:35:31.238Z] tabulate==0.8.6 [2020-10-03T04:35:31.238Z] toml==0.10.0 [2020-10-03T04:35:31.238Z] tox==3.20.0 [2020-10-03T04:35:31.238Z] tqdm==4.43.0 [2020-10-03T04:35:31.238Z] typing-extensions==3.7.4.3 [2020-10-03T04:35:31.238Z] urllib3==1.25.8 [2020-10-03T04:35:31.238Z] virtualenv==20.0.32 [2020-10-03T04:35:31.238Z] wcwidth==0.2.5 [2020-10-03T04:35:31.238Z] websocket-client==0.57.0 [2020-10-03T04:35:31.238Z] wrapt==1.12.1 [2020-10-03T04:35:31.238Z] xdg==3.0.2 [2020-10-03T04:35:31.238Z] xmltodict==0.12.0 [2020-10-03T04:35:31.238Z] yarl==1.6.0 [2020-10-03T04:35:31.238Z] yq==2.11.1 [2020-10-03T04:35:31.238Z] zipp==3.2.0 [2020-10-03T04:35:31.819Z] Cache entry deserialization failed, entry ignored [2020-10-03T04:35:37.155Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-03T04:35:42.479Z] Python 2.7.5 [2020-10-03T04:35:42.479Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-03T04:35:42.749Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-03T04:35:42.749Z] ansible==2.9.7 [2020-10-03T04:35:42.749Z] Babel==0.9.6 [2020-10-03T04:35:42.749Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-03T04:35:42.749Z] beautifulsoup4==4.4.1 [2020-10-03T04:35:42.749Z] bodhi==2.11.0 [2020-10-03T04:35:42.749Z] bodhi-client==2.11.0 [2020-10-03T04:35:42.749Z] CCColUtils==1.4 [2020-10-03T04:35:42.749Z] cffi==1.6.0 [2020-10-03T04:35:42.749Z] chardet==2.2.1 [2020-10-03T04:35:42.749Z] click==6.7 [2020-10-03T04:35:42.749Z] cloud-init==18.5 [2020-10-03T04:35:42.749Z] configobj==4.7.2 [2020-10-03T04:35:42.749Z] cryptography==1.7.2 [2020-10-03T04:35:42.749Z] decorator==3.4.0 [2020-10-03T04:35:42.749Z] distro==1.2.0 [2020-10-03T04:35:42.749Z] enum34==1.0.4 [2020-10-03T04:35:42.749Z] fedpkg==1.38 [2020-10-03T04:35:42.749Z] futures==3.1.1 [2020-10-03T04:35:42.749Z] gitdb==0.6.4 [2020-10-03T04:35:42.749Z] GitPython==1.0.1 [2020-10-03T04:35:42.749Z] html5lib==0.999 [2020-10-03T04:35:42.749Z] httplib2==0.9.2 [2020-10-03T04:35:42.749Z] idna==2.4 [2020-10-03T04:35:42.749Z] iniparse==0.4 [2020-10-03T04:35:42.749Z] ipaddress==1.0.16 [2020-10-03T04:35:42.749Z] IPy==0.75 [2020-10-03T04:35:42.749Z] javapackages==1.0.0 [2020-10-03T04:35:42.749Z] Jinja2==2.7.2 [2020-10-03T04:35:42.749Z] jmespath==0.9.4 [2020-10-03T04:35:42.749Z] jsonpatch==1.2 [2020-10-03T04:35:42.749Z] jsonpointer==1.9 [2020-10-03T04:35:42.749Z] kerberos==1.1 [2020-10-03T04:35:42.749Z] kitchen==1.1.1 [2020-10-03T04:35:42.749Z] langtable==0.0.31 [2020-10-03T04:35:42.749Z] lockfile==0.9.1 [2020-10-03T04:35:42.749Z] lxml==3.2.1 [2020-10-03T04:35:42.749Z] MarkupSafe==0.11 [2020-10-03T04:35:42.749Z] munch==2.0.2 [2020-10-03T04:35:42.749Z] offtrac==0.1.0 [2020-10-03T04:35:42.749Z] openidc-client==0.6.0 [2020-10-03T04:35:42.749Z] packagedb-cli==2.14.1 [2020-10-03T04:35:42.749Z] paramiko==2.1.1 [2020-10-03T04:35:42.749Z] perf==0.1 [2020-10-03T04:35:42.749Z] ply==3.4 [2020-10-03T04:35:42.749Z] policycoreutils-default-encoding==0.1 [2020-10-03T04:35:42.749Z] prettytable==0.7.2 [2020-10-03T04:35:42.749Z] pyasn1==0.1.9 [2020-10-03T04:35:42.749Z] pycparser==2.14 [2020-10-03T04:35:42.749Z] pycurl==7.19.0 [2020-10-03T04:35:42.749Z] pygobject==3.22.0 [2020-10-03T04:35:42.749Z] pygpgme==0.3 [2020-10-03T04:35:42.749Z] pyliblzma==0.5.3 [2020-10-03T04:35:42.749Z] pyOpenSSL==0.13.1 [2020-10-03T04:35:42.749Z] pyparsing==1.5.6 [2020-10-03T04:35:42.749Z] pyserial==2.6 [2020-10-03T04:35:42.749Z] python-augeas==0.5.0 [2020-10-03T04:35:42.749Z] python-bugzilla==2.3.0 [2020-10-03T04:35:42.749Z] python-dateutil==1.5 [2020-10-03T04:35:42.749Z] python-fedora==0.10.0 [2020-10-03T04:35:42.749Z] python-linux-procfs==0.4.9 [2020-10-03T04:35:42.749Z] python-yubico==1.2.3 [2020-10-03T04:35:42.749Z] pyudev==0.15 [2020-10-03T04:35:42.749Z] pyusb==1.0.0b1 [2020-10-03T04:35:42.749Z] pyxattr==0.5.1 [2020-10-03T04:35:42.749Z] PyYAML==3.10 [2020-10-03T04:35:42.749Z] requests==2.6.0 [2020-10-03T04:35:42.749Z] requests-kerberos==0.7.0 [2020-10-03T04:35:42.749Z] rpkg==1.60 [2020-10-03T04:35:42.749Z] schedutils==0.4 [2020-10-03T04:35:42.749Z] seobject==0.1 [2020-10-03T04:35:42.749Z] sepolicy==1.1 [2020-10-03T04:35:42.749Z] six==1.9.0 [2020-10-03T04:35:42.749Z] smmap==0.9.0 [2020-10-03T04:35:42.749Z] urlgrabber==3.10 [2020-10-03T04:35:42.749Z] urllib3==1.10.2 [2020-10-03T04:35:42.749Z] virtualenv==15.1.0 [2020-10-03T04:35:42.749Z] yum-langpacks==0.4.2 [2020-10-03T04:35:42.749Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-03T04:35:42.761Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T04:35:43.143Z] ---> sudo-logs.sh [2020-10-03T04:35:43.144Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-03T04:35:43.476Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T04:35:43.819Z] ---> job-cost.sh [2020-10-03T04:35:43.819Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-LCYR [2020-10-03T04:35:56.151Z] Cache entry deserialization failed, entry ignored [2020-10-03T04:35:56.151Z] Cache entry deserialization failed, entry ignored [2020-10-03T04:35:56.415Z] Cache entry deserialization failed, entry ignored [2020-10-03T04:35:56.679Z] Cache entry deserialization failed, entry ignored [2020-10-03T04:35:56.953Z] Cache entry deserialization failed, entry ignored [2020-10-03T04:35:56.953Z] Cache entry deserialization failed, entry ignored [2020-10-03T04:35:56.953Z] Cache entry deserialization failed, entry ignored [2020-10-03T04:35:57.218Z] Cache entry deserialization failed, entry ignored [2020-10-03T04:35:57.218Z] Cache entry deserialization failed, entry ignored [2020-10-03T04:35:57.482Z] Cache entry deserialization failed, entry ignored [2020-10-03T04:35:57.482Z] Cache entry deserialization failed, entry ignored [2020-10-03T04:35:57.748Z] Cache entry deserialization failed, entry ignored [2020-10-03T04:36:01.108Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-03T04:36:47.993Z] lf-activate-venv(): INFO: Adding /tmp/venv-LCYR/bin to PATH [2020-10-03T04:36:47.993Z] INFO: No Stack... [2020-10-03T04:36:47.993Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-03T04:36:47.993Z] INFO: Archiving Costs [Pipeline] echo [2020-10-03T04:36:48.008Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-03T04:36:48.320Z] ---> logs-deploy.sh [2020-10-03T04:36:48.320Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/160 [2020-10-03T04:36:48.320Z] INFO: archiving workspace using pattern(s): [2020-10-03T04:36:51.644Z] Archives upload complete. [2020-10-03T04:36:51.644Z] INFO: archiving logs to Nexus