Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ac752d64f668fa491594c1427640d28afa24e84a Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-3379 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/161 [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/161 # 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 > 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 Checking out Revision ac752d64f668fa491594c1427640d28afa24e84a (master) > 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 ac752d64f668fa491594c1427640d28afa24e84a # timeout=10 Commit message: "Merge pull request #2748 from cloudxxx8/issue-2747" > git rev-list --no-walk 2e2529c91f3d728dcc0aaf7ad0c2034f5d9aa1e2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-05T05:15:00.924Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-05T05:15:01.195Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-05T05:15:01.289Z] ========================================================= [2020-10-05T05:15:01.290Z] EdgeX Global Pipelines Version Info [2020-10-05T05:15:01.290Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:15:03.388Z] ------------------- [2020-10-05T05:15:03.388Z] stable info: [2020-10-05T05:15:03.388Z] ------------------- [2020-10-05T05:15:03.388Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-05T05:15:03.388Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-05T05:15:03.388Z] Message: update stable to v1.0.131 [2020-10-05T05:15:03.962Z] ------------------- [2020-10-05T05:15:03.962Z] experimental info: [2020-10-05T05:15:03.962Z] ------------------- [2020-10-05T05:15:03.962Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-05T05:15:03.962Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-05T05:15:03.962Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-05T05:15:04.208Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-05T05:15:04.299Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-05T05:15:04.380Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-05T05:15:04.464Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-05T05:15:04.548Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-05T05:15:04.641Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-05T05:15:04.736Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-05T05:15:04.821Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-05T05:15:04.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-05T05:15:05.003Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-05T05:15:05.088Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-05T05:15:05.176Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-05T05:15:05.258Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-05T05:15:05.344Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-05T05:15:05.427Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-05T05:15:05.509Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-05T05:15:05.590Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-05T05:15:05.709Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-05T05:15:05.821Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-05T05:15:05.910Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-05T05:15:05.987Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-05T05:15:06.071Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-05T05:15:06.156Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-05T05:15:06.259Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-05T05:15:06.348Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ac752d64f668fa491594c1427640d28afa24e84a [Pipeline] echo [2020-10-05T05:15:06.475Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ac752d6 [Pipeline] echo [2020-10-05T05:15:06.566Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-05T05:15:06.933Z] ++ 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-05T05:15:06.933Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-05T05:15:06.933Z] ++ dirname cmd/core-command/Dockerfile [2020-10-05T05:15:06.933Z] ++ cut -d/ -f2 [2020-10-05T05:15:06.933Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-05T05:15:06.933Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-05T05:15:06.933Z] ++ dirname cmd/core-data/Dockerfile [2020-10-05T05:15:06.933Z] ++ cut -d/ -f2 [2020-10-05T05:15:06.933Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-05T05:15:06.933Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-05T05:15:06.933Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-05T05:15:06.933Z] ++ cut -d/ -f2 [2020-10-05T05:15:06.933Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-05T05:15:06.933Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-05T05:15:06.933Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-05T05:15:06.933Z] ++ cut -d/ -f2 [2020-10-05T05:15:06.933Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-05T05:15:06.934Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-05T05:15:06.934Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-05T05:15:06.934Z] ++ cut -d/ -f2 [2020-10-05T05:15:06.934Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-05T05:15:06.934Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-05T05:15:06.934Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-05T05:15:06.934Z] ++ cut -d/ -f2 [2020-10-05T05:15:06.934Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-05T05:15:06.934Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-05T05:15:06.934Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-05T05:15:06.934Z] ++ cut -d/ -f2 [2020-10-05T05:15:06.934Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-05T05:15:06.934Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-05T05:15:06.934Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-05T05:15:06.934Z] ++ cut -d/ -f2 [2020-10-05T05:15:06.934Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-05T05:15:06.934Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-05T05:15:06.934Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-05T05:15:06.934Z] ++ cut -d/ -f2 [2020-10-05T05:15:06.934Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-05T05:15:06.934Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-05T05:15:06.934Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-05T05:15:06.934Z] ++ cut -d/ -f2 [2020-10-05T05:15:06.934Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-05T05:15:07.004Z] 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-05T05:15:08.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-05T05:15:08.328Z] [2020-10-05T05:15:08.328Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:15:08.677Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-05T05:15:08.677Z] latest: Pulling from edgex-devops/git-semver [2020-10-05T05:15:08.677Z] 31603596830f: Pulling fs layer [2020-10-05T05:15:08.677Z] 2a8b12db71e7: Pulling fs layer [2020-10-05T05:15:08.677Z] 6ca5941a6612: Pulling fs layer [2020-10-05T05:15:08.677Z] ecc8261a40a4: Pulling fs layer [2020-10-05T05:15:08.677Z] ecc8261a40a4: Waiting [2020-10-05T05:15:08.677Z] 2a8b12db71e7: Verifying Checksum [2020-10-05T05:15:08.677Z] 2a8b12db71e7: Download complete [2020-10-05T05:15:08.939Z] 31603596830f: Verifying Checksum [2020-10-05T05:15:08.939Z] 31603596830f: Download complete [2020-10-05T05:15:08.939Z] 6ca5941a6612: Verifying Checksum [2020-10-05T05:15:08.939Z] 6ca5941a6612: Download complete [2020-10-05T05:15:08.939Z] ecc8261a40a4: Verifying Checksum [2020-10-05T05:15:09.202Z] 31603596830f: Pull complete [2020-10-05T05:15:09.464Z] 2a8b12db71e7: Pull complete [2020-10-05T05:15:10.048Z] 6ca5941a6612: Pull complete [2020-10-05T05:15:10.310Z] ecc8261a40a4: Pull complete [2020-10-05T05:15:10.310Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-05T05:15:10.310Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-05T05:15:10.310Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-05T05:15:10.415Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:15:10.506Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:15:13.054Z] $ docker top 95f4bda165b93d46401cf8cdf2de5ac4ab8591bae5a4e16d02fc1cf59bc6333d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-05T05:15:13.407Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-05T05:15:13.408Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-05T05:15:13.622Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-05T05:15:13.630Z] $ docker exec 95f4bda165b93d46401cf8cdf2de5ac4ab8591bae5a4e16d02fc1cf59bc6333d ssh-agent [2020-10-05T05:15:13.784Z] SSH_AUTH_SOCK=/tmp/ssh-hDNGfb8CApXQ/agent.11 [2020-10-05T05:15:13.784Z] SSH_AGENT_PID=17 [2020-10-05T05:15:13.797Z] Running ssh-add (command line suppressed) [2020-10-05T05:15:13.920Z] Identity added: /w/workspace/edgex-go/161@tmp/private_key_6893313379054427125.key (/w/workspace/edgex-go/161@tmp/private_key_6893313379054427125.key) [2020-10-05T05:15:13.971Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-05T05:15:14.322Z] + git describe --exact-match --tags HEAD [2020-10-05T05:15:14.322Z] fatal: no tag exactly matches 'ac752d64f668fa491594c1427640d28afa24e84a' [Pipeline] } [2020-10-05T05:15:14.351Z] $ docker exec --env ******** --env ******** 95f4bda165b93d46401cf8cdf2de5ac4ab8591bae5a4e16d02fc1cf59bc6333d ssh-agent -k [2020-10-05T05:15:14.470Z] unset SSH_AUTH_SOCK; [2020-10-05T05:15:14.470Z] unset SSH_AGENT_PID; [2020-10-05T05:15:14.470Z] echo Agent pid 17 killed; [2020-10-05T05:15:14.512Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-05T05:15:14.596Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-05T05:15:14.596Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-05T05:15:14.696Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-05T05:15:14.696Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-05T05:15:14.882Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-05T05:15:14.889Z] $ docker exec 95f4bda165b93d46401cf8cdf2de5ac4ab8591bae5a4e16d02fc1cf59bc6333d ssh-agent [2020-10-05T05:15:15.049Z] SSH_AUTH_SOCK=/tmp/ssh-UgpmWCnpUnBz/agent.48 [2020-10-05T05:15:15.049Z] SSH_AGENT_PID=53 [2020-10-05T05:15:15.057Z] Running ssh-add (command line suppressed) [2020-10-05T05:15:15.193Z] Identity added: /w/workspace/edgex-go/161@tmp/private_key_6599741793144630035.key (/w/workspace/edgex-go/161@tmp/private_key_6599741793144630035.key) [2020-10-05T05:15:15.241Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-05T05:15:15.569Z] + git semver init [2020-10-05T05:15:15.569Z] # -> Open(): unable to determine branch for HEAD [2020-10-05T05:15:15.570Z] # $GIT_DIR = /w/workspace/edgex-go/161/.git [2020-10-05T05:15:15.570Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/161 [2020-10-05T05:15:15.570Z] # $SEMVER_REMOTE_NAME = origin [2020-10-05T05:15:15.570Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-05T05:15:15.570Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-05T05:15:15.570Z] # $SEMVER_BRANCH = master [2020-10-05T05:15:15.570Z] # $SEMVER_TEMP = /tmp/semver-931097268 [2020-10-05T05:15:15.570Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-05T05:15:33.737Z] # '/tmp/semver-931097268' -> '/w/workspace/edgex-go/161/.semver' [2020-10-05T05:15:33.737Z] # -> Force: false [2020-10-05T05:15:33.738Z] # $SEMVER_DIR = /w/workspace/edgex-go/161/.semver [Pipeline] } [2020-10-05T05:15:33.756Z] $ docker exec --env ******** --env ******** 95f4bda165b93d46401cf8cdf2de5ac4ab8591bae5a4e16d02fc1cf59bc6333d ssh-agent -k [2020-10-05T05:15:33.955Z] unset SSH_AUTH_SOCK; [2020-10-05T05:15:33.956Z] unset SSH_AGENT_PID; [2020-10-05T05:15:33.956Z] echo Agent pid 53 killed; [2020-10-05T05:15:34.035Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-05T05:15:34.611Z] + git semver [Pipeline] } [2020-10-05T05:15:34.632Z] $ docker stop --time=1 95f4bda165b93d46401cf8cdf2de5ac4ab8591bae5a4e16d02fc1cf59bc6333d [2020-10-05T05:15:36.194Z] $ docker rm -f 95f4bda165b93d46401cf8cdf2de5ac4ab8591bae5a4e16d02fc1cf59bc6333d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-05T05:15:49.808Z] Stashed 63 file(s) [Pipeline] echo [2020-10-05T05:15:49.813Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.46 [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-05T05:15:50.504Z] ========================================================= [2020-10-05T05:15:50.504Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-05T05:15:50.504Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:15:50.850Z] + 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-05T05:15:55.084Z] Sending build context to Docker daemon 324.6MB [2020-10-05T05:15:55.084Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-05T05:15:55.084Z] Step 2/7 : FROM ${BASE} [2020-10-05T05:15:55.084Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-05T05:15:55.084Z] df20fa9351a1: Pulling fs layer [2020-10-05T05:15:55.084Z] ed8968b2872e: Pulling fs layer [2020-10-05T05:15:55.084Z] a92cc7c5fd73: Pulling fs layer [2020-10-05T05:15:55.084Z] e871e8e8d7a9: Pulling fs layer [2020-10-05T05:15:55.084Z] e73272ec9a57: Pulling fs layer [2020-10-05T05:15:55.084Z] 1e910a182e73: Pulling fs layer [2020-10-05T05:15:55.084Z] 4e634b169226: Pulling fs layer [2020-10-05T05:15:55.084Z] e73272ec9a57: Waiting [2020-10-05T05:15:55.084Z] 1e910a182e73: Waiting [2020-10-05T05:15:55.084Z] 4e634b169226: Waiting [2020-10-05T05:15:55.084Z] e871e8e8d7a9: Waiting [2020-10-05T05:15:55.084Z] a92cc7c5fd73: Verifying Checksum [2020-10-05T05:15:55.084Z] a92cc7c5fd73: Download complete [2020-10-05T05:15:55.084Z] ed8968b2872e: Verifying Checksum [2020-10-05T05:15:55.084Z] ed8968b2872e: Download complete [2020-10-05T05:15:55.084Z] e73272ec9a57: Verifying Checksum [2020-10-05T05:15:55.084Z] e73272ec9a57: Download complete [2020-10-05T05:15:55.084Z] 1e910a182e73: Download complete [2020-10-05T05:15:55.084Z] df20fa9351a1: Verifying Checksum [2020-10-05T05:15:55.084Z] df20fa9351a1: Download complete [2020-10-05T05:15:55.084Z] df20fa9351a1: Pull complete [2020-10-05T05:15:55.348Z] ed8968b2872e: Pull complete [2020-10-05T05:15:55.348Z] a92cc7c5fd73: Pull complete [2020-10-05T05:15:57.279Z] 4e634b169226: Verifying Checksum [2020-10-05T05:15:57.279Z] 4e634b169226: Download complete [2020-10-05T05:15:57.542Z] e871e8e8d7a9: Verifying Checksum [2020-10-05T05:15:57.542Z] e871e8e8d7a9: Download complete [2020-10-05T05:16:02.872Z] e871e8e8d7a9: Pull complete [2020-10-05T05:16:02.872Z] e73272ec9a57: Pull complete [2020-10-05T05:16:02.872Z] 1e910a182e73: Pull complete [2020-10-05T05:16:05.232Z] Still waiting to schedule task [2020-10-05T05:16:05.232Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-05T05:16:08.202Z] 4e634b169226: Pull complete [2020-10-05T05:16:08.202Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-05T05:16:08.202Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-05T05:16:08.202Z] ---> f7629b54cfaa [2020-10-05T05:16:08.202Z] 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-05T05:16:08.202Z] ---> Running in 83bb05d770d1 [2020-10-05T05:16:08.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-05T05:16:09.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-05T05:16:09.613Z] (1/12) Installing libmagic (5.38-r0) [2020-10-05T05:16:10.189Z] (2/12) Installing file (5.38-r0) [2020-10-05T05:16:10.189Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-05T05:16:10.452Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-05T05:16:18.627Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-05T05:16:18.627Z] (6/12) Installing patch (2.7.6-r6) [2020-10-05T05:16:18.627Z] (7/12) Installing build-base (0.5-r2) [2020-10-05T05:16:18.627Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-05T05:16:18.627Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-05T05:16:18.627Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-05T05:16:18.627Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-05T05:16:18.627Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-05T05:16:18.627Z] Executing busybox-1.31.1-r16.trigger [2020-10-05T05:16:18.627Z] OK: 233 MiB in 51 packages [2020-10-05T05:16:21.949Z] Removing intermediate container 83bb05d770d1 [2020-10-05T05:16:21.949Z] ---> 75b42bea0d51 [2020-10-05T05:16:21.949Z] Step 4/7 : WORKDIR /edgex-go [2020-10-05T05:16:21.949Z] ---> Running in d8d776d62226 [2020-10-05T05:16:22.212Z] Removing intermediate container d8d776d62226 [2020-10-05T05:16:22.212Z] ---> 0c7965e20b2c [2020-10-05T05:16:22.212Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-05T05:16:22.474Z] latest: Pulling from library/docker [2020-10-05T05:16:22.736Z] df20fa9351a1: Already exists [2020-10-05T05:16:22.736Z] 25ad7478873d: Pulling fs layer [2020-10-05T05:16:22.736Z] 4684f6177b5d: Pulling fs layer [2020-10-05T05:16:22.736Z] 8ba584e970af: Pulling fs layer [2020-10-05T05:16:22.736Z] 3cdc74d2b06d: Pulling fs layer [2020-10-05T05:16:22.736Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-05T05:16:22.736Z] fca0ccc462d5: Pulling fs layer [2020-10-05T05:16:22.736Z] 3cdc74d2b06d: Waiting [2020-10-05T05:16:22.736Z] 4cf5a0d07c1f: Waiting [2020-10-05T05:16:22.736Z] fca0ccc462d5: Waiting [2020-10-05T05:16:22.997Z] 4684f6177b5d: Verifying Checksum [2020-10-05T05:16:22.997Z] 4684f6177b5d: Download complete [2020-10-05T05:16:22.997Z] 25ad7478873d: Verifying Checksum [2020-10-05T05:16:22.997Z] 25ad7478873d: Download complete [2020-10-05T05:16:22.997Z] 3cdc74d2b06d: Verifying Checksum [2020-10-05T05:16:22.997Z] 3cdc74d2b06d: Download complete [2020-10-05T05:16:22.997Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-05T05:16:22.997Z] 4cf5a0d07c1f: Download complete [2020-10-05T05:16:22.997Z] fca0ccc462d5: Verifying Checksum [2020-10-05T05:16:22.997Z] fca0ccc462d5: Download complete [2020-10-05T05:16:23.266Z] 25ad7478873d: Pull complete [2020-10-05T05:16:23.266Z] 4684f6177b5d: Pull complete [2020-10-05T05:16:23.844Z] 8ba584e970af: Verifying Checksum [2020-10-05T05:16:23.844Z] 8ba584e970af: Download complete [2020-10-05T05:16:26.408Z] 8ba584e970af: Pull complete [2020-10-05T05:16:26.408Z] 3cdc74d2b06d: Pull complete [2020-10-05T05:16:26.409Z] 4cf5a0d07c1f: Pull complete [2020-10-05T05:16:26.409Z] fca0ccc462d5: Pull complete [2020-10-05T05:16:26.409Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-05T05:16:26.409Z] Status: Downloaded newer image for docker:latest [2020-10-05T05:16:28.330Z] ---> a5b700006440 [2020-10-05T05:16:28.330Z] Step 6/7 : COPY go.mod . [2020-10-05T05:16:28.330Z] ---> 27403d5c440d [2020-10-05T05:16:28.330Z] Step 7/7 : RUN go mod download [2020-10-05T05:16:28.330Z] ---> Running in 1af0fde5372a [2020-10-05T05:16:50.335Z] Removing intermediate container 1af0fde5372a [2020-10-05T05:16:50.335Z] ---> 9c7d0f413d87 [2020-10-05T05:16:50.335Z] Successfully built 9c7d0f413d87 [2020-10-05T05:16:50.335Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:16:50.653Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-05T05:16:50.653Z] . [Pipeline] withDockerContainer [2020-10-05T05:16:50.761Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:16:50.818Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:16:51.576Z] $ docker top 9db01c9c30c027e4d11c70d6750b877dcfbeb082de4c2e2fc407371742ca94ce -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-05T05:16:52.077Z] + go version [2020-10-05T05:16:52.077Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-05T05:16:52.096Z] $ docker stop --time=1 9db01c9c30c027e4d11c70d6750b877dcfbeb082de4c2e2fc407371742ca94ce [2020-10-05T05:16:53.456Z] $ docker rm -f 9db01c9c30c027e4d11c70d6750b877dcfbeb082de4c2e2fc407371742ca94ce [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-05T05:16:56.809Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-05T05:16:56.809Z] [2020-10-05T05:16:56.809Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:16:57.153Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-05T05:16:57.154Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-05T05:16:57.154Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-05T05:16:57.154Z] ca9280d653b3: Pulling fs layer [2020-10-05T05:16:57.154Z] 7e9c9ca2126c: Pulling fs layer [2020-10-05T05:16:57.419Z] cbdbe7a5bc2a: Download complete [2020-10-05T05:16:57.681Z] cbdbe7a5bc2a: Pull complete [2020-10-05T05:16:57.943Z] ca9280d653b3: Download complete [2020-10-05T05:16:58.897Z] ca9280d653b3: Pull complete [2020-10-05T05:16:59.158Z] 7e9c9ca2126c: Download complete [2020-10-05T05:17:07.345Z] 7e9c9ca2126c: Pull complete [2020-10-05T05:17:07.345Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-05T05:17:07.345Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-05T05:17:07.345Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-05T05:17:07.455Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:17:07.509Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:17:08.290Z] $ docker top 712b2b0d96e96c160cfea4d0a0c4fe40d8b8e3a970d76c42dbae31b73b0638e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-05T05:17:08.818Z] + docker-compose build --help [2020-10-05T05:17:08.818Z] + grep parallel [2020-10-05T05:17:09.768Z] --parallel Build images in parallel. [Pipeline] } [2020-10-05T05:17:09.789Z] $ docker stop --time=1 712b2b0d96e96c160cfea4d0a0c4fe40d8b8e3a970d76c42dbae31b73b0638e2 [2020-10-05T05:17:11.168Z] $ docker rm -f 712b2b0d96e96c160cfea4d0a0c4fe40d8b8e3a970d76c42dbae31b73b0638e2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:17:11.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-05T05:17:11.758Z] . [Pipeline] withDockerContainer [2020-10-05T05:17:11.863Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:17:11.919Z] $ 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/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:17:12.622Z] $ docker top 7acfd95235d4491d8b3df8253727341ba77944c3c9d1248091f91c7de4cd4a25 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-05T05:17:13.189Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-05T05:17:14.138Z] Building docker-core-command-go ... [2020-10-05T05:17:14.138Z] Building docker-core-data-go ... [2020-10-05T05:17:14.138Z] Building docker-core-metadata-go ... [2020-10-05T05:17:14.138Z] Building docker-security-proxy-setup-go ... [2020-10-05T05:17:14.138Z] Building docker-security-secrets-setup-go ... [2020-10-05T05:17:14.138Z] Building docker-security-secretstore-setup-go ... [2020-10-05T05:17:14.138Z] Building docker-support-logging-go ... [2020-10-05T05:17:14.138Z] Building docker-support-notifications-go ... [2020-10-05T05:17:14.138Z] Building docker-support-scheduler-go ... [2020-10-05T05:17:14.138Z] Building docker-sys-mgmt-agent-go ... [2020-10-05T05:17:14.138Z] Building docker-support-logging-go [2020-10-05T05:17:14.138Z] Building docker-security-secrets-setup-go [2020-10-05T05:17:14.138Z] Building docker-core-data-go [2020-10-05T05:17:14.138Z] Building docker-core-metadata-go [2020-10-05T05:17:14.138Z] Building docker-security-secretstore-setup-go [2020-10-05T05:17:36.197Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-05T05:17:36.197Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-05T05:17:36.197Z] ---> 9c7d0f413d87 [2020-10-05T05:17:36.197Z] Step 3/23 : WORKDIR /edgex-go [2020-10-05T05:17:36.197Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-05T05:17:36.197Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-05T05:17:36.197Z] ---> 9c7d0f413d87 [2020-10-05T05:17:36.197Z] Step 3/22 : WORKDIR /edgex-go [2020-10-05T05:17:36.197Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-05T05:17:36.197Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-05T05:17:36.197Z] ---> 9c7d0f413d87 [2020-10-05T05:17:36.197Z] Step 3/26 : WORKDIR /edgex-go [2020-10-05T05:17:36.459Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-05T05:17:36.459Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-05T05:17:36.459Z] ---> 9c7d0f413d87 [2020-10-05T05:17:36.459Z] Step 3/22 : WORKDIR /edgex-go [2020-10-05T05:17:36.459Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-05T05:17:36.459Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-05T05:17:36.459Z] ---> 9c7d0f413d87 [2020-10-05T05:17:36.459Z] Step 3/29 : WORKDIR /edgex-go [2020-10-05T05:17:37.512Z] ---> Running in 84eed400d280 [2020-10-05T05:17:37.512Z] ---> Running in 9bda5d2c78f7 [2020-10-05T05:17:37.512Z] ---> Running in a7c1f7315513 [2020-10-05T05:17:37.512Z] ---> Running in 1a558f722084 [2020-10-05T05:17:37.512Z] ---> Running in eacc91872ae6 [2020-10-05T05:17:37.817Z] Removing intermediate container 84eed400d280 [2020-10-05T05:17:37.817Z] ---> 3dfc47d38ecb [2020-10-05T05:17:37.817Z] Step 4/29 : RUN apk update && apk add make git [2020-10-05T05:17:37.817Z] Removing intermediate container 1a558f722084 [2020-10-05T05:17:37.817Z] ---> f64264da89ba [2020-10-05T05:17:37.817Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:17:37.817Z] Removing intermediate container 9bda5d2c78f7 [2020-10-05T05:17:37.817Z] ---> 69e29f1a9514 [2020-10-05T05:17:37.817Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:17:37.817Z] Removing intermediate container eacc91872ae6 [2020-10-05T05:17:37.817Z] ---> a19a08faef6a [2020-10-05T05:17:37.817Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:17:38.128Z] Removing intermediate container a7c1f7315513 [2020-10-05T05:17:38.128Z] ---> 6e86c1deb492 [2020-10-05T05:17:38.128Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:17:38.128Z] ---> Running in fcd6aa79ef3c [2020-10-05T05:17:38.128Z] ---> Running in 76c8c56fe06b [2020-10-05T05:17:38.128Z] ---> Running in efe48ec46daf [2020-10-05T05:17:38.128Z] ---> Running in cf5d5553f9a0 [2020-10-05T05:17:38.128Z] ---> Running in c2a4432daad1 [2020-10-05T05:17:39.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-05T05:17:40.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-05T05:17:40.052Z] Removing intermediate container 76c8c56fe06b [2020-10-05T05:17:40.052Z] ---> c5f9585c8fb1 [2020-10-05T05:17:40.052Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-05T05:17:40.052Z] ---> Running in a0411aadeef3 [2020-10-05T05:17:40.314Z] Removing intermediate container cf5d5553f9a0 [2020-10-05T05:17:40.314Z] ---> 31b3f6bf74bb [2020-10-05T05:17:40.314Z] Step 5/26 : RUN apk update && apk add make git [2020-10-05T05:17:40.314Z] Removing intermediate container efe48ec46daf [2020-10-05T05:17:40.314Z] ---> 3e244a964828 [2020-10-05T05:17:40.314Z] Step 5/22 : RUN apk update && apk add make git [2020-10-05T05:17:40.314Z] Removing intermediate container c2a4432daad1 [2020-10-05T05:17:40.314Z] ---> 3cbfeedf6ade [2020-10-05T05:17:40.314Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-05T05:17:40.577Z] ---> Running in 782a442fa037 [2020-10-05T05:17:40.577Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-05T05:17:40.577Z] v3.12.0-366-g88c5d9ea04 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-05T05:17:40.577Z] OK: 12752 distinct packages available [2020-10-05T05:17:40.577Z] ---> Running in 45f69fbb7fae [2020-10-05T05:17:40.577Z] ---> Running in e982eda02f2f [2020-10-05T05:17:40.840Z] OK: 233 MiB in 51 packages [2020-10-05T05:17:41.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-05T05:17:41.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-05T05:17:41.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-05T05:17:41.643Z] Removing intermediate container fcd6aa79ef3c [2020-10-05T05:17:41.643Z] ---> 9c66fcf22a11 [2020-10-05T05:17:41.643Z] Step 5/29 : COPY go.mod . [2020-10-05T05:17:41.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-05T05:17:41.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-05T05:17:41.907Z] ---> 87ac79480b00 [2020-10-05T05:17:41.907Z] Step 6/29 : RUN go mod download [2020-10-05T05:17:41.907Z] ---> Running in bb0bf94d82bf [2020-10-05T05:17:41.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-05T05:17:42.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-05T05:17:42.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-05T05:17:42.438Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-05T05:17:42.438Z] v3.12.0-366-g88c5d9ea04 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-05T05:17:42.438Z] OK: 12752 distinct packages available [2020-10-05T05:17:42.708Z] OK: 233 MiB in 51 packages [2020-10-05T05:17:42.708Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-05T05:17:42.708Z] v3.12.0-366-g88c5d9ea04 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-05T05:17:42.708Z] OK: 12752 distinct packages available [2020-10-05T05:17:42.986Z] OK: 233 MiB in 51 packages [2020-10-05T05:17:43.267Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-05T05:17:43.267Z] v3.12.0-366-g88c5d9ea04 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-05T05:17:43.267Z] OK: 12752 distinct packages available [2020-10-05T05:17:43.267Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-05T05:17:43.267Z] v3.12.0-366-g88c5d9ea04 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-05T05:17:43.267Z] OK: 12752 distinct packages available [2020-10-05T05:17:43.267Z] Removing intermediate container a0411aadeef3 [2020-10-05T05:17:43.267Z] ---> d01475de1c59 [2020-10-05T05:17:43.267Z] Step 6/23 : COPY go.mod . [2020-10-05T05:17:43.267Z] OK: 233 MiB in 51 packages [2020-10-05T05:17:43.539Z] Removing intermediate container bb0bf94d82bf [2020-10-05T05:17:43.539Z] ---> 88d1a102a9fa [2020-10-05T05:17:43.539Z] Step 7/29 : COPY . . [2020-10-05T05:17:43.539Z] OK: 233 MiB in 51 packages [2020-10-05T05:17:43.539Z] OK: 233 MiB in 51 packages [2020-10-05T05:17:44.125Z] Removing intermediate container 782a442fa037 [2020-10-05T05:17:44.125Z] ---> 0ea0d168643c [2020-10-05T05:17:44.125Z] Step 6/26 : COPY go.mod . [2020-10-05T05:17:44.392Z] ---> 57f30009e9b5 [2020-10-05T05:17:44.392Z] Step 7/23 : RUN go mod download [2020-10-05T05:17:44.977Z] ---> Running in c2975b66d48c [2020-10-05T05:17:45.926Z] ---> 1d5ce8209872 [2020-10-05T05:17:45.926Z] Step 7/26 : RUN go mod download [2020-10-05T05:17:50.170Z] ---> Running in d8901ad7aa73 [2020-10-05T05:17:50.170Z] Removing intermediate container 45f69fbb7fae [2020-10-05T05:17:50.170Z] ---> c0b6893acd9d [2020-10-05T05:17:50.170Z] Step 6/22 : COPY go.mod . [2020-10-05T05:17:50.170Z] Removing intermediate container e982eda02f2f [2020-10-05T05:17:50.170Z] ---> 1d633dfc9778 [2020-10-05T05:17:50.170Z] Step 6/22 : COPY go.mod . [2020-10-05T05:17:50.437Z] ---> 2bb6235ed773 [2020-10-05T05:17:50.437Z] Step 7/22 : RUN go mod download [2020-10-05T05:17:50.701Z] ---> fc0d95642054 [2020-10-05T05:17:50.701Z] Step 7/22 : RUN go mod download [2020-10-05T05:17:50.701Z] ---> Running in ce4f7741f39c [2020-10-05T05:17:51.277Z] ---> Running in e1c220350a1f [2020-10-05T05:17:52.224Z] ---> 2d6f2b284a65 [2020-10-05T05:17:52.224Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-05T05:17:52.493Z] ---> Running in 1f0179d247b5 [2020-10-05T05:17:52.493Z] Removing intermediate container c2975b66d48c [2020-10-05T05:17:52.493Z] ---> 5a900e7cf474 [2020-10-05T05:17:52.493Z] Step 8/23 : COPY . . [2020-10-05T05:17:53.907Z] Removing intermediate container d8901ad7aa73 [2020-10-05T05:17:53.907Z] ---> 1a15d8c21fb1 [2020-10-05T05:17:53.907Z] Step 8/26 : COPY . . [2020-10-05T05:17:53.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-05T05:18:03.993Z] Removing intermediate container ce4f7741f39c [2020-10-05T05:18:03.993Z] ---> df46059d824b [2020-10-05T05:18:03.993Z] Step 8/22 : COPY . . [2020-10-05T05:18:03.993Z] Removing intermediate container e1c220350a1f [2020-10-05T05:18:03.993Z] ---> da85be5dde66 [2020-10-05T05:18:03.993Z] Step 8/22 : COPY . . [2020-10-05T05:18:06.677Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3381 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-05T05:18:06.765Z] Running in /w/workspace/edgex-go/161 [Pipeline] { [Pipeline] checkout [2020-10-05T05:18:11.667Z] using credential edgex-jenkins-ssh [2020-10-05T05:18:11.728Z] Cloning the remote Git repository [2020-10-05T05:18:11.786Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-05T05:18:11.897Z] > git init /w/workspace/edgex-go/161 # timeout=10 [2020-10-05T05:18:11.981Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-05T05:18:11.982Z] > git --version # timeout=10 [2020-10-05T05:18:12.003Z] > git --version # 'git version 2.17.1' [2020-10-05T05:18:12.005Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-05T05:18:12.069Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-05T05:18:16.355Z] ---> 87a9943a01fb [2020-10-05T05:18:16.355Z] 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-05T05:18:16.355Z] ---> 7ef394d0995e [2020-10-05T05:18:16.355Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-05T05:18:16.355Z] ---> Running in 13e3f80f55af [2020-10-05T05:18:16.355Z] ---> Running in 80ac2d944edf [2020-10-05T05:18:19.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-05T05:18:19.704Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o cmd/core-data/core-data ./cmd/core-data [2020-10-05T05:18:23.059Z] Removing intermediate container 1f0179d247b5 [2020-10-05T05:18:23.059Z] ---> 997780e132ea [2020-10-05T05:18:23.059Z] [2020-10-05T05:18:23.059Z] Step 9/29 : FROM alpine:latest [2020-10-05T05:18:23.059Z] ---> 93bd4ef110d6 [2020-10-05T05:18:23.059Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-05T05:18:23.059Z] ---> 9fa78e51481b [2020-10-05T05:18:23.059Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-05T05:18:23.328Z] ---> Running in fd97a862a8bc [2020-10-05T05:18:23.328Z] ---> Running in 469ef66ffc1f [2020-10-05T05:18:23.328Z] latest: Pulling from library/alpine [2020-10-05T05:18:23.598Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-05T05:18:23.598Z] Status: Downloaded newer image for alpine:latest [2020-10-05T05:18:23.598Z] ---> a24bb4013296 [2020-10-05T05:18:23.598Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-05T05:18:24.201Z] ---> Running in f787474942bf [2020-10-05T05:18:24.471Z] Removing intermediate container f787474942bf [2020-10-05T05:18:24.471Z] ---> e061440884db [2020-10-05T05:18:24.471Z] Step 11/29 : USER root [2020-10-05T05:18:24.471Z] ---> Running in 85bfa4290d2d [2020-10-05T05:18:24.738Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-05T05:18:24.738Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-05T05:18:24.738Z] Removing intermediate container 85bfa4290d2d [2020-10-05T05:18:24.738Z] ---> e28f6a48fbaf [2020-10-05T05:18:24.738Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-05T05:18:25.013Z] ---> Running in 319bba4fc6f6 [2020-10-05T05:18:25.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-05T05:18:26.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-05T05:18:26.274Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-05T05:18:26.274Z] v3.12.0-366-g88c5d9ea04 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-05T05:18:26.274Z] OK: 12750 distinct packages available [2020-10-05T05:18:26.844Z] Checking out Revision ac752d64f668fa491594c1427640d28afa24e84a (master) [2020-10-05T05:18:26.881Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-05T05:18:26.881Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-05T05:18:26.881Z] Executing busybox-1.31.1-r16.trigger [2020-10-05T05:18:26.881Z] Executing ca-certificates-20191127-r4.trigger [2020-10-05T05:18:26.881Z] OK: 6 MiB in 16 packages [2020-10-05T05:18:26.206Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-05T05:18:26.227Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-05T05:18:26.255Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-05T05:18:26.299Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-05T05:18:26.300Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-05T05:18:26.316Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-05T05:18:26.865Z] > git config core.sparsecheckout # timeout=10 [2020-10-05T05:18:26.884Z] > git checkout -f ac752d64f668fa491594c1427640d28afa24e84a # timeout=10 [2020-10-05T05:18:29.487Z] Removing intermediate container 319bba4fc6f6 [2020-10-05T05:18:29.487Z] ---> 33dbb7697303 [2020-10-05T05:18:29.487Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-05T05:18:29.487Z] ---> Running in 931231cf7a29 [2020-10-05T05:18:30.462Z] Removing intermediate container 931231cf7a29 [2020-10-05T05:18:30.462Z] ---> 77b62ec3253b [2020-10-05T05:18:30.462Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-05T05:18:31.427Z] ---> Running in 53d920dafb5e [2020-10-05T05:18:31.524Z] Commit message: "Merge pull request #2748 from cloudxxx8/issue-2747" [2020-10-05T05:18:31.697Z] Removing intermediate container 53d920dafb5e [2020-10-05T05:18:31.697Z] ---> 06c036af5fd6 [2020-10-05T05:18:31.697Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-05T05:18:31.965Z] ---> Running in 797389ca9117 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-05T05:18:33.929Z] Removing intermediate container 797389ca9117 [2020-10-05T05:18:33.929Z] ---> c80e7e33800a [2020-10-05T05:18:33.929Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-05T05:18:34.902Z] ---> e371509f7755 [2020-10-05T05:18:34.903Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-05T05:18:35.182Z] ---> 369ce9d526ad [2020-10-05T05:18:35.182Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-05T05:18:35.453Z] ---> ab53cd0172d4 [2020-10-05T05:18:35.453Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-05T05:18:36.873Z] ---> 8a2620e26cd2 [2020-10-05T05:18:36.873Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-05T05:18:37.139Z] ---> 8560e03d72d8 [2020-10-05T05:18:37.139Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-05T05:18:37.410Z] ---> Running in 3cdbf0d33c89 [2020-10-05T05:18:39.382Z] Removing intermediate container 3cdbf0d33c89 [2020-10-05T05:18:39.382Z] ---> 92403a14515a [2020-10-05T05:18:39.382Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-05T05:18:39.655Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-05T05:18:39.655Z] ---> 820c2e5a79f1 [2020-10-05T05:18:39.655Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-05T05:18:39.931Z] ---> Running in 1ed197058db8 [2020-10-05T05:18:41.909Z] Removing intermediate container 1ed197058db8 [2020-10-05T05:18:41.909Z] ---> 05b869b155d5 [2020-10-05T05:18:41.909Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-05T05:18:41.909Z] ---> Running in 8f40f24ef571 [2020-10-05T05:18:43.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] echo [2020-10-05T05:18:44.931Z] ========================================================= [2020-10-05T05:18:44.931Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-05T05:18:44.931Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:18:45.355Z] Removing intermediate container 8f40f24ef571 [2020-10-05T05:18:45.355Z] ---> 851b68039107 [2020-10-05T05:18:45.355Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-05T05:18:45.355Z] ---> Running in 7b533f1f8c32 [2020-10-05T05:18:45.841Z] + 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-05T05:18:45.949Z] Removing intermediate container 7b533f1f8c32 [2020-10-05T05:18:45.949Z] ---> 7b67ceb3443f [2020-10-05T05:18:45.949Z] Step 26/29 : CMD [ "generate" ] [2020-10-05T05:18:45.949Z] ---> Running in 65a89d050cae [2020-10-05T05:18:46.219Z] Removing intermediate container 65a89d050cae [2020-10-05T05:18:46.219Z] ---> dfb935e58f33 [2020-10-05T05:18:46.219Z] Step 27/29 : LABEL arch=x86_64 [2020-10-05T05:18:46.488Z] ---> Running in d0cb21ea32e9 [2020-10-05T05:18:46.756Z] Removing intermediate container d0cb21ea32e9 [2020-10-05T05:18:46.756Z] ---> 814b14054df0 [2020-10-05T05:18:46.756Z] Step 28/29 : LABEL git_sha=ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:18:47.034Z] ---> Running in bf2c26d118a6 [2020-10-05T05:18:47.621Z] Removing intermediate container bf2c26d118a6 [2020-10-05T05:18:47.621Z] ---> bdd49d058da6 [2020-10-05T05:18:47.621Z] Step 29/29 : LABEL version=1.2.2-dev.46 [2020-10-05T05:18:47.891Z] ---> Running in e60769bfc90c [2020-10-05T05:18:48.486Z] Removing intermediate container e60769bfc90c [2020-10-05T05:18:48.486Z] ---> a2a1ae31b102 [2020-10-05T05:18:48.486Z] [2020-10-05T05:18:48.755Z] Successfully built a2a1ae31b102 [2020-10-05T05:18:48.755Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-05T05:18:48.755Z] Building docker-core-command-go [2020-10-05T05:18:50.175Z] Sending build context to Docker daemon 324.6MB [2020-10-05T05:18:50.175Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-05T05:18:50.175Z] Step 2/7 : FROM ${BASE} [2020-10-05T05:18:50.175Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-05T05:18:50.175Z] b538f80385f9: Pulling fs layer [2020-10-05T05:18:50.175Z] 74f711af9a0d: Pulling fs layer [2020-10-05T05:18:50.175Z] 99f96fe45779: Pulling fs layer [2020-10-05T05:18:50.175Z] 8529a6b9a6be: Pulling fs layer [2020-10-05T05:18:50.175Z] 45590311c82a: Pulling fs layer [2020-10-05T05:18:50.175Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-05T05:18:50.175Z] 209524e5b208: Pulling fs layer [2020-10-05T05:18:50.175Z] 8529a6b9a6be: Waiting [2020-10-05T05:18:50.175Z] 45590311c82a: Waiting [2020-10-05T05:18:50.175Z] 69ca0ff8b7b3: Waiting [2020-10-05T05:18:50.175Z] 209524e5b208: Waiting [2020-10-05T05:18:50.175Z] 99f96fe45779: Verifying Checksum [2020-10-05T05:18:50.175Z] 99f96fe45779: Download complete [2020-10-05T05:18:50.175Z] 74f711af9a0d: Verifying Checksum [2020-10-05T05:18:50.175Z] 74f711af9a0d: Download complete [2020-10-05T05:18:50.175Z] 45590311c82a: Verifying Checksum [2020-10-05T05:18:50.175Z] 45590311c82a: Download complete [2020-10-05T05:18:50.175Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-05T05:18:50.175Z] 69ca0ff8b7b3: Download complete [2020-10-05T05:18:50.448Z] b538f80385f9: Verifying Checksum [2020-10-05T05:18:50.448Z] b538f80385f9: Download complete [2020-10-05T05:18:51.047Z] b538f80385f9: Pull complete [2020-10-05T05:18:51.656Z] 74f711af9a0d: Pull complete [2020-10-05T05:18:51.931Z] 99f96fe45779: Pull complete [2020-10-05T05:18:52.911Z] 209524e5b208: Verifying Checksum [2020-10-05T05:18:52.911Z] 209524e5b208: Download complete [2020-10-05T05:18:54.115Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 13e3f80f55af [2020-10-05T05:18:54.115Z] ---> 11243e9e03a4 [2020-10-05T05:18:54.115Z] [2020-10-05T05:18:54.115Z] Step 10/26 : FROM alpine:3.10 [2020-10-05T05:18:54.347Z] 8529a6b9a6be: Verifying Checksum [2020-10-05T05:18:54.347Z] 8529a6b9a6be: Download complete [2020-10-05T05:18:54.388Z] 3.10: Pulling from library/alpine [2020-10-05T05:18:56.605Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-05T05:18:56.605Z] Status: Downloaded newer image for alpine:3.10 [2020-10-05T05:18:56.605Z] ---> be4e4bea2c2e [2020-10-05T05:18:56.605Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-05T05:19:01.096Z] ---> Running in 9b4733cf1aae [2020-10-05T05:19:01.685Z] Removing intermediate container 469ef66ffc1f [2020-10-05T05:19:01.685Z] ---> 308f78955ee7 [2020-10-05T05:19:01.685Z] [2020-10-05T05:19:01.685Z] Step 10/22 : FROM scratch [2020-10-05T05:19:01.685Z] ---> [2020-10-05T05:19:01.685Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-05T05:19:02.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-05T05:19:02.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-05T05:19:02.660Z] ---> Running in caa6e8708ede [2020-10-05T05:19:02.660Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-05T05:19:02.660Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-05T05:19:02.660Z] OK: 10346 distinct packages available [2020-10-05T05:19:02.923Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-05T05:19:02.923Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-05T05:19:02.923Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-05T05:19:02.923Z] (4/5) Installing curl (7.66.0-r1) [2020-10-05T05:19:02.923Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-05T05:19:02.923Z] Executing busybox-1.30.1-r3.trigger [2020-10-05T05:19:02.923Z] Executing ca-certificates-20191127-r2.trigger [2020-10-05T05:19:03.186Z] OK: 7 MiB in 19 packages [2020-10-05T05:19:03.447Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-05T05:19:03.447Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-05T05:19:03.447Z] ---> 9c7d0f413d87 [2020-10-05T05:19:03.447Z] Step 3/22 : WORKDIR /edgex-go [2020-10-05T05:19:03.447Z] ---> Using cache [2020-10-05T05:19:03.447Z] ---> a19a08faef6a [2020-10-05T05:19:03.447Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:19:03.447Z] ---> Using cache [2020-10-05T05:19:03.447Z] ---> 31b3f6bf74bb [2020-10-05T05:19:03.447Z] Step 5/22 : RUN apk update && apk add make git [2020-10-05T05:19:03.447Z] ---> Using cache [2020-10-05T05:19:03.447Z] ---> 0ea0d168643c [2020-10-05T05:19:03.447Z] Step 6/22 : COPY go.mod . [2020-10-05T05:19:03.447Z] ---> Using cache [2020-10-05T05:19:03.447Z] ---> 1d5ce8209872 [2020-10-05T05:19:03.447Z] Step 7/22 : RUN go mod download [2020-10-05T05:19:03.447Z] ---> Using cache [2020-10-05T05:19:03.447Z] ---> 1a15d8c21fb1 [2020-10-05T05:19:03.447Z] Step 8/22 : COPY . . [2020-10-05T05:19:03.447Z] ---> Using cache [2020-10-05T05:19:03.447Z] ---> 87a9943a01fb [2020-10-05T05:19:03.447Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-05T05:19:04.394Z] Removing intermediate container caa6e8708ede [2020-10-05T05:19:04.394Z] ---> 94345e09d197 [2020-10-05T05:19:04.394Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-05T05:19:04.507Z] 8529a6b9a6be: Pull complete [2020-10-05T05:19:04.507Z] 45590311c82a: Pull complete [2020-10-05T05:19:04.661Z] ---> Running in 73ec39e19c89 [2020-10-05T05:19:04.783Z] 69ca0ff8b7b3: Pull complete [2020-10-05T05:19:06.058Z] ---> Running in b7d0c5b0b367 [2020-10-05T05:19:07.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o cmd/core-command/core-command ./cmd/core-command [2020-10-05T05:19:07.714Z] Removing intermediate container b7d0c5b0b367 [2020-10-05T05:19:07.714Z] ---> cdd47989e49b [2020-10-05T05:19:07.714Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-05T05:19:07.979Z] Removing intermediate container 9b4733cf1aae [2020-10-05T05:19:07.979Z] ---> bb7624e72488 [2020-10-05T05:19:07.979Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-05T05:19:08.257Z] ---> Running in b909679d11a1 [2020-10-05T05:19:08.257Z] ---> Running in 274bb35eed42 [2020-10-05T05:19:08.257Z] Removing intermediate container fd97a862a8bc [2020-10-05T05:19:08.257Z] ---> 746f917f1416 [2020-10-05T05:19:08.257Z] [2020-10-05T05:19:08.257Z] Step 10/22 : FROM scratch [2020-10-05T05:19:08.257Z] ---> [2020-10-05T05:19:08.257Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-05T05:19:08.257Z] Removing intermediate container 80ac2d944edf [2020-10-05T05:19:08.257Z] ---> d4307fa4802a [2020-10-05T05:19:08.257Z] [2020-10-05T05:19:08.257Z] Step 10/23 : FROM alpine [2020-10-05T05:19:08.257Z] ---> a24bb4013296 [2020-10-05T05:19:08.257Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-05T05:19:08.521Z] ---> Running in 59b8adb913c0 [2020-10-05T05:19:08.521Z] ---> Running in 922a789c07a3 [2020-10-05T05:19:08.788Z] Removing intermediate container 274bb35eed42 [2020-10-05T05:19:08.788Z] ---> 2ac84cc75e50 [2020-10-05T05:19:08.788Z] Step 13/26 : WORKDIR / [2020-10-05T05:19:09.112Z] 209524e5b208: Pull complete [2020-10-05T05:19:09.112Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-05T05:19:09.112Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-05T05:19:09.112Z] ---> 5bddaf1c2fca [2020-10-05T05:19:09.112Z] 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-05T05:19:09.759Z] Removing intermediate container b909679d11a1 [2020-10-05T05:19:09.759Z] ---> 685675580661 [2020-10-05T05:19:09.759Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-05T05:19:10.029Z] Removing intermediate container 59b8adb913c0 [2020-10-05T05:19:10.029Z] ---> b0ef095b69d6 [2020-10-05T05:19:10.029Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-05T05:19:10.029Z] ---> Running in e751748c5d5e [2020-10-05T05:19:10.029Z] Removing intermediate container 922a789c07a3 [2020-10-05T05:19:10.029Z] ---> 9727c35b4238 [2020-10-05T05:19:10.029Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-05T05:19:10.029Z] ---> Running in 48b4d6499613 [2020-10-05T05:19:10.308Z] ---> be592c10a161 [2020-10-05T05:19:10.308Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-05T05:19:10.308Z] ---> Running in 292650d27c55 [2020-10-05T05:19:10.583Z] Removing intermediate container e751748c5d5e [2020-10-05T05:19:10.583Z] ---> 28f710ad58f9 [2020-10-05T05:19:10.583Z] 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-05T05:19:10.583Z] Removing intermediate container 48b4d6499613 [2020-10-05T05:19:10.583Z] ---> 06675f3fcedc [2020-10-05T05:19:10.583Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-05T05:19:10.860Z] ---> Running in 690b33523adb [2020-10-05T05:19:10.860Z] Removing intermediate container 292650d27c55 [2020-10-05T05:19:10.860Z] ---> 39c582a4ceda [2020-10-05T05:19:10.860Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-05T05:19:10.860Z] ---> 023dfce13725 [2020-10-05T05:19:10.860Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-05T05:19:11.161Z] ---> Running in e4c49d35b9b7 [2020-10-05T05:19:11.161Z] ---> d24f70fa7861 [2020-10-05T05:19:11.161Z] 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-05T05:19:11.161Z] Removing intermediate container 690b33523adb [2020-10-05T05:19:11.161Z] ---> d6be3eab0902 [2020-10-05T05:19:11.161Z] Step 14/22 : WORKDIR / [2020-10-05T05:19:11.447Z] ---> Running in fc82e2d1cdf8 [2020-10-05T05:19:11.447Z] Removing intermediate container e4c49d35b9b7 [2020-10-05T05:19:11.447Z] ---> 999aeea44604 [2020-10-05T05:19:11.447Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:19:11.723Z] ---> Running in 7f83e278a66f [2020-10-05T05:19:11.723Z] Removing intermediate container fc82e2d1cdf8 [2020-10-05T05:19:11.723Z] ---> 8ec85e5c4535 [2020-10-05T05:19:11.723Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-05T05:19:11.998Z] ---> e43b39454634 [2020-10-05T05:19:11.998Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-05T05:19:11.998Z] ---> da8bd1319c51 [2020-10-05T05:19:11.998Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-05T05:19:12.271Z] ---> 0628937f329d [2020-10-05T05:19:12.271Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-05T05:19:12.506Z] ---> Running in ff075ad4ad8b [2020-10-05T05:19:12.555Z] ---> b91a1b8c60ad [2020-10-05T05:19:12.555Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-05T05:19:13.145Z] ---> Running in b97469a8c872 [2020-10-05T05:19:13.145Z] ---> 06f4165123ee [2020-10-05T05:19:13.145Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-05T05:19:13.417Z] ---> 1b8dd7d0c190 [2020-10-05T05:19:13.417Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-05T05:19:13.691Z] Removing intermediate container b97469a8c872 [2020-10-05T05:19:13.691Z] ---> 1fe53a744de9 [2020-10-05T05:19:13.691Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-05T05:19:13.691Z] ---> 2e7a62ac9683 [2020-10-05T05:19:13.691Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-05T05:19:13.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-05T05:19:13.980Z] ---> Running in cd926c551d8c [2020-10-05T05:19:13.980Z] ---> 460d37cdc078 [2020-10-05T05:19:13.980Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-05T05:19:13.980Z] ---> Running in 314a8be65fef [2020-10-05T05:19:14.255Z] Removing intermediate container 7f83e278a66f [2020-10-05T05:19:14.255Z] ---> 95763a51f9fe [2020-10-05T05:19:14.255Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-05T05:19:14.255Z] Removing intermediate container cd926c551d8c [2020-10-05T05:19:14.255Z] ---> b4e440b5348a [2020-10-05T05:19:14.255Z] Step 20/22 : LABEL arch=x86_64 [2020-10-05T05:19:14.255Z] ---> Running in 5030bf9916e1 [2020-10-05T05:19:14.518Z] Removing intermediate container 314a8be65fef [2020-10-05T05:19:14.518Z] ---> 4f5b3a91013c [2020-10-05T05:19:14.518Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-05T05:19:14.518Z] ---> Running in f4732990c0c0 [2020-10-05T05:19:14.782Z] ---> Running in dc4bba3d54e5 [2020-10-05T05:19:14.782Z] ---> bdd6f1909785 [2020-10-05T05:19:14.782Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-05T05:19:14.782Z] Removing intermediate container f4732990c0c0 [2020-10-05T05:19:14.782Z] ---> 9fa447b4013f [2020-10-05T05:19:14.782Z] Step 21/22 : LABEL git_sha=ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:19:14.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-05T05:19:15.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-05T05:19:15.627Z] ---> Running in 1160339e84cd [2020-10-05T05:19:15.627Z] Removing intermediate container dc4bba3d54e5 [2020-10-05T05:19:15.627Z] ---> f7008cf1a6a6 [2020-10-05T05:19:15.627Z] Step 20/22 : LABEL arch=x86_64 [2020-10-05T05:19:15.893Z] ---> f56421265ded [2020-10-05T05:19:15.893Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-05T05:19:15.895Z] (1/12) Installing libmagic (5.38-r0) [2020-10-05T05:19:16.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-05T05:19:16.162Z] ---> Running in 2ab30c19c5c3 [2020-10-05T05:19:16.162Z] Removing intermediate container 1160339e84cd [2020-10-05T05:19:16.162Z] ---> cd4aff528fa8 [2020-10-05T05:19:16.162Z] Step 22/22 : LABEL version=1.2.2-dev.46 [2020-10-05T05:19:16.166Z] (2/12) Installing file (5.38-r0) [2020-10-05T05:19:16.166Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-05T05:19:16.166Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-05T05:19:16.436Z] ---> Running in db901f34bcf5 [2020-10-05T05:19:16.436Z] Removing intermediate container 2ab30c19c5c3 [2020-10-05T05:19:16.436Z] ---> f0e7789442eb [2020-10-05T05:19:16.436Z] Step 21/22 : LABEL git_sha=ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:19:16.700Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-05T05:19:16.700Z] ---> Running in eed528dbf046 [2020-10-05T05:19:16.700Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-05T05:19:16.700Z] Removing intermediate container db901f34bcf5 [2020-10-05T05:19:16.700Z] ---> 73d177bb9dd6 [2020-10-05T05:19:16.700Z] [2020-10-05T05:19:16.700Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-05T05:19:16.973Z] ---> 1203e949fffd [2020-10-05T05:19:16.973Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-05T05:19:16.973Z] Successfully built 73d177bb9dd6 [2020-10-05T05:19:16.973Z] Successfully tagged docker-support-logging-go:latest [2020-10-05T05:19:16.973Z] Building docker-support-notifications-go [2020-10-05T05:19:16.973Z]  Building docker-support-logging-go ... done Removing intermediate container eed528dbf046 [2020-10-05T05:19:16.973Z] ---> f702db32d076 [2020-10-05T05:19:16.973Z] Step 22/22 : LABEL version=1.2.2-dev.46 [2020-10-05T05:19:16.973Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-05T05:19:17.249Z] ---> Running in 78f59444d274 [2020-10-05T05:19:17.249Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-05T05:19:17.249Z] Executing busybox-1.31.1-r16.trigger [2020-10-05T05:19:17.249Z] OK: 8 MiB in 19 packages [2020-10-05T05:19:19.537Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-05T05:19:19.537Z] (6/12) Installing patch (2.7.6-r6) [2020-10-05T05:19:19.537Z] (7/12) Installing build-base (0.5-r2) [2020-10-05T05:19:19.808Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-05T05:19:19.808Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-05T05:19:19.808Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-05T05:19:20.082Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-05T05:19:20.082Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-05T05:19:20.082Z] Executing busybox-1.31.1-r16.trigger [2020-10-05T05:19:20.082Z] OK: 217 MiB in 51 packages [2020-10-05T05:19:21.487Z] ---> 566816728157 [2020-10-05T05:19:21.487Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-05T05:19:21.487Z] Removing intermediate container 78f59444d274 [2020-10-05T05:19:21.487Z] ---> 7752f5ec5ba6 [2020-10-05T05:19:21.487Z] [2020-10-05T05:19:21.487Z] Successfully built 7752f5ec5ba6 [2020-10-05T05:19:21.750Z] Successfully tagged docker-core-metadata-go:latest [2020-10-05T05:19:21.750Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2020-10-05T05:19:21.750Z] ---> Running in ea3019917dba [2020-10-05T05:19:24.389Z] Removing intermediate container ff075ad4ad8b [2020-10-05T05:19:24.389Z] ---> dd8fbe50a688 [2020-10-05T05:19:24.389Z] Step 4/7 : WORKDIR /edgex-go [2020-10-05T05:19:24.389Z] ---> Running in 0c0e713b75f2 [2020-10-05T05:19:24.986Z] Removing intermediate container 0c0e713b75f2 [2020-10-05T05:19:24.986Z] ---> 5e36395791a6 [2020-10-05T05:19:24.986Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-05T05:19:25.262Z] latest: Pulling from library/docker [2020-10-05T05:19:25.262Z] b538f80385f9: Already exists [2020-10-05T05:19:25.262Z] 259a493cd78d: Pulling fs layer [2020-10-05T05:19:25.262Z] b8e66b5100f5: Pulling fs layer [2020-10-05T05:19:25.262Z] 7f8258a56ab6: Pulling fs layer [2020-10-05T05:19:25.262Z] 75a0a0ebb566: Pulling fs layer [2020-10-05T05:19:25.262Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-05T05:19:25.262Z] 294320357d30: Pulling fs layer [2020-10-05T05:19:25.262Z] 75a0a0ebb566: Waiting [2020-10-05T05:19:25.262Z] 4a2c62f0a2a3: Waiting [2020-10-05T05:19:25.539Z] b8e66b5100f5: Verifying Checksum [2020-10-05T05:19:25.539Z] b8e66b5100f5: Download complete [2020-10-05T05:19:25.539Z] 259a493cd78d: Verifying Checksum [2020-10-05T05:19:25.539Z] 259a493cd78d: Download complete [2020-10-05T05:19:25.539Z] 75a0a0ebb566: Verifying Checksum [2020-10-05T05:19:25.539Z] 75a0a0ebb566: Download complete [2020-10-05T05:19:25.816Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-05T05:19:25.816Z] 4a2c62f0a2a3: Download complete [2020-10-05T05:19:25.816Z] 294320357d30: Verifying Checksum [2020-10-05T05:19:25.816Z] 294320357d30: Download complete [2020-10-05T05:19:26.010Z] Removing intermediate container 5030bf9916e1 [2020-10-05T05:19:26.010Z] ---> 52398c879902 [2020-10-05T05:19:26.010Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-05T05:19:26.427Z] 259a493cd78d: Pull complete [2020-10-05T05:19:26.703Z] b8e66b5100f5: Pull complete [2020-10-05T05:19:26.978Z] 7f8258a56ab6: Verifying Checksum [2020-10-05T05:19:26.978Z] 7f8258a56ab6: Download complete [2020-10-05T05:19:27.420Z] ---> e6a26007cdd9 [2020-10-05T05:19:27.420Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-05T05:19:30.371Z] 7f8258a56ab6: Pull complete [2020-10-05T05:19:30.371Z] 75a0a0ebb566: Pull complete [2020-10-05T05:19:30.371Z] 4a2c62f0a2a3: Pull complete [2020-10-05T05:19:30.757Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-05T05:19:30.757Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-05T05:19:30.757Z] ---> 9c7d0f413d87 [2020-10-05T05:19:30.757Z] Step 3/24 : WORKDIR /edgex-go [2020-10-05T05:19:30.757Z] ---> Using cache [2020-10-05T05:19:30.757Z] ---> a19a08faef6a [2020-10-05T05:19:30.757Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:19:30.757Z] ---> Using cache [2020-10-05T05:19:30.757Z] ---> 31b3f6bf74bb [2020-10-05T05:19:30.757Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-05T05:19:30.966Z] 294320357d30: Pull complete [2020-10-05T05:19:30.966Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-05T05:19:30.966Z] Status: Downloaded newer image for docker:latest [2020-10-05T05:19:32.150Z] Removing intermediate container ea3019917dba [2020-10-05T05:19:32.150Z] ---> 38886ccdfb70 [2020-10-05T05:19:32.150Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-05T05:19:34.080Z] ---> d30e3fc481af [2020-10-05T05:19:34.080Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-05T05:19:34.080Z] ---> Running in ef0f30fd8166 [2020-10-05T05:19:34.344Z] ---> Running in 84af2b082a02 [2020-10-05T05:19:34.344Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-05T05:19:34.344Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-05T05:19:34.344Z] ---> 9c7d0f413d87 [2020-10-05T05:19:34.344Z] Step 3/27 : WORKDIR /edgex-go [2020-10-05T05:19:34.344Z] ---> Using cache [2020-10-05T05:19:34.344Z] ---> a19a08faef6a [2020-10-05T05:19:34.344Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:19:34.344Z] ---> Using cache [2020-10-05T05:19:34.344Z] ---> 31b3f6bf74bb [2020-10-05T05:19:34.344Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-05T05:19:34.352Z] ---> d75695b998f2 [2020-10-05T05:19:34.352Z] Step 6/7 : COPY go.mod . [2020-10-05T05:19:34.952Z] ---> 1cad2591f706 [2020-10-05T05:19:34.952Z] Step 7/7 : RUN go mod download [2020-10-05T05:19:34.952Z] ---> Running in 4cb5e6e5501d [2020-10-05T05:19:35.297Z] Removing intermediate container 73ec39e19c89 [2020-10-05T05:19:35.297Z] ---> 1ab24c5d56f9 [2020-10-05T05:19:35.297Z] [2020-10-05T05:19:35.297Z] Step 10/22 : FROM scratch [2020-10-05T05:19:35.297Z] ---> [2020-10-05T05:19:35.297Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-05T05:19:35.297Z] ---> Using cache [2020-10-05T05:19:35.297Z] ---> b0ef095b69d6 [2020-10-05T05:19:35.297Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-05T05:19:35.871Z] ---> Running in 76801daa2fe2 [2020-10-05T05:19:35.871Z] ---> Running in 13df3bc14e3e [2020-10-05T05:19:35.871Z] ---> 02b4ef494676 [2020-10-05T05:19:35.871Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-05T05:19:35.871Z] Removing intermediate container 84af2b082a02 [2020-10-05T05:19:35.871Z] ---> 222d9e9c1371 [2020-10-05T05:19:35.871Z] Step 24/26 : LABEL arch=x86_64 [2020-10-05T05:19:36.135Z] ---> Running in 990fe0a929da [2020-10-05T05:19:36.135Z] ---> Running in 0ac48631add9 [2020-10-05T05:19:36.135Z] Removing intermediate container 76801daa2fe2 [2020-10-05T05:19:36.135Z] ---> 699d6e1b3d6c [2020-10-05T05:19:36.135Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-05T05:19:36.135Z] ---> Running in 3ee519f25acb [2020-10-05T05:19:36.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-05T05:19:36.400Z] Removing intermediate container 0ac48631add9 [2020-10-05T05:19:36.400Z] ---> 85e9216fbdb3 [2020-10-05T05:19:36.400Z] Step 25/26 : LABEL git_sha=ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:19:36.400Z] Removing intermediate container 990fe0a929da [2020-10-05T05:19:36.400Z] ---> fdc148c3f336 [2020-10-05T05:19:36.400Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-05T05:19:36.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-05T05:19:36.662Z] ---> Running in 2e377396d1b5 [2020-10-05T05:19:36.662Z] Removing intermediate container 3ee519f25acb [2020-10-05T05:19:36.662Z] ---> a34dd6475d96 [2020-10-05T05:19:36.662Z] Step 14/22 : WORKDIR / [2020-10-05T05:19:36.662Z] ---> Running in ee52909b3154 [2020-10-05T05:19:36.662Z] ---> Running in 259776a2068a [2020-10-05T05:19:36.923Z] Removing intermediate container 2e377396d1b5 [2020-10-05T05:19:36.923Z] ---> c5694ad9c601 [2020-10-05T05:19:36.923Z] Step 26/26 : LABEL version=1.2.2-dev.46 [2020-10-05T05:19:36.923Z] Removing intermediate container ee52909b3154 [2020-10-05T05:19:36.923Z] ---> 1ac9f87400b1 [2020-10-05T05:19:36.923Z] Step 21/23 : LABEL arch=x86_64 [2020-10-05T05:19:36.923Z] ---> Running in 8c1ce9d5e9d1 [2020-10-05T05:19:36.923Z] Removing intermediate container 259776a2068a [2020-10-05T05:19:36.923Z] ---> 531efece2d1d [2020-10-05T05:19:36.923Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-05T05:19:36.923Z] ---> Running in 0ec40c8038d2 [2020-10-05T05:19:37.185Z] Removing intermediate container 8c1ce9d5e9d1 [2020-10-05T05:19:37.185Z] ---> 000bd839173a [2020-10-05T05:19:37.185Z] [2020-10-05T05:19:37.185Z] Successfully built 000bd839173a [2020-10-05T05:19:37.185Z] Removing intermediate container 0ec40c8038d2 [2020-10-05T05:19:37.185Z] ---> 77c2c605c860 [2020-10-05T05:19:37.185Z] Step 22/23 : LABEL git_sha=ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:19:37.185Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-05T05:19:37.185Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2020-10-05T05:19:37.458Z] ---> dc99b4fd4756 [2020-10-05T05:19:37.458Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-05T05:19:37.458Z] ---> Running in 78f136c726dd [2020-10-05T05:19:37.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-05T05:19:37.722Z] Removing intermediate container 78f136c726dd [2020-10-05T05:19:37.722Z] ---> ae2c04415520 [2020-10-05T05:19:37.722Z] Step 23/23 : LABEL version=1.2.2-dev.46 [2020-10-05T05:19:37.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-05T05:19:37.985Z] ---> Running in ff2ffc5ea0c8 [2020-10-05T05:19:38.248Z] ---> 5057d2ea2470 [2020-10-05T05:19:38.248Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-05T05:19:38.248Z] Removing intermediate container ff2ffc5ea0c8 [2020-10-05T05:19:38.248Z] ---> 3ae326cb50c1 [2020-10-05T05:19:38.248Z] [2020-10-05T05:19:38.510Z] Successfully built 3ae326cb50c1 [2020-10-05T05:19:38.510Z] Successfully tagged docker-core-data-go:latest [2020-10-05T05:19:38.510Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-10-05T05:19:38.773Z] ---> 1f5faba42740 [2020-10-05T05:19:38.773Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-05T05:19:40.696Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-05T05:19:40.696Z] v3.12.0-366-g88c5d9ea04 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-05T05:19:40.696Z] OK: 12752 distinct packages available [2020-10-05T05:19:41.270Z] OK: 233 MiB in 51 packages [2020-10-05T05:19:41.533Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-05T05:19:41.533Z] v3.12.0-366-g88c5d9ea04 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-05T05:19:41.533Z] OK: 12752 distinct packages available [2020-10-05T05:19:41.794Z] OK: 233 MiB in 51 packages [2020-10-05T05:19:42.057Z] ---> Running in 2325003ae26b [2020-10-05T05:19:42.640Z] Removing intermediate container 2325003ae26b [2020-10-05T05:19:42.640Z] ---> 79db9166c2ac [2020-10-05T05:19:42.906Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-05T05:19:42.906Z] ---> Running in 93ac1d733ec3 [2020-10-05T05:19:43.169Z] Removing intermediate container 13df3bc14e3e [2020-10-05T05:19:43.169Z] ---> a2e827ed9290 [2020-10-05T05:19:43.169Z] Step 6/27 : COPY go.mod . [2020-10-05T05:19:43.169Z] Removing intermediate container ef0f30fd8166 [2020-10-05T05:19:43.169Z] ---> 5ecabd47a549 [2020-10-05T05:19:43.169Z] Step 6/24 : COPY go.mod . [2020-10-05T05:19:44.121Z] Removing intermediate container 93ac1d733ec3 [2020-10-05T05:19:44.121Z] ---> 4d37f7ff8ef5 [2020-10-05T05:19:44.121Z] Step 20/22 : LABEL arch=x86_64 [2020-10-05T05:19:44.707Z] ---> efc2bc6b75da [2020-10-05T05:19:44.707Z] Step 7/27 : RUN go mod download [2020-10-05T05:19:44.975Z] ---> f660bc4c34b0 [2020-10-05T05:19:44.975Z] Step 7/24 : RUN go mod download [2020-10-05T05:19:44.975Z] ---> Running in b3306a4751a4 [2020-10-05T05:19:45.569Z] ---> Running in 97fc8f71189c [2020-10-05T05:19:45.570Z] ---> Running in aedd8ab33e0e [2020-10-05T05:19:46.975Z] Removing intermediate container b3306a4751a4 [2020-10-05T05:19:46.975Z] ---> 46dc0fd1d446 [2020-10-05T05:19:46.975Z] Step 21/22 : LABEL git_sha=ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:19:47.936Z] ---> Running in 0157ab99e05f [2020-10-05T05:19:50.524Z] Removing intermediate container 0157ab99e05f [2020-10-05T05:19:50.524Z] ---> 73ccb10a71e1 [2020-10-05T05:19:50.524Z] Step 22/22 : LABEL version=1.2.2-dev.46 [2020-10-05T05:19:50.791Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-05T05:19:50.791Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-05T05:19:50.791Z] ---> 9c7d0f413d87 [2020-10-05T05:19:50.791Z] Step 3/20 : WORKDIR /edgex-go [2020-10-05T05:19:50.791Z] ---> Using cache [2020-10-05T05:19:50.791Z] ---> a19a08faef6a [2020-10-05T05:19:50.791Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:19:50.791Z] ---> Using cache [2020-10-05T05:19:50.791Z] ---> 31b3f6bf74bb [2020-10-05T05:19:50.791Z] Step 5/20 : RUN apk update && apk add make git [2020-10-05T05:19:50.791Z] ---> Using cache [2020-10-05T05:19:50.791Z] ---> 0ea0d168643c [2020-10-05T05:19:50.791Z] Step 6/20 : COPY go.mod . [2020-10-05T05:19:50.791Z] ---> Using cache [2020-10-05T05:19:50.791Z] ---> 1d5ce8209872 [2020-10-05T05:19:50.791Z] Step 7/20 : RUN go mod download [2020-10-05T05:19:50.791Z] ---> Using cache [2020-10-05T05:19:50.791Z] ---> 1a15d8c21fb1 [2020-10-05T05:19:50.791Z] Step 8/20 : COPY . . [2020-10-05T05:19:50.791Z] ---> Using cache [2020-10-05T05:19:50.791Z] ---> 87a9943a01fb [2020-10-05T05:19:50.791Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-05T05:19:51.055Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-05T05:19:51.056Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-05T05:19:51.056Z] ---> 9c7d0f413d87 [2020-10-05T05:19:51.056Z] Step 3/21 : WORKDIR /edgex-go [2020-10-05T05:19:51.056Z] ---> Using cache [2020-10-05T05:19:51.056Z] ---> a19a08faef6a [2020-10-05T05:19:51.056Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:19:51.056Z] ---> Using cache [2020-10-05T05:19:51.056Z] ---> 31b3f6bf74bb [2020-10-05T05:19:51.056Z] Step 5/21 : RUN apk update && apk add make git [2020-10-05T05:19:51.056Z] ---> Using cache [2020-10-05T05:19:51.056Z] ---> 0ea0d168643c [2020-10-05T05:19:51.056Z] Step 6/21 : COPY go.mod . [2020-10-05T05:19:51.056Z] ---> Using cache [2020-10-05T05:19:51.056Z] ---> 1d5ce8209872 [2020-10-05T05:19:51.056Z] Step 7/21 : RUN go mod download [2020-10-05T05:19:51.056Z] ---> Using cache [2020-10-05T05:19:51.056Z] ---> 1a15d8c21fb1 [2020-10-05T05:19:51.056Z] Step 8/21 : COPY . . [2020-10-05T05:19:51.056Z] ---> Using cache [2020-10-05T05:19:51.056Z] ---> 87a9943a01fb [2020-10-05T05:19:51.056Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-05T05:19:52.497Z] ---> Running in a2930fcb5696 [2020-10-05T05:19:52.497Z] ---> Running in e39d402b3a39 [2020-10-05T05:19:52.497Z] ---> Running in 7e234796c503 [2020-10-05T05:19:52.760Z] Removing intermediate container a2930fcb5696 [2020-10-05T05:19:52.760Z] ---> b35e5df6ff02 [2020-10-05T05:19:52.760Z] [2020-10-05T05:19:53.020Z] Successfully built b35e5df6ff02 [2020-10-05T05:19:53.020Z] Successfully tagged docker-core-command-go:latest [2020-10-05T05:19:53.288Z]  Building docker-core-command-go ... done Removing intermediate container 97fc8f71189c [2020-10-05T05:19:53.288Z] ---> 492a7f0c2294 [2020-10-05T05:19:53.288Z] Step 8/24 : COPY . . [2020-10-05T05:19:53.288Z] Removing intermediate container aedd8ab33e0e [2020-10-05T05:19:53.288Z] ---> 0925dacc28bc [2020-10-05T05:19:53.288Z] Step 8/27 : COPY . . [2020-10-05T05:19:53.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-05T05:19:53.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-05T05:20:01.743Z] Removing intermediate container 4cb5e6e5501d [2020-10-05T05:20:01.743Z] ---> 8ed7f8c6bdc7 [2020-10-05T05:20:01.743Z] Successfully built 8ed7f8c6bdc7 [2020-10-05T05:20:01.743Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:20:02.177Z] + docker inspect -f . ci-base-image-arm64 [2020-10-05T05:20:02.177Z] . [Pipeline] withDockerContainer [2020-10-05T05:20:02.450Z] prd-ubuntu18.04-docker-arm64-4c-16g-3381 does not seem to be running inside a container [2020-10-05T05:20:02.534Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:20:04.459Z] $ docker top 2dc36e65b775872441a2aeadb3a4ef275d178b578f97e0e7ee3c00b8a4a96cab -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-05T05:20:05.870Z] + go version [2020-10-05T05:20:05.871Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-05T05:20:05.895Z] $ docker stop --time=1 2dc36e65b775872441a2aeadb3a4ef275d178b578f97e0e7ee3c00b8a4a96cab [2020-10-05T05:20:07.846Z] $ docker rm -f 2dc36e65b775872441a2aeadb3a4ef275d178b578f97e0e7ee3c00b8a4a96cab [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-05T05:20:09.064Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-05T05:20:09.064Z] [2020-10-05T05:20:09.064Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:20:09.713Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-05T05:20:09.989Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-05T05:20:09.989Z] 29e5d40040c1: Pulling fs layer [2020-10-05T05:20:09.989Z] 1ce36da41761: Pulling fs layer [2020-10-05T05:20:09.989Z] 25b303627fd3: Pulling fs layer [2020-10-05T05:20:09.989Z] 29e5d40040c1: Verifying Checksum [2020-10-05T05:20:09.989Z] 29e5d40040c1: Download complete [2020-10-05T05:20:10.586Z] 1ce36da41761: Verifying Checksum [2020-10-05T05:20:10.586Z] 1ce36da41761: Download complete [2020-10-05T05:20:10.862Z] 29e5d40040c1: Pull complete [2020-10-05T05:20:12.302Z] 1ce36da41761: Pull complete [2020-10-05T05:20:12.302Z] 25b303627fd3: Verifying Checksum [2020-10-05T05:20:12.302Z] 25b303627fd3: Download complete [2020-10-05T05:20:16.468Z] ---> 1107503906e2 [2020-10-05T05:20:16.468Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-05T05:20:16.468Z] ---> Running in 0d22eca6d01d [2020-10-05T05:20:16.468Z] ---> 6ff4ef0daafd [2020-10-05T05:20:16.468Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-05T05:20:16.468Z] ---> Running in 87d5d9c5d517 [2020-10-05T05:20:16.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-05T05:20:16.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-05T05:20:20.769Z] Removing intermediate container e39d402b3a39 [2020-10-05T05:20:20.769Z] ---> 253af894501a [2020-10-05T05:20:20.769Z] [2020-10-05T05:20:20.769Z] Step 10/20 : FROM alpine [2020-10-05T05:20:20.769Z] ---> a24bb4013296 [2020-10-05T05:20:20.769Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-05T05:20:22.170Z] ---> Running in dd07e222661e [2020-10-05T05:20:22.468Z] 25b303627fd3: Pull complete [2020-10-05T05:20:22.468Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-05T05:20:22.468Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-05T05:20:22.468Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-05T05:20:22.739Z] prd-ubuntu18.04-docker-arm64-4c-16g-3381 does not seem to be running inside a container [2020-10-05T05:20:22.820Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:20:23.133Z] Removing intermediate container 7e234796c503 [2020-10-05T05:20:23.133Z] ---> 7efd3d4d7f0c [2020-10-05T05:20:23.133Z] [2020-10-05T05:20:23.133Z] Step 10/21 : FROM scratch [2020-10-05T05:20:23.133Z] ---> [2020-10-05T05:20:23.133Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-05T05:20:24.100Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-05T05:20:24.101Z] ---> Using cache [2020-10-05T05:20:24.101Z] ---> b0ef095b69d6 [2020-10-05T05:20:24.101Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-05T05:20:24.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-05T05:20:24.101Z] ---> Running in 6c530c2bd078 [2020-10-05T05:20:24.372Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-05T05:20:24.372Z] v3.12.0-366-g88c5d9ea04 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-05T05:20:24.372Z] OK: 12750 distinct packages available [2020-10-05T05:20:24.656Z] Removing intermediate container 6c530c2bd078 [2020-10-05T05:20:24.656Z] ---> 62b01f43bae1 [2020-10-05T05:20:24.656Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-05T05:20:24.656Z] ---> Running in b9550e887edc [2020-10-05T05:20:24.656Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-05T05:20:24.656Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-05T05:20:24.656Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-05T05:20:24.656Z] (4/4) Installing curl (7.69.1-r1) [2020-10-05T05:20:24.656Z] Executing busybox-1.31.1-r16.trigger [2020-10-05T05:20:24.656Z] Executing ca-certificates-20191127-r4.trigger [2020-10-05T05:20:24.930Z] OK: 7 MiB in 18 packages [2020-10-05T05:20:25.203Z] Removing intermediate container b9550e887edc [2020-10-05T05:20:25.203Z] ---> 037f55b5c77f [2020-10-05T05:20:25.203Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-05T05:20:25.809Z] ---> 7f8d81a956dc [2020-10-05T05:20:25.809Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-05T05:20:26.142Z] $ docker top 012a893fdf21e1c4e21a707dffc3ad2c26ecb8df68f608209460046c0b651993 -eo pid,comm [2020-10-05T05:20:26.417Z] Removing intermediate container dd07e222661e [2020-10-05T05:20:26.417Z] ---> 81d1986ed756 [2020-10-05T05:20:26.417Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [Pipeline] { [Pipeline] sh [2020-10-05T05:20:26.700Z] ---> Running in c5eb7d943298 [2020-10-05T05:20:27.543Z] + + docker-compose build --help [2020-10-05T05:20:27.543Z] grep parallel [2020-10-05T05:20:28.656Z] ---> 3cafc8e4d4b5 [2020-10-05T05:20:28.657Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-05T05:20:28.657Z] Removing intermediate container c5eb7d943298 [2020-10-05T05:20:28.657Z] ---> 01b327fc4d3a [2020-10-05T05:20:28.657Z] Step 13/20 : WORKDIR /edgex [2020-10-05T05:20:28.657Z] ---> Running in ca19dbbe647f [2020-10-05T05:20:28.921Z] ---> ad59c8e7aa1d [2020-10-05T05:20:28.921Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-05T05:20:28.921Z] ---> Running in c9616f515c48 [2020-10-05T05:20:29.187Z] Removing intermediate container ca19dbbe647f [2020-10-05T05:20:29.187Z] ---> ab9203c249c7 [2020-10-05T05:20:29.187Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-05T05:20:29.187Z] Removing intermediate container c9616f515c48 [2020-10-05T05:20:29.187Z] ---> c9becb73bc77 [2020-10-05T05:20:29.187Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-05T05:20:29.452Z] ---> Running in 0d2f31e4faad [2020-10-05T05:20:29.452Z] ---> 940d85195dfe [2020-10-05T05:20:29.452Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-05T05:20:29.725Z] Removing intermediate container 0d2f31e4faad [2020-10-05T05:20:29.725Z] ---> ebb92e01a15f [2020-10-05T05:20:29.725Z] Step 19/21 : LABEL arch=x86_64 [2020-10-05T05:20:29.725Z] ---> Running in 5175639399aa [2020-10-05T05:20:30.328Z] Removing intermediate container 5175639399aa [2020-10-05T05:20:30.328Z] ---> 08ac037bba65 [2020-10-05T05:20:30.328Z] Step 20/21 : LABEL git_sha=ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:20:30.593Z] ---> Running in 3465d2f159fd [2020-10-05T05:20:30.593Z] ---> a5c6a016ad79 [2020-10-05T05:20:30.593Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-05T05:20:30.870Z] ---> Running in bb9de13f8ad8 [2020-10-05T05:20:30.918Z] --parallel Build images in parallel. [Pipeline] } [2020-10-05T05:20:30.945Z] $ docker stop --time=1 012a893fdf21e1c4e21a707dffc3ad2c26ecb8df68f608209460046c0b651993 [2020-10-05T05:20:31.139Z] Removing intermediate container 3465d2f159fd [2020-10-05T05:20:31.139Z] ---> 576ddf0ed656 [2020-10-05T05:20:31.139Z] Step 21/21 : LABEL version=1.2.2-dev.46 [2020-10-05T05:20:31.403Z] ---> Running in 9d8099bbe32b [2020-10-05T05:20:31.665Z] Removing intermediate container bb9de13f8ad8 [2020-10-05T05:20:31.665Z] ---> 08bebf8e686b [2020-10-05T05:20:31.665Z] Step 17/20 : CMD ["--init=true"] [2020-10-05T05:20:32.829Z] $ docker rm -f 012a893fdf21e1c4e21a707dffc3ad2c26ecb8df68f608209460046c0b651993 [2020-10-05T05:20:33.070Z] Removing intermediate container 9d8099bbe32b [2020-10-05T05:20:33.070Z] ---> ed3ca87d1435 [2020-10-05T05:20:33.070Z] [2020-10-05T05:20:33.070Z] ---> Running in 0a7effb6c8b4 [Pipeline] // withDockerContainer [Pipeline] writeFile [2020-10-05T05:20:33.338Z] Successfully built ed3ca87d1435 [2020-10-05T05:20:33.338Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-05T05:20:33.338Z]  Building docker-support-scheduler-go ... done Removing intermediate container 0a7effb6c8b4 [2020-10-05T05:20:33.338Z] ---> 0719273ebf07 [2020-10-05T05:20:33.338Z] Step 18/20 : LABEL arch=x86_64 [2020-10-05T05:20:33.338Z] ---> Running in 3a638a27a365 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:20:33.601Z] Removing intermediate container 3a638a27a365 [2020-10-05T05:20:33.601Z] ---> 6bdaf4b886de [2020-10-05T05:20:33.601Z] Step 19/20 : LABEL git_sha=ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:20:33.601Z] ---> Running in 3485b112e407 [2020-10-05T05:20:33.723Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-05T05:20:33.724Z] . [Pipeline] withDockerContainer [2020-10-05T05:20:33.880Z] Removing intermediate container 3485b112e407 [2020-10-05T05:20:33.880Z] ---> 2d2a86738383 [2020-10-05T05:20:33.880Z] Step 20/20 : LABEL version=1.2.2-dev.46 [2020-10-05T05:20:33.880Z] ---> Running in 10b7a189672d [2020-10-05T05:20:33.987Z] prd-ubuntu18.04-docker-arm64-4c-16g-3381 does not seem to be running inside a container [2020-10-05T05:20:34.072Z] $ 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/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:20:34.149Z] Removing intermediate container 10b7a189672d [2020-10-05T05:20:34.149Z] ---> 16e5c388df4a [2020-10-05T05:20:34.149Z] [2020-10-05T05:20:34.414Z] Successfully built 16e5c388df4a [2020-10-05T05:20:34.414Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-05T05:20:35.460Z] $ docker top 853bfa2e5b1012019055e4c1ae14b252bd32dda5f85e0fdc71aee4b939c4643c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-05T05:20:36.336Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 87d5d9c5d517 [2020-10-05T05:20:36.336Z] ---> 8c354926d655 [2020-10-05T05:20:36.336Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-05T05:20:36.502Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-05T05:20:36.917Z] ---> Running in e6825d896db9 [2020-10-05T05:20:37.180Z] Removing intermediate container 0d22eca6d01d [2020-10-05T05:20:37.180Z] ---> 98491e4e8255 [2020-10-05T05:20:37.180Z] [2020-10-05T05:20:37.180Z] Step 10/24 : FROM scratch [2020-10-05T05:20:37.180Z] ---> [2020-10-05T05:20:37.180Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-05T05:20:37.180Z] ---> Using cache [2020-10-05T05:20:37.180Z] ---> 94345e09d197 [2020-10-05T05:20:37.180Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-05T05:20:37.445Z] ---> Running in f95fd22ba7de [2020-10-05T05:20:37.445Z] Removing intermediate container f95fd22ba7de [2020-10-05T05:20:37.445Z] ---> 1d138fb09f5d [2020-10-05T05:20:37.445Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-05T05:20:37.445Z] ---> Running in 905f487e0ae6 [2020-10-05T05:20:37.708Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-05T05:20:37.708Z] Removing intermediate container 905f487e0ae6 [2020-10-05T05:20:37.708Z] ---> 12cb0a04a7e5 [2020-10-05T05:20:37.708Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-05T05:20:37.970Z] ---> b9538dfb7938 [2020-10-05T05:20:37.970Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-05T05:20:38.916Z] ---> 8b5a86ba547c [2020-10-05T05:20:38.916Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-05T05:20:39.180Z] Removing intermediate container e6825d896db9 [2020-10-05T05:20:39.180Z] ---> b2ffe1e1440d [2020-10-05T05:20:39.180Z] [2020-10-05T05:20:39.180Z] Step 11/27 : FROM docker:latest [2020-10-05T05:20:39.180Z] ---> 809cc4dba987 [2020-10-05T05:20:39.180Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-05T05:20:39.180Z] ---> Running in fcefec470e8d [2020-10-05T05:20:39.449Z] ---> 316f6e4561c2 [2020-10-05T05:20:39.449Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-05T05:20:39.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-05T05:20:39.712Z] ---> c5f2b55edc0f [2020-10-05T05:20:39.712Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-05T05:20:39.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-05T05:20:39.904Z] Building docker-core-command-go ... [2020-10-05T05:20:39.904Z] Building docker-core-data-go ... [2020-10-05T05:20:39.904Z] Building docker-core-metadata-go ... [2020-10-05T05:20:39.904Z] Building docker-security-proxy-setup-go ... [2020-10-05T05:20:39.904Z] Building docker-security-secrets-setup-go ... [2020-10-05T05:20:39.904Z] Building docker-security-secretstore-setup-go ... [2020-10-05T05:20:39.904Z] Building docker-support-logging-go ... [2020-10-05T05:20:39.904Z] Building docker-support-notifications-go ... [2020-10-05T05:20:39.904Z] Building docker-support-scheduler-go ... [2020-10-05T05:20:39.904Z] Building docker-sys-mgmt-agent-go ... [2020-10-05T05:20:39.904Z] Building docker-core-metadata-go [2020-10-05T05:20:39.904Z] Building docker-sys-mgmt-agent-go [2020-10-05T05:20:39.904Z] Building docker-security-proxy-setup-go [2020-10-05T05:20:39.904Z] Building docker-core-data-go [2020-10-05T05:20:39.904Z] Building docker-security-secrets-setup-go [2020-10-05T05:20:39.973Z] (1/2) Installing readline (8.0.4-r0) [2020-10-05T05:20:39.974Z] (2/2) Installing bash (5.0.17-r0) [2020-10-05T05:20:39.974Z] Executing bash-5.0.17-r0.post-install [2020-10-05T05:20:39.974Z] Executing busybox-1.31.1-r16.trigger [2020-10-05T05:20:39.974Z] OK: 12 MiB in 22 packages [2020-10-05T05:20:40.238Z] ---> e333f7a2d36b [2020-10-05T05:20:40.238Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-05T05:20:40.500Z] Removing intermediate container fcefec470e8d [2020-10-05T05:20:40.500Z] ---> 004bb89b7e3c [2020-10-05T05:20:40.500Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-05T05:20:40.500Z] ---> c0e8cbe832dd [2020-10-05T05:20:40.500Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-05T05:20:41.073Z] ---> Running in 02ece578c870 [2020-10-05T05:20:41.073Z] ---> Running in fe70be7e8274 [2020-10-05T05:20:41.335Z] Removing intermediate container fe70be7e8274 [2020-10-05T05:20:41.335Z] ---> bce936037517 [2020-10-05T05:20:41.335Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-05T05:20:41.598Z] ---> Running in 5b603017b2c5 [2020-10-05T05:20:41.598Z] Removing intermediate container 5b603017b2c5 [2020-10-05T05:20:41.598Z] ---> 065fa1ddc5e9 [2020-10-05T05:20:41.598Z] Step 22/24 : LABEL arch=x86_64 [2020-10-05T05:20:41.860Z] ---> Running in 57c92b6595ae [2020-10-05T05:20:41.860Z] Removing intermediate container 57c92b6595ae [2020-10-05T05:20:41.860Z] ---> 4c301d4dd951 [2020-10-05T05:20:41.860Z] Step 23/24 : LABEL git_sha=ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:20:42.122Z] ---> Running in 79f8cbe0bb36 [2020-10-05T05:20:42.122Z] Removing intermediate container 02ece578c870 [2020-10-05T05:20:42.122Z] ---> 8e6f27a5df62 [2020-10-05T05:20:42.122Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-05T05:20:42.122Z] ---> Running in 008b3674f7d1 [2020-10-05T05:20:42.391Z] Removing intermediate container 79f8cbe0bb36 [2020-10-05T05:20:42.391Z] ---> 8a6dd91e636c [2020-10-05T05:20:42.391Z] Step 24/24 : LABEL version=1.2.2-dev.46 [2020-10-05T05:20:42.391Z] ---> Running in 6edffcefe7ea [2020-10-05T05:20:42.391Z] Removing intermediate container 008b3674f7d1 [2020-10-05T05:20:42.391Z] ---> a3468e2fc5f9 [2020-10-05T05:20:42.391Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-05T05:20:42.391Z] ---> Running in 0ae143948ec8 [2020-10-05T05:20:42.652Z] Removing intermediate container 6edffcefe7ea [2020-10-05T05:20:42.652Z] ---> 4ff60f33b292 [2020-10-05T05:20:42.652Z] [2020-10-05T05:20:42.652Z] Successfully built 4ff60f33b292 [2020-10-05T05:20:42.652Z] Successfully tagged docker-support-notifications-go:latest [2020-10-05T05:20:42.652Z]  Building docker-support-notifications-go ... done Removing intermediate container 0ae143948ec8 [2020-10-05T05:20:42.652Z] ---> 9b1b328221f1 [2020-10-05T05:20:42.652Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-05T05:20:42.915Z] ---> Running in 436b946eb7d0 [2020-10-05T05:20:42.915Z] Removing intermediate container 436b946eb7d0 [2020-10-05T05:20:42.915Z] ---> 5699ee8a22c8 [2020-10-05T05:20:42.915Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-05T05:20:43.491Z] ---> ac95a2e1f3f1 [2020-10-05T05:20:43.491Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-05T05:20:43.753Z] ---> 5ad3fd672307 [2020-10-05T05:20:43.753Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-05T05:20:44.337Z] ---> dc60e813511c [2020-10-05T05:20:44.337Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-05T05:20:44.337Z] ---> Running in 43381c1f1557 [2020-10-05T05:20:44.912Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-05T05:20:44.912Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-05T05:20:45.173Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-05T05:20:45.173Z] (2/33) Installing expat (2.2.9-r1) [2020-10-05T05:20:45.173Z] (3/33) Installing libffi (3.3-r2) [2020-10-05T05:20:45.173Z] (4/33) Installing gdbm (1.13-r1) [2020-10-05T05:20:45.173Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-05T05:20:45.173Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-05T05:20:45.173Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-05T05:20:46.117Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-05T05:20:46.117Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-05T05:20:46.117Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-05T05:20:46.117Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-05T05:20:46.117Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-05T05:20:46.117Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-05T05:20:46.117Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-05T05:20:46.379Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-05T05:20:46.379Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-05T05:20:46.379Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-05T05:20:46.379Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-05T05:20:46.379Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-05T05:20:46.379Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-05T05:20:46.379Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-05T05:20:46.379Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-05T05:20:46.379Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-05T05:20:46.379Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-05T05:20:46.379Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-05T05:20:46.379Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-05T05:20:46.641Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-05T05:20:46.641Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-05T05:20:46.641Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-05T05:20:46.641Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-05T05:20:46.641Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-05T05:20:46.641Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-05T05:20:46.641Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-05T05:20:46.641Z] Executing busybox-1.31.1-r16.trigger [2020-10-05T05:20:46.641Z] OK: 71 MiB in 55 packages [2020-10-05T05:20:56.656Z] Removing intermediate container 43381c1f1557 [2020-10-05T05:20:56.656Z] ---> 1267de739eb0 [2020-10-05T05:20:56.656Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-05T05:20:56.656Z] ---> Running in 48ee9f2e5a76 [2020-10-05T05:20:57.234Z] Collecting docker-compose==1.23.2 [2020-10-05T05:20:57.496Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-05T05:20:57.496Z] Collecting texttable<0.10,>=0.9.0 [2020-10-05T05:20:57.496Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-05T05:20:58.070Z] 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-05T05:20:58.070Z] Collecting cached-property<2,>=1.2.0 [2020-10-05T05:20:58.070Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-05T05:20:58.332Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-05T05:20:58.332Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-05T05:20:58.332Z] Collecting jsonschema<3,>=2.5.1 [2020-10-05T05:20:58.332Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-05T05:20:58.597Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-05T05:20:58.597Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-05T05:20:58.859Z] Collecting docker<4.0,>=3.6.0 [2020-10-05T05:20:58.859Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-05T05:20:58.859Z] Collecting PyYAML<4,>=3.10 [2020-10-05T05:20:58.859Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-05T05:20:59.812Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-05T05:20:59.812Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-05T05:21:00.385Z] Collecting docopt<0.7,>=0.6.1 [2020-10-05T05:21:00.385Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-05T05:21:00.647Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-05T05:21:00.647Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-05T05:21:00.647Z] Collecting idna<2.8,>=2.5 [2020-10-05T05:21:00.647Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-05T05:21:00.907Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-05T05:21:00.907Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-05T05:21:00.907Z] Collecting docker-pycreds>=0.4.0 [2020-10-05T05:21:00.907Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-05T05:21:00.907Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-05T05:21:00.907Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-05T05:21:00.907Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-05T05:21:00.907Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-05T05:21:01.175Z] Installing collected packages: texttable, cached-property, idna, urllib3, requests, jsonschema, websocket-client, docker-pycreds, docker, PyYAML, dockerpty, docopt, docker-compose [2020-10-05T05:21:01.175Z] Running setup.py install for texttable: started [2020-10-05T05:21:01.755Z] Running setup.py install for texttable: finished with status 'done' [2020-10-05T05:21:01.755Z] Attempting uninstall: idna [2020-10-05T05:21:01.755Z] Found existing installation: idna 2.9 [2020-10-05T05:21:01.755Z] Uninstalling idna-2.9: [2020-10-05T05:21:01.755Z] Successfully uninstalled idna-2.9 [2020-10-05T05:21:01.755Z] Attempting uninstall: urllib3 [2020-10-05T05:21:01.755Z] Found existing installation: urllib3 1.25.9 [2020-10-05T05:21:01.755Z] Uninstalling urllib3-1.25.9: [2020-10-05T05:21:02.018Z] Successfully uninstalled urllib3-1.25.9 [2020-10-05T05:21:03.408Z] Attempting uninstall: requests [2020-10-05T05:21:03.408Z] Found existing installation: requests 2.23.0 [2020-10-05T05:21:03.408Z] Uninstalling requests-2.23.0: [2020-10-05T05:21:03.408Z] Successfully uninstalled requests-2.23.0 [2020-10-05T05:21:03.981Z] Running setup.py install for PyYAML: started [2020-10-05T05:21:04.560Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-05T05:21:04.560Z] Running setup.py install for dockerpty: started [2020-10-05T05:21:04.828Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-05T05:21:05.088Z] Running setup.py install for docopt: started [2020-10-05T05:21:05.350Z] Running setup.py install for docopt: finished with status 'done' [2020-10-05T05:21:05.611Z] 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-05T05:21:08.926Z] Removing intermediate container 48ee9f2e5a76 [2020-10-05T05:21:08.926Z] ---> 3cb1922abf49 [2020-10-05T05:21:08.926Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-05T05:21:08.926Z] ---> Running in a5a21e2444e1 [2020-10-05T05:21:09.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-05T05:21:09.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-05T05:21:09.507Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-05T05:21:09.507Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-05T05:21:09.507Z] (3/3) Installing curl (7.69.1-r1) [2020-10-05T05:21:09.507Z] Executing busybox-1.31.1-r16.trigger [2020-10-05T05:21:09.507Z] OK: 72 MiB in 58 packages [2020-10-05T05:21:10.082Z] Removing intermediate container a5a21e2444e1 [2020-10-05T05:21:10.082Z] ---> 7458a832b371 [2020-10-05T05:21:10.082Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-05T05:21:10.082Z] ---> Running in d0b2b33c1f08 [2020-10-05T05:21:10.343Z] Removing intermediate container d0b2b33c1f08 [2020-10-05T05:21:10.343Z] ---> 2894e6b40c8b [2020-10-05T05:21:10.343Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-05T05:21:10.343Z] ---> Running in afb00542b3f3 [2020-10-05T05:21:10.605Z] Removing intermediate container afb00542b3f3 [2020-10-05T05:21:10.605Z] ---> e15abe6b2458 [2020-10-05T05:21:10.605Z] Step 25/27 : LABEL arch=x86_64 [2020-10-05T05:21:10.605Z] ---> Running in 4a370d532018 [2020-10-05T05:21:10.867Z] Removing intermediate container 4a370d532018 [2020-10-05T05:21:10.867Z] ---> 243fad26491e [2020-10-05T05:21:10.867Z] Step 26/27 : LABEL git_sha=ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:10.867Z] ---> Running in 4ce00ede5623 [2020-10-05T05:21:10.867Z] Removing intermediate container 4ce00ede5623 [2020-10-05T05:21:10.867Z] ---> b6a6e6a7f64d [2020-10-05T05:21:10.867Z] Step 27/27 : LABEL version=1.2.2-dev.46 [2020-10-05T05:21:11.129Z] ---> Running in f34520859544 [2020-10-05T05:21:11.129Z] Removing intermediate container f34520859544 [2020-10-05T05:21:11.129Z] ---> 4f48eb6ca067 [2020-10-05T05:21:11.129Z] [2020-10-05T05:21:11.391Z] Successfully built 4f48eb6ca067 [2020-10-05T05:21:11.391Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-05T05:21:11.663Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-05T05:21:11.684Z] $ docker stop --time=1 7acfd95235d4491d8b3df8253727341ba77944c3c9d1248091f91c7de4cd4a25 [2020-10-05T05:21:13.281Z] $ docker rm -f 7acfd95235d4491d8b3df8253727341ba77944c3c9d1248091f91c7de4cd4a25 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:21:13.947Z] + docker images [2020-10-05T05:21:13.947Z] + grep docker [2020-10-05T05:21:13.947Z] docker-sys-mgmt-agent-go latest 4f48eb6ca067 3 seconds ago 290MB [2020-10-05T05:21:13.947Z] docker-support-notifications-go latest 4ff60f33b292 31 seconds ago 13.6MB [2020-10-05T05:21:13.947Z] docker-security-proxy-setup-go latest 16e5c388df4a 39 seconds ago 15.8MB [2020-10-05T05:21:13.947Z] docker-support-scheduler-go latest ed3ca87d1435 42 seconds ago 12.3MB [2020-10-05T05:21:13.947Z] docker-core-command-go latest b35e5df6ff02 About a minute ago 12.2MB [2020-10-05T05:21:13.947Z] docker-core-data-go latest 3ae326cb50c1 About a minute ago 23.6MB [2020-10-05T05:21:13.947Z] docker-security-secretstore-setup-go latest 000bd839173a About a minute ago 32.4MB [2020-10-05T05:21:13.947Z] docker-core-metadata-go latest 7752f5ec5ba6 About a minute ago 14.1MB [2020-10-05T05:21:13.947Z] docker-support-logging-go latest 73d177bb9dd6 About a minute ago 11.1MB [2020-10-05T05:21:13.947Z] docker-security-secrets-setup-go latest a2a1ae31b102 2 minutes ago 24MB [2020-10-05T05:21:13.947Z] 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-05T05:21:14.621Z] provisioning config files... [2020-10-05T05:21:14.663Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/161@tmp/config3157095075345573455tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:21:15.070Z] ---> docker-login.sh [2020-10-05T05:21:15.071Z] nexus3.edgexfoundry.org:10001 [2020-10-05T05:21:15.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-05T05:21:15.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-05T05:21:15.071Z] Configure a credential helper to remove this warning. See [2020-10-05T05:21:15.071Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-05T05:21:15.071Z] [2020-10-05T05:21:15.071Z] Login Succeeded [2020-10-05T05:21:15.332Z] nexus3.edgexfoundry.org:10002 [2020-10-05T05:21:15.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-05T05:21:15.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-05T05:21:15.332Z] Configure a credential helper to remove this warning. See [2020-10-05T05:21:15.332Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-05T05:21:15.332Z] [2020-10-05T05:21:15.332Z] Login Succeeded [2020-10-05T05:21:15.332Z] nexus3.edgexfoundry.org:10003 [2020-10-05T05:21:15.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-05T05:21:15.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-05T05:21:15.594Z] Configure a credential helper to remove this warning. See [2020-10-05T05:21:15.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-05T05:21:15.594Z] [2020-10-05T05:21:15.594Z] Login Succeeded [2020-10-05T05:21:15.594Z] nexus3.edgexfoundry.org:10004 [2020-10-05T05:21:15.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-05T05:21:15.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-05T05:21:15.856Z] Configure a credential helper to remove this warning. See [2020-10-05T05:21:15.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-05T05:21:15.856Z] [2020-10-05T05:21:15.856Z] Login Succeeded [2020-10-05T05:21:15.856Z] docker.io [2020-10-05T05:21:15.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-05T05:21:16.117Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-05T05:21:16.117Z] Configure a credential helper to remove this warning. See [2020-10-05T05:21:16.117Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-05T05:21:16.117Z] [2020-10-05T05:21:16.117Z] Login Succeeded [2020-10-05T05:21:16.117Z] ---> docker-login.sh ends [Pipeline] } [2020-10-05T05:21:16.127Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:21:16.323Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-05T05:21:16.324Z] ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:16.324Z] 1.2.2-dev.46 [2020-10-05T05:21:16.324Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:16.324Z] master [2020-10-05T05:21:16.324Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:16.821Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ac752d64f668fa491594c1427640d28afa24e84a [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:17.129Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:17.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-05T05:21:17.129Z] 70380af86581: Preparing [2020-10-05T05:21:17.129Z] 77bbf8bf327a: Preparing [2020-10-05T05:21:17.129Z] d38993990c9a: Preparing [2020-10-05T05:21:17.390Z] d38993990c9a: Pushed [2020-10-05T05:21:17.390Z] 70380af86581: Pushed [2020-10-05T05:21:18.333Z] 77bbf8bf327a: Pushed [2020-10-05T05:21:18.596Z] ac752d64f668fa491594c1427640d28afa24e84a: digest: sha256:b99ed7adfc56587536819c09b2d7494a362d36696042e1933f4484c8f302b944 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:18.912Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:19.214Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.46 [2020-10-05T05:21:19.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-05T05:21:19.215Z] 70380af86581: Preparing [2020-10-05T05:21:19.215Z] 77bbf8bf327a: Preparing [2020-10-05T05:21:19.215Z] d38993990c9a: Preparing [2020-10-05T05:21:19.215Z] 70380af86581: Layer already exists [2020-10-05T05:21:19.215Z] d38993990c9a: Layer already exists [2020-10-05T05:21:19.215Z] 77bbf8bf327a: Layer already exists [2020-10-05T05:21:19.215Z] 1.2.2-dev.46: digest: sha256:b99ed7adfc56587536819c09b2d7494a362d36696042e1933f4484c8f302b944 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:19.522Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:19.823Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:19.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-05T05:21:19.823Z] 70380af86581: Preparing [2020-10-05T05:21:19.823Z] 77bbf8bf327a: Preparing [2020-10-05T05:21:19.823Z] d38993990c9a: Preparing [2020-10-05T05:21:19.823Z] d38993990c9a: Layer already exists [2020-10-05T05:21:19.823Z] 77bbf8bf327a: Layer already exists [2020-10-05T05:21:19.823Z] 70380af86581: Layer already exists [2020-10-05T05:21:19.823Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46: digest: sha256:b99ed7adfc56587536819c09b2d7494a362d36696042e1933f4484c8f302b944 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:20.134Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:20.437Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-05T05:21:20.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-05T05:21:20.437Z] 70380af86581: Preparing [2020-10-05T05:21:20.437Z] 77bbf8bf327a: Preparing [2020-10-05T05:21:20.437Z] d38993990c9a: Preparing [2020-10-05T05:21:20.437Z] 70380af86581: Layer already exists [2020-10-05T05:21:20.437Z] d38993990c9a: Layer already exists [2020-10-05T05:21:20.437Z] 77bbf8bf327a: Layer already exists [2020-10-05T05:21:20.437Z] master: digest: sha256:b99ed7adfc56587536819c09b2d7494a362d36696042e1933f4484c8f302b944 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:21:20.635Z] ===================================================== [Pipeline] echo [2020-10-05T05:21:20.684Z] taggedImages: [2020-10-05T05:21:20.684Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:20.684Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.46 [2020-10-05T05:21:20.684Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:20.684Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-05T05:21:20.753Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-05T05:21:20.753Z] ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:20.753Z] 1.2.2-dev.46 [2020-10-05T05:21:20.753Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:20.753Z] master [2020-10-05T05:21:20.753Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:21.259Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ac752d64f668fa491594c1427640d28afa24e84a [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:21.561Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:21.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-05T05:21:21.561Z] fd22bf938035: Preparing [2020-10-05T05:21:21.561Z] b15070d9c9c0: Preparing [2020-10-05T05:21:21.561Z] 9d810556c7e1: Preparing [2020-10-05T05:21:21.561Z] 1971787f4a37: Preparing [2020-10-05T05:21:21.561Z] 9c8f50763094: Preparing [2020-10-05T05:21:21.561Z] 50644c29ef5a: Preparing [2020-10-05T05:21:21.821Z] 9c8f50763094: Pushed [2020-10-05T05:21:21.821Z] 9d810556c7e1: Pushed [2020-10-05T05:21:21.821Z] fd22bf938035: Pushed [2020-10-05T05:21:21.821Z] 50644c29ef5a: Layer already exists [2020-10-05T05:21:21.821Z] 1971787f4a37: Pushed [2020-10-05T05:21:23.207Z] b15070d9c9c0: Pushed [2020-10-05T05:21:23.207Z] ac752d64f668fa491594c1427640d28afa24e84a: digest: sha256:2d8965a22e608e7b2e3785792cb865f42081ab063a6cd605f959b8710dc9cb39 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:23.512Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:23.816Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.46 [2020-10-05T05:21:23.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-05T05:21:23.816Z] fd22bf938035: Preparing [2020-10-05T05:21:23.816Z] b15070d9c9c0: Preparing [2020-10-05T05:21:23.816Z] 9d810556c7e1: Preparing [2020-10-05T05:21:23.816Z] 1971787f4a37: Preparing [2020-10-05T05:21:23.816Z] 9c8f50763094: Preparing [2020-10-05T05:21:23.816Z] 50644c29ef5a: Preparing [2020-10-05T05:21:23.816Z] 50644c29ef5a: Waiting [2020-10-05T05:21:23.816Z] 1971787f4a37: Layer already exists [2020-10-05T05:21:23.816Z] fd22bf938035: Layer already exists [2020-10-05T05:21:23.816Z] 9d810556c7e1: Layer already exists [2020-10-05T05:21:23.816Z] b15070d9c9c0: Layer already exists [2020-10-05T05:21:23.816Z] 9c8f50763094: Layer already exists [2020-10-05T05:21:23.816Z] 50644c29ef5a: Layer already exists [2020-10-05T05:21:23.816Z] 1.2.2-dev.46: digest: sha256:2d8965a22e608e7b2e3785792cb865f42081ab063a6cd605f959b8710dc9cb39 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:24.125Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:24.427Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:24.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-05T05:21:24.427Z] fd22bf938035: Preparing [2020-10-05T05:21:24.427Z] b15070d9c9c0: Preparing [2020-10-05T05:21:24.427Z] 9d810556c7e1: Preparing [2020-10-05T05:21:24.427Z] 1971787f4a37: Preparing [2020-10-05T05:21:24.427Z] 9c8f50763094: Preparing [2020-10-05T05:21:24.427Z] 50644c29ef5a: Preparing [2020-10-05T05:21:24.427Z] 50644c29ef5a: Waiting [2020-10-05T05:21:24.427Z] fd22bf938035: Layer already exists [2020-10-05T05:21:24.427Z] 9d810556c7e1: Layer already exists [2020-10-05T05:21:24.427Z] b15070d9c9c0: Layer already exists [2020-10-05T05:21:24.427Z] 9c8f50763094: Layer already exists [2020-10-05T05:21:24.427Z] 1971787f4a37: Layer already exists [2020-10-05T05:21:24.427Z] 50644c29ef5a: Layer already exists [2020-10-05T05:21:24.427Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46: digest: sha256:2d8965a22e608e7b2e3785792cb865f42081ab063a6cd605f959b8710dc9cb39 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:24.736Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:25.041Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-05T05:21:25.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-05T05:21:25.041Z] fd22bf938035: Preparing [2020-10-05T05:21:25.041Z] b15070d9c9c0: Preparing [2020-10-05T05:21:25.041Z] 9d810556c7e1: Preparing [2020-10-05T05:21:25.041Z] 1971787f4a37: Preparing [2020-10-05T05:21:25.041Z] 9c8f50763094: Preparing [2020-10-05T05:21:25.041Z] 50644c29ef5a: Preparing [2020-10-05T05:21:25.041Z] 50644c29ef5a: Waiting [2020-10-05T05:21:25.041Z] 9c8f50763094: Layer already exists [2020-10-05T05:21:25.041Z] 9d810556c7e1: Layer already exists [2020-10-05T05:21:25.041Z] 1971787f4a37: Layer already exists [2020-10-05T05:21:25.041Z] fd22bf938035: Layer already exists [2020-10-05T05:21:25.041Z] b15070d9c9c0: Layer already exists [2020-10-05T05:21:25.041Z] 50644c29ef5a: Layer already exists [2020-10-05T05:21:25.041Z] master: digest: sha256:2d8965a22e608e7b2e3785792cb865f42081ab063a6cd605f959b8710dc9cb39 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:21:25.274Z] ===================================================== [Pipeline] echo [2020-10-05T05:21:25.317Z] taggedImages: [2020-10-05T05:21:25.317Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:25.317Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.46 [2020-10-05T05:21:25.317Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:25.317Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-05T05:21:25.379Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-05T05:21:25.379Z] ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:25.379Z] 1.2.2-dev.46 [2020-10-05T05:21:25.379Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:25.379Z] master [2020-10-05T05:21:25.379Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:25.882Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac752d64f668fa491594c1427640d28afa24e84a [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:26.184Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:26.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-05T05:21:26.184Z] e1de538d8c25: Preparing [2020-10-05T05:21:26.184Z] c9d159757538: Preparing [2020-10-05T05:21:26.184Z] 07a8af05c62e: Preparing [2020-10-05T05:21:26.184Z] e1de538d8c25: Pushed [2020-10-05T05:21:26.446Z] 07a8af05c62e: Pushed [2020-10-05T05:21:27.834Z] c9d159757538: Pushed [2020-10-05T05:21:27.834Z] ac752d64f668fa491594c1427640d28afa24e84a: digest: sha256:74dee520ef0bcce162fdda00637eb58ecd86a05e8e92c9ee7d6af6199f06940a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:28.142Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:28.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.46 [2020-10-05T05:21:28.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-05T05:21:28.447Z] e1de538d8c25: Preparing [2020-10-05T05:21:28.447Z] c9d159757538: Preparing [2020-10-05T05:21:28.447Z] 07a8af05c62e: Preparing [2020-10-05T05:21:28.447Z] e1de538d8c25: Layer already exists [2020-10-05T05:21:28.447Z] 07a8af05c62e: Layer already exists [2020-10-05T05:21:28.447Z] c9d159757538: Layer already exists [2020-10-05T05:21:28.447Z] 1.2.2-dev.46: digest: sha256:74dee520ef0bcce162fdda00637eb58ecd86a05e8e92c9ee7d6af6199f06940a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:28.755Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:29.059Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:29.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-05T05:21:29.059Z] e1de538d8c25: Preparing [2020-10-05T05:21:29.059Z] c9d159757538: Preparing [2020-10-05T05:21:29.059Z] 07a8af05c62e: Preparing [2020-10-05T05:21:29.059Z] e1de538d8c25: Layer already exists [2020-10-05T05:21:29.059Z] 07a8af05c62e: Layer already exists [2020-10-05T05:21:29.059Z] c9d159757538: Layer already exists [2020-10-05T05:21:29.059Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46: digest: sha256:74dee520ef0bcce162fdda00637eb58ecd86a05e8e92c9ee7d6af6199f06940a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:29.363Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:29.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-05T05:21:29.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-05T05:21:29.733Z] e1de538d8c25: Preparing [2020-10-05T05:21:29.733Z] c9d159757538: Preparing [2020-10-05T05:21:29.733Z] 07a8af05c62e: Preparing [2020-10-05T05:21:29.733Z] c9d159757538: Layer already exists [2020-10-05T05:21:29.733Z] 07a8af05c62e: Layer already exists [2020-10-05T05:21:29.733Z] e1de538d8c25: Layer already exists [2020-10-05T05:21:29.733Z] master: digest: sha256:74dee520ef0bcce162fdda00637eb58ecd86a05e8e92c9ee7d6af6199f06940a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:21:29.938Z] ===================================================== [Pipeline] echo [2020-10-05T05:21:29.991Z] taggedImages: [2020-10-05T05:21:29.991Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:29.991Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.46 [2020-10-05T05:21:29.991Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:29.991Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-05T05:21:30.057Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-05T05:21:30.057Z] ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:30.057Z] 1.2.2-dev.46 [2020-10-05T05:21:30.057Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:30.057Z] master [2020-10-05T05:21:30.057Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:30.640Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac752d64f668fa491594c1427640d28afa24e84a [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:30.938Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:30.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-05T05:21:30.938Z] cea847074a9d: Preparing [2020-10-05T05:21:30.938Z] 3b45d5ed9811: Preparing [2020-10-05T05:21:30.938Z] de77b4491b3b: Preparing [2020-10-05T05:21:30.938Z] b07ccc47916c: Preparing [2020-10-05T05:21:30.938Z] 50644c29ef5a: Preparing [2020-10-05T05:21:30.938Z] 50644c29ef5a: Layer already exists [2020-10-05T05:21:30.938Z] de77b4491b3b: Pushed [2020-10-05T05:21:31.199Z] 3b45d5ed9811: Pushed [2020-10-05T05:21:31.199Z] b07ccc47916c: Pushed [2020-10-05T05:21:31.770Z] cea847074a9d: Pushed [2020-10-05T05:21:32.030Z] ac752d64f668fa491594c1427640d28afa24e84a: digest: sha256:120f445af83b3dfd5c6597355f0712dad660b09db5cd7a03383854651bba702d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:32.746Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:33.616Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.46 [2020-10-05T05:21:33.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-05T05:21:33.616Z] cea847074a9d: Preparing [2020-10-05T05:21:33.616Z] 3b45d5ed9811: Preparing [2020-10-05T05:21:33.616Z] de77b4491b3b: Preparing [2020-10-05T05:21:33.616Z] b07ccc47916c: Preparing [2020-10-05T05:21:33.616Z] 50644c29ef5a: Preparing [2020-10-05T05:21:33.616Z] 50644c29ef5a: Layer already exists [2020-10-05T05:21:33.616Z] de77b4491b3b: Layer already exists [2020-10-05T05:21:33.616Z] b07ccc47916c: Layer already exists [2020-10-05T05:21:33.616Z] 3b45d5ed9811: Layer already exists [2020-10-05T05:21:33.616Z] cea847074a9d: Layer already exists [2020-10-05T05:21:33.876Z] 1.2.2-dev.46: digest: sha256:120f445af83b3dfd5c6597355f0712dad660b09db5cd7a03383854651bba702d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:34.183Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:34.486Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:34.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-05T05:21:34.486Z] cea847074a9d: Preparing [2020-10-05T05:21:34.486Z] 3b45d5ed9811: Preparing [2020-10-05T05:21:34.486Z] de77b4491b3b: Preparing [2020-10-05T05:21:34.486Z] b07ccc47916c: Preparing [2020-10-05T05:21:34.486Z] 50644c29ef5a: Preparing [2020-10-05T05:21:34.486Z] 50644c29ef5a: Layer already exists [2020-10-05T05:21:34.486Z] 3b45d5ed9811: Layer already exists [2020-10-05T05:21:34.486Z] cea847074a9d: Layer already exists [2020-10-05T05:21:34.486Z] de77b4491b3b: Layer already exists [2020-10-05T05:21:34.486Z] b07ccc47916c: Layer already exists [2020-10-05T05:21:34.486Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46: digest: sha256:120f445af83b3dfd5c6597355f0712dad660b09db5cd7a03383854651bba702d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:34.796Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:35.096Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-05T05:21:35.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-05T05:21:35.096Z] cea847074a9d: Preparing [2020-10-05T05:21:35.096Z] 3b45d5ed9811: Preparing [2020-10-05T05:21:35.096Z] de77b4491b3b: Preparing [2020-10-05T05:21:35.096Z] b07ccc47916c: Preparing [2020-10-05T05:21:35.096Z] 50644c29ef5a: Preparing [2020-10-05T05:21:35.096Z] 3b45d5ed9811: Layer already exists [2020-10-05T05:21:35.096Z] 50644c29ef5a: Layer already exists [2020-10-05T05:21:35.096Z] b07ccc47916c: Layer already exists [2020-10-05T05:21:35.096Z] cea847074a9d: Layer already exists [2020-10-05T05:21:35.096Z] de77b4491b3b: Layer already exists [2020-10-05T05:21:35.096Z] master: digest: sha256:120f445af83b3dfd5c6597355f0712dad660b09db5cd7a03383854651bba702d size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:21:35.292Z] ===================================================== [Pipeline] echo [2020-10-05T05:21:35.369Z] taggedImages: [2020-10-05T05:21:35.369Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:35.369Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.46 [2020-10-05T05:21:35.369Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:35.369Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-05T05:21:35.436Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-05T05:21:35.436Z] ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:35.436Z] 1.2.2-dev.46 [2020-10-05T05:21:35.436Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:35.436Z] master [2020-10-05T05:21:35.436Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:35.907Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac752d64f668fa491594c1427640d28afa24e84a [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:36.208Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:36.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-05T05:21:36.209Z] e60622709e0f: Preparing [2020-10-05T05:21:36.209Z] 4ea2f87a316d: Preparing [2020-10-05T05:21:36.209Z] 41ad55d85b59: Preparing [2020-10-05T05:21:36.209Z] 1aecd1a6456d: Preparing [2020-10-05T05:21:36.209Z] 1aecd1a6456d: Preparing [2020-10-05T05:21:36.209Z] 15b24380d723: Preparing [2020-10-05T05:21:36.209Z] ec622ecf7d50: Preparing [2020-10-05T05:21:36.209Z] 090043c316d4: Preparing [2020-10-05T05:21:36.209Z] e60622709e0f: Preparing [2020-10-05T05:21:36.209Z] 29d30ef58d00: Preparing [2020-10-05T05:21:36.209Z] a201fcbbaf49: Preparing [2020-10-05T05:21:36.209Z] 9b72789e5cb0: Preparing [2020-10-05T05:21:36.209Z] 50644c29ef5a: Preparing [2020-10-05T05:21:36.209Z] ec622ecf7d50: Waiting [2020-10-05T05:21:36.209Z] 090043c316d4: Waiting [2020-10-05T05:21:36.209Z] a201fcbbaf49: Waiting [2020-10-05T05:21:36.209Z] 29d30ef58d00: Waiting [2020-10-05T05:21:36.209Z] 9b72789e5cb0: Waiting [2020-10-05T05:21:36.209Z] 50644c29ef5a: Waiting [2020-10-05T05:21:36.472Z] 41ad55d85b59: Pushed [2020-10-05T05:21:36.472Z] 15b24380d723: Pushed [2020-10-05T05:21:36.472Z] 1aecd1a6456d: Pushed [2020-10-05T05:21:36.472Z] 4ea2f87a316d: Pushed [2020-10-05T05:21:36.734Z] a201fcbbaf49: Pushed [2020-10-05T05:21:36.734Z] 29d30ef58d00: Pushed [2020-10-05T05:21:36.734Z] ec622ecf7d50: Pushed [2020-10-05T05:21:36.734Z] 090043c316d4: Pushed [2020-10-05T05:21:36.734Z] 50644c29ef5a: Layer already exists [2020-10-05T05:21:36.995Z] 9b72789e5cb0: Pushed [2020-10-05T05:21:37.256Z] e60622709e0f: Pushed [2020-10-05T05:21:37.256Z] ac752d64f668fa491594c1427640d28afa24e84a: digest: sha256:a742797120c73ec75bf2e3211d935c2040906e8d2fbd8942fa3aa06883681798 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:37.830Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:38.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.46 [2020-10-05T05:21:38.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-05T05:21:38.133Z] e60622709e0f: Preparing [2020-10-05T05:21:38.133Z] 4ea2f87a316d: Preparing [2020-10-05T05:21:38.133Z] 41ad55d85b59: Preparing [2020-10-05T05:21:38.133Z] 1aecd1a6456d: Preparing [2020-10-05T05:21:38.133Z] 1aecd1a6456d: Preparing [2020-10-05T05:21:38.133Z] 15b24380d723: Preparing [2020-10-05T05:21:38.133Z] ec622ecf7d50: Preparing [2020-10-05T05:21:38.133Z] 090043c316d4: Preparing [2020-10-05T05:21:38.133Z] e60622709e0f: Preparing [2020-10-05T05:21:38.133Z] 29d30ef58d00: Preparing [2020-10-05T05:21:38.133Z] a201fcbbaf49: Preparing [2020-10-05T05:21:38.133Z] 9b72789e5cb0: Preparing [2020-10-05T05:21:38.133Z] 50644c29ef5a: Preparing [2020-10-05T05:21:38.133Z] ec622ecf7d50: Waiting [2020-10-05T05:21:38.133Z] 090043c316d4: Waiting [2020-10-05T05:21:38.133Z] 29d30ef58d00: Waiting [2020-10-05T05:21:38.133Z] a201fcbbaf49: Waiting [2020-10-05T05:21:38.133Z] 9b72789e5cb0: Waiting [2020-10-05T05:21:38.133Z] 50644c29ef5a: Waiting [2020-10-05T05:21:38.133Z] e60622709e0f: Layer already exists [2020-10-05T05:21:38.133Z] 41ad55d85b59: Layer already exists [2020-10-05T05:21:38.133Z] 1aecd1a6456d: Layer already exists [2020-10-05T05:21:38.133Z] 15b24380d723: Layer already exists [2020-10-05T05:21:38.133Z] 4ea2f87a316d: Layer already exists [2020-10-05T05:21:38.133Z] ec622ecf7d50: Layer already exists [2020-10-05T05:21:38.133Z] 090043c316d4: Layer already exists [2020-10-05T05:21:38.133Z] 29d30ef58d00: Layer already exists [2020-10-05T05:21:38.133Z] a201fcbbaf49: Layer already exists [2020-10-05T05:21:38.133Z] 9b72789e5cb0: Layer already exists [2020-10-05T05:21:38.133Z] 50644c29ef5a: Layer already exists [2020-10-05T05:21:38.133Z] 1.2.2-dev.46: digest: sha256:a742797120c73ec75bf2e3211d935c2040906e8d2fbd8942fa3aa06883681798 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:38.440Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:38.736Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:38.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-05T05:21:38.737Z] e60622709e0f: Preparing [2020-10-05T05:21:38.737Z] 4ea2f87a316d: Preparing [2020-10-05T05:21:38.737Z] 41ad55d85b59: Preparing [2020-10-05T05:21:38.737Z] 1aecd1a6456d: Preparing [2020-10-05T05:21:38.737Z] 1aecd1a6456d: Preparing [2020-10-05T05:21:38.737Z] 15b24380d723: Preparing [2020-10-05T05:21:38.737Z] ec622ecf7d50: Preparing [2020-10-05T05:21:38.737Z] 090043c316d4: Preparing [2020-10-05T05:21:38.737Z] e60622709e0f: Preparing [2020-10-05T05:21:38.737Z] 29d30ef58d00: Preparing [2020-10-05T05:21:38.737Z] a201fcbbaf49: Preparing [2020-10-05T05:21:38.737Z] 9b72789e5cb0: Preparing [2020-10-05T05:21:38.737Z] 50644c29ef5a: Preparing [2020-10-05T05:21:38.737Z] 29d30ef58d00: Waiting [2020-10-05T05:21:38.737Z] a201fcbbaf49: Waiting [2020-10-05T05:21:38.737Z] 9b72789e5cb0: Waiting [2020-10-05T05:21:38.737Z] 50644c29ef5a: Waiting [2020-10-05T05:21:38.737Z] ec622ecf7d50: Waiting [2020-10-05T05:21:38.737Z] 090043c316d4: Waiting [2020-10-05T05:21:38.737Z] 4ea2f87a316d: Layer already exists [2020-10-05T05:21:38.737Z] 15b24380d723: Layer already exists [2020-10-05T05:21:38.737Z] 41ad55d85b59: Layer already exists [2020-10-05T05:21:38.737Z] 1aecd1a6456d: Layer already exists [2020-10-05T05:21:38.737Z] e60622709e0f: Layer already exists [2020-10-05T05:21:38.737Z] 090043c316d4: Layer already exists [2020-10-05T05:21:38.737Z] ec622ecf7d50: Layer already exists [2020-10-05T05:21:38.737Z] a201fcbbaf49: Layer already exists [2020-10-05T05:21:38.737Z] 29d30ef58d00: Layer already exists [2020-10-05T05:21:38.737Z] 9b72789e5cb0: Layer already exists [2020-10-05T05:21:38.737Z] 50644c29ef5a: Layer already exists [2020-10-05T05:21:38.737Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46: digest: sha256:a742797120c73ec75bf2e3211d935c2040906e8d2fbd8942fa3aa06883681798 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:39.043Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:39.340Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-05T05:21:39.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-05T05:21:39.340Z] e60622709e0f: Preparing [2020-10-05T05:21:39.340Z] 4ea2f87a316d: Preparing [2020-10-05T05:21:39.340Z] 41ad55d85b59: Preparing [2020-10-05T05:21:39.340Z] 1aecd1a6456d: Preparing [2020-10-05T05:21:39.340Z] 1aecd1a6456d: Preparing [2020-10-05T05:21:39.340Z] 15b24380d723: Preparing [2020-10-05T05:21:39.340Z] ec622ecf7d50: Preparing [2020-10-05T05:21:39.340Z] 090043c316d4: Preparing [2020-10-05T05:21:39.340Z] e60622709e0f: Preparing [2020-10-05T05:21:39.340Z] 29d30ef58d00: Preparing [2020-10-05T05:21:39.340Z] a201fcbbaf49: Preparing [2020-10-05T05:21:39.340Z] 9b72789e5cb0: Preparing [2020-10-05T05:21:39.340Z] 50644c29ef5a: Preparing [2020-10-05T05:21:39.340Z] 090043c316d4: Waiting [2020-10-05T05:21:39.340Z] 29d30ef58d00: Waiting [2020-10-05T05:21:39.340Z] a201fcbbaf49: Waiting [2020-10-05T05:21:39.340Z] 9b72789e5cb0: Waiting [2020-10-05T05:21:39.340Z] 50644c29ef5a: Waiting [2020-10-05T05:21:39.340Z] ec622ecf7d50: Waiting [2020-10-05T05:21:39.340Z] 15b24380d723: Layer already exists [2020-10-05T05:21:39.340Z] 4ea2f87a316d: Layer already exists [2020-10-05T05:21:39.340Z] 41ad55d85b59: Layer already exists [2020-10-05T05:21:39.340Z] 1aecd1a6456d: Layer already exists [2020-10-05T05:21:39.340Z] e60622709e0f: Layer already exists [2020-10-05T05:21:39.340Z] ec622ecf7d50: Layer already exists [2020-10-05T05:21:39.340Z] 29d30ef58d00: Layer already exists [2020-10-05T05:21:39.340Z] 090043c316d4: Layer already exists [2020-10-05T05:21:39.340Z] 9b72789e5cb0: Layer already exists [2020-10-05T05:21:39.340Z] a201fcbbaf49: Layer already exists [2020-10-05T05:21:39.340Z] 50644c29ef5a: Layer already exists [2020-10-05T05:21:39.340Z] master: digest: sha256:a742797120c73ec75bf2e3211d935c2040906e8d2fbd8942fa3aa06883681798 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:21:39.556Z] ===================================================== [Pipeline] echo [2020-10-05T05:21:39.604Z] taggedImages: [2020-10-05T05:21:39.604Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:39.604Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.46 [2020-10-05T05:21:39.604Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:39.604Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-05T05:21:39.720Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-05T05:21:39.720Z] ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:39.720Z] 1.2.2-dev.46 [2020-10-05T05:21:39.720Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:39.720Z] master [2020-10-05T05:21:39.720Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:40.266Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac752d64f668fa491594c1427640d28afa24e84a [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:40.567Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:40.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-05T05:21:40.567Z] 345edb810c04: Preparing [2020-10-05T05:21:40.567Z] bf41e9154dd3: Preparing [2020-10-05T05:21:40.567Z] f44c1a7aa5d9: Preparing [2020-10-05T05:21:40.567Z] a0249ab3542d: Preparing [2020-10-05T05:21:40.567Z] 8eae3e42be0f: Preparing [2020-10-05T05:21:40.567Z] 11e327c72a4a: Preparing [2020-10-05T05:21:40.567Z] 482d5ccdea38: Preparing [2020-10-05T05:21:40.567Z] 316d29539fe0: Preparing [2020-10-05T05:21:40.567Z] 8079d3b5ec33: Preparing [2020-10-05T05:21:40.567Z] 243f1874499f: Preparing [2020-10-05T05:21:40.567Z] 1b3ee35aacca: Preparing [2020-10-05T05:21:40.567Z] 482d5ccdea38: Waiting [2020-10-05T05:21:40.567Z] 316d29539fe0: Waiting [2020-10-05T05:21:40.567Z] 8079d3b5ec33: Waiting [2020-10-05T05:21:40.567Z] 243f1874499f: Waiting [2020-10-05T05:21:40.567Z] 1b3ee35aacca: Waiting [2020-10-05T05:21:40.567Z] 11e327c72a4a: Waiting [2020-10-05T05:21:40.835Z] 345edb810c04: Pushed [2020-10-05T05:21:40.835Z] bf41e9154dd3: Pushed [2020-10-05T05:21:40.835Z] 11e327c72a4a: Pushed [2020-10-05T05:21:40.836Z] 482d5ccdea38: Pushed [2020-10-05T05:21:41.099Z] 316d29539fe0: Pushed [2020-10-05T05:21:41.099Z] 8079d3b5ec33: Pushed [2020-10-05T05:21:41.099Z] 1b3ee35aacca: Layer already exists [2020-10-05T05:21:41.361Z] f44c1a7aa5d9: Pushed [2020-10-05T05:21:41.623Z] a0249ab3542d: Pushed [2020-10-05T05:21:41.623Z] 8eae3e42be0f: Pushed [2020-10-05T05:21:41.623Z] 243f1874499f: Pushed [2020-10-05T05:21:41.890Z] ac752d64f668fa491594c1427640d28afa24e84a: digest: sha256:0cc5096b5affe4440e8782bf8d5b0910f0f0cf41e1a436c177de276506b83bc9 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:42.213Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:42.520Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.46 [2020-10-05T05:21:42.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-05T05:21:42.520Z] 345edb810c04: Preparing [2020-10-05T05:21:42.520Z] bf41e9154dd3: Preparing [2020-10-05T05:21:42.520Z] f44c1a7aa5d9: Preparing [2020-10-05T05:21:42.520Z] a0249ab3542d: Preparing [2020-10-05T05:21:42.520Z] 8eae3e42be0f: Preparing [2020-10-05T05:21:42.520Z] 11e327c72a4a: Preparing [2020-10-05T05:21:42.520Z] 482d5ccdea38: Preparing [2020-10-05T05:21:42.520Z] 316d29539fe0: Preparing [2020-10-05T05:21:42.520Z] 8079d3b5ec33: Preparing [2020-10-05T05:21:42.520Z] 243f1874499f: Preparing [2020-10-05T05:21:42.520Z] 1b3ee35aacca: Preparing [2020-10-05T05:21:42.520Z] 11e327c72a4a: Waiting [2020-10-05T05:21:42.520Z] 482d5ccdea38: Waiting [2020-10-05T05:21:42.520Z] 316d29539fe0: Waiting [2020-10-05T05:21:42.520Z] 8079d3b5ec33: Waiting [2020-10-05T05:21:42.520Z] 243f1874499f: Waiting [2020-10-05T05:21:42.520Z] 1b3ee35aacca: Waiting [2020-10-05T05:21:42.520Z] a0249ab3542d: Layer already exists [2020-10-05T05:21:42.520Z] bf41e9154dd3: Layer already exists [2020-10-05T05:21:42.520Z] f44c1a7aa5d9: Layer already exists [2020-10-05T05:21:42.520Z] 8eae3e42be0f: Layer already exists [2020-10-05T05:21:42.520Z] 345edb810c04: Layer already exists [2020-10-05T05:21:42.520Z] 8079d3b5ec33: Layer already exists [2020-10-05T05:21:42.520Z] 11e327c72a4a: Layer already exists [2020-10-05T05:21:42.520Z] 482d5ccdea38: Layer already exists [2020-10-05T05:21:42.520Z] 243f1874499f: Layer already exists [2020-10-05T05:21:42.520Z] 316d29539fe0: Layer already exists [2020-10-05T05:21:42.520Z] 1b3ee35aacca: Layer already exists [2020-10-05T05:21:42.520Z] 1.2.2-dev.46: digest: sha256:0cc5096b5affe4440e8782bf8d5b0910f0f0cf41e1a436c177de276506b83bc9 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:42.821Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:43.120Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:43.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-05T05:21:43.383Z] 345edb810c04: Preparing [2020-10-05T05:21:43.383Z] bf41e9154dd3: Preparing [2020-10-05T05:21:43.383Z] f44c1a7aa5d9: Preparing [2020-10-05T05:21:43.383Z] a0249ab3542d: Preparing [2020-10-05T05:21:43.383Z] 8eae3e42be0f: Preparing [2020-10-05T05:21:43.383Z] 11e327c72a4a: Preparing [2020-10-05T05:21:43.383Z] 482d5ccdea38: Preparing [2020-10-05T05:21:43.383Z] 316d29539fe0: Preparing [2020-10-05T05:21:43.383Z] 8079d3b5ec33: Preparing [2020-10-05T05:21:43.383Z] 243f1874499f: Preparing [2020-10-05T05:21:43.383Z] 1b3ee35aacca: Preparing [2020-10-05T05:21:43.383Z] 482d5ccdea38: Waiting [2020-10-05T05:21:43.383Z] 316d29539fe0: Waiting [2020-10-05T05:21:43.383Z] 8079d3b5ec33: Waiting [2020-10-05T05:21:43.383Z] 243f1874499f: Waiting [2020-10-05T05:21:43.383Z] 1b3ee35aacca: Waiting [2020-10-05T05:21:43.383Z] 11e327c72a4a: Waiting [2020-10-05T05:21:43.645Z] 8eae3e42be0f: Layer already exists [2020-10-05T05:21:43.645Z] 345edb810c04: Layer already exists [2020-10-05T05:21:43.645Z] bf41e9154dd3: Layer already exists [2020-10-05T05:21:43.645Z] f44c1a7aa5d9: Layer already exists [2020-10-05T05:21:43.645Z] a0249ab3542d: Layer already exists [2020-10-05T05:21:43.645Z] 316d29539fe0: Layer already exists [2020-10-05T05:21:43.645Z] 11e327c72a4a: Layer already exists [2020-10-05T05:21:43.908Z] 482d5ccdea38: Layer already exists [2020-10-05T05:21:43.908Z] 243f1874499f: Layer already exists [2020-10-05T05:21:43.908Z] 8079d3b5ec33: Layer already exists [2020-10-05T05:21:43.908Z] 1b3ee35aacca: Layer already exists [2020-10-05T05:21:44.173Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46: digest: sha256:0cc5096b5affe4440e8782bf8d5b0910f0f0cf41e1a436c177de276506b83bc9 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:44.483Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:44.781Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-05T05:21:44.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-05T05:21:44.781Z] 345edb810c04: Preparing [2020-10-05T05:21:44.781Z] bf41e9154dd3: Preparing [2020-10-05T05:21:44.781Z] f44c1a7aa5d9: Preparing [2020-10-05T05:21:44.781Z] a0249ab3542d: Preparing [2020-10-05T05:21:44.781Z] 8eae3e42be0f: Preparing [2020-10-05T05:21:44.781Z] 11e327c72a4a: Preparing [2020-10-05T05:21:44.781Z] 482d5ccdea38: Preparing [2020-10-05T05:21:44.781Z] 316d29539fe0: Preparing [2020-10-05T05:21:44.781Z] 8079d3b5ec33: Preparing [2020-10-05T05:21:44.781Z] 243f1874499f: Preparing [2020-10-05T05:21:44.781Z] 1b3ee35aacca: Preparing [2020-10-05T05:21:44.781Z] 11e327c72a4a: Waiting [2020-10-05T05:21:44.781Z] 482d5ccdea38: Waiting [2020-10-05T05:21:44.781Z] 243f1874499f: Waiting [2020-10-05T05:21:44.781Z] 8079d3b5ec33: Waiting [2020-10-05T05:21:44.781Z] 1b3ee35aacca: Waiting [2020-10-05T05:21:44.781Z] 316d29539fe0: Waiting [2020-10-05T05:21:44.781Z] bf41e9154dd3: Layer already exists [2020-10-05T05:21:44.781Z] a0249ab3542d: Layer already exists [2020-10-05T05:21:44.781Z] f44c1a7aa5d9: Layer already exists [2020-10-05T05:21:44.781Z] 345edb810c04: Layer already exists [2020-10-05T05:21:44.781Z] 8eae3e42be0f: Layer already exists [2020-10-05T05:21:44.781Z] 11e327c72a4a: Layer already exists [2020-10-05T05:21:44.781Z] 482d5ccdea38: Layer already exists [2020-10-05T05:21:44.781Z] 316d29539fe0: Layer already exists [2020-10-05T05:21:44.781Z] 8079d3b5ec33: Layer already exists [2020-10-05T05:21:44.781Z] 243f1874499f: Layer already exists [2020-10-05T05:21:44.781Z] 1b3ee35aacca: Layer already exists [2020-10-05T05:21:45.043Z] master: digest: sha256:0cc5096b5affe4440e8782bf8d5b0910f0f0cf41e1a436c177de276506b83bc9 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:21:45.219Z] ===================================================== [Pipeline] echo [2020-10-05T05:21:45.266Z] taggedImages: [2020-10-05T05:21:45.266Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:45.266Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.46 [2020-10-05T05:21:45.266Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:45.266Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-05T05:21:45.328Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-05T05:21:45.328Z] ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:45.328Z] 1.2.2-dev.46 [2020-10-05T05:21:45.328Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:45.328Z] master [2020-10-05T05:21:45.328Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:45.795Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac752d64f668fa491594c1427640d28afa24e84a [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:46.094Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:46.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-05T05:21:46.094Z] 36b82a82e1a3: Preparing [2020-10-05T05:21:46.094Z] d341ce6cea78: Preparing [2020-10-05T05:21:46.094Z] 1d955cf9ac9a: Preparing [2020-10-05T05:21:46.094Z] fd632938aba7: Preparing [2020-10-05T05:21:46.356Z] 1d955cf9ac9a: Pushed [2020-10-05T05:21:46.356Z] 36b82a82e1a3: Pushed [2020-10-05T05:21:46.356Z] fd632938aba7: Pushed [2020-10-05T05:21:47.316Z] d341ce6cea78: Pushed [2020-10-05T05:21:47.316Z] ac752d64f668fa491594c1427640d28afa24e84a: digest: sha256:401777f37fa799c04773fb793c4d43ec7cea8db343534cb89fb8c24f72644e4f size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:47.687Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:47.986Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.46 [2020-10-05T05:21:47.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-05T05:21:47.986Z] 36b82a82e1a3: Preparing [2020-10-05T05:21:47.986Z] d341ce6cea78: Preparing [2020-10-05T05:21:47.986Z] 1d955cf9ac9a: Preparing [2020-10-05T05:21:47.986Z] fd632938aba7: Preparing [2020-10-05T05:21:47.986Z] 36b82a82e1a3: Layer already exists [2020-10-05T05:21:47.986Z] d341ce6cea78: Layer already exists [2020-10-05T05:21:47.986Z] fd632938aba7: Layer already exists [2020-10-05T05:21:47.986Z] 1d955cf9ac9a: Layer already exists [2020-10-05T05:21:47.986Z] 1.2.2-dev.46: digest: sha256:401777f37fa799c04773fb793c4d43ec7cea8db343534cb89fb8c24f72644e4f size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:48.302Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:48.603Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:48.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-05T05:21:48.604Z] 36b82a82e1a3: Preparing [2020-10-05T05:21:48.604Z] d341ce6cea78: Preparing [2020-10-05T05:21:48.604Z] 1d955cf9ac9a: Preparing [2020-10-05T05:21:48.604Z] fd632938aba7: Preparing [2020-10-05T05:21:48.604Z] d341ce6cea78: Layer already exists [2020-10-05T05:21:48.604Z] fd632938aba7: Layer already exists [2020-10-05T05:21:48.604Z] 1d955cf9ac9a: Layer already exists [2020-10-05T05:21:48.604Z] 36b82a82e1a3: Layer already exists [2020-10-05T05:21:48.604Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46: digest: sha256:401777f37fa799c04773fb793c4d43ec7cea8db343534cb89fb8c24f72644e4f size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:48.908Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:49.214Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-05T05:21:49.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-05T05:21:49.214Z] 36b82a82e1a3: Preparing [2020-10-05T05:21:49.214Z] d341ce6cea78: Preparing [2020-10-05T05:21:49.214Z] 1d955cf9ac9a: Preparing [2020-10-05T05:21:49.214Z] fd632938aba7: Preparing [2020-10-05T05:21:49.214Z] fd632938aba7: Layer already exists [2020-10-05T05:21:49.214Z] 1d955cf9ac9a: Layer already exists [2020-10-05T05:21:49.214Z] 36b82a82e1a3: Layer already exists [2020-10-05T05:21:49.214Z] d341ce6cea78: Layer already exists [2020-10-05T05:21:49.214Z] master: digest: sha256:401777f37fa799c04773fb793c4d43ec7cea8db343534cb89fb8c24f72644e4f size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:21:49.385Z] ===================================================== [Pipeline] echo [2020-10-05T05:21:49.428Z] taggedImages: [2020-10-05T05:21:49.428Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:49.428Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.46 [2020-10-05T05:21:49.428Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:49.428Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-05T05:21:49.490Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-05T05:21:49.490Z] ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:49.490Z] 1.2.2-dev.46 [2020-10-05T05:21:49.490Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:49.490Z] master [2020-10-05T05:21:49.490Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:49.942Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac752d64f668fa491594c1427640d28afa24e84a [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:50.239Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:50.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-05T05:21:50.239Z] 05fb17f67fb3: Preparing [2020-10-05T05:21:50.239Z] 0fb01eaf5df4: Preparing [2020-10-05T05:21:50.239Z] 5467a92e2271: Preparing [2020-10-05T05:21:50.239Z] 78ce51b0dd67: Preparing [2020-10-05T05:21:50.239Z] a62f04121289: Preparing [2020-10-05T05:21:50.239Z] ecdba129c0c1: Preparing [2020-10-05T05:21:50.239Z] ecdba129c0c1: Waiting [2020-10-05T05:21:50.499Z] a62f04121289: Pushed [2020-10-05T05:21:50.499Z] 78ce51b0dd67: Pushed [2020-10-05T05:21:50.499Z] 5467a92e2271: Pushed [2020-10-05T05:21:50.499Z] 05fb17f67fb3: Pushed [2020-10-05T05:21:50.760Z] ecdba129c0c1: Pushed [2020-10-05T05:21:51.331Z] 0fb01eaf5df4: Pushed [2020-10-05T05:21:51.592Z] ac752d64f668fa491594c1427640d28afa24e84a: digest: sha256:5dbac83ff6b13290c46f4b2b58323b19194bc72bdb1fa32bd843848dc11e13bd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:51.893Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:52.228Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.46 [2020-10-05T05:21:52.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-05T05:21:52.228Z] 05fb17f67fb3: Preparing [2020-10-05T05:21:52.228Z] 0fb01eaf5df4: Preparing [2020-10-05T05:21:52.228Z] 5467a92e2271: Preparing [2020-10-05T05:21:52.228Z] 78ce51b0dd67: Preparing [2020-10-05T05:21:52.228Z] a62f04121289: Preparing [2020-10-05T05:21:52.228Z] ecdba129c0c1: Preparing [2020-10-05T05:21:52.228Z] ecdba129c0c1: Waiting [2020-10-05T05:21:52.228Z] 05fb17f67fb3: Layer already exists [2020-10-05T05:21:52.228Z] a62f04121289: Layer already exists [2020-10-05T05:21:52.228Z] 5467a92e2271: Layer already exists [2020-10-05T05:21:52.228Z] 78ce51b0dd67: Layer already exists [2020-10-05T05:21:52.228Z] 0fb01eaf5df4: Layer already exists [2020-10-05T05:21:52.228Z] ecdba129c0c1: Layer already exists [2020-10-05T05:21:52.228Z] 1.2.2-dev.46: digest: sha256:5dbac83ff6b13290c46f4b2b58323b19194bc72bdb1fa32bd843848dc11e13bd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:52.529Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:52.825Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:52.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-05T05:21:52.825Z] 05fb17f67fb3: Preparing [2020-10-05T05:21:52.825Z] 0fb01eaf5df4: Preparing [2020-10-05T05:21:52.825Z] 5467a92e2271: Preparing [2020-10-05T05:21:52.825Z] 78ce51b0dd67: Preparing [2020-10-05T05:21:52.825Z] a62f04121289: Preparing [2020-10-05T05:21:52.825Z] ecdba129c0c1: Preparing [2020-10-05T05:21:52.825Z] ecdba129c0c1: Waiting [2020-10-05T05:21:52.825Z] a62f04121289: Layer already exists [2020-10-05T05:21:52.825Z] 5467a92e2271: Layer already exists [2020-10-05T05:21:52.825Z] 78ce51b0dd67: Layer already exists [2020-10-05T05:21:52.825Z] 0fb01eaf5df4: Layer already exists [2020-10-05T05:21:52.825Z] 05fb17f67fb3: Layer already exists [2020-10-05T05:21:52.825Z] ecdba129c0c1: Layer already exists [2020-10-05T05:21:52.825Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46: digest: sha256:5dbac83ff6b13290c46f4b2b58323b19194bc72bdb1fa32bd843848dc11e13bd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:53.126Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:53.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-05T05:21:53.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-05T05:21:53.421Z] 05fb17f67fb3: Preparing [2020-10-05T05:21:53.421Z] 0fb01eaf5df4: Preparing [2020-10-05T05:21:53.421Z] 5467a92e2271: Preparing [2020-10-05T05:21:53.421Z] 78ce51b0dd67: Preparing [2020-10-05T05:21:53.421Z] a62f04121289: Preparing [2020-10-05T05:21:53.421Z] ecdba129c0c1: Preparing [2020-10-05T05:21:53.421Z] ecdba129c0c1: Waiting [2020-10-05T05:21:53.421Z] a62f04121289: Layer already exists [2020-10-05T05:21:53.421Z] 78ce51b0dd67: Layer already exists [2020-10-05T05:21:53.421Z] 5467a92e2271: Layer already exists [2020-10-05T05:21:53.421Z] 05fb17f67fb3: Layer already exists [2020-10-05T05:21:53.421Z] 0fb01eaf5df4: Layer already exists [2020-10-05T05:21:53.421Z] ecdba129c0c1: Layer already exists [2020-10-05T05:21:53.421Z] master: digest: sha256:5dbac83ff6b13290c46f4b2b58323b19194bc72bdb1fa32bd843848dc11e13bd size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:21:53.593Z] ===================================================== [Pipeline] echo [2020-10-05T05:21:53.642Z] taggedImages: [2020-10-05T05:21:53.642Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:53.642Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.46 [2020-10-05T05:21:53.642Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:53.642Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-05T05:21:53.700Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-05T05:21:53.700Z] ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:53.700Z] 1.2.2-dev.46 [2020-10-05T05:21:53.700Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:53.700Z] master [2020-10-05T05:21:53.700Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:54.155Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac752d64f668fa491594c1427640d28afa24e84a [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:54.451Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:54.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-05T05:21:54.451Z] d5992a08f63a: Preparing [2020-10-05T05:21:54.451Z] 7d3e80da4821: Preparing [2020-10-05T05:21:54.451Z] d9b504fae66d: Preparing [2020-10-05T05:21:54.713Z] d5992a08f63a: Pushed [2020-10-05T05:21:54.713Z] d9b504fae66d: Pushed [2020-10-05T05:21:55.657Z] 7d3e80da4821: Pushed [2020-10-05T05:21:55.918Z] ac752d64f668fa491594c1427640d28afa24e84a: digest: sha256:edd8fb0174b431596e519be5938da60e23e8f6c83286150f1f803cf9e6b2bab6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:56.219Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:56.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.46 [2020-10-05T05:21:56.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-05T05:21:56.513Z] d5992a08f63a: Preparing [2020-10-05T05:21:56.513Z] 7d3e80da4821: Preparing [2020-10-05T05:21:56.513Z] d9b504fae66d: Preparing [2020-10-05T05:21:56.513Z] d9b504fae66d: Layer already exists [2020-10-05T05:21:56.513Z] 7d3e80da4821: Layer already exists [2020-10-05T05:21:56.513Z] d5992a08f63a: Layer already exists [2020-10-05T05:21:56.513Z] 1.2.2-dev.46: digest: sha256:edd8fb0174b431596e519be5938da60e23e8f6c83286150f1f803cf9e6b2bab6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:56.815Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:57.111Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:57.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-05T05:21:57.111Z] d5992a08f63a: Preparing [2020-10-05T05:21:57.111Z] 7d3e80da4821: Preparing [2020-10-05T05:21:57.111Z] d9b504fae66d: Preparing [2020-10-05T05:21:57.111Z] d5992a08f63a: Layer already exists [2020-10-05T05:21:57.111Z] 7d3e80da4821: Layer already exists [2020-10-05T05:21:57.111Z] d9b504fae66d: Layer already exists [2020-10-05T05:21:57.111Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46: digest: sha256:edd8fb0174b431596e519be5938da60e23e8f6c83286150f1f803cf9e6b2bab6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:57.413Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:57.708Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-05T05:21:57.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-05T05:21:57.708Z] d5992a08f63a: Preparing [2020-10-05T05:21:57.708Z] 7d3e80da4821: Preparing [2020-10-05T05:21:57.708Z] d9b504fae66d: Preparing [2020-10-05T05:21:57.708Z] d5992a08f63a: Layer already exists [2020-10-05T05:21:57.708Z] 7d3e80da4821: Layer already exists [2020-10-05T05:21:57.708Z] d9b504fae66d: Layer already exists [2020-10-05T05:21:57.708Z] master: digest: sha256:edd8fb0174b431596e519be5938da60e23e8f6c83286150f1f803cf9e6b2bab6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:21:57.898Z] ===================================================== [Pipeline] echo [2020-10-05T05:21:57.945Z] taggedImages: [2020-10-05T05:21:57.945Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:57.945Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.46 [2020-10-05T05:21:57.945Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:57.945Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-05T05:21:58.005Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-05T05:21:58.005Z] ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:58.005Z] 1.2.2-dev.46 [2020-10-05T05:21:58.005Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:21:58.005Z] master [2020-10-05T05:21:58.005Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:58.540Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac752d64f668fa491594c1427640d28afa24e84a [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:21:58.842Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:21:58.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-05T05:21:58.842Z] 80df6606a919: Preparing [2020-10-05T05:21:58.842Z] 72652b2f9e8b: Preparing [2020-10-05T05:21:58.842Z] 9be9dd14a9a6: Preparing [2020-10-05T05:21:58.842Z] ab714cb23f2d: Preparing [2020-10-05T05:21:58.842Z] 321ae4a8b7dd: Preparing [2020-10-05T05:21:58.842Z] 62cc4c6644fa: Preparing [2020-10-05T05:21:58.842Z] 4b124f28381c: Preparing [2020-10-05T05:21:58.842Z] 527eef706b20: Preparing [2020-10-05T05:21:58.842Z] 224742e9e948: Preparing [2020-10-05T05:21:58.842Z] 5391e5290f13: Preparing [2020-10-05T05:21:58.842Z] 13baed61c795: Preparing [2020-10-05T05:21:58.842Z] 51d6d3d09136: Preparing [2020-10-05T05:21:58.842Z] 1507bc794612: Preparing [2020-10-05T05:21:58.842Z] 50644c29ef5a: Preparing [2020-10-05T05:21:58.842Z] 62cc4c6644fa: Waiting [2020-10-05T05:21:58.842Z] 4b124f28381c: Waiting [2020-10-05T05:21:58.842Z] 527eef706b20: Waiting [2020-10-05T05:21:58.842Z] 224742e9e948: Waiting [2020-10-05T05:21:58.842Z] 5391e5290f13: Waiting [2020-10-05T05:21:58.842Z] 13baed61c795: Waiting [2020-10-05T05:21:58.842Z] 51d6d3d09136: Waiting [2020-10-05T05:21:58.842Z] 1507bc794612: Waiting [2020-10-05T05:21:58.842Z] 50644c29ef5a: Waiting [2020-10-05T05:21:59.109Z] 321ae4a8b7dd: Pushed [2020-10-05T05:21:59.109Z] 80df6606a919: Pushed [2020-10-05T05:21:59.377Z] ab714cb23f2d: Pushed [2020-10-05T05:21:59.377Z] 527eef706b20: Layer already exists [2020-10-05T05:21:59.377Z] 224742e9e948: Layer already exists [2020-10-05T05:21:59.377Z] 4b124f28381c: Pushed [2020-10-05T05:21:59.377Z] 5391e5290f13: Layer already exists [2020-10-05T05:21:59.377Z] 13baed61c795: Layer already exists [2020-10-05T05:21:59.377Z] 51d6d3d09136: Layer already exists [2020-10-05T05:21:59.377Z] 1507bc794612: Layer already exists [2020-10-05T05:21:59.377Z] 50644c29ef5a: Layer already exists [2020-10-05T05:21:59.638Z] 72652b2f9e8b: Pushed [2020-10-05T05:22:00.216Z] 62cc4c6644fa: Pushed [2020-10-05T05:22:01.676Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-05T05:22:01.677Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-05T05:22:01.677Z] ---> 8ed7f8c6bdc7 [2020-10-05T05:22:01.677Z] Step 3/29 : WORKDIR /edgex-go [2020-10-05T05:22:01.677Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-05T05:22:01.677Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-05T05:22:01.677Z] ---> 8ed7f8c6bdc7 [2020-10-05T05:22:01.677Z] Step 3/22 : WORKDIR /edgex-go [2020-10-05T05:22:01.677Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-05T05:22:01.677Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-05T05:22:01.677Z] ---> 8ed7f8c6bdc7 [2020-10-05T05:22:01.677Z] Step 3/20 : WORKDIR /edgex-go [2020-10-05T05:22:01.677Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-05T05:22:01.677Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-05T05:22:01.677Z] ---> 8ed7f8c6bdc7 [2020-10-05T05:22:01.677Z] Step 3/23 : WORKDIR /edgex-go [2020-10-05T05:22:01.677Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-05T05:22:01.677Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-05T05:22:01.677Z] ---> 8ed7f8c6bdc7 [2020-10-05T05:22:01.677Z] Step 3/27 : WORKDIR /edgex-go [2020-10-05T05:22:03.520Z] 9be9dd14a9a6: Pushed [2020-10-05T05:22:03.520Z] ac752d64f668fa491594c1427640d28afa24e84a: digest: sha256:07d9d61cca558f58342af263474e5df780779385d5e6170f94ee778b8458aff9 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:22:03.663Z] ---> Running in 2bebe0a950f6 [2020-10-05T05:22:03.663Z] ---> Running in a651c8259c6f [2020-10-05T05:22:03.663Z] ---> Running in af2598d51ca7 [2020-10-05T05:22:03.663Z] ---> Running in f5b40449c653 [2020-10-05T05:22:03.663Z] ---> Running in 59e48eeecec4 [2020-10-05T05:22:03.824Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:22:04.175Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.46 [2020-10-05T05:22:04.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-05T05:22:04.175Z] 80df6606a919: Preparing [2020-10-05T05:22:04.175Z] 72652b2f9e8b: Preparing [2020-10-05T05:22:04.175Z] 9be9dd14a9a6: Preparing [2020-10-05T05:22:04.175Z] ab714cb23f2d: Preparing [2020-10-05T05:22:04.175Z] 321ae4a8b7dd: Preparing [2020-10-05T05:22:04.175Z] 62cc4c6644fa: Preparing [2020-10-05T05:22:04.175Z] 4b124f28381c: Preparing [2020-10-05T05:22:04.175Z] 527eef706b20: Preparing [2020-10-05T05:22:04.175Z] 224742e9e948: Preparing [2020-10-05T05:22:04.175Z] 5391e5290f13: Preparing [2020-10-05T05:22:04.175Z] 13baed61c795: Preparing [2020-10-05T05:22:04.175Z] 51d6d3d09136: Preparing [2020-10-05T05:22:04.175Z] 1507bc794612: Preparing [2020-10-05T05:22:04.175Z] 50644c29ef5a: Preparing [2020-10-05T05:22:04.175Z] 62cc4c6644fa: Waiting [2020-10-05T05:22:04.175Z] 4b124f28381c: Waiting [2020-10-05T05:22:04.175Z] 51d6d3d09136: Waiting [2020-10-05T05:22:04.175Z] 527eef706b20: Waiting [2020-10-05T05:22:04.175Z] 1507bc794612: Waiting [2020-10-05T05:22:04.175Z] 224742e9e948: Waiting [2020-10-05T05:22:04.175Z] 50644c29ef5a: Waiting [2020-10-05T05:22:04.175Z] 5391e5290f13: Waiting [2020-10-05T05:22:04.175Z] ab714cb23f2d: Layer already exists [2020-10-05T05:22:04.175Z] 321ae4a8b7dd: Layer already exists [2020-10-05T05:22:04.175Z] 80df6606a919: Layer already exists [2020-10-05T05:22:04.175Z] 9be9dd14a9a6: Layer already exists [2020-10-05T05:22:04.175Z] 72652b2f9e8b: Layer already exists [2020-10-05T05:22:04.175Z] 4b124f28381c: Layer already exists [2020-10-05T05:22:04.175Z] 62cc4c6644fa: Layer already exists [2020-10-05T05:22:04.175Z] 224742e9e948: Layer already exists [2020-10-05T05:22:04.175Z] 5391e5290f13: Layer already exists [2020-10-05T05:22:04.175Z] 527eef706b20: Layer already exists [2020-10-05T05:22:04.175Z] 1507bc794612: Layer already exists [2020-10-05T05:22:04.175Z] 51d6d3d09136: Layer already exists [2020-10-05T05:22:04.175Z] 50644c29ef5a: Layer already exists [2020-10-05T05:22:04.175Z] 13baed61c795: Layer already exists [2020-10-05T05:22:04.175Z] 1.2.2-dev.46: digest: sha256:07d9d61cca558f58342af263474e5df780779385d5e6170f94ee778b8458aff9 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:22:04.269Z] Removing intermediate container f5b40449c653 [2020-10-05T05:22:04.269Z] ---> 66fa725b06ec [2020-10-05T05:22:04.269Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:22:04.534Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:22:04.542Z] Removing intermediate container af2598d51ca7 [2020-10-05T05:22:04.542Z] ---> 2a99324e990f [2020-10-05T05:22:04.542Z] Removing intermediate container 2bebe0a950f6 [2020-10-05T05:22:04.542Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:22:04.542Z] ---> fa3f6aac34b8 [2020-10-05T05:22:04.542Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:22:04.542Z] Removing intermediate container a651c8259c6f [2020-10-05T05:22:04.542Z] ---> a96a9d84462d [2020-10-05T05:22:04.542Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:22:04.542Z] Removing intermediate container 59e48eeecec4 [2020-10-05T05:22:04.542Z] ---> 59d9bc4f950a [2020-10-05T05:22:04.542Z] Step 4/29 : RUN apk update && apk add make git [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:22:04.818Z] ---> Running in 69b3f9b301ab [2020-10-05T05:22:04.818Z] ---> Running in d205b2e73d31 [2020-10-05T05:22:04.818Z] ---> Running in 753aed8078e2 [2020-10-05T05:22:04.818Z] ---> Running in 176dd0adabbd [2020-10-05T05:22:04.818Z] ---> Running in 7f73a8620ee2 [2020-10-05T05:22:04.835Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:22:04.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-05T05:22:04.836Z] 80df6606a919: Preparing [2020-10-05T05:22:04.836Z] 72652b2f9e8b: Preparing [2020-10-05T05:22:04.836Z] 9be9dd14a9a6: Preparing [2020-10-05T05:22:04.836Z] ab714cb23f2d: Preparing [2020-10-05T05:22:04.836Z] 321ae4a8b7dd: Preparing [2020-10-05T05:22:04.836Z] 62cc4c6644fa: Preparing [2020-10-05T05:22:04.836Z] 4b124f28381c: Preparing [2020-10-05T05:22:04.836Z] 527eef706b20: Preparing [2020-10-05T05:22:04.836Z] 224742e9e948: Preparing [2020-10-05T05:22:04.836Z] 5391e5290f13: Preparing [2020-10-05T05:22:04.836Z] 13baed61c795: Preparing [2020-10-05T05:22:04.836Z] 51d6d3d09136: Preparing [2020-10-05T05:22:04.836Z] 1507bc794612: Preparing [2020-10-05T05:22:04.836Z] 50644c29ef5a: Preparing [2020-10-05T05:22:04.836Z] 62cc4c6644fa: Waiting [2020-10-05T05:22:04.836Z] 4b124f28381c: Waiting [2020-10-05T05:22:04.836Z] 527eef706b20: Waiting [2020-10-05T05:22:04.836Z] 224742e9e948: Waiting [2020-10-05T05:22:04.836Z] 5391e5290f13: Waiting [2020-10-05T05:22:04.836Z] 13baed61c795: Waiting [2020-10-05T05:22:04.836Z] 51d6d3d09136: Waiting [2020-10-05T05:22:04.836Z] 1507bc794612: Waiting [2020-10-05T05:22:04.836Z] 50644c29ef5a: Waiting [2020-10-05T05:22:04.836Z] 321ae4a8b7dd: Layer already exists [2020-10-05T05:22:04.836Z] 72652b2f9e8b: Layer already exists [2020-10-05T05:22:04.836Z] 80df6606a919: Layer already exists [2020-10-05T05:22:04.836Z] 9be9dd14a9a6: Layer already exists [2020-10-05T05:22:04.836Z] ab714cb23f2d: Layer already exists [2020-10-05T05:22:04.836Z] 62cc4c6644fa: Layer already exists [2020-10-05T05:22:04.836Z] 527eef706b20: Layer already exists [2020-10-05T05:22:04.836Z] 224742e9e948: Layer already exists [2020-10-05T05:22:04.836Z] 4b124f28381c: Layer already exists [2020-10-05T05:22:04.836Z] 5391e5290f13: Layer already exists [2020-10-05T05:22:04.836Z] 51d6d3d09136: Layer already exists [2020-10-05T05:22:04.836Z] 13baed61c795: Layer already exists [2020-10-05T05:22:04.836Z] 50644c29ef5a: Layer already exists [2020-10-05T05:22:04.836Z] 1507bc794612: Layer already exists [2020-10-05T05:22:04.836Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46: digest: sha256:07d9d61cca558f58342af263474e5df780779385d5e6170f94ee778b8458aff9 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:22:05.140Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:22:05.435Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-05T05:22:05.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-05T05:22:05.435Z] 80df6606a919: Preparing [2020-10-05T05:22:05.435Z] 72652b2f9e8b: Preparing [2020-10-05T05:22:05.435Z] 9be9dd14a9a6: Preparing [2020-10-05T05:22:05.435Z] ab714cb23f2d: Preparing [2020-10-05T05:22:05.435Z] 321ae4a8b7dd: Preparing [2020-10-05T05:22:05.435Z] 62cc4c6644fa: Preparing [2020-10-05T05:22:05.435Z] 4b124f28381c: Preparing [2020-10-05T05:22:05.435Z] 527eef706b20: Preparing [2020-10-05T05:22:05.435Z] 224742e9e948: Preparing [2020-10-05T05:22:05.435Z] 5391e5290f13: Preparing [2020-10-05T05:22:05.435Z] 13baed61c795: Preparing [2020-10-05T05:22:05.435Z] 51d6d3d09136: Preparing [2020-10-05T05:22:05.435Z] 1507bc794612: Preparing [2020-10-05T05:22:05.435Z] 50644c29ef5a: Preparing [2020-10-05T05:22:05.435Z] 62cc4c6644fa: Waiting [2020-10-05T05:22:05.435Z] 4b124f28381c: Waiting [2020-10-05T05:22:05.435Z] 527eef706b20: Waiting [2020-10-05T05:22:05.435Z] 224742e9e948: Waiting [2020-10-05T05:22:05.435Z] 51d6d3d09136: Waiting [2020-10-05T05:22:05.435Z] 5391e5290f13: Waiting [2020-10-05T05:22:05.435Z] 1507bc794612: Waiting [2020-10-05T05:22:05.435Z] 50644c29ef5a: Waiting [2020-10-05T05:22:05.435Z] 13baed61c795: Waiting [2020-10-05T05:22:05.435Z] 80df6606a919: Layer already exists [2020-10-05T05:22:05.435Z] 9be9dd14a9a6: Layer already exists [2020-10-05T05:22:05.435Z] 72652b2f9e8b: Layer already exists [2020-10-05T05:22:05.435Z] ab714cb23f2d: Layer already exists [2020-10-05T05:22:05.435Z] 321ae4a8b7dd: Layer already exists [2020-10-05T05:22:05.435Z] 527eef706b20: Layer already exists [2020-10-05T05:22:05.435Z] 62cc4c6644fa: Layer already exists [2020-10-05T05:22:05.435Z] 5391e5290f13: Layer already exists [2020-10-05T05:22:05.435Z] 4b124f28381c: Layer already exists [2020-10-05T05:22:05.435Z] 224742e9e948: Layer already exists [2020-10-05T05:22:05.435Z] 13baed61c795: Layer already exists [2020-10-05T05:22:05.435Z] 1507bc794612: Layer already exists [2020-10-05T05:22:05.435Z] 51d6d3d09136: Layer already exists [2020-10-05T05:22:05.435Z] 50644c29ef5a: Layer already exists [2020-10-05T05:22:05.696Z] master: digest: sha256:07d9d61cca558f58342af263474e5df780779385d5e6170f94ee778b8458aff9 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:22:05.871Z] ===================================================== [Pipeline] echo [2020-10-05T05:22:05.915Z] taggedImages: [2020-10-05T05:22:05.915Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:22:05.915Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.46 [2020-10-05T05:22:05.915Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:22:05.915Z] - 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-05T05:22:08.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-05T05:22:08.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-05T05:22:08.844Z] Removing intermediate container 69b3f9b301ab [2020-10-05T05:22:08.844Z] ---> 6bba9209e482 [2020-10-05T05:22:08.844Z] Step 5/20 : RUN apk update && apk add make git [2020-10-05T05:22:08.844Z] Removing intermediate container d205b2e73d31 [2020-10-05T05:22:08.844Z] ---> bf1d3fd2e590 [2020-10-05T05:22:08.844Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-05T05:22:09.122Z] ---> Running in 8a091ecdd1b8 [2020-10-05T05:22:09.122Z] ---> Running in 9129db0691f4 [2020-10-05T05:22:09.406Z] Removing intermediate container 176dd0adabbd [2020-10-05T05:22:09.406Z] ---> 08e438963302 [2020-10-05T05:22:09.406Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-05T05:22:09.406Z] Removing intermediate container 753aed8078e2 [2020-10-05T05:22:09.406Z] ---> edba7ea342f6 [2020-10-05T05:22:09.406Z] Step 5/22 : RUN apk update && apk add make git [2020-10-05T05:22:09.689Z] ---> Running in 0d0c25a1a4af [2020-10-05T05:22:09.689Z] ---> Running in e036efe5565e [2020-10-05T05:22:09.967Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-05T05:22:09.967Z] v3.12.0-366-g88c5d9ea04 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-05T05:22:09.967Z] OK: 12623 distinct packages available [2020-10-05T05:22:10.954Z] OK: 217 MiB in 51 packages [2020-10-05T05:22:11.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-05T05:22:11.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-05T05:22:11.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-05T05:22:12.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-05T05:22:12.497Z] Removing intermediate container 7f73a8620ee2 [2020-10-05T05:22:12.497Z] ---> a57a6d87075f [2020-10-05T05:22:12.497Z] Step 5/29 : COPY go.mod . [2020-10-05T05:22:12.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-05T05:22:12.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-05T05:22:12.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-05T05:22:13.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-05T05:22:13.076Z] ---> 873f10c413a2 [2020-10-05T05:22:13.076Z] Step 6/29 : RUN go mod download [2020-10-05T05:22:13.355Z] ---> Running in 1ce78badb18e [2020-10-05T05:22:13.961Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-05T05:22:13.961Z] v3.12.0-366-g88c5d9ea04 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-05T05:22:13.961Z] OK: 12623 distinct packages available [2020-10-05T05:22:13.961Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-05T05:22:13.961Z] v3.12.0-366-g88c5d9ea04 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-05T05:22:13.961Z] OK: 12623 distinct packages available [2020-10-05T05:22:13.961Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-05T05:22:13.961Z] v3.12.0-366-g88c5d9ea04 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-05T05:22:13.961Z] OK: 12623 distinct packages available [2020-10-05T05:22:14.562Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-05T05:22:14.562Z] v3.12.0-366-g88c5d9ea04 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-05T05:22:14.562Z] OK: 12623 distinct packages available [2020-10-05T05:22:14.839Z] OK: 217 MiB in 51 packages [2020-10-05T05:22:14.839Z] OK: 217 MiB in 51 packages [2020-10-05T05:22:14.839Z] OK: 217 MiB in 51 packages [2020-10-05T05:22:15.445Z] OK: 217 MiB in 51 packages [2020-10-05T05:22:16.433Z] Removing intermediate container 0d0c25a1a4af [2020-10-05T05:22:16.433Z] ---> 5861df10999b [2020-10-05T05:22:16.433Z] Step 6/27 : COPY go.mod . [2020-10-05T05:22:17.042Z] Removing intermediate container 8a091ecdd1b8 [2020-10-05T05:22:17.042Z] ---> 16d2cd6eb0ee [2020-10-05T05:22:17.042Z] Step 6/20 : COPY go.mod . [2020-10-05T05:22:17.042Z] Removing intermediate container 9129db0691f4 [2020-10-05T05:22:17.042Z] ---> c38aef198d82 [2020-10-05T05:22:17.042Z] Step 6/23 : COPY go.mod . [2020-10-05T05:22:17.321Z] Removing intermediate container e036efe5565e [2020-10-05T05:22:17.321Z] ---> 7f21b82f964c [2020-10-05T05:22:17.321Z] Step 6/22 : COPY go.mod . [2020-10-05T05:22:17.603Z] ---> 77ae84fe028b [2020-10-05T05:22:17.603Z] Step 7/27 : RUN go mod download [2020-10-05T05:22:17.603Z] Removing intermediate container 1ce78badb18e [2020-10-05T05:22:17.603Z] ---> 60c1c03f0b5c [2020-10-05T05:22:17.603Z] Step 7/29 : COPY . . [2020-10-05T05:22:17.885Z] ---> Running in d9497ce4a05c [2020-10-05T05:22:18.165Z] ---> 3cf556a45fd5 [2020-10-05T05:22:18.165Z] Step 7/20 : RUN go mod download [2020-10-05T05:22:18.165Z] ---> 09c2ef34989b [2020-10-05T05:22:18.165Z] Step 7/23 : RUN go mod download [2020-10-05T05:22:18.165Z] ---> Running in b90acff6f335 [2020-10-05T05:22:18.456Z] ---> 1b8d62d3d84c [2020-10-05T05:22:18.456Z] Step 7/22 : RUN go mod download [2020-10-05T05:22:18.456Z] ---> Running in 12294df4aae5 [2020-10-05T05:22:18.731Z] ---> Running in ba4eec096404 [2020-10-05T05:22:24.190Z] Removing intermediate container d9497ce4a05c [2020-10-05T05:22:24.190Z] ---> e7786cd1fa32 [2020-10-05T05:22:24.190Z] Step 8/27 : COPY . . [2020-10-05T05:22:24.190Z] Removing intermediate container 12294df4aae5 [2020-10-05T05:22:24.190Z] ---> 9dea76500142 [2020-10-05T05:22:24.190Z] Step 8/23 : COPY . . [2020-10-05T05:22:24.479Z] Removing intermediate container ba4eec096404 [2020-10-05T05:22:24.479Z] ---> 6001afd7eac2 [2020-10-05T05:22:24.479Z] Step 8/22 : COPY . . [2020-10-05T05:22:24.759Z] Removing intermediate container b90acff6f335 [2020-10-05T05:22:24.759Z] ---> 394abe539a9d [2020-10-05T05:22:24.759Z] Step 8/20 : COPY . . [2020-10-05T05:22:46.983Z] ---> cec1a8a6436c [2020-10-05T05:22:46.983Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-05T05:22:46.983Z] ---> d54755c0172b [2020-10-05T05:22:46.983Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-05T05:22:46.983Z] ---> Running in 3a3e7e048e6e [2020-10-05T05:22:46.983Z] ---> a22b96404010 [2020-10-05T05:22:46.983Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-05T05:22:46.983Z] ---> d98759ef00ac [2020-10-05T05:22:46.983Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-05T05:22:46.983Z] ---> 2f6e212b2e1e [2020-10-05T05:22:46.983Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-05T05:22:46.983Z] ---> Running in 6985584304ca [2020-10-05T05:22:46.983Z] ---> Running in d8fc9306fa99 [2020-10-05T05:22:46.983Z] ---> Running in 43d59d2420b0 [2020-10-05T05:22:46.983Z] ---> Running in ecf6c6255ef0 [2020-10-05T05:22:47.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-05T05:22:47.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-05T05:22:48.239Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-05T05:22:48.516Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o cmd/core-data/core-data ./cmd/core-data [2020-10-05T05:22:48.516Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-05T05:24:10.375Z] Removing intermediate container 3a3e7e048e6e [2020-10-05T05:24:10.376Z] ---> e6091ad0455f [2020-10-05T05:24:10.376Z] [2020-10-05T05:24:10.376Z] Step 9/29 : FROM alpine:latest [2020-10-05T05:24:10.376Z] latest: Pulling from library/alpine [2020-10-05T05:24:10.376Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-05T05:24:10.376Z] Status: Downloaded newer image for alpine:latest [2020-10-05T05:24:10.376Z] ---> 62ee0e9f8440 [2020-10-05T05:24:10.376Z] 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-05T05:24:10.376Z] ---> Running in 619e1600b756 [2020-10-05T05:24:10.376Z] Removing intermediate container 619e1600b756 [2020-10-05T05:24:10.376Z] ---> a65efedc03b6 [2020-10-05T05:24:10.376Z] Step 11/29 : USER root [2020-10-05T05:24:11.027Z] ---> Running in 13b0f5ffc68f [2020-10-05T05:24:11.305Z] Removing intermediate container d8fc9306fa99 [2020-10-05T05:24:11.305Z] ---> f70cf6dad035 [2020-10-05T05:24:11.305Z] [2020-10-05T05:24:11.305Z] Step 10/20 : FROM alpine [2020-10-05T05:24:11.305Z] ---> 62ee0e9f8440 [2020-10-05T05:24:11.305Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-05T05:24:11.305Z] ---> Running in 2168b8cb821e [2020-10-05T05:24:11.917Z] Removing intermediate container 13b0f5ffc68f [2020-10-05T05:24:11.917Z] ---> a2e6216d3487 [2020-10-05T05:24:11.917Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-05T05:24:12.207Z] ---> Running in 86d092ce6cc5 [2020-10-05T05:24:14.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-05T05:24:14.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-05T05:24:15.086Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-05T05:24:15.086Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-05T05:24:15.367Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-05T05:24:15.367Z] v3.12.0-366-g88c5d9ea04 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-05T05:24:15.367Z] OK: 12621 distinct packages available [2020-10-05T05:24:15.977Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-05T05:24:15.977Z] v3.12.0-366-g88c5d9ea04 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-05T05:24:15.977Z] OK: 12621 distinct packages available [2020-10-05T05:24:16.258Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-05T05:24:16.542Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-05T05:24:16.542Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-05T05:24:16.542Z] (4/4) Installing curl (7.69.1-r1) [2020-10-05T05:24:16.542Z] Executing busybox-1.31.1-r16.trigger [2020-10-05T05:24:16.542Z] Executing ca-certificates-20191127-r4.trigger [2020-10-05T05:24:16.827Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-05T05:24:16.827Z] OK: 7 MiB in 18 packages [2020-10-05T05:24:16.827Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-05T05:24:16.827Z] Executing busybox-1.31.1-r16.trigger [2020-10-05T05:24:17.110Z] Executing ca-certificates-20191127-r4.trigger [2020-10-05T05:24:17.393Z] OK: 6 MiB in 16 packages [2020-10-05T05:24:20.039Z] Removing intermediate container 6985584304ca [2020-10-05T05:24:20.039Z] ---> 2384b10130ea [2020-10-05T05:24:20.039Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-05T05:24:20.039Z] ---> Running in 2af2461e65d9 [2020-10-05T05:24:21.493Z] Removing intermediate container 2168b8cb821e [2020-10-05T05:24:21.493Z] ---> 9fc9e3cad543 [2020-10-05T05:24:21.493Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-05T05:24:21.493Z] Removing intermediate container 86d092ce6cc5 [2020-10-05T05:24:21.493Z] ---> 0aa12e4a78d9 [2020-10-05T05:24:21.493Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-05T05:24:21.493Z] ---> Running in c9395dcc9186 [2020-10-05T05:24:21.774Z] ---> Running in dbe6497ba91d [2020-10-05T05:24:22.391Z] Removing intermediate container c9395dcc9186 [2020-10-05T05:24:22.391Z] ---> 97d31369002b [2020-10-05T05:24:22.391Z] Step 13/20 : WORKDIR /edgex [2020-10-05T05:24:22.751Z] Removing intermediate container dbe6497ba91d [2020-10-05T05:24:22.751Z] ---> db09094a717d [2020-10-05T05:24:22.751Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-05T05:24:22.751Z] ---> Running in d803455b6f24 [2020-10-05T05:24:23.046Z] ---> Running in 1c5024d36547 [2020-10-05T05:24:23.353Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-05T05:24:23.644Z] Removing intermediate container d803455b6f24 [2020-10-05T05:24:23.644Z] ---> 82437068960e [2020-10-05T05:24:23.644Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-05T05:24:23.940Z] Removing intermediate container 1c5024d36547 [2020-10-05T05:24:23.940Z] ---> b51c551297ed [2020-10-05T05:24:23.940Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-05T05:24:24.237Z] ---> Running in 12a40dc6de71 [2020-10-05T05:24:25.866Z] ---> cb8321e2a45e [2020-10-05T05:24:25.866Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-05T05:24:27.459Z] ---> c662cd811dc3 [2020-10-05T05:24:27.459Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-05T05:24:27.741Z] ---> Running in 5996c297e3fd [2020-10-05T05:24:28.743Z] Removing intermediate container 5996c297e3fd [2020-10-05T05:24:28.743Z] ---> 3f1593d7fbfc [2020-10-05T05:24:28.743Z] Step 17/20 : CMD ["--init=true"] [2020-10-05T05:24:28.743Z] ---> Running in 14e024c22c2e [2020-10-05T05:24:29.019Z] Removing intermediate container 12a40dc6de71 [2020-10-05T05:24:29.019Z] ---> bd096abc619b [2020-10-05T05:24:29.019Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-05T05:24:29.618Z] Removing intermediate container 14e024c22c2e [2020-10-05T05:24:29.618Z] ---> 255a7db4aff5 [2020-10-05T05:24:29.618Z] Step 18/20 : LABEL arch=arm64 [2020-10-05T05:24:29.896Z] ---> Running in 8dec3db98df2 [2020-10-05T05:24:30.909Z] Removing intermediate container 8dec3db98df2 [2020-10-05T05:24:30.909Z] ---> 03041029971f [2020-10-05T05:24:30.909Z] Step 19/20 : LABEL git_sha=ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:24:30.909Z] ---> Running in f160763b9f61 [2020-10-05T05:24:31.525Z] Removing intermediate container 2af2461e65d9 [2020-10-05T05:24:31.525Z] ---> 6029d7471187 [2020-10-05T05:24:31.525Z] [2020-10-05T05:24:31.525Z] Step 11/27 : FROM docker:latest [2020-10-05T05:24:31.525Z] ---> 45884bde0078 [2020-10-05T05:24:31.525Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-05T05:24:31.525Z] ---> aa90bac750f4 [2020-10-05T05:24:31.525Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-05T05:24:31.812Z] Removing intermediate container f160763b9f61 [2020-10-05T05:24:31.812Z] ---> e7eded8020fc [2020-10-05T05:24:31.812Z] Step 20/20 : LABEL version=1.2.2-dev.46 [2020-10-05T05:24:32.095Z] ---> Running in 674d2a412866 [2020-10-05T05:24:32.368Z] ---> Running in 9dca86cde8fd [2020-10-05T05:24:32.965Z] Removing intermediate container 9dca86cde8fd [2020-10-05T05:24:32.965Z] ---> 3f84b05a4033 [2020-10-05T05:24:32.965Z] [2020-10-05T05:24:33.560Z] ---> a4b8922da776 [2020-10-05T05:24:33.560Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-05T05:24:34.163Z] Successfully built 3f84b05a4033 [2020-10-05T05:24:34.163Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-05T05:24:34.163Z] Building docker-support-logging-go [2020-10-05T05:24:34.769Z]  Building docker-security-proxy-setup-go ... done  ---> c7b5537c40c3 [2020-10-05T05:24:34.769Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-05T05:24:35.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-05T05:24:35.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-05T05:24:36.319Z] (1/2) Installing readline (8.0.4-r0) [2020-10-05T05:24:36.319Z] (2/2) Installing bash (5.0.17-r0) [2020-10-05T05:24:36.319Z] ---> e32e26c13677 [2020-10-05T05:24:36.319Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-05T05:24:36.319Z] Executing bash-5.0.17-r0.post-install [2020-10-05T05:24:36.319Z] Executing busybox-1.31.1-r16.trigger [2020-10-05T05:24:36.319Z] OK: 12 MiB in 22 packages [2020-10-05T05:24:38.338Z] ---> fc3a0816c31b [2020-10-05T05:24:38.338Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-05T05:24:38.617Z] ---> Running in 281cf67bf090 [2020-10-05T05:24:39.222Z] Removing intermediate container 674d2a412866 [2020-10-05T05:24:39.222Z] ---> 141c6604bc0e [2020-10-05T05:24:39.222Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-05T05:24:39.827Z] ---> Running in 27eebb743275 [2020-10-05T05:24:44.178Z] Removing intermediate container 281cf67bf090 [2020-10-05T05:24:44.178Z] ---> c3f3fcf9b073 [2020-10-05T05:24:44.178Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-05T05:24:44.458Z] Removing intermediate container 27eebb743275 [2020-10-05T05:24:44.458Z] ---> 4103f04bee7c [2020-10-05T05:24:44.458Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-05T05:24:44.736Z] ---> Running in 80e48e595341 [2020-10-05T05:24:45.341Z] ---> 872a5d811bbd [2020-10-05T05:24:45.341Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-05T05:24:45.618Z] ---> Running in f86fabb67a8b [2020-10-05T05:24:45.618Z] Removing intermediate container 80e48e595341 [2020-10-05T05:24:45.618Z] ---> bbff4a235614 [2020-10-05T05:24:45.618Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-05T05:24:45.902Z] ---> Running in 0cead01789dd [2020-10-05T05:24:47.358Z] Removing intermediate container 0cead01789dd [2020-10-05T05:24:47.358Z] ---> e09d2096d83f [2020-10-05T05:24:47.358Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-05T05:24:47.630Z] ---> Running in 8c38488c7a96 [2020-10-05T05:24:48.607Z] Removing intermediate container 8c38488c7a96 [2020-10-05T05:24:48.607Z] ---> 871ea645e3c8 [2020-10-05T05:24:48.607Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-05T05:24:50.597Z] Removing intermediate container f86fabb67a8b [2020-10-05T05:24:50.597Z] ---> 2a60502ab9da [2020-10-05T05:24:50.597Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-05T05:24:50.597Z] ---> Running in 36fcfd11f785 [2020-10-05T05:24:50.875Z] ---> 785c3ce8e9ef [2020-10-05T05:24:50.875Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-05T05:24:52.861Z] ---> 787a15966ee1 [2020-10-05T05:24:52.861Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-05T05:24:54.840Z] ---> 8d8164a86924 [2020-10-05T05:24:54.840Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-05T05:24:55.433Z] ---> Running in 9d70f3570a75 [2020-10-05T05:24:56.874Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-05T05:24:56.874Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-05T05:24:56.874Z] ---> 8ed7f8c6bdc7 [2020-10-05T05:24:56.874Z] Step 3/22 : WORKDIR /edgex-go [2020-10-05T05:24:56.874Z] ---> Using cache [2020-10-05T05:24:56.874Z] ---> 59d9bc4f950a [2020-10-05T05:24:56.874Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:24:56.874Z] Removing intermediate container 36fcfd11f785 [2020-10-05T05:24:56.874Z] ---> 8da5dfc3b1f4 [2020-10-05T05:24:56.874Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-05T05:24:57.150Z] ---> Running in 926b54fa9909 [2020-10-05T05:24:57.150Z] ---> Running in cb626392fc6d [2020-10-05T05:24:58.590Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-05T05:24:58.590Z] Removing intermediate container cb626392fc6d [2020-10-05T05:24:58.590Z] ---> dffef0fe5fe7 [2020-10-05T05:24:58.590Z] Step 26/29 : CMD [ "generate" ] [2020-10-05T05:24:58.590Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-05T05:24:58.865Z] Removing intermediate container 43d59d2420b0 [2020-10-05T05:24:58.865Z] ---> 7b72821d01cd [2020-10-05T05:24:58.865Z] [2020-10-05T05:24:58.865Z] Step 10/22 : FROM scratch [2020-10-05T05:24:58.865Z] ---> [2020-10-05T05:24:58.865Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-05T05:24:58.865Z] ---> Running in 79ae3af4227f [2020-10-05T05:24:59.140Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-05T05:24:59.140Z] (2/33) Installing expat (2.2.9-r1) [2020-10-05T05:24:59.140Z] (3/33) Installing libffi (3.3-r2) [2020-10-05T05:24:59.140Z] (4/33) Installing gdbm (1.13-r1) [2020-10-05T05:24:59.140Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-05T05:24:59.140Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-05T05:24:59.140Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-05T05:24:59.140Z] ---> Running in 61b527ab102d [2020-10-05T05:25:00.125Z] Removing intermediate container 79ae3af4227f [2020-10-05T05:25:00.125Z] ---> 0cd37a035e60 [2020-10-05T05:25:00.125Z] Step 27/29 : LABEL arch=arm64 [2020-10-05T05:25:00.403Z] Removing intermediate container 61b527ab102d [2020-10-05T05:25:00.403Z] ---> 15ad5d191a1a [2020-10-05T05:25:00.403Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-05T05:25:00.683Z] ---> Running in 5bcc677b225f [2020-10-05T05:25:00.957Z] ---> Running in 87ceaa5f7692 [2020-10-05T05:25:01.555Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-05T05:25:01.555Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-05T05:25:01.555Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-05T05:25:01.555Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-05T05:25:01.555Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-05T05:25:01.555Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-05T05:25:01.556Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-05T05:25:01.556Z] Removing intermediate container 5bcc677b225f [2020-10-05T05:25:01.556Z] ---> cd66d1f46d8d [2020-10-05T05:25:01.556Z] Step 28/29 : LABEL git_sha=ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:25:01.556Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-05T05:25:01.556Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-05T05:25:01.830Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-05T05:25:01.830Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-05T05:25:01.830Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-05T05:25:01.830Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-05T05:25:01.830Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-05T05:25:01.830Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-05T05:25:01.830Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-05T05:25:01.830Z] Removing intermediate container 87ceaa5f7692 [2020-10-05T05:25:01.830Z] ---> e19a3ba81ba7 [2020-10-05T05:25:01.830Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-05T05:25:01.830Z] ---> Running in 7616ad1da941 [2020-10-05T05:25:01.830Z] Removing intermediate container 926b54fa9909 [2020-10-05T05:25:01.830Z] ---> 5fa877b40bc8 [2020-10-05T05:25:01.830Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-05T05:25:01.830Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-05T05:25:01.830Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-05T05:25:01.830Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-05T05:25:02.117Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-05T05:25:02.117Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-05T05:25:02.117Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-05T05:25:02.117Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-05T05:25:02.117Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-05T05:25:02.117Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-05T05:25:02.117Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-05T05:25:02.117Z] ---> Running in cb2f50c9e352 [2020-10-05T05:25:02.117Z] Executing busybox-1.31.1-r16.trigger [2020-10-05T05:25:02.397Z] OK: 71 MiB in 55 packages [2020-10-05T05:25:02.397Z] ---> Running in 16e1a799a8ee [2020-10-05T05:25:02.678Z] Removing intermediate container 7616ad1da941 [2020-10-05T05:25:02.678Z] ---> 68901cfe4857 [2020-10-05T05:25:02.678Z] Step 29/29 : LABEL version=1.2.2-dev.46 [2020-10-05T05:25:02.678Z] ---> Running in cc3654ee248f [2020-10-05T05:25:02.955Z] Removing intermediate container cb2f50c9e352 [2020-10-05T05:25:02.955Z] ---> 146f4db4c8ae [2020-10-05T05:25:02.955Z] Step 14/22 : WORKDIR / [2020-10-05T05:25:03.239Z] ---> Running in e2339c2610e9 [2020-10-05T05:25:03.513Z] Removing intermediate container cc3654ee248f [2020-10-05T05:25:03.513Z] ---> fafb77856723 [2020-10-05T05:25:03.513Z] [2020-10-05T05:25:03.790Z] Removing intermediate container e2339c2610e9 [2020-10-05T05:25:03.790Z] ---> 2518b2ea7949 [2020-10-05T05:25:03.790Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-05T05:25:04.068Z] Successfully built fafb77856723 [2020-10-05T05:25:04.343Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-05T05:25:04.343Z] Building docker-support-scheduler-go [2020-10-05T05:25:04.945Z]  Building docker-security-secrets-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-05T05:25:05.567Z] ---> 49ccbbd5a50c [2020-10-05T05:25:05.567Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-05T05:25:05.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-05T05:25:07.044Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-05T05:25:07.044Z] v3.12.0-366-g88c5d9ea04 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-05T05:25:07.044Z] OK: 12623 distinct packages available [2020-10-05T05:25:07.649Z] OK: 217 MiB in 51 packages [2020-10-05T05:25:08.669Z] OK: 217 MiB in 51 packages [2020-10-05T05:25:09.668Z] ---> 171cb7ca2aab [2020-10-05T05:25:09.668Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-05T05:25:11.670Z] ---> 64c5ebe0a30b [2020-10-05T05:25:11.670Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-05T05:25:11.670Z] Removing intermediate container 16e1a799a8ee [2020-10-05T05:25:11.670Z] ---> 820f8d0326a9 [2020-10-05T05:25:11.670Z] Step 6/22 : COPY go.mod . [2020-10-05T05:25:11.670Z] ---> Running in 3095382422c5 [2020-10-05T05:25:12.275Z] Removing intermediate container ecf6c6255ef0 [2020-10-05T05:25:12.275Z] ---> 23dc125ed262 [2020-10-05T05:25:12.275Z] [2020-10-05T05:25:12.275Z] Step 10/23 : FROM alpine [2020-10-05T05:25:12.275Z] ---> 62ee0e9f8440 [2020-10-05T05:25:12.275Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-05T05:25:12.551Z] Removing intermediate container 9d70f3570a75 [2020-10-05T05:25:12.551Z] ---> 0ce52b11f011 [2020-10-05T05:25:12.551Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-05T05:25:12.831Z] ---> Running in c98c16f25195 [2020-10-05T05:25:12.831Z] ---> 25dc84c978c6 [2020-10-05T05:25:12.831Z] Step 7/22 : RUN go mod download [2020-10-05T05:25:12.831Z] ---> Running in 2d963f001a26 [2020-10-05T05:25:13.111Z] Removing intermediate container 3095382422c5 [2020-10-05T05:25:13.111Z] ---> 8b07bcb4bf80 [2020-10-05T05:25:13.111Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-05T05:25:13.395Z] ---> Running in 9b5df57b102c [2020-10-05T05:25:13.395Z] ---> Running in 8af29ab2c97e [2020-10-05T05:25:13.676Z] Removing intermediate container c98c16f25195 [2020-10-05T05:25:13.676Z] ---> c9fef8396adf [2020-10-05T05:25:13.676Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-05T05:25:13.967Z] ---> Running in e94c9f1179bb [2020-10-05T05:25:14.243Z] Removing intermediate container 8af29ab2c97e [2020-10-05T05:25:14.243Z] ---> cad44ea331f6 [2020-10-05T05:25:14.243Z] Step 20/22 : LABEL arch=arm64 [2020-10-05T05:25:14.530Z] ---> Running in e46bde3d4c51 [2020-10-05T05:25:14.810Z] Removing intermediate container e94c9f1179bb [2020-10-05T05:25:14.810Z] ---> 2a2b3deb51aa [2020-10-05T05:25:14.810Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-05T05:25:15.087Z] ---> Running in b4a2ed231939 [2020-10-05T05:25:15.369Z] Removing intermediate container e46bde3d4c51 [2020-10-05T05:25:15.369Z] ---> 94c4dbf263ee [2020-10-05T05:25:15.369Z] Step 21/22 : LABEL git_sha=ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:25:15.649Z] ---> Running in dbb5940102da [2020-10-05T05:25:15.925Z] Removing intermediate container b4a2ed231939 [2020-10-05T05:25:15.925Z] ---> 1492d6a4a19c [2020-10-05T05:25:15.925Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:25:16.213Z] ---> Running in cfa3cc8b875a [2020-10-05T05:25:16.493Z] Removing intermediate container dbb5940102da [2020-10-05T05:25:16.493Z] ---> f4e40f630b9d [2020-10-05T05:25:16.493Z] Step 22/22 : LABEL version=1.2.2-dev.46 [2020-10-05T05:25:16.776Z] ---> Running in 5ce87f1ffde2 [2020-10-05T05:25:17.775Z] Removing intermediate container 5ce87f1ffde2 [2020-10-05T05:25:17.775Z] ---> 4309f92e7d45 [2020-10-05T05:25:17.775Z] [2020-10-05T05:25:18.379Z] Successfully built 4309f92e7d45 [2020-10-05T05:25:18.379Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-05T05:25:18.379Z] Building docker-core-command-go [2020-10-05T05:25:18.657Z]  Building docker-core-metadata-go ... done Removing intermediate container 9b5df57b102c [2020-10-05T05:25:18.657Z] ---> 401a059cc582 [2020-10-05T05:25:18.657Z] Step 8/22 : COPY . . [2020-10-05T05:25:20.675Z] Collecting docker-compose==1.23.2 [2020-10-05T05:25:20.675Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-05T05:25:20.675Z] Removing intermediate container cfa3cc8b875a [2020-10-05T05:25:20.676Z] ---> 50f2b54b8dba [2020-10-05T05:25:20.676Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-05T05:25:21.284Z] ---> Running in 785a244e7293 [2020-10-05T05:25:21.564Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-05T05:25:21.564Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-05T05:25:23.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-05T05:25:24.178Z] Collecting cached-property<2,>=1.2.0 [2020-10-05T05:25:24.178Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-05T05:25:24.178Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-05T05:25:24.178Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-05T05:25:24.178Z] ---> 8ed7f8c6bdc7 [2020-10-05T05:25:24.178Z] Step 3/21 : WORKDIR /edgex-go [2020-10-05T05:25:24.178Z] ---> Using cache [2020-10-05T05:25:24.178Z] ---> 59d9bc4f950a [2020-10-05T05:25:24.178Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:25:24.178Z] ---> Using cache [2020-10-05T05:25:24.178Z] ---> 5fa877b40bc8 [2020-10-05T05:25:24.178Z] Step 5/21 : RUN apk update && apk add make git [2020-10-05T05:25:24.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-05T05:25:25.185Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-05T05:25:25.185Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-05T05:25:25.185Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-05T05:25:25.185Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-05T05:25:25.185Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-05T05:25:25.461Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-05T05:25:25.747Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-05T05:25:25.747Z] Executing busybox-1.31.1-r16.trigger [2020-10-05T05:25:25.747Z] OK: 8 MiB in 19 packages [2020-10-05T05:25:26.739Z] Collecting texttable<0.10,>=0.9.0 [2020-10-05T05:25:26.739Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-05T05:25:27.346Z] ---> Running in e78c3bfbf337 [2020-10-05T05:25:28.794Z] Removing intermediate container 785a244e7293 [2020-10-05T05:25:28.794Z] ---> c7b5dd9d4983 [2020-10-05T05:25:28.794Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-05T05:25:29.071Z] 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-05T05:25:29.671Z] Collecting jsonschema<3,>=2.5.1 [2020-10-05T05:25:29.671Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-05T05:25:29.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-05T05:25:30.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-05T05:25:30.659Z] Collecting PyYAML<4,>=3.10 [2020-10-05T05:25:30.659Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-05T05:25:30.934Z] ---> 7ef3c671211c [2020-10-05T05:25:30.934Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-05T05:25:31.531Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-05T05:25:31.531Z] v3.12.0-366-g88c5d9ea04 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-05T05:25:31.531Z] OK: 12623 distinct packages available [2020-10-05T05:25:32.130Z] OK: 217 MiB in 51 packages [2020-10-05T05:25:34.778Z] ---> ec046d6a9766 [2020-10-05T05:25:34.778Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-05T05:25:34.778Z] Removing intermediate container e78c3bfbf337 [2020-10-05T05:25:34.778Z] ---> 77a2299c3bde [2020-10-05T05:25:34.778Z] Step 6/21 : COPY go.mod . [2020-10-05T05:25:35.053Z] Collecting docker<4.0,>=3.6.0 [2020-10-05T05:25:35.053Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-05T05:25:36.058Z] Collecting docopt<0.7,>=0.6.1 [2020-10-05T05:25:36.058Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-05T05:25:36.333Z] ---> 6d9d9ab67496 [2020-10-05T05:25:36.333Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-05T05:25:36.939Z] ---> 594f2f46e8cf [2020-10-05T05:25:36.939Z] Step 7/21 : RUN go mod download [2020-10-05T05:25:36.939Z] ---> Running in fd5f5fa4a924 [2020-10-05T05:25:37.214Z] ---> Running in bbbb133a6ae2 [2020-10-05T05:25:37.810Z] Removing intermediate container fd5f5fa4a924 [2020-10-05T05:25:37.810Z] ---> 5488b3151dfa [2020-10-05T05:25:37.810Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-05T05:25:38.421Z] ---> Running in c8a20519de80 [2020-10-05T05:25:38.421Z] ---> a3f25ecf6aca [2020-10-05T05:25:38.421Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-05T05:25:39.021Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-05T05:25:39.021Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-05T05:25:39.021Z] ---> 8ed7f8c6bdc7 [2020-10-05T05:25:39.021Z] Step 3/22 : WORKDIR /edgex-go [2020-10-05T05:25:39.021Z] ---> Using cache [2020-10-05T05:25:39.021Z] ---> 59d9bc4f950a [2020-10-05T05:25:39.021Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:25:39.021Z] ---> Using cache [2020-10-05T05:25:39.021Z] ---> 5fa877b40bc8 [2020-10-05T05:25:39.021Z] Step 5/22 : RUN apk update && apk add make git [2020-10-05T05:25:39.021Z] ---> Using cache [2020-10-05T05:25:39.021Z] ---> 77a2299c3bde [2020-10-05T05:25:39.021Z] Step 6/22 : COPY go.mod . [2020-10-05T05:25:39.021Z] ---> Using cache [2020-10-05T05:25:39.021Z] ---> 594f2f46e8cf [2020-10-05T05:25:39.021Z] Step 7/22 : RUN go mod download [2020-10-05T05:25:39.021Z] ---> Running in b67339426a2a [2020-10-05T05:25:39.021Z] ---> Running in b42f759689b6 [2020-10-05T05:25:39.021Z] Removing intermediate container c8a20519de80 [2020-10-05T05:25:39.021Z] ---> 06beb4301b5e [2020-10-05T05:25:39.021Z] Step 21/23 : LABEL arch=arm64 [2020-10-05T05:25:39.305Z] ---> Running in 95616eb9d0fe [2020-10-05T05:25:39.912Z] Removing intermediate container 95616eb9d0fe [2020-10-05T05:25:39.912Z] ---> 024071f557fb [2020-10-05T05:25:39.912Z] Step 22/23 : LABEL git_sha=ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:25:40.183Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-05T05:25:40.183Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-05T05:25:40.183Z] ---> Running in 77a0c7383afb [2020-10-05T05:25:40.782Z] Collecting docker-pycreds>=0.4.0 [2020-10-05T05:25:40.782Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-05T05:25:41.068Z] Collecting idna<2.8,>=2.5 [2020-10-05T05:25:41.068Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-05T05:25:41.068Z] Removing intermediate container 77a0c7383afb [2020-10-05T05:25:41.068Z] ---> 268a0bf2e773 [2020-10-05T05:25:41.068Z] Step 23/23 : LABEL version=1.2.2-dev.46 [2020-10-05T05:25:41.349Z] 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-05T05:25:41.349Z] ---> Running in c9021606d40b [2020-10-05T05:25:41.625Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-05T05:25:41.901Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-05T05:25:41.901Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-05T05:25:42.182Z] Removing intermediate container bbbb133a6ae2 [2020-10-05T05:25:42.182Z] ---> 49882ab99fa9 [2020-10-05T05:25:42.182Z] Step 8/21 : COPY . . [2020-10-05T05:25:42.182Z] Removing intermediate container c9021606d40b [2020-10-05T05:25:42.182Z] ---> 23cadb8eefcc [2020-10-05T05:25:42.182Z] [2020-10-05T05:25:42.182Z] 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-05T05:25:42.182Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-05T05:25:42.182Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-05T05:25:42.182Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-05T05:25:42.182Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-05T05:25:43.171Z] Successfully built 23cadb8eefcc [2020-10-05T05:25:43.449Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-05T05:25:43.449Z]  Building docker-core-data-go ... done Building docker-support-notifications-go [2020-10-05T05:25:43.449Z] Installing collected packages: dockerpty, cached-property, websocket-client, texttable, jsonschema, PyYAML, docker-pycreds, idna, urllib3, requests, docker, docopt, docker-compose [2020-10-05T05:25:43.449Z] Running setup.py install for dockerpty: started [2020-10-05T05:25:44.976Z] Removing intermediate container b42f759689b6 [2020-10-05T05:25:44.976Z] ---> fc6293747c55 [2020-10-05T05:25:44.976Z] Step 8/22 : COPY . . [2020-10-05T05:25:45.965Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-05T05:25:46.564Z] Running setup.py install for texttable: started [2020-10-05T05:25:49.188Z] Running setup.py install for texttable: finished with status 'done' [2020-10-05T05:25:49.188Z] Running setup.py install for PyYAML: started [2020-10-05T05:25:52.580Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-05T05:25:52.580Z] Attempting uninstall: idna [2020-10-05T05:25:52.580Z] Found existing installation: idna 2.9 [2020-10-05T05:25:52.580Z] Uninstalling idna-2.9: [2020-10-05T05:25:52.580Z] Successfully uninstalled idna-2.9 [2020-10-05T05:25:53.177Z] Attempting uninstall: urllib3 [2020-10-05T05:25:53.177Z] Found existing installation: urllib3 1.25.9 [2020-10-05T05:25:53.177Z] Uninstalling urllib3-1.25.9: [2020-10-05T05:25:53.450Z] Successfully uninstalled urllib3-1.25.9 [2020-10-05T05:25:54.432Z] Attempting uninstall: requests [2020-10-05T05:25:54.432Z] Found existing installation: requests 2.23.0 [2020-10-05T05:25:54.432Z] Uninstalling requests-2.23.0: [2020-10-05T05:25:54.432Z] Successfully uninstalled requests-2.23.0 [2020-10-05T05:25:55.872Z] Running setup.py install for docopt: started [2020-10-05T05:25:57.849Z] Running setup.py install for docopt: finished with status 'done' [2020-10-05T05:25:58.827Z] 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-05T05:26:09.006Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-05T05:26:09.006Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-05T05:26:09.006Z] ---> 8ed7f8c6bdc7 [2020-10-05T05:26:09.006Z] Step 3/24 : WORKDIR /edgex-go [2020-10-05T05:26:09.006Z] ---> Using cache [2020-10-05T05:26:09.006Z] ---> 59d9bc4f950a [2020-10-05T05:26:09.006Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:26:09.006Z] ---> Using cache [2020-10-05T05:26:09.006Z] ---> 5fa877b40bc8 [2020-10-05T05:26:09.006Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-05T05:26:09.608Z] ---> Running in 1d1e2fe0f2b9 [2020-10-05T05:26:11.049Z] ---> 3a7d9796f89c [2020-10-05T05:26:11.050Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-05T05:26:11.323Z] ---> Running in c69bef4024e7 [2020-10-05T05:26:12.316Z] ---> c3c1f231fbf6 [2020-10-05T05:26:12.316Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-05T05:26:12.592Z] ---> Running in 3c16fab72090 [2020-10-05T05:26:12.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-05T05:26:13.192Z] Removing intermediate container 2d963f001a26 [2020-10-05T05:26:13.192Z] ---> 06fe467e66e0 [2020-10-05T05:26:13.192Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-05T05:26:13.476Z] ---> Running in 365de1a248df [2020-10-05T05:26:13.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-05T05:26:14.082Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-05T05:26:14.690Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-05T05:26:14.690Z] v3.12.0-366-g88c5d9ea04 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-05T05:26:14.690Z] OK: 12623 distinct packages available [2020-10-05T05:26:15.675Z] OK: 217 MiB in 51 packages [2020-10-05T05:26:15.675Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o cmd/core-command/core-command ./cmd/core-command [2020-10-05T05:26:15.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-05T05:26:16.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-05T05:26:17.178Z] Removing intermediate container 1d1e2fe0f2b9 [2020-10-05T05:26:17.178Z] ---> cc286c93fe9b [2020-10-05T05:26:17.178Z] Step 6/24 : COPY go.mod . [2020-10-05T05:26:17.178Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-05T05:26:17.455Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-05T05:26:17.455Z] (3/3) Installing curl (7.69.1-r1) [2020-10-05T05:26:17.455Z] Executing busybox-1.31.1-r16.trigger [2020-10-05T05:26:17.455Z] OK: 71 MiB in 58 packages [2020-10-05T05:26:18.914Z] ---> 6a0ff1784952 [2020-10-05T05:26:18.914Z] Step 7/24 : RUN go mod download [2020-10-05T05:26:18.914Z] ---> Running in cd1e0e970353 [2020-10-05T05:26:19.522Z] Removing intermediate container 365de1a248df [2020-10-05T05:26:19.522Z] ---> 1869878917ae [2020-10-05T05:26:19.522Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-05T05:26:19.800Z] ---> Running in 0f4479334b58 [2020-10-05T05:26:20.793Z] Removing intermediate container 0f4479334b58 [2020-10-05T05:26:20.793Z] ---> ffef436e991e [2020-10-05T05:26:20.793Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-05T05:26:21.071Z] ---> Running in 9b688bf6d990 [2020-10-05T05:26:21.674Z] Removing intermediate container 9b688bf6d990 [2020-10-05T05:26:21.674Z] ---> 5482cdb96de9 [2020-10-05T05:26:21.674Z] Step 25/27 : LABEL arch=arm64 [2020-10-05T05:26:21.952Z] ---> Running in 2db7e0bcd18e [2020-10-05T05:26:22.555Z] Removing intermediate container 2db7e0bcd18e [2020-10-05T05:26:22.556Z] ---> 757068bd247d [2020-10-05T05:26:22.556Z] Step 26/27 : LABEL git_sha=ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:26:22.838Z] ---> Running in 9e998ef3f86a [2020-10-05T05:26:23.439Z] Removing intermediate container 9e998ef3f86a [2020-10-05T05:26:23.439Z] ---> dd4d83765c32 [2020-10-05T05:26:23.439Z] Step 27/27 : LABEL version=1.2.2-dev.46 [2020-10-05T05:26:23.723Z] ---> Running in 155dcdaedf95 [2020-10-05T05:26:24.737Z] Removing intermediate container cd1e0e970353 [2020-10-05T05:26:24.737Z] ---> 03389e97e0de [2020-10-05T05:26:24.737Z] Step 8/24 : COPY . . [2020-10-05T05:26:24.737Z] Removing intermediate container 155dcdaedf95 [2020-10-05T05:26:24.737Z] ---> ec6102a61146 [2020-10-05T05:26:24.737Z] [2020-10-05T05:26:25.739Z] Successfully built ec6102a61146 [2020-10-05T05:26:25.739Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-05T05:26:25.739Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-secretstore-setup-go [2020-10-05T05:26:47.942Z] ---> fc6eca7214d8 [2020-10-05T05:26:47.942Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-05T05:26:48.930Z] ---> Running in b715bed7ce53 [2020-10-05T05:26:51.574Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-05T05:26:51.574Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-05T05:26:51.574Z] ---> 8ed7f8c6bdc7 [2020-10-05T05:26:51.574Z] Step 3/26 : WORKDIR /edgex-go [2020-10-05T05:26:51.574Z] ---> Using cache [2020-10-05T05:26:51.574Z] ---> 59d9bc4f950a [2020-10-05T05:26:51.574Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T05:26:51.574Z] ---> Using cache [2020-10-05T05:26:51.574Z] ---> 5fa877b40bc8 [2020-10-05T05:26:51.574Z] Step 5/26 : RUN apk update && apk add make git [2020-10-05T05:26:51.574Z] ---> Using cache [2020-10-05T05:26:51.574Z] ---> 77a2299c3bde [2020-10-05T05:26:51.574Z] Step 6/26 : COPY go.mod . [2020-10-05T05:26:51.574Z] ---> Using cache [2020-10-05T05:26:51.574Z] ---> 594f2f46e8cf [2020-10-05T05:26:51.574Z] Step 7/26 : RUN go mod download [2020-10-05T05:26:51.574Z] ---> Using cache [2020-10-05T05:26:51.574Z] ---> fc6293747c55 [2020-10-05T05:26:51.574Z] Step 8/26 : COPY . . [2020-10-05T05:26:51.574Z] ---> Using cache [2020-10-05T05:26:51.574Z] ---> c3c1f231fbf6 [2020-10-05T05:26:51.574Z] 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-05T05:26:52.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-05T05:26:52.178Z] ---> Running in 17e4270c9795 [2020-10-05T05:26:55.598Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-05T05:26:57.057Z] Removing intermediate container b67339426a2a [2020-10-05T05:26:57.057Z] ---> 715056661cbe [2020-10-05T05:26:57.057Z] [2020-10-05T05:26:57.057Z] Step 10/22 : FROM scratch [2020-10-05T05:26:57.057Z] ---> [2020-10-05T05:26:57.057Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-05T05:26:57.057Z] ---> Running in 3de76e061a77 [2020-10-05T05:26:57.665Z] Removing intermediate container 3de76e061a77 [2020-10-05T05:26:57.665Z] ---> 34dfeab01b4e [2020-10-05T05:26:57.665Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-05T05:26:57.941Z] ---> Running in 356e410300c5 [2020-10-05T05:26:58.546Z] Removing intermediate container 356e410300c5 [2020-10-05T05:26:58.546Z] ---> 3313c9dc3304 [2020-10-05T05:26:58.546Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-05T05:26:58.546Z] ---> Running in 4c02be0ce328 [2020-10-05T05:26:59.144Z] Removing intermediate container 4c02be0ce328 [2020-10-05T05:26:59.144Z] ---> 314436ba3b30 [2020-10-05T05:26:59.144Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-05T05:27:00.592Z] ---> 7f927e5c104f [2020-10-05T05:27:00.592Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-05T05:27:01.580Z] ---> b136d29ad013 [2020-10-05T05:27:01.580Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-05T05:27:03.565Z] ---> 5178e6725215 [2020-10-05T05:27:03.565Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-05T05:27:04.547Z] ---> 1399e99f2abc [2020-10-05T05:27:04.547Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-05T05:27:04.547Z] ---> Running in 4e3df18f6985 [2020-10-05T05:27:05.534Z] Removing intermediate container 4e3df18f6985 [2020-10-05T05:27:05.534Z] ---> 401547b404e9 [2020-10-05T05:27:05.534Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-05T05:27:05.534Z] ---> Running in 67de61615fbc [2020-10-05T05:27:06.134Z] Removing intermediate container 67de61615fbc [2020-10-05T05:27:06.134Z] ---> e419702052a5 [2020-10-05T05:27:06.134Z] Step 20/22 : LABEL arch=arm64 [2020-10-05T05:27:06.134Z] ---> Running in 777b29730e2c [2020-10-05T05:27:06.740Z] Removing intermediate container 777b29730e2c [2020-10-05T05:27:06.740Z] ---> a01cdfec7592 [2020-10-05T05:27:06.740Z] Step 21/22 : LABEL git_sha=ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:27:07.016Z] ---> Running in 213e29f2b9a7 [2020-10-05T05:27:07.619Z] Removing intermediate container 213e29f2b9a7 [2020-10-05T05:27:07.620Z] ---> e5797c7b1d8b [2020-10-05T05:27:07.620Z] Step 22/22 : LABEL version=1.2.2-dev.46 [2020-10-05T05:27:07.904Z] ---> Running in d74f9b5edf3f [2020-10-05T05:27:08.508Z] Removing intermediate container d74f9b5edf3f [2020-10-05T05:27:08.508Z] ---> 3bcfc33c45fc [2020-10-05T05:27:08.508Z] [2020-10-05T05:27:08.785Z] Successfully built 3bcfc33c45fc [2020-10-05T05:27:08.785Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-05T05:28:05.353Z]  Building docker-support-logging-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-05T05:28:05.353Z] Removing intermediate container c69bef4024e7 [2020-10-05T05:28:05.353Z] ---> 8e3179fb100e [2020-10-05T05:28:05.353Z] [2020-10-05T05:28:05.353Z] Step 10/21 : FROM scratch [2020-10-05T05:28:05.353Z] ---> [2020-10-05T05:28:05.353Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-05T05:28:05.353Z] ---> Using cache [2020-10-05T05:28:05.353Z] ---> 15ad5d191a1a [2020-10-05T05:28:05.353Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-05T05:28:05.353Z] Removing intermediate container 3c16fab72090 [2020-10-05T05:28:05.353Z] ---> 15b8f9162b4e [2020-10-05T05:28:05.353Z] [2020-10-05T05:28:05.353Z] Step 10/22 : FROM scratch [2020-10-05T05:28:05.353Z] ---> [2020-10-05T05:28:05.353Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-05T05:28:05.353Z] ---> Running in e9f5b7325865 [2020-10-05T05:28:05.353Z] ---> Using cache [2020-10-05T05:28:05.353Z] ---> 15ad5d191a1a [2020-10-05T05:28:05.353Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-05T05:28:05.353Z] ---> Running in a22a3242df35 [2020-10-05T05:28:05.353Z] Removing intermediate container e9f5b7325865 [2020-10-05T05:28:05.353Z] ---> d2625acebaef [2020-10-05T05:28:05.353Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-05T05:28:05.353Z] ---> Running in 5e5855dc9c9b [2020-10-05T05:28:05.353Z] Removing intermediate container a22a3242df35 [2020-10-05T05:28:05.353Z] ---> 07ad4ca7e3f7 [2020-10-05T05:28:05.354Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-05T05:28:05.354Z] ---> Running in 920ebfb7f2e7 [2020-10-05T05:28:05.354Z] Removing intermediate container 5e5855dc9c9b [2020-10-05T05:28:05.354Z] ---> a504a22c3506 [2020-10-05T05:28:05.354Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-05T05:28:05.354Z] Removing intermediate container 920ebfb7f2e7 [2020-10-05T05:28:05.354Z] ---> 393c4b3ac7f0 [2020-10-05T05:28:05.354Z] Step 14/22 : WORKDIR / [2020-10-05T05:28:05.354Z] ---> Running in a356c4142612 [2020-10-05T05:28:05.354Z] ---> ca014555b68e [2020-10-05T05:28:05.354Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-05T05:28:05.354Z] Removing intermediate container a356c4142612 [2020-10-05T05:28:05.354Z] ---> 9b4578200de7 [2020-10-05T05:28:05.354Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-05T05:28:05.354Z] ---> b06089e6cf88 [2020-10-05T05:28:05.354Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-05T05:28:05.354Z] ---> 043d17e9eb22 [2020-10-05T05:28:05.354Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-05T05:28:06.355Z] ---> 3712e223961b [2020-10-05T05:28:06.355Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-05T05:28:06.631Z] ---> 7efcf6fba793 [2020-10-05T05:28:06.631Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-05T05:28:06.905Z] ---> Running in 0ec5c19bd285 [2020-10-05T05:28:07.511Z] ---> cc40401023fe [2020-10-05T05:28:07.512Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-05T05:28:07.512Z] ---> Running in c3aa7b6d100f [2020-10-05T05:28:07.801Z] Removing intermediate container 0ec5c19bd285 [2020-10-05T05:28:07.801Z] ---> b18543568163 [2020-10-05T05:28:07.801Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-05T05:28:07.801Z] ---> Running in d8d0a67e0dc7 [2020-10-05T05:28:08.082Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.46" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-05T05:28:08.356Z] Removing intermediate container c3aa7b6d100f [2020-10-05T05:28:08.356Z] ---> d18482c95394 [2020-10-05T05:28:08.356Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-05T05:28:08.356Z] ---> Running in 09156f50e931 [2020-10-05T05:28:08.644Z] Removing intermediate container d8d0a67e0dc7 [2020-10-05T05:28:08.644Z] ---> 7001ec436d5a [2020-10-05T05:28:08.644Z] Step 19/21 : LABEL arch=arm64 [2020-10-05T05:28:08.644Z] ---> Running in a29aa9378ba0 [2020-10-05T05:28:08.922Z] Removing intermediate container 09156f50e931 [2020-10-05T05:28:08.922Z] ---> dfedef2c9a56 [2020-10-05T05:28:08.922Z] Step 20/22 : LABEL arch=arm64 [2020-10-05T05:28:09.202Z] ---> Running in 4230823c75b9 [2020-10-05T05:28:09.477Z] Removing intermediate container a29aa9378ba0 [2020-10-05T05:28:09.477Z] ---> b6192fb48c3e [2020-10-05T05:28:09.477Z] Step 20/21 : LABEL git_sha=ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:28:09.477Z] ---> Running in 38bc05c7a19f [2020-10-05T05:28:09.755Z] Removing intermediate container 4230823c75b9 [2020-10-05T05:28:09.755Z] ---> 0a4ce3add8d1 [2020-10-05T05:28:09.756Z] Step 21/22 : LABEL git_sha=ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:28:10.042Z] ---> Running in 6ec3aa88fdf1 [2020-10-05T05:28:10.332Z] Removing intermediate container 38bc05c7a19f [2020-10-05T05:28:10.332Z] ---> a1c2d087d297 [2020-10-05T05:28:10.332Z] Step 21/21 : LABEL version=1.2.2-dev.46 [2020-10-05T05:28:10.332Z] ---> Running in c6ac9e2330d8 [2020-10-05T05:28:10.615Z] Removing intermediate container 6ec3aa88fdf1 [2020-10-05T05:28:10.615Z] ---> c2a8d2d45f0c [2020-10-05T05:28:10.615Z] Step 22/22 : LABEL version=1.2.2-dev.46 [2020-10-05T05:28:10.905Z] ---> Running in 5909cb048294 [2020-10-05T05:28:11.182Z] Removing intermediate container c6ac9e2330d8 [2020-10-05T05:28:11.182Z] ---> b3929b8b6956 [2020-10-05T05:28:11.182Z] [2020-10-05T05:28:11.793Z] Successfully built b3929b8b6956 [2020-10-05T05:28:11.793Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-05T05:28:11.793Z]  Building docker-support-scheduler-go ... done Removing intermediate container 5909cb048294 [2020-10-05T05:28:11.793Z] ---> 75cfa32fc7f0 [2020-10-05T05:28:11.793Z] [2020-10-05T05:28:12.066Z] Successfully built 75cfa32fc7f0 [2020-10-05T05:28:12.066Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-05T05:28:16.399Z]  Building docker-core-command-go ... done Removing intermediate container 17e4270c9795 [2020-10-05T05:28:16.399Z] ---> 4e4ae0212a85 [2020-10-05T05:28:16.399Z] [2020-10-05T05:28:16.399Z] Step 10/26 : FROM alpine:3.10 [2020-10-05T05:28:16.399Z] Removing intermediate container b715bed7ce53 [2020-10-05T05:28:16.399Z] ---> 98877003a828 [2020-10-05T05:28:16.399Z] [2020-10-05T05:28:16.399Z] Step 10/24 : FROM scratch [2020-10-05T05:28:16.399Z] ---> [2020-10-05T05:28:16.399Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-05T05:28:16.399Z] ---> Using cache [2020-10-05T05:28:16.399Z] ---> 34dfeab01b4e [2020-10-05T05:28:16.399Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-05T05:28:16.399Z] 3.10: Pulling from library/alpine [2020-10-05T05:28:16.399Z] ---> Running in a48eade04141 [2020-10-05T05:28:16.676Z] Removing intermediate container a48eade04141 [2020-10-05T05:28:16.676Z] ---> bb398ce74aab [2020-10-05T05:28:16.676Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-05T05:28:16.676Z] ---> Running in 166c6cd723e2 [2020-10-05T05:28:17.277Z] Removing intermediate container 166c6cd723e2 [2020-10-05T05:28:17.277Z] ---> f0cf4e754794 [2020-10-05T05:28:17.277Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-05T05:28:17.277Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-05T05:28:17.277Z] Status: Downloaded newer image for alpine:3.10 [2020-10-05T05:28:17.277Z] ---> 536a684cf733 [2020-10-05T05:28:17.277Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-05T05:28:17.552Z] ---> Running in caa4bece5231 [2020-10-05T05:28:18.148Z] ---> bd1417a0e125 [2020-10-05T05:28:18.148Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-05T05:28:19.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-05T05:28:19.137Z] ---> 85d7a8c093de [2020-10-05T05:28:19.137Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-05T05:28:19.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-05T05:28:19.690Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-05T05:28:19.690Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-05T05:28:19.690Z] OK: 10167 distinct packages available [2020-10-05T05:28:20.290Z] ---> f48000b59446 [2020-10-05T05:28:20.290Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-05T05:28:20.290Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-05T05:28:20.290Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-05T05:28:20.290Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-05T05:28:20.290Z] (4/5) Installing curl (7.66.0-r1) [2020-10-05T05:28:20.290Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-05T05:28:20.290Z] Executing busybox-1.30.1-r3.trigger [2020-10-05T05:28:20.567Z] Executing ca-certificates-20191127-r2.trigger [2020-10-05T05:28:20.567Z] OK: 7 MiB in 19 packages [2020-10-05T05:28:21.171Z] ---> 4ae06b6115a8 [2020-10-05T05:28:21.171Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-05T05:28:22.612Z] Removing intermediate container caa4bece5231 [2020-10-05T05:28:22.612Z] ---> 38c0398772f0 [2020-10-05T05:28:22.612Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-05T05:28:22.612Z] ---> 50099acb7c9a [2020-10-05T05:28:22.613Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-05T05:28:22.613Z] ---> Running in b1954e3ece6e [2020-10-05T05:28:23.219Z] Removing intermediate container b1954e3ece6e [2020-10-05T05:28:23.219Z] ---> f1b1e9567c85 [2020-10-05T05:28:23.219Z] Step 13/26 : WORKDIR / [2020-10-05T05:28:23.219Z] ---> Running in 95217a266ee2 [2020-10-05T05:28:23.502Z] ---> 54c2e0504ad9 [2020-10-05T05:28:23.502Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-05T05:28:23.502Z] ---> Running in e91160a2d4f1 [2020-10-05T05:28:23.778Z] Removing intermediate container 95217a266ee2 [2020-10-05T05:28:23.778Z] ---> 0af6e01ed749 [2020-10-05T05:28:23.778Z] 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-05T05:28:24.054Z] Removing intermediate container e91160a2d4f1 [2020-10-05T05:28:24.054Z] ---> db4f46813a23 [2020-10-05T05:28:24.054Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-05T05:28:24.330Z] ---> Running in 5c8663db93f4 [2020-10-05T05:28:24.605Z] ---> f18ac3a106a9 [2020-10-05T05:28:24.605Z] 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-05T05:28:24.880Z] Removing intermediate container 5c8663db93f4 [2020-10-05T05:28:24.880Z] ---> f0c7308f9a5c [2020-10-05T05:28:24.880Z] Step 22/24 : LABEL arch=arm64 [2020-10-05T05:28:24.880Z] ---> Running in 0c500596d0d7 [2020-10-05T05:28:25.156Z] ---> e1485345a1a4 [2020-10-05T05:28:25.156Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-05T05:28:25.436Z] Removing intermediate container 0c500596d0d7 [2020-10-05T05:28:25.436Z] ---> 0e78ad0b0eee [2020-10-05T05:28:25.436Z] Step 23/24 : LABEL git_sha=ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:28:25.710Z] ---> Running in 2d4d0804c725 [2020-10-05T05:28:25.985Z] ---> 2407a50c11cb [2020-10-05T05:28:25.985Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-05T05:28:26.260Z] Removing intermediate container 2d4d0804c725 [2020-10-05T05:28:26.260Z] ---> ef65720122e8 [2020-10-05T05:28:26.260Z] Step 24/24 : LABEL version=1.2.2-dev.46 [2020-10-05T05:28:26.260Z] ---> Running in 8cf5428afcc7 [2020-10-05T05:28:26.861Z] ---> 44e0b8bcfbc2 [2020-10-05T05:28:26.861Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-05T05:28:26.861Z] Removing intermediate container 8cf5428afcc7 [2020-10-05T05:28:26.861Z] ---> 4f8ce95a4269 [2020-10-05T05:28:26.861Z] [2020-10-05T05:28:27.135Z] Successfully built 4f8ce95a4269 [2020-10-05T05:28:27.410Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-05T05:28:28.009Z]  Building docker-support-notifications-go ... done  ---> 7b4a4bb3acf0 [2020-10-05T05:28:28.009Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-05T05:28:28.992Z] ---> 4a4abd74c6b2 [2020-10-05T05:28:28.992Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-05T05:28:30.428Z] ---> fd83827f4102 [2020-10-05T05:28:30.428Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-05T05:28:31.028Z] ---> 9505132a7d7f [2020-10-05T05:28:31.028Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-05T05:28:31.028Z] ---> Running in 8d9ffe807b71 [2020-10-05T05:28:33.653Z] Removing intermediate container 8d9ffe807b71 [2020-10-05T05:28:33.653Z] ---> dfcf20c01584 [2020-10-05T05:28:33.653Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-05T05:28:33.653Z] ---> Running in aac749762a3d [2020-10-05T05:28:33.927Z] Removing intermediate container aac749762a3d [2020-10-05T05:28:33.927Z] ---> d8eb94ecaf7a [2020-10-05T05:28:33.927Z] Step 24/26 : LABEL arch=arm64 [2020-10-05T05:28:34.201Z] ---> Running in 42e84437e132 [2020-10-05T05:28:34.477Z] Removing intermediate container 42e84437e132 [2020-10-05T05:28:34.477Z] ---> 99880287fbcb [2020-10-05T05:28:34.477Z] Step 25/26 : LABEL git_sha=ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:28:34.750Z] ---> Running in 7580eeab1e40 [2020-10-05T05:28:35.348Z] Removing intermediate container 7580eeab1e40 [2020-10-05T05:28:35.348Z] ---> be4d64ad4762 [2020-10-05T05:28:35.348Z] Step 26/26 : LABEL version=1.2.2-dev.46 [2020-10-05T05:28:35.348Z] ---> Running in e9317a7b8057 [2020-10-05T05:28:35.946Z] Removing intermediate container e9317a7b8057 [2020-10-05T05:28:35.946Z] ---> 38ddda960be6 [2020-10-05T05:28:35.946Z] [2020-10-05T05:28:36.221Z] Successfully built 38ddda960be6 [2020-10-05T05:28:36.221Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-05T05:28:36.510Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-10-05T05:28:36.517Z] $ docker stop --time=1 853bfa2e5b1012019055e4c1ae14b252bd32dda5f85e0fdc71aee4b939c4643c [2020-10-05T05:28:38.467Z] $ docker rm -f 853bfa2e5b1012019055e4c1ae14b252bd32dda5f85e0fdc71aee4b939c4643c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:28:39.261Z] + grep docker [2020-10-05T05:28:39.261Z] + docker images [2020-10-05T05:28:39.532Z] docker-security-secretstore-setup-go-arm64 latest 38ddda960be6 4 seconds ago 30.8MB [2020-10-05T05:28:39.532Z] docker-support-notifications-go-arm64 latest 4f8ce95a4269 13 seconds ago 12.9MB [2020-10-05T05:28:39.532Z] docker-core-command-go-arm64 latest 75cfa32fc7f0 28 seconds ago 11.4MB [2020-10-05T05:28:39.532Z] docker-support-scheduler-go-arm64 latest b3929b8b6956 29 seconds ago 11.5MB [2020-10-05T05:28:39.532Z] docker-support-logging-go-arm64 latest 3bcfc33c45fc About a minute ago 10.6MB [2020-10-05T05:28:39.532Z] docker-sys-mgmt-agent-go-arm64 latest ec6102a61146 2 minutes ago 270MB [2020-10-05T05:28:39.532Z] docker-core-data-go-arm64 latest 23cadb8eefcc 2 minutes ago 22.2MB [2020-10-05T05:28:39.532Z] docker-core-metadata-go-arm64 latest 4309f92e7d45 3 minutes ago 13.2MB [2020-10-05T05:28:39.532Z] docker-security-secrets-setup-go-arm64 latest fafb77856723 3 minutes ago 22.7MB [2020-10-05T05:28:39.532Z] docker-security-proxy-setup-go-arm64 latest 3f84b05a4033 4 minutes ago 15.1MB [2020-10-05T05:28:39.532Z] 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-05T05:28:40.164Z] provisioning config files... [2020-10-05T05:28:40.222Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/161@tmp/config4170500833277324297tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:28:40.623Z] ---> docker-login.sh [2020-10-05T05:28:40.624Z] nexus3.edgexfoundry.org:10001 [2020-10-05T05:28:40.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-05T05:28:41.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-05T05:28:41.168Z] Configure a credential helper to remove this warning. See [2020-10-05T05:28:41.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-05T05:28:41.168Z] [2020-10-05T05:28:41.168Z] Login Succeeded [2020-10-05T05:28:41.168Z] nexus3.edgexfoundry.org:10002 [2020-10-05T05:28:41.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-05T05:28:41.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-05T05:28:41.764Z] Configure a credential helper to remove this warning. See [2020-10-05T05:28:41.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-05T05:28:41.764Z] [2020-10-05T05:28:41.764Z] Login Succeeded [2020-10-05T05:28:41.764Z] nexus3.edgexfoundry.org:10003 [2020-10-05T05:28:42.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-05T05:28:42.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-05T05:28:42.310Z] Configure a credential helper to remove this warning. See [2020-10-05T05:28:42.310Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-05T05:28:42.310Z] [2020-10-05T05:28:42.310Z] Login Succeeded [2020-10-05T05:28:42.310Z] nexus3.edgexfoundry.org:10004 [2020-10-05T05:28:42.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-05T05:28:42.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-05T05:28:42.860Z] Configure a credential helper to remove this warning. See [2020-10-05T05:28:42.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-05T05:28:42.860Z] [2020-10-05T05:28:42.860Z] Login Succeeded [2020-10-05T05:28:42.860Z] docker.io [2020-10-05T05:28:43.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-05T05:28:43.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-05T05:28:43.723Z] Configure a credential helper to remove this warning. See [2020-10-05T05:28:43.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-05T05:28:43.723Z] [2020-10-05T05:28:43.723Z] Login Succeeded [2020-10-05T05:28:43.723Z] ---> docker-login.sh ends [Pipeline] } [2020-10-05T05:28:43.741Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:28:43.977Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-05T05:28:43.977Z] ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:28:43.977Z] 1.2.2-dev.46 [2020-10-05T05:28:43.977Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:28:43.977Z] master [2020-10-05T05:28:43.977Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:28:44.536Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:28:44.871Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:28:44.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-05T05:28:44.871Z] 9dea913d6b4c: Preparing [2020-10-05T05:28:44.871Z] de15748e48d8: Preparing [2020-10-05T05:28:44.871Z] d38e66ccde9e: Preparing [2020-10-05T05:28:45.149Z] d38e66ccde9e: Pushed [2020-10-05T05:28:45.149Z] 9dea913d6b4c: Pushed [2020-10-05T05:28:48.520Z] de15748e48d8: Pushed [2020-10-05T05:28:48.520Z] ac752d64f668fa491594c1427640d28afa24e84a: digest: sha256:caf48e7a9ffca497185a45ad7434d2edf1912d8601d0c882d7baef09e07939b1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:28:48.859Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:28:49.190Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.46 [2020-10-05T05:28:49.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-05T05:28:49.190Z] 9dea913d6b4c: Preparing [2020-10-05T05:28:49.190Z] de15748e48d8: Preparing [2020-10-05T05:28:49.190Z] d38e66ccde9e: Preparing [2020-10-05T05:28:49.458Z] 9dea913d6b4c: Layer already exists [2020-10-05T05:28:49.458Z] d38e66ccde9e: Layer already exists [2020-10-05T05:28:49.458Z] de15748e48d8: Layer already exists [2020-10-05T05:28:49.458Z] 1.2.2-dev.46: digest: sha256:caf48e7a9ffca497185a45ad7434d2edf1912d8601d0c882d7baef09e07939b1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:28:49.796Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:28:50.128Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:28:50.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-05T05:28:50.128Z] 9dea913d6b4c: Preparing [2020-10-05T05:28:50.128Z] de15748e48d8: Preparing [2020-10-05T05:28:50.128Z] d38e66ccde9e: Preparing [2020-10-05T05:28:50.397Z] 9dea913d6b4c: Layer already exists [2020-10-05T05:28:50.397Z] de15748e48d8: Layer already exists [2020-10-05T05:28:50.397Z] d38e66ccde9e: Layer already exists [2020-10-05T05:28:50.397Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46: digest: sha256:caf48e7a9ffca497185a45ad7434d2edf1912d8601d0c882d7baef09e07939b1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:28:50.737Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:28:51.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-05T05:28:51.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-05T05:28:51.069Z] 9dea913d6b4c: Preparing [2020-10-05T05:28:51.069Z] de15748e48d8: Preparing [2020-10-05T05:28:51.069Z] d38e66ccde9e: Preparing [2020-10-05T05:28:51.339Z] 9dea913d6b4c: Layer already exists [2020-10-05T05:28:51.339Z] d38e66ccde9e: Layer already exists [2020-10-05T05:28:51.339Z] de15748e48d8: Layer already exists [2020-10-05T05:28:51.339Z] master: digest: sha256:caf48e7a9ffca497185a45ad7434d2edf1912d8601d0c882d7baef09e07939b1 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:28:51.580Z] ===================================================== [Pipeline] echo [2020-10-05T05:28:51.629Z] taggedImages: [2020-10-05T05:28:51.629Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:28:51.629Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.46 [2020-10-05T05:28:51.629Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:28:51.629Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-05T05:28:51.696Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-05T05:28:51.696Z] ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:28:51.696Z] 1.2.2-dev.46 [2020-10-05T05:28:51.696Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:28:51.696Z] master [2020-10-05T05:28:51.696Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:28:52.210Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:28:52.573Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:28:52.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-05T05:28:52.573Z] 5e5cc7047c72: Preparing [2020-10-05T05:28:52.573Z] da2b6b39f7e3: Preparing [2020-10-05T05:28:52.573Z] e41265fe2129: Preparing [2020-10-05T05:28:52.573Z] 589fa090f35c: Preparing [2020-10-05T05:28:52.573Z] 9c1379df0b72: Preparing [2020-10-05T05:28:52.573Z] e2f13739ad41: Preparing [2020-10-05T05:28:52.573Z] e2f13739ad41: Waiting [2020-10-05T05:28:52.846Z] e41265fe2129: Pushed [2020-10-05T05:28:52.846Z] 5e5cc7047c72: Pushed [2020-10-05T05:28:52.846Z] 9c1379df0b72: Pushed [2020-10-05T05:28:53.115Z] e2f13739ad41: Layer already exists [2020-10-05T05:28:53.705Z] 589fa090f35c: Pushed [2020-10-05T05:28:56.304Z] da2b6b39f7e3: Pushed [2020-10-05T05:28:56.304Z] ac752d64f668fa491594c1427640d28afa24e84a: digest: sha256:99ec5e2442a7603f964d80c231836c54513312e79de82cfc879015d0ebd3accb size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:28:56.643Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:28:56.974Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.46 [2020-10-05T05:28:56.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-05T05:28:56.974Z] 5e5cc7047c72: Preparing [2020-10-05T05:28:56.974Z] da2b6b39f7e3: Preparing [2020-10-05T05:28:56.974Z] e41265fe2129: Preparing [2020-10-05T05:28:56.974Z] 589fa090f35c: Preparing [2020-10-05T05:28:56.974Z] 9c1379df0b72: Preparing [2020-10-05T05:28:56.974Z] e2f13739ad41: Preparing [2020-10-05T05:28:56.974Z] e2f13739ad41: Waiting [2020-10-05T05:28:57.245Z] 9c1379df0b72: Layer already exists [2020-10-05T05:28:57.245Z] da2b6b39f7e3: Layer already exists [2020-10-05T05:28:57.245Z] e41265fe2129: Layer already exists [2020-10-05T05:28:57.245Z] 5e5cc7047c72: Layer already exists [2020-10-05T05:28:57.245Z] 589fa090f35c: Layer already exists [2020-10-05T05:28:57.245Z] e2f13739ad41: Layer already exists [2020-10-05T05:28:57.245Z] 1.2.2-dev.46: digest: sha256:99ec5e2442a7603f964d80c231836c54513312e79de82cfc879015d0ebd3accb size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:28:57.583Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:28:57.914Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:28:57.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-05T05:28:57.914Z] 5e5cc7047c72: Preparing [2020-10-05T05:28:57.914Z] da2b6b39f7e3: Preparing [2020-10-05T05:28:57.914Z] e41265fe2129: Preparing [2020-10-05T05:28:57.914Z] 589fa090f35c: Preparing [2020-10-05T05:28:57.914Z] 9c1379df0b72: Preparing [2020-10-05T05:28:57.914Z] e2f13739ad41: Preparing [2020-10-05T05:28:57.914Z] e2f13739ad41: Waiting [2020-10-05T05:28:58.185Z] e41265fe2129: Layer already exists [2020-10-05T05:28:58.185Z] da2b6b39f7e3: Layer already exists [2020-10-05T05:28:58.185Z] 9c1379df0b72: Layer already exists [2020-10-05T05:28:58.185Z] 589fa090f35c: Layer already exists [2020-10-05T05:28:58.185Z] 5e5cc7047c72: Layer already exists [2020-10-05T05:28:58.185Z] e2f13739ad41: Layer already exists [2020-10-05T05:28:58.185Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46: digest: sha256:99ec5e2442a7603f964d80c231836c54513312e79de82cfc879015d0ebd3accb size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:28:58.520Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:28:58.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-05T05:28:58.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-05T05:28:58.857Z] 5e5cc7047c72: Preparing [2020-10-05T05:28:58.857Z] da2b6b39f7e3: Preparing [2020-10-05T05:28:58.857Z] e41265fe2129: Preparing [2020-10-05T05:28:58.857Z] 589fa090f35c: Preparing [2020-10-05T05:28:58.857Z] 9c1379df0b72: Preparing [2020-10-05T05:28:58.857Z] e2f13739ad41: Preparing [2020-10-05T05:28:58.857Z] e2f13739ad41: Waiting [2020-10-05T05:28:58.857Z] 589fa090f35c: Layer already exists [2020-10-05T05:28:58.857Z] e41265fe2129: Layer already exists [2020-10-05T05:28:58.857Z] 9c1379df0b72: Layer already exists [2020-10-05T05:28:59.126Z] da2b6b39f7e3: Layer already exists [2020-10-05T05:28:59.126Z] 5e5cc7047c72: Layer already exists [2020-10-05T05:28:59.126Z] e2f13739ad41: Layer already exists [2020-10-05T05:28:59.126Z] master: digest: sha256:99ec5e2442a7603f964d80c231836c54513312e79de82cfc879015d0ebd3accb size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:28:59.332Z] ===================================================== [Pipeline] echo [2020-10-05T05:28:59.379Z] taggedImages: [2020-10-05T05:28:59.379Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:28:59.379Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.46 [2020-10-05T05:28:59.379Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:28:59.379Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-05T05:28:59.457Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-05T05:28:59.457Z] ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:28:59.457Z] 1.2.2-dev.46 [2020-10-05T05:28:59.457Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:28:59.457Z] master [2020-10-05T05:28:59.457Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:28:59.983Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:00.316Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:00.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-05T05:29:00.316Z] e94c9dd25ac6: Preparing [2020-10-05T05:29:00.316Z] d87724fefc0a: Preparing [2020-10-05T05:29:00.316Z] 542123afa068: Preparing [2020-10-05T05:29:00.588Z] e94c9dd25ac6: Pushed [2020-10-05T05:29:00.588Z] 542123afa068: Pushed [2020-10-05T05:29:03.957Z] d87724fefc0a: Pushed [2020-10-05T05:29:03.957Z] ac752d64f668fa491594c1427640d28afa24e84a: digest: sha256:9269a5d249435abbbe05d685e564295ccd213be1a561ad360b422b4f6e116701 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:04.297Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:04.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.46 [2020-10-05T05:29:04.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-05T05:29:04.629Z] e94c9dd25ac6: Preparing [2020-10-05T05:29:04.629Z] d87724fefc0a: Preparing [2020-10-05T05:29:04.629Z] 542123afa068: Preparing [2020-10-05T05:29:04.629Z] 542123afa068: Layer already exists [2020-10-05T05:29:04.629Z] e94c9dd25ac6: Layer already exists [2020-10-05T05:29:04.629Z] d87724fefc0a: Layer already exists [2020-10-05T05:29:04.901Z] 1.2.2-dev.46: digest: sha256:9269a5d249435abbbe05d685e564295ccd213be1a561ad360b422b4f6e116701 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:05.240Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:05.573Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:29:05.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-05T05:29:05.573Z] e94c9dd25ac6: Preparing [2020-10-05T05:29:05.573Z] d87724fefc0a: Preparing [2020-10-05T05:29:05.573Z] 542123afa068: Preparing [2020-10-05T05:29:05.573Z] e94c9dd25ac6: Layer already exists [2020-10-05T05:29:05.573Z] 542123afa068: Layer already exists [2020-10-05T05:29:05.573Z] d87724fefc0a: Layer already exists [2020-10-05T05:29:05.845Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46: digest: sha256:9269a5d249435abbbe05d685e564295ccd213be1a561ad360b422b4f6e116701 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:06.184Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:06.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-05T05:29:06.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-05T05:29:06.514Z] e94c9dd25ac6: Preparing [2020-10-05T05:29:06.514Z] d87724fefc0a: Preparing [2020-10-05T05:29:06.514Z] 542123afa068: Preparing [2020-10-05T05:29:06.785Z] e94c9dd25ac6: Layer already exists [2020-10-05T05:29:06.785Z] 542123afa068: Layer already exists [2020-10-05T05:29:06.785Z] d87724fefc0a: Layer already exists [2020-10-05T05:29:06.785Z] master: digest: sha256:9269a5d249435abbbe05d685e564295ccd213be1a561ad360b422b4f6e116701 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:29:07.020Z] ===================================================== [Pipeline] echo [2020-10-05T05:29:07.107Z] taggedImages: [2020-10-05T05:29:07.107Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:07.107Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.46 [2020-10-05T05:29:07.107Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:29:07.107Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-05T05:29:07.188Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-05T05:29:07.188Z] ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:07.188Z] 1.2.2-dev.46 [2020-10-05T05:29:07.188Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:29:07.188Z] master [2020-10-05T05:29:07.188Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:07.697Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:08.034Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:08.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-05T05:29:08.034Z] ac270294b286: Preparing [2020-10-05T05:29:08.034Z] 4c75ede54b3d: Preparing [2020-10-05T05:29:08.034Z] 465fb4c8df99: Preparing [2020-10-05T05:29:08.034Z] 740019be5b3f: Preparing [2020-10-05T05:29:08.034Z] e2f13739ad41: Preparing [2020-10-05T05:29:08.304Z] e2f13739ad41: Layer already exists [2020-10-05T05:29:08.304Z] 4c75ede54b3d: Pushed [2020-10-05T05:29:08.304Z] 465fb4c8df99: Pushed [2020-10-05T05:29:08.894Z] 740019be5b3f: Pushed [2020-10-05T05:29:10.319Z] ac270294b286: Pushed [2020-10-05T05:29:10.589Z] ac752d64f668fa491594c1427640d28afa24e84a: digest: sha256:c60ebee53f180f16e4b1bd05e815be29991214698e25b7083cb623b8f88c2772 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:10.932Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:11.263Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.46 [2020-10-05T05:29:11.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-05T05:29:11.264Z] ac270294b286: Preparing [2020-10-05T05:29:11.264Z] 4c75ede54b3d: Preparing [2020-10-05T05:29:11.264Z] 465fb4c8df99: Preparing [2020-10-05T05:29:11.264Z] 740019be5b3f: Preparing [2020-10-05T05:29:11.264Z] e2f13739ad41: Preparing [2020-10-05T05:29:11.264Z] 4c75ede54b3d: Layer already exists [2020-10-05T05:29:11.264Z] ac270294b286: Layer already exists [2020-10-05T05:29:11.264Z] 465fb4c8df99: Layer already exists [2020-10-05T05:29:11.533Z] e2f13739ad41: Layer already exists [2020-10-05T05:29:11.533Z] 740019be5b3f: Layer already exists [2020-10-05T05:29:11.533Z] 1.2.2-dev.46: digest: sha256:c60ebee53f180f16e4b1bd05e815be29991214698e25b7083cb623b8f88c2772 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:11.878Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:12.207Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:29:12.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-05T05:29:12.207Z] ac270294b286: Preparing [2020-10-05T05:29:12.207Z] 4c75ede54b3d: Preparing [2020-10-05T05:29:12.207Z] 465fb4c8df99: Preparing [2020-10-05T05:29:12.207Z] 740019be5b3f: Preparing [2020-10-05T05:29:12.207Z] e2f13739ad41: Preparing [2020-10-05T05:29:12.478Z] ac270294b286: Layer already exists [2020-10-05T05:29:12.478Z] 740019be5b3f: Layer already exists [2020-10-05T05:29:12.478Z] 4c75ede54b3d: Layer already exists [2020-10-05T05:29:12.478Z] 465fb4c8df99: Layer already exists [2020-10-05T05:29:12.478Z] e2f13739ad41: Layer already exists [2020-10-05T05:29:12.478Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46: digest: sha256:c60ebee53f180f16e4b1bd05e815be29991214698e25b7083cb623b8f88c2772 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:12.817Z] + 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-05T05:29:13.146Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-05T05:29:13.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-05T05:29:13.146Z] ac270294b286: Preparing [2020-10-05T05:29:13.146Z] 4c75ede54b3d: Preparing [2020-10-05T05:29:13.146Z] 465fb4c8df99: Preparing [2020-10-05T05:29:13.146Z] 740019be5b3f: Preparing [2020-10-05T05:29:13.146Z] e2f13739ad41: Preparing [2020-10-05T05:29:13.419Z] 465fb4c8df99: Layer already exists [2020-10-05T05:29:13.419Z] 4c75ede54b3d: Layer already exists [2020-10-05T05:29:13.419Z] ac270294b286: Layer already exists [2020-10-05T05:29:13.419Z] e2f13739ad41: Layer already exists [2020-10-05T05:29:13.419Z] 740019be5b3f: Layer already exists [2020-10-05T05:29:13.419Z] master: digest: sha256:c60ebee53f180f16e4b1bd05e815be29991214698e25b7083cb623b8f88c2772 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:29:13.614Z] ===================================================== [Pipeline] echo [2020-10-05T05:29:13.664Z] taggedImages: [2020-10-05T05:29:13.664Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:13.664Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.46 [2020-10-05T05:29:13.664Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:29:13.664Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-05T05:29:13.734Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-05T05:29:13.734Z] ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:13.734Z] 1.2.2-dev.46 [2020-10-05T05:29:13.734Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:29:13.734Z] master [2020-10-05T05:29:13.734Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:14.288Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:14.623Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:14.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-05T05:29:14.623Z] 947d2bbb7698: Preparing [2020-10-05T05:29:14.623Z] 440674ccbccc: Preparing [2020-10-05T05:29:14.623Z] 7fecccd2bfd1: Preparing [2020-10-05T05:29:14.623Z] 5f8d3b7e9e70: Preparing [2020-10-05T05:29:14.623Z] 5f8d3b7e9e70: Preparing [2020-10-05T05:29:14.623Z] c5314bf14598: Preparing [2020-10-05T05:29:14.623Z] 47b25ca4083b: Preparing [2020-10-05T05:29:14.623Z] d18ff274bb68: Preparing [2020-10-05T05:29:14.623Z] 947d2bbb7698: Preparing [2020-10-05T05:29:14.623Z] 16e1bf66f446: Preparing [2020-10-05T05:29:14.623Z] 8dd6f5e68582: Preparing [2020-10-05T05:29:14.623Z] 2164cb1a9e6a: Preparing [2020-10-05T05:29:14.623Z] e2f13739ad41: Preparing [2020-10-05T05:29:14.623Z] d18ff274bb68: Waiting [2020-10-05T05:29:14.623Z] 16e1bf66f446: Waiting [2020-10-05T05:29:14.623Z] 8dd6f5e68582: Waiting [2020-10-05T05:29:14.623Z] 2164cb1a9e6a: Waiting [2020-10-05T05:29:14.623Z] e2f13739ad41: Waiting [2020-10-05T05:29:14.623Z] 47b25ca4083b: Waiting [2020-10-05T05:29:14.895Z] 440674ccbccc: Pushed [2020-10-05T05:29:14.895Z] 5f8d3b7e9e70: Pushed [2020-10-05T05:29:15.166Z] 7fecccd2bfd1: Pushed [2020-10-05T05:29:15.166Z] c5314bf14598: Pushed [2020-10-05T05:29:15.166Z] 47b25ca4083b: Pushed [2020-10-05T05:29:15.437Z] 16e1bf66f446: Pushed [2020-10-05T05:29:15.437Z] d18ff274bb68: Pushed [2020-10-05T05:29:15.437Z] 8dd6f5e68582: Pushed [2020-10-05T05:29:15.437Z] e2f13739ad41: Layer already exists [2020-10-05T05:29:15.706Z] 2164cb1a9e6a: Pushed [2020-10-05T05:29:17.130Z] 947d2bbb7698: Pushed [2020-10-05T05:29:17.398Z] ac752d64f668fa491594c1427640d28afa24e84a: digest: sha256:d45563c10ace50a221bbb3c99b2ee855045c2c1198eb65b3338bd9fbe87c0cf2 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:17.737Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:18.068Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.46 [2020-10-05T05:29:18.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-05T05:29:18.068Z] 947d2bbb7698: Preparing [2020-10-05T05:29:18.068Z] 440674ccbccc: Preparing [2020-10-05T05:29:18.068Z] 7fecccd2bfd1: Preparing [2020-10-05T05:29:18.068Z] 5f8d3b7e9e70: Preparing [2020-10-05T05:29:18.068Z] 5f8d3b7e9e70: Preparing [2020-10-05T05:29:18.068Z] c5314bf14598: Preparing [2020-10-05T05:29:18.068Z] 47b25ca4083b: Preparing [2020-10-05T05:29:18.068Z] d18ff274bb68: Preparing [2020-10-05T05:29:18.068Z] 947d2bbb7698: Preparing [2020-10-05T05:29:18.068Z] 16e1bf66f446: Preparing [2020-10-05T05:29:18.068Z] 8dd6f5e68582: Preparing [2020-10-05T05:29:18.068Z] 2164cb1a9e6a: Preparing [2020-10-05T05:29:18.068Z] e2f13739ad41: Preparing [2020-10-05T05:29:18.068Z] 16e1bf66f446: Waiting [2020-10-05T05:29:18.068Z] 8dd6f5e68582: Waiting [2020-10-05T05:29:18.068Z] 2164cb1a9e6a: Waiting [2020-10-05T05:29:18.068Z] e2f13739ad41: Waiting [2020-10-05T05:29:18.068Z] 47b25ca4083b: Waiting [2020-10-05T05:29:18.068Z] d18ff274bb68: Waiting [2020-10-05T05:29:18.068Z] 5f8d3b7e9e70: Layer already exists [2020-10-05T05:29:18.337Z] c5314bf14598: Layer already exists [2020-10-05T05:29:18.337Z] 947d2bbb7698: Layer already exists [2020-10-05T05:29:18.337Z] 440674ccbccc: Layer already exists [2020-10-05T05:29:18.337Z] 7fecccd2bfd1: Layer already exists [2020-10-05T05:29:18.337Z] d18ff274bb68: Layer already exists [2020-10-05T05:29:18.337Z] 47b25ca4083b: Layer already exists [2020-10-05T05:29:18.337Z] 2164cb1a9e6a: Layer already exists [2020-10-05T05:29:18.337Z] 16e1bf66f446: Layer already exists [2020-10-05T05:29:18.337Z] 8dd6f5e68582: Layer already exists [2020-10-05T05:29:18.337Z] e2f13739ad41: Layer already exists [2020-10-05T05:29:18.337Z] 1.2.2-dev.46: digest: sha256:d45563c10ace50a221bbb3c99b2ee855045c2c1198eb65b3338bd9fbe87c0cf2 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:18.666Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:18.993Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:29:18.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-05T05:29:18.993Z] 947d2bbb7698: Preparing [2020-10-05T05:29:18.993Z] 440674ccbccc: Preparing [2020-10-05T05:29:18.993Z] 7fecccd2bfd1: Preparing [2020-10-05T05:29:18.993Z] 5f8d3b7e9e70: Preparing [2020-10-05T05:29:18.993Z] 5f8d3b7e9e70: Preparing [2020-10-05T05:29:18.993Z] c5314bf14598: Preparing [2020-10-05T05:29:18.993Z] 47b25ca4083b: Preparing [2020-10-05T05:29:18.993Z] d18ff274bb68: Preparing [2020-10-05T05:29:18.993Z] 947d2bbb7698: Preparing [2020-10-05T05:29:18.993Z] 16e1bf66f446: Preparing [2020-10-05T05:29:18.993Z] 8dd6f5e68582: Preparing [2020-10-05T05:29:18.993Z] 2164cb1a9e6a: Preparing [2020-10-05T05:29:18.993Z] e2f13739ad41: Preparing [2020-10-05T05:29:18.993Z] d18ff274bb68: Waiting [2020-10-05T05:29:18.993Z] 16e1bf66f446: Waiting [2020-10-05T05:29:18.993Z] 8dd6f5e68582: Waiting [2020-10-05T05:29:18.993Z] 2164cb1a9e6a: Waiting [2020-10-05T05:29:18.993Z] e2f13739ad41: Waiting [2020-10-05T05:29:18.993Z] 47b25ca4083b: Waiting [2020-10-05T05:29:18.993Z] 5f8d3b7e9e70: Layer already exists [2020-10-05T05:29:18.993Z] c5314bf14598: Layer already exists [2020-10-05T05:29:18.993Z] 440674ccbccc: Layer already exists [2020-10-05T05:29:18.993Z] 947d2bbb7698: Layer already exists [2020-10-05T05:29:18.993Z] 7fecccd2bfd1: Layer already exists [2020-10-05T05:29:19.260Z] 47b25ca4083b: Layer already exists [2020-10-05T05:29:19.261Z] 2164cb1a9e6a: Layer already exists [2020-10-05T05:29:19.261Z] 8dd6f5e68582: Layer already exists [2020-10-05T05:29:19.261Z] d18ff274bb68: Layer already exists [2020-10-05T05:29:19.261Z] 16e1bf66f446: Layer already exists [2020-10-05T05:29:19.261Z] e2f13739ad41: Layer already exists [2020-10-05T05:29:19.261Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46: digest: sha256:d45563c10ace50a221bbb3c99b2ee855045c2c1198eb65b3338bd9fbe87c0cf2 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:19.593Z] + 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-05T05:29:19.925Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-05T05:29:19.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-05T05:29:19.925Z] 947d2bbb7698: Preparing [2020-10-05T05:29:19.925Z] 440674ccbccc: Preparing [2020-10-05T05:29:19.925Z] 7fecccd2bfd1: Preparing [2020-10-05T05:29:19.925Z] 5f8d3b7e9e70: Preparing [2020-10-05T05:29:19.925Z] 5f8d3b7e9e70: Preparing [2020-10-05T05:29:19.925Z] c5314bf14598: Preparing [2020-10-05T05:29:19.925Z] 47b25ca4083b: Preparing [2020-10-05T05:29:19.925Z] d18ff274bb68: Preparing [2020-10-05T05:29:19.925Z] 947d2bbb7698: Preparing [2020-10-05T05:29:19.925Z] 16e1bf66f446: Preparing [2020-10-05T05:29:19.925Z] 8dd6f5e68582: Preparing [2020-10-05T05:29:19.925Z] 2164cb1a9e6a: Preparing [2020-10-05T05:29:19.925Z] e2f13739ad41: Preparing [2020-10-05T05:29:19.925Z] d18ff274bb68: Waiting [2020-10-05T05:29:19.925Z] 16e1bf66f446: Waiting [2020-10-05T05:29:19.925Z] 8dd6f5e68582: Waiting [2020-10-05T05:29:19.925Z] 2164cb1a9e6a: Waiting [2020-10-05T05:29:19.925Z] e2f13739ad41: Waiting [2020-10-05T05:29:19.925Z] 47b25ca4083b: Waiting [2020-10-05T05:29:19.925Z] 5f8d3b7e9e70: Layer already exists [2020-10-05T05:29:19.925Z] 947d2bbb7698: Layer already exists [2020-10-05T05:29:19.925Z] c5314bf14598: Layer already exists [2020-10-05T05:29:19.925Z] 440674ccbccc: Layer already exists [2020-10-05T05:29:19.925Z] 7fecccd2bfd1: Layer already exists [2020-10-05T05:29:20.194Z] 47b25ca4083b: Layer already exists [2020-10-05T05:29:20.194Z] d18ff274bb68: Layer already exists [2020-10-05T05:29:20.194Z] 2164cb1a9e6a: Layer already exists [2020-10-05T05:29:20.194Z] 8dd6f5e68582: Layer already exists [2020-10-05T05:29:20.194Z] 16e1bf66f446: Layer already exists [2020-10-05T05:29:20.194Z] e2f13739ad41: Layer already exists [2020-10-05T05:29:20.194Z] master: digest: sha256:d45563c10ace50a221bbb3c99b2ee855045c2c1198eb65b3338bd9fbe87c0cf2 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:29:20.396Z] ===================================================== [Pipeline] echo [2020-10-05T05:29:20.451Z] taggedImages: [2020-10-05T05:29:20.451Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:20.451Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.46 [2020-10-05T05:29:20.451Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:29:20.451Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-05T05:29:20.518Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-05T05:29:20.518Z] ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:20.518Z] 1.2.2-dev.46 [2020-10-05T05:29:20.518Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:29:20.518Z] master [2020-10-05T05:29:20.518Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:21.086Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:21.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:21.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-05T05:29:21.421Z] 7e0ec47c8774: Preparing [2020-10-05T05:29:21.421Z] 4e10361c0239: Preparing [2020-10-05T05:29:21.421Z] 63820aa0dffe: Preparing [2020-10-05T05:29:21.421Z] 83ccb0d406a0: Preparing [2020-10-05T05:29:21.421Z] 882896d6221a: Preparing [2020-10-05T05:29:21.421Z] d28229a51af1: Preparing [2020-10-05T05:29:21.421Z] 1c7f0b668890: Preparing [2020-10-05T05:29:21.421Z] 453485b2ea2a: Preparing [2020-10-05T05:29:21.421Z] 87ca4e670939: Preparing [2020-10-05T05:29:21.421Z] d980d4dd5731: Preparing [2020-10-05T05:29:21.421Z] 66b385cf80cf: Preparing [2020-10-05T05:29:21.421Z] 453485b2ea2a: Waiting [2020-10-05T05:29:21.421Z] 87ca4e670939: Waiting [2020-10-05T05:29:21.421Z] d980d4dd5731: Waiting [2020-10-05T05:29:21.421Z] 66b385cf80cf: Waiting [2020-10-05T05:29:21.421Z] d28229a51af1: Waiting [2020-10-05T05:29:21.421Z] 1c7f0b668890: Waiting [2020-10-05T05:29:21.699Z] 7e0ec47c8774: Pushed [2020-10-05T05:29:21.699Z] 4e10361c0239: Pushed [2020-10-05T05:29:21.978Z] d28229a51af1: Pushed [2020-10-05T05:29:21.979Z] 1c7f0b668890: Pushed [2020-10-05T05:29:22.252Z] 453485b2ea2a: Pushed [2020-10-05T05:29:22.252Z] 87ca4e670939: Pushed [2020-10-05T05:29:22.531Z] 66b385cf80cf: Layer already exists [2020-10-05T05:29:22.803Z] d980d4dd5731: Pushed [2020-10-05T05:29:23.772Z] 63820aa0dffe: Pushed [2020-10-05T05:29:23.772Z] 882896d6221a: Pushed [2020-10-05T05:29:24.047Z] 83ccb0d406a0: Pushed [2020-10-05T05:29:24.047Z] ac752d64f668fa491594c1427640d28afa24e84a: digest: sha256:2e6094953a5a5f8e3bae05023c8ddc106dd247dcbdfbc3f9bfb6322dfaecc662 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:24.385Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:24.716Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.46 [2020-10-05T05:29:24.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-05T05:29:24.716Z] 7e0ec47c8774: Preparing [2020-10-05T05:29:24.716Z] 4e10361c0239: Preparing [2020-10-05T05:29:24.716Z] 63820aa0dffe: Preparing [2020-10-05T05:29:24.716Z] 83ccb0d406a0: Preparing [2020-10-05T05:29:24.716Z] 882896d6221a: Preparing [2020-10-05T05:29:24.716Z] d28229a51af1: Preparing [2020-10-05T05:29:24.716Z] 1c7f0b668890: Preparing [2020-10-05T05:29:24.716Z] 453485b2ea2a: Preparing [2020-10-05T05:29:24.716Z] 87ca4e670939: Preparing [2020-10-05T05:29:24.716Z] d980d4dd5731: Preparing [2020-10-05T05:29:24.716Z] 66b385cf80cf: Preparing [2020-10-05T05:29:24.716Z] 453485b2ea2a: Waiting [2020-10-05T05:29:24.716Z] 87ca4e670939: Waiting [2020-10-05T05:29:24.716Z] d980d4dd5731: Waiting [2020-10-05T05:29:24.716Z] 66b385cf80cf: Waiting [2020-10-05T05:29:24.716Z] 1c7f0b668890: Waiting [2020-10-05T05:29:24.716Z] 882896d6221a: Layer already exists [2020-10-05T05:29:24.716Z] 63820aa0dffe: Layer already exists [2020-10-05T05:29:24.716Z] 4e10361c0239: Layer already exists [2020-10-05T05:29:24.716Z] 7e0ec47c8774: Layer already exists [2020-10-05T05:29:24.716Z] 83ccb0d406a0: Layer already exists [2020-10-05T05:29:24.716Z] 1c7f0b668890: Layer already exists [2020-10-05T05:29:24.716Z] 453485b2ea2a: Layer already exists [2020-10-05T05:29:24.716Z] d980d4dd5731: Layer already exists [2020-10-05T05:29:24.716Z] d28229a51af1: Layer already exists [2020-10-05T05:29:24.716Z] 87ca4e670939: Layer already exists [2020-10-05T05:29:24.986Z] 66b385cf80cf: Layer already exists [2020-10-05T05:29:24.986Z] 1.2.2-dev.46: digest: sha256:2e6094953a5a5f8e3bae05023c8ddc106dd247dcbdfbc3f9bfb6322dfaecc662 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:25.325Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:25.655Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:29:25.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-05T05:29:25.655Z] 7e0ec47c8774: Preparing [2020-10-05T05:29:25.655Z] 4e10361c0239: Preparing [2020-10-05T05:29:25.655Z] 63820aa0dffe: Preparing [2020-10-05T05:29:25.655Z] 83ccb0d406a0: Preparing [2020-10-05T05:29:25.655Z] 882896d6221a: Preparing [2020-10-05T05:29:25.655Z] d28229a51af1: Preparing [2020-10-05T05:29:25.655Z] 1c7f0b668890: Preparing [2020-10-05T05:29:25.655Z] 453485b2ea2a: Preparing [2020-10-05T05:29:25.655Z] 87ca4e670939: Preparing [2020-10-05T05:29:25.655Z] d980d4dd5731: Preparing [2020-10-05T05:29:25.655Z] 66b385cf80cf: Preparing [2020-10-05T05:29:25.655Z] 1c7f0b668890: Waiting [2020-10-05T05:29:25.655Z] d28229a51af1: Waiting [2020-10-05T05:29:25.655Z] 453485b2ea2a: Waiting [2020-10-05T05:29:25.655Z] 87ca4e670939: Waiting [2020-10-05T05:29:25.655Z] d980d4dd5731: Waiting [2020-10-05T05:29:25.655Z] 66b385cf80cf: Waiting [2020-10-05T05:29:25.655Z] 4e10361c0239: Layer already exists [2020-10-05T05:29:25.655Z] 7e0ec47c8774: Layer already exists [2020-10-05T05:29:25.655Z] 63820aa0dffe: Layer already exists [2020-10-05T05:29:25.655Z] 83ccb0d406a0: Layer already exists [2020-10-05T05:29:25.655Z] 882896d6221a: Layer already exists [2020-10-05T05:29:25.655Z] 87ca4e670939: Layer already exists [2020-10-05T05:29:25.655Z] d28229a51af1: Layer already exists [2020-10-05T05:29:25.655Z] 1c7f0b668890: Layer already exists [2020-10-05T05:29:25.926Z] 453485b2ea2a: Layer already exists [2020-10-05T05:29:25.926Z] d980d4dd5731: Layer already exists [2020-10-05T05:29:25.926Z] 66b385cf80cf: Layer already exists [2020-10-05T05:29:25.926Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46: digest: sha256:2e6094953a5a5f8e3bae05023c8ddc106dd247dcbdfbc3f9bfb6322dfaecc662 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:26.262Z] + 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-05T05:29:26.595Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-05T05:29:26.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-05T05:29:26.596Z] 7e0ec47c8774: Preparing [2020-10-05T05:29:26.596Z] 4e10361c0239: Preparing [2020-10-05T05:29:26.596Z] 63820aa0dffe: Preparing [2020-10-05T05:29:26.596Z] 83ccb0d406a0: Preparing [2020-10-05T05:29:26.596Z] 882896d6221a: Preparing [2020-10-05T05:29:26.596Z] d28229a51af1: Preparing [2020-10-05T05:29:26.596Z] 1c7f0b668890: Preparing [2020-10-05T05:29:26.596Z] 453485b2ea2a: Preparing [2020-10-05T05:29:26.596Z] 87ca4e670939: Preparing [2020-10-05T05:29:26.596Z] d980d4dd5731: Preparing [2020-10-05T05:29:26.596Z] 66b385cf80cf: Preparing [2020-10-05T05:29:26.596Z] 453485b2ea2a: Waiting [2020-10-05T05:29:26.596Z] 87ca4e670939: Waiting [2020-10-05T05:29:26.596Z] d980d4dd5731: Waiting [2020-10-05T05:29:26.596Z] d28229a51af1: Waiting [2020-10-05T05:29:26.596Z] 1c7f0b668890: Waiting [2020-10-05T05:29:26.596Z] 66b385cf80cf: Waiting [2020-10-05T05:29:26.596Z] 7e0ec47c8774: Layer already exists [2020-10-05T05:29:26.596Z] 4e10361c0239: Layer already exists [2020-10-05T05:29:26.596Z] 882896d6221a: Layer already exists [2020-10-05T05:29:26.596Z] 63820aa0dffe: Layer already exists [2020-10-05T05:29:26.596Z] 83ccb0d406a0: Layer already exists [2020-10-05T05:29:26.596Z] 1c7f0b668890: Layer already exists [2020-10-05T05:29:26.865Z] d28229a51af1: Layer already exists [2020-10-05T05:29:26.865Z] 87ca4e670939: Layer already exists [2020-10-05T05:29:26.865Z] 453485b2ea2a: Layer already exists [2020-10-05T05:29:26.865Z] d980d4dd5731: Layer already exists [2020-10-05T05:29:26.865Z] 66b385cf80cf: Layer already exists [2020-10-05T05:29:26.865Z] master: digest: sha256:2e6094953a5a5f8e3bae05023c8ddc106dd247dcbdfbc3f9bfb6322dfaecc662 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:29:27.061Z] ===================================================== [Pipeline] echo [2020-10-05T05:29:27.108Z] taggedImages: [2020-10-05T05:29:27.108Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:27.108Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.46 [2020-10-05T05:29:27.108Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:29:27.108Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-05T05:29:27.184Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-05T05:29:27.184Z] ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:27.184Z] 1.2.2-dev.46 [2020-10-05T05:29:27.184Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:29:27.184Z] master [2020-10-05T05:29:27.184Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:27.683Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:28.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:28.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-05T05:29:28.016Z] b6094db5c7ff: Preparing [2020-10-05T05:29:28.016Z] 2312edfcfeed: Preparing [2020-10-05T05:29:28.016Z] 9770c72456b8: Preparing [2020-10-05T05:29:28.016Z] 15084d88c8ce: Preparing [2020-10-05T05:29:28.290Z] b6094db5c7ff: Pushed [2020-10-05T05:29:28.291Z] 9770c72456b8: Pushed [2020-10-05T05:29:28.560Z] 15084d88c8ce: Pushed [2020-10-05T05:29:30.517Z] 2312edfcfeed: Pushed [2020-10-05T05:29:30.787Z] ac752d64f668fa491594c1427640d28afa24e84a: digest: sha256:b242f77add024df861182854fc51ea03daa1626d54662cf953d02d4b062b52b4 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:31.121Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:31.450Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.46 [2020-10-05T05:29:31.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-05T05:29:31.451Z] b6094db5c7ff: Preparing [2020-10-05T05:29:31.451Z] 2312edfcfeed: Preparing [2020-10-05T05:29:31.451Z] 9770c72456b8: Preparing [2020-10-05T05:29:31.451Z] 15084d88c8ce: Preparing [2020-10-05T05:29:31.451Z] 2312edfcfeed: Layer already exists [2020-10-05T05:29:31.451Z] 15084d88c8ce: Layer already exists [2020-10-05T05:29:31.451Z] 9770c72456b8: Layer already exists [2020-10-05T05:29:31.451Z] b6094db5c7ff: Layer already exists [2020-10-05T05:29:31.721Z] 1.2.2-dev.46: digest: sha256:b242f77add024df861182854fc51ea03daa1626d54662cf953d02d4b062b52b4 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:32.057Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:32.385Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:29:32.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-05T05:29:32.385Z] b6094db5c7ff: Preparing [2020-10-05T05:29:32.385Z] 2312edfcfeed: Preparing [2020-10-05T05:29:32.385Z] 9770c72456b8: Preparing [2020-10-05T05:29:32.385Z] 15084d88c8ce: Preparing [2020-10-05T05:29:32.385Z] 15084d88c8ce: Layer already exists [2020-10-05T05:29:32.385Z] 9770c72456b8: Layer already exists [2020-10-05T05:29:32.385Z] 2312edfcfeed: Layer already exists [2020-10-05T05:29:32.385Z] b6094db5c7ff: Layer already exists [2020-10-05T05:29:32.654Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46: digest: sha256:b242f77add024df861182854fc51ea03daa1626d54662cf953d02d4b062b52b4 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:33.058Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:33.438Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-05T05:29:33.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-05T05:29:33.438Z] b6094db5c7ff: Preparing [2020-10-05T05:29:33.438Z] 2312edfcfeed: Preparing [2020-10-05T05:29:33.438Z] 9770c72456b8: Preparing [2020-10-05T05:29:33.438Z] 15084d88c8ce: Preparing [2020-10-05T05:29:33.716Z] 9770c72456b8: Layer already exists [2020-10-05T05:29:33.716Z] b6094db5c7ff: Layer already exists [2020-10-05T05:29:33.716Z] 2312edfcfeed: Layer already exists [2020-10-05T05:29:33.716Z] 15084d88c8ce: Layer already exists [2020-10-05T05:29:33.716Z] master: digest: sha256:b242f77add024df861182854fc51ea03daa1626d54662cf953d02d4b062b52b4 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:29:33.957Z] ===================================================== [Pipeline] echo [2020-10-05T05:29:34.003Z] taggedImages: [2020-10-05T05:29:34.003Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:34.003Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.46 [2020-10-05T05:29:34.003Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:29:34.003Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-05T05:29:34.069Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-05T05:29:34.069Z] ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:34.069Z] 1.2.2-dev.46 [2020-10-05T05:29:34.069Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:29:34.069Z] master [2020-10-05T05:29:34.069Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:34.578Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:34.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:34.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-05T05:29:34.947Z] db38517a6a7b: Preparing [2020-10-05T05:29:34.947Z] 7ee22f84526e: Preparing [2020-10-05T05:29:34.947Z] aed71aef44b9: Preparing [2020-10-05T05:29:34.947Z] fe83c0bfd6fa: Preparing [2020-10-05T05:29:34.947Z] d48dcc4ec0ad: Preparing [2020-10-05T05:29:34.947Z] 5f71979e73f8: Preparing [2020-10-05T05:29:34.947Z] 5f71979e73f8: Waiting [2020-10-05T05:29:35.257Z] aed71aef44b9: Pushed [2020-10-05T05:29:35.257Z] db38517a6a7b: Pushed [2020-10-05T05:29:35.562Z] d48dcc4ec0ad: Pushed [2020-10-05T05:29:35.562Z] fe83c0bfd6fa: Pushed [2020-10-05T05:29:35.858Z] 5f71979e73f8: Pushed [2020-10-05T05:29:38.525Z] 7ee22f84526e: Pushed [2020-10-05T05:29:38.525Z] ac752d64f668fa491594c1427640d28afa24e84a: digest: sha256:99f2c1693e872dd3792eaca46a7e33c22be02cb84585655d024cea430b7ee875 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:38.874Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:39.228Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.46 [2020-10-05T05:29:39.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-05T05:29:39.228Z] db38517a6a7b: Preparing [2020-10-05T05:29:39.228Z] 7ee22f84526e: Preparing [2020-10-05T05:29:39.228Z] aed71aef44b9: Preparing [2020-10-05T05:29:39.228Z] fe83c0bfd6fa: Preparing [2020-10-05T05:29:39.228Z] d48dcc4ec0ad: Preparing [2020-10-05T05:29:39.228Z] 5f71979e73f8: Preparing [2020-10-05T05:29:39.228Z] 5f71979e73f8: Waiting [2020-10-05T05:29:39.505Z] db38517a6a7b: Layer already exists [2020-10-05T05:29:39.505Z] fe83c0bfd6fa: Layer already exists [2020-10-05T05:29:39.505Z] aed71aef44b9: Layer already exists [2020-10-05T05:29:39.505Z] d48dcc4ec0ad: Layer already exists [2020-10-05T05:29:39.505Z] 7ee22f84526e: Layer already exists [2020-10-05T05:29:39.505Z] 5f71979e73f8: Layer already exists [2020-10-05T05:29:39.505Z] 1.2.2-dev.46: digest: sha256:99f2c1693e872dd3792eaca46a7e33c22be02cb84585655d024cea430b7ee875 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:39.863Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:40.215Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:29:40.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-05T05:29:40.215Z] db38517a6a7b: Preparing [2020-10-05T05:29:40.215Z] 7ee22f84526e: Preparing [2020-10-05T05:29:40.215Z] aed71aef44b9: Preparing [2020-10-05T05:29:40.215Z] fe83c0bfd6fa: Preparing [2020-10-05T05:29:40.215Z] d48dcc4ec0ad: Preparing [2020-10-05T05:29:40.215Z] 5f71979e73f8: Preparing [2020-10-05T05:29:40.215Z] 5f71979e73f8: Waiting [2020-10-05T05:29:40.494Z] 7ee22f84526e: Layer already exists [2020-10-05T05:29:40.494Z] fe83c0bfd6fa: Layer already exists [2020-10-05T05:29:40.494Z] d48dcc4ec0ad: Layer already exists [2020-10-05T05:29:40.494Z] aed71aef44b9: Layer already exists [2020-10-05T05:29:40.494Z] db38517a6a7b: Layer already exists [2020-10-05T05:29:40.494Z] 5f71979e73f8: Layer already exists [2020-10-05T05:29:40.494Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46: digest: sha256:99f2c1693e872dd3792eaca46a7e33c22be02cb84585655d024cea430b7ee875 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:40.859Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:41.225Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-05T05:29:41.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-05T05:29:41.225Z] db38517a6a7b: Preparing [2020-10-05T05:29:41.225Z] 7ee22f84526e: Preparing [2020-10-05T05:29:41.225Z] aed71aef44b9: Preparing [2020-10-05T05:29:41.225Z] fe83c0bfd6fa: Preparing [2020-10-05T05:29:41.225Z] d48dcc4ec0ad: Preparing [2020-10-05T05:29:41.225Z] 5f71979e73f8: Preparing [2020-10-05T05:29:41.225Z] 5f71979e73f8: Waiting [2020-10-05T05:29:41.225Z] db38517a6a7b: Layer already exists [2020-10-05T05:29:41.225Z] aed71aef44b9: Layer already exists [2020-10-05T05:29:41.225Z] d48dcc4ec0ad: Layer already exists [2020-10-05T05:29:41.225Z] fe83c0bfd6fa: Layer already exists [2020-10-05T05:29:41.225Z] 7ee22f84526e: Layer already exists [2020-10-05T05:29:41.500Z] 5f71979e73f8: Layer already exists [2020-10-05T05:29:41.500Z] master: digest: sha256:99f2c1693e872dd3792eaca46a7e33c22be02cb84585655d024cea430b7ee875 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:29:41.688Z] ===================================================== [Pipeline] echo [2020-10-05T05:29:41.735Z] taggedImages: [2020-10-05T05:29:41.735Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:41.735Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.46 [2020-10-05T05:29:41.735Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:29:41.735Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-05T05:29:41.792Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-05T05:29:41.792Z] ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:41.792Z] 1.2.2-dev.46 [2020-10-05T05:29:41.792Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:29:41.792Z] master [2020-10-05T05:29:41.792Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:42.314Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:42.691Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:42.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-05T05:29:42.691Z] 9f2936d18311: Preparing [2020-10-05T05:29:42.691Z] fb4ee2cc801b: Preparing [2020-10-05T05:29:42.691Z] 67df9e86af3a: Preparing [2020-10-05T05:29:42.980Z] 9f2936d18311: Pushed [2020-10-05T05:29:42.980Z] 67df9e86af3a: Pushed [2020-10-05T05:29:45.610Z] fb4ee2cc801b: Pushed [2020-10-05T05:29:45.882Z] ac752d64f668fa491594c1427640d28afa24e84a: digest: sha256:bfb095fd624907827e45ee8654b18cf1281b2389294760dfa4afd5f6ffac0c0b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:46.221Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:46.553Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.46 [2020-10-05T05:29:46.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-05T05:29:46.554Z] 9f2936d18311: Preparing [2020-10-05T05:29:46.554Z] fb4ee2cc801b: Preparing [2020-10-05T05:29:46.554Z] 67df9e86af3a: Preparing [2020-10-05T05:29:46.554Z] 67df9e86af3a: Layer already exists [2020-10-05T05:29:46.554Z] 9f2936d18311: Layer already exists [2020-10-05T05:29:46.554Z] fb4ee2cc801b: Layer already exists [2020-10-05T05:29:46.825Z] 1.2.2-dev.46: digest: sha256:bfb095fd624907827e45ee8654b18cf1281b2389294760dfa4afd5f6ffac0c0b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:47.161Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:47.490Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:29:47.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-05T05:29:47.490Z] 9f2936d18311: Preparing [2020-10-05T05:29:47.490Z] fb4ee2cc801b: Preparing [2020-10-05T05:29:47.490Z] 67df9e86af3a: Preparing [2020-10-05T05:29:47.490Z] 9f2936d18311: Layer already exists [2020-10-05T05:29:47.490Z] fb4ee2cc801b: Layer already exists [2020-10-05T05:29:47.490Z] 67df9e86af3a: Layer already exists [2020-10-05T05:29:47.760Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46: digest: sha256:bfb095fd624907827e45ee8654b18cf1281b2389294760dfa4afd5f6ffac0c0b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:48.093Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:48.428Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-05T05:29:48.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-05T05:29:48.428Z] 9f2936d18311: Preparing [2020-10-05T05:29:48.428Z] fb4ee2cc801b: Preparing [2020-10-05T05:29:48.428Z] 67df9e86af3a: Preparing [2020-10-05T05:29:48.428Z] fb4ee2cc801b: Layer already exists [2020-10-05T05:29:48.428Z] 9f2936d18311: Layer already exists [2020-10-05T05:29:48.698Z] 67df9e86af3a: Layer already exists [2020-10-05T05:29:48.699Z] master: digest: sha256:bfb095fd624907827e45ee8654b18cf1281b2389294760dfa4afd5f6ffac0c0b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:29:48.898Z] ===================================================== [Pipeline] echo [2020-10-05T05:29:48.942Z] taggedImages: [2020-10-05T05:29:48.942Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:48.942Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.46 [2020-10-05T05:29:48.942Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:29:48.942Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-05T05:29:49.001Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-05T05:29:49.001Z] ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:49.001Z] 1.2.2-dev.46 [2020-10-05T05:29:49.001Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:29:49.001Z] master [2020-10-05T05:29:49.001Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:49.491Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:29:49.819Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:29:49.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-05T05:29:49.819Z] c247d0417f42: Preparing [2020-10-05T05:29:49.819Z] 06d35ba14d87: Preparing [2020-10-05T05:29:49.819Z] cff4617bd73d: Preparing [2020-10-05T05:29:49.819Z] 80eb2dcff9d8: Preparing [2020-10-05T05:29:49.819Z] a0d574977318: Preparing [2020-10-05T05:29:49.819Z] 726f4dadd251: Preparing [2020-10-05T05:29:49.819Z] 3c31a6c3f239: Preparing [2020-10-05T05:29:49.819Z] f875f9e206db: Preparing [2020-10-05T05:29:49.819Z] 3994ac1dcb8b: Preparing [2020-10-05T05:29:49.819Z] 5f2247eaf593: Preparing [2020-10-05T05:29:49.819Z] 62d13be1b083: Preparing [2020-10-05T05:29:49.819Z] 94fdc660876c: Preparing [2020-10-05T05:29:49.819Z] 4e7279dfc0c0: Preparing [2020-10-05T05:29:49.819Z] e2f13739ad41: Preparing [2020-10-05T05:29:49.819Z] 5f2247eaf593: Waiting [2020-10-05T05:29:49.819Z] 62d13be1b083: Waiting [2020-10-05T05:29:49.819Z] 94fdc660876c: Waiting [2020-10-05T05:29:49.819Z] 726f4dadd251: Waiting [2020-10-05T05:29:49.819Z] 4e7279dfc0c0: Waiting [2020-10-05T05:29:49.819Z] 3c31a6c3f239: Waiting [2020-10-05T05:29:49.819Z] e2f13739ad41: Waiting [2020-10-05T05:29:49.819Z] f875f9e206db: Waiting [2020-10-05T05:29:49.819Z] 3994ac1dcb8b: Waiting [2020-10-05T05:29:50.413Z] a0d574977318: Pushed [2020-10-05T05:29:50.687Z] c247d0417f42: Pushed [2020-10-05T05:29:50.961Z] 80eb2dcff9d8: Pushed [2020-10-05T05:29:51.235Z] f875f9e206db: Layer already exists [2020-10-05T05:29:51.235Z] 3994ac1dcb8b: Layer already exists [2020-10-05T05:29:51.235Z] 5f2247eaf593: Layer already exists [2020-10-05T05:29:51.235Z] 62d13be1b083: Layer already exists [2020-10-05T05:29:51.510Z] 3c31a6c3f239: Pushed [2020-10-05T05:29:51.510Z] 94fdc660876c: Layer already exists [2020-10-05T05:29:51.510Z] 4e7279dfc0c0: Layer already exists [2020-10-05T05:29:51.510Z] e2f13739ad41: Layer already exists [2020-10-05T05:29:51.784Z] 06d35ba14d87: Pushed [2020-10-05T05:29:52.757Z] 726f4dadd251: Pushed [2020-10-05T05:30:05.114Z] cff4617bd73d: Pushed [2020-10-05T05:30:05.114Z] ac752d64f668fa491594c1427640d28afa24e84a: digest: sha256:6293c5ba69afb2a8a9fcae5c087189af2d4266cc49f68bafb370ca5f30640513 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:30:05.450Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:30:05.778Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.46 [2020-10-05T05:30:05.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-05T05:30:05.778Z] c247d0417f42: Preparing [2020-10-05T05:30:05.778Z] 06d35ba14d87: Preparing [2020-10-05T05:30:05.778Z] cff4617bd73d: Preparing [2020-10-05T05:30:05.778Z] 80eb2dcff9d8: Preparing [2020-10-05T05:30:05.778Z] a0d574977318: Preparing [2020-10-05T05:30:05.778Z] 726f4dadd251: Preparing [2020-10-05T05:30:05.778Z] 3c31a6c3f239: Preparing [2020-10-05T05:30:05.778Z] f875f9e206db: Preparing [2020-10-05T05:30:05.778Z] 3994ac1dcb8b: Preparing [2020-10-05T05:30:05.778Z] 5f2247eaf593: Preparing [2020-10-05T05:30:05.778Z] 62d13be1b083: Preparing [2020-10-05T05:30:05.778Z] 94fdc660876c: Preparing [2020-10-05T05:30:05.778Z] 4e7279dfc0c0: Preparing [2020-10-05T05:30:05.778Z] e2f13739ad41: Preparing [2020-10-05T05:30:05.778Z] 3c31a6c3f239: Waiting [2020-10-05T05:30:05.778Z] f875f9e206db: Waiting [2020-10-05T05:30:05.778Z] 3994ac1dcb8b: Waiting [2020-10-05T05:30:05.778Z] 4e7279dfc0c0: Waiting [2020-10-05T05:30:05.778Z] 5f2247eaf593: Waiting [2020-10-05T05:30:05.778Z] e2f13739ad41: Waiting [2020-10-05T05:30:05.778Z] 62d13be1b083: Waiting [2020-10-05T05:30:05.778Z] 94fdc660876c: Waiting [2020-10-05T05:30:05.778Z] 726f4dadd251: Waiting [2020-10-05T05:30:06.050Z] 80eb2dcff9d8: Layer already exists [2020-10-05T05:30:06.050Z] cff4617bd73d: Layer already exists [2020-10-05T05:30:06.050Z] 06d35ba14d87: Layer already exists [2020-10-05T05:30:06.050Z] c247d0417f42: Layer already exists [2020-10-05T05:30:06.050Z] a0d574977318: Layer already exists [2020-10-05T05:30:06.050Z] 726f4dadd251: Layer already exists [2020-10-05T05:30:06.050Z] 3c31a6c3f239: Layer already exists [2020-10-05T05:30:06.050Z] f875f9e206db: Layer already exists [2020-10-05T05:30:06.050Z] 3994ac1dcb8b: Layer already exists [2020-10-05T05:30:06.050Z] 5f2247eaf593: Layer already exists [2020-10-05T05:30:06.050Z] 94fdc660876c: Layer already exists [2020-10-05T05:30:06.050Z] 4e7279dfc0c0: Layer already exists [2020-10-05T05:30:06.050Z] e2f13739ad41: Layer already exists [2020-10-05T05:30:06.050Z] 62d13be1b083: Layer already exists [2020-10-05T05:30:06.050Z] 1.2.2-dev.46: digest: sha256:6293c5ba69afb2a8a9fcae5c087189af2d4266cc49f68bafb370ca5f30640513 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:30:06.384Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:30:06.719Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:30:06.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-05T05:30:06.719Z] c247d0417f42: Preparing [2020-10-05T05:30:06.719Z] 06d35ba14d87: Preparing [2020-10-05T05:30:06.719Z] cff4617bd73d: Preparing [2020-10-05T05:30:06.719Z] 80eb2dcff9d8: Preparing [2020-10-05T05:30:06.719Z] a0d574977318: Preparing [2020-10-05T05:30:06.719Z] 726f4dadd251: Preparing [2020-10-05T05:30:06.719Z] 3c31a6c3f239: Preparing [2020-10-05T05:30:06.719Z] f875f9e206db: Preparing [2020-10-05T05:30:06.719Z] 3994ac1dcb8b: Preparing [2020-10-05T05:30:06.719Z] 5f2247eaf593: Preparing [2020-10-05T05:30:06.719Z] 62d13be1b083: Preparing [2020-10-05T05:30:06.719Z] 94fdc660876c: Preparing [2020-10-05T05:30:06.719Z] 4e7279dfc0c0: Preparing [2020-10-05T05:30:06.719Z] e2f13739ad41: Preparing [2020-10-05T05:30:06.719Z] 726f4dadd251: Waiting [2020-10-05T05:30:06.719Z] 3c31a6c3f239: Waiting [2020-10-05T05:30:06.719Z] 62d13be1b083: Waiting [2020-10-05T05:30:06.719Z] f875f9e206db: Waiting [2020-10-05T05:30:06.719Z] 94fdc660876c: Waiting [2020-10-05T05:30:06.719Z] 3994ac1dcb8b: Waiting [2020-10-05T05:30:06.719Z] 4e7279dfc0c0: Waiting [2020-10-05T05:30:06.719Z] 5f2247eaf593: Waiting [2020-10-05T05:30:06.719Z] e2f13739ad41: Waiting [2020-10-05T05:30:06.993Z] c247d0417f42: Layer already exists [2020-10-05T05:30:06.993Z] cff4617bd73d: Layer already exists [2020-10-05T05:30:06.993Z] 80eb2dcff9d8: Layer already exists [2020-10-05T05:30:06.993Z] a0d574977318: Layer already exists [2020-10-05T05:30:06.993Z] 06d35ba14d87: Layer already exists [2020-10-05T05:30:06.993Z] 3c31a6c3f239: Layer already exists [2020-10-05T05:30:06.993Z] f875f9e206db: Layer already exists [2020-10-05T05:30:06.993Z] 726f4dadd251: Layer already exists [2020-10-05T05:30:06.993Z] 5f2247eaf593: Layer already exists [2020-10-05T05:30:06.993Z] 3994ac1dcb8b: Layer already exists [2020-10-05T05:30:06.993Z] 94fdc660876c: Layer already exists [2020-10-05T05:30:06.993Z] 62d13be1b083: Layer already exists [2020-10-05T05:30:06.993Z] 4e7279dfc0c0: Layer already exists [2020-10-05T05:30:06.993Z] e2f13739ad41: Layer already exists [2020-10-05T05:30:06.993Z] ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46: digest: sha256:6293c5ba69afb2a8a9fcae5c087189af2d4266cc49f68bafb370ca5f30640513 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:30:07.329Z] + 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-05T05:30:07.660Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-05T05:30:07.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-05T05:30:07.660Z] c247d0417f42: Preparing [2020-10-05T05:30:07.660Z] 06d35ba14d87: Preparing [2020-10-05T05:30:07.660Z] cff4617bd73d: Preparing [2020-10-05T05:30:07.660Z] 80eb2dcff9d8: Preparing [2020-10-05T05:30:07.660Z] a0d574977318: Preparing [2020-10-05T05:30:07.660Z] 726f4dadd251: Preparing [2020-10-05T05:30:07.660Z] 3c31a6c3f239: Preparing [2020-10-05T05:30:07.660Z] f875f9e206db: Preparing [2020-10-05T05:30:07.661Z] 3994ac1dcb8b: Preparing [2020-10-05T05:30:07.661Z] 5f2247eaf593: Preparing [2020-10-05T05:30:07.661Z] 62d13be1b083: Preparing [2020-10-05T05:30:07.661Z] 94fdc660876c: Preparing [2020-10-05T05:30:07.661Z] 4e7279dfc0c0: Preparing [2020-10-05T05:30:07.661Z] e2f13739ad41: Preparing [2020-10-05T05:30:07.661Z] 3994ac1dcb8b: Waiting [2020-10-05T05:30:07.661Z] 94fdc660876c: Waiting [2020-10-05T05:30:07.661Z] 5f2247eaf593: Waiting [2020-10-05T05:30:07.661Z] 62d13be1b083: Waiting [2020-10-05T05:30:07.661Z] 726f4dadd251: Waiting [2020-10-05T05:30:07.661Z] 4e7279dfc0c0: Waiting [2020-10-05T05:30:07.661Z] e2f13739ad41: Waiting [2020-10-05T05:30:07.661Z] 3c31a6c3f239: Waiting [2020-10-05T05:30:07.661Z] f875f9e206db: Waiting [2020-10-05T05:30:07.929Z] 80eb2dcff9d8: Layer already exists [2020-10-05T05:30:07.929Z] 06d35ba14d87: Layer already exists [2020-10-05T05:30:07.929Z] a0d574977318: Layer already exists [2020-10-05T05:30:07.929Z] cff4617bd73d: Layer already exists [2020-10-05T05:30:07.929Z] c247d0417f42: Layer already exists [2020-10-05T05:30:07.929Z] 726f4dadd251: Layer already exists [2020-10-05T05:30:07.929Z] 5f2247eaf593: Layer already exists [2020-10-05T05:30:07.929Z] 3994ac1dcb8b: Layer already exists [2020-10-05T05:30:07.929Z] f875f9e206db: Layer already exists [2020-10-05T05:30:07.929Z] 3c31a6c3f239: Layer already exists [2020-10-05T05:30:07.929Z] 4e7279dfc0c0: Layer already exists [2020-10-05T05:30:07.929Z] 62d13be1b083: Layer already exists [2020-10-05T05:30:07.929Z] 94fdc660876c: Layer already exists [2020-10-05T05:30:07.929Z] e2f13739ad41: Layer already exists [2020-10-05T05:30:07.929Z] master: digest: sha256:6293c5ba69afb2a8a9fcae5c087189af2d4266cc49f68bafb370ca5f30640513 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T05:30:08.121Z] ===================================================== [Pipeline] echo [2020-10-05T05:30:08.172Z] taggedImages: [2020-10-05T05:30:08.172Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:30:08.172Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.46 [2020-10-05T05:30:08.172Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a-1.2.2-dev.46 [2020-10-05T05:30:08.172Z] - 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-05T05:30:09.542Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-05T05:30:09.544Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-05T05:30:09.600Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:30:09.948Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-05T05:30:09.948Z] [2020-10-05T05:30:09.948Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:30:10.297Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-05T05:30:10.297Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-05T05:30:10.297Z] cbdbe7a5bc2a: Already exists [2020-10-05T05:30:10.297Z] 408f87550127: Pulling fs layer [2020-10-05T05:30:10.297Z] fe522b08c979: Pulling fs layer [2020-10-05T05:30:10.297Z] 221eaa008020: Pulling fs layer [2020-10-05T05:30:10.297Z] 2a4607e5d6b9: Pulling fs layer [2020-10-05T05:30:10.297Z] 8f79b27c4fd2: Pulling fs layer [2020-10-05T05:30:10.297Z] e5c8dbe1645b: Pulling fs layer [2020-10-05T05:30:10.297Z] 23e8b3b47431: Pulling fs layer [2020-10-05T05:30:10.297Z] 5c568d65a230: Pulling fs layer [2020-10-05T05:30:10.297Z] 23e8b3b47431: Waiting [2020-10-05T05:30:10.297Z] 2a4607e5d6b9: Waiting [2020-10-05T05:30:10.297Z] 5c568d65a230: Waiting [2020-10-05T05:30:10.297Z] e5c8dbe1645b: Waiting [2020-10-05T05:30:10.297Z] fe522b08c979: Download complete [2020-10-05T05:30:10.297Z] 408f87550127: Download complete [2020-10-05T05:30:10.297Z] 2a4607e5d6b9: Verifying Checksum [2020-10-05T05:30:10.297Z] 2a4607e5d6b9: Download complete [2020-10-05T05:30:10.297Z] 8f79b27c4fd2: Verifying Checksum [2020-10-05T05:30:10.297Z] 8f79b27c4fd2: Download complete [2020-10-05T05:30:10.563Z] 408f87550127: Pull complete [2020-10-05T05:30:10.825Z] fe522b08c979: Pull complete [2020-10-05T05:30:11.771Z] e5c8dbe1645b: Verifying Checksum [2020-10-05T05:30:11.771Z] e5c8dbe1645b: Download complete [2020-10-05T05:30:12.720Z] 5c568d65a230: Verifying Checksum [2020-10-05T05:30:12.720Z] 5c568d65a230: Download complete [2020-10-05T05:30:12.720Z] 23e8b3b47431: Verifying Checksum [2020-10-05T05:30:12.720Z] 23e8b3b47431: Download complete [2020-10-05T05:30:13.665Z] 221eaa008020: Verifying Checksum [2020-10-05T05:30:13.665Z] 221eaa008020: Download complete [2020-10-05T05:30:20.284Z] 221eaa008020: Pull complete [2020-10-05T05:30:20.284Z] 2a4607e5d6b9: Pull complete [2020-10-05T05:30:20.284Z] 8f79b27c4fd2: Pull complete [2020-10-05T05:30:24.938Z] e5c8dbe1645b: Pull complete [2020-10-05T05:30:26.872Z] 23e8b3b47431: Pull complete [2020-10-05T05:30:28.792Z] 5c568d65a230: Pull complete [2020-10-05T05:30:28.792Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-05T05:30:28.792Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-05T05:30:28.792Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-05T05:30:28.961Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:30:29.015Z] $ 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/161:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:30:30.126Z] $ docker top 80783c3d6c2a69ec0c14a012b5748537de786d2ea98c7c86eee8271aeec9f73f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-05T05:30:30.689Z] + snyk monitor '--org=edgex-jenkins' [2020-10-05T05:30:45.620Z] [2020-10-05T05:30:45.620Z] Monitoring /w/workspace/edgex-go/161 (github.com/edgexfoundry/edgex-go)... [2020-10-05T05:30:45.620Z] [2020-10-05T05:30:45.620Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/156f401d-b22f-4692-ae0f-37f4ab6b6c6c [2020-10-05T05:30:45.620Z] [2020-10-05T05:30:45.620Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-05T05:30:45.620Z] [2020-10-05T05:30:45.620Z] [2020-10-05T05:30:45.620Z] Snyk CLI supports Node.js 8 and higher. [2020-10-05T05:30:45.620Z] 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-05T05:30:45.620Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-05T05:30:45.620Z] [2020-10-05T05:30:45.620Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-05T05:30:45.620Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-05T05:30:45.638Z] $ docker stop --time=1 80783c3d6c2a69ec0c14a012b5748537de786d2ea98c7c86eee8271aeec9f73f [2020-10-05T05:30:48.414Z] $ docker rm -f 80783c3d6c2a69ec0c14a012b5748537de786d2ea98c7c86eee8271aeec9f73f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:30:50.226Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:30:50.227Z] [2020-10-05T05:30:50.227Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:30:50.576Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:30:50.576Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-05T05:30:50.576Z] e7c96db7181b: Pulling fs layer [2020-10-05T05:30:50.576Z] 1868ca2cb446: Pulling fs layer [2020-10-05T05:30:50.576Z] 136be5d0fe8e: Pulling fs layer [2020-10-05T05:30:50.576Z] 894bfe63afcb: Pulling fs layer [2020-10-05T05:30:50.576Z] 894bfe63afcb: Waiting [2020-10-05T05:30:50.576Z] 1868ca2cb446: Verifying Checksum [2020-10-05T05:30:50.576Z] 1868ca2cb446: Download complete [2020-10-05T05:30:50.576Z] 136be5d0fe8e: Verifying Checksum [2020-10-05T05:30:50.576Z] 136be5d0fe8e: Download complete [2020-10-05T05:30:50.576Z] e7c96db7181b: Verifying Checksum [2020-10-05T05:30:50.576Z] e7c96db7181b: Download complete [2020-10-05T05:30:50.837Z] 894bfe63afcb: Verifying Checksum [2020-10-05T05:30:50.837Z] 894bfe63afcb: Download complete [2020-10-05T05:30:51.099Z] e7c96db7181b: Pull complete [2020-10-05T05:30:51.099Z] 1868ca2cb446: Pull complete [2020-10-05T05:30:51.365Z] 136be5d0fe8e: Pull complete [2020-10-05T05:30:51.627Z] 894bfe63afcb: Pull complete [2020-10-05T05:30:51.627Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-05T05:30:51.627Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:30:51.627Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-05T05:30:51.748Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:30:51.825Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:30:53.180Z] $ docker top ae6a75529b2a1ba820a1dd0efa9d2adcbe13db13e8de1d20291ea2ba00616d64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:30:53.747Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:30:53.747Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:30:56.449Z] $ docker stop --time=1 ae6a75529b2a1ba820a1dd0efa9d2adcbe13db13e8de1d20291ea2ba00616d64 [2020-10-05T05:30:57.798Z] $ docker rm -f ae6a75529b2a1ba820a1dd0efa9d2adcbe13db13e8de1d20291ea2ba00616d64 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:30:58.266Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:30:58.266Z] . [Pipeline] withDockerContainer [2020-10-05T05:30:58.367Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:30:58.418Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:30:59.056Z] $ docker top a99b29b712a68b642961edf3b58b4e17ec2506b61ad68a444f92d50c5a0f3f5c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:30:59.568Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:30:59.568Z] + tee [2020-10-05T05:30:59.568Z] clair timeout 1m0s [2020-10-05T05:30:59.568Z] docker timeout: 1m0s [2020-10-05T05:30:59.568Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:31:00.256Z] $ docker stop --time=1 a99b29b712a68b642961edf3b58b4e17ec2506b61ad68a444f92d50c5a0f3f5c [2020-10-05T05:31:01.630Z] $ docker rm -f a99b29b712a68b642961edf3b58b4e17ec2506b61ad68a444f92d50c5a0f3f5c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:31:02.119Z] + mkdir -p /w/workspace/edgex-go/161/clair-reports [Pipeline] echo [2020-10-05T05:31:02.133Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/161/clair-reports/clair_results_docker-core-command-go_ac752d64f668fa491594c1427640d28afa24e84a.html [Pipeline] writeFile [Pipeline] step [2020-10-05T05:31:02.190Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:31:02.603Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:31:02.604Z] . [Pipeline] withDockerContainer [2020-10-05T05:31:02.707Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:31:02.756Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:31:03.419Z] $ docker top 8d99f06ddd2d3e1de0bc3edbf8d101f38596b9f09e52e2167d6ef34b762b692a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:31:03.968Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:31:03.968Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:31:09.410Z] $ docker stop --time=1 8d99f06ddd2d3e1de0bc3edbf8d101f38596b9f09e52e2167d6ef34b762b692a [2020-10-05T05:31:10.800Z] $ docker rm -f 8d99f06ddd2d3e1de0bc3edbf8d101f38596b9f09e52e2167d6ef34b762b692a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:31:11.281Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:31:11.281Z] . [Pipeline] withDockerContainer [2020-10-05T05:31:11.407Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:31:11.458Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:31:12.218Z] $ docker top 633129ee86ac08ef3701d846c38f7740a50b4d1fd70b477286c49d678bd3b3ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:31:12.755Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:31:12.755Z] + tee [2020-10-05T05:31:12.755Z] clair timeout 1m0s [2020-10-05T05:31:12.755Z] docker timeout: 1m0s [2020-10-05T05:31:12.755Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:31:13.802Z] $ docker stop --time=1 633129ee86ac08ef3701d846c38f7740a50b4d1fd70b477286c49d678bd3b3ac [2020-10-05T05:31:15.206Z] $ docker rm -f 633129ee86ac08ef3701d846c38f7740a50b4d1fd70b477286c49d678bd3b3ac [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:31:15.703Z] + mkdir -p /w/workspace/edgex-go/161/clair-reports [Pipeline] echo [2020-10-05T05:31:15.717Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/161/clair-reports/clair_results_docker-core-data-go_ac752d64f668fa491594c1427640d28afa24e84a.html [Pipeline] writeFile [Pipeline] step [2020-10-05T05:31:15.773Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:31:16.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:31:16.127Z] . [Pipeline] withDockerContainer [2020-10-05T05:31:16.226Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:31:16.277Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:31:16.917Z] $ docker top fd2cafadc2bb845ed2ee02edadb052d6ede24bcfdf5feb42e9ae1c038334aeca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:31:17.427Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:31:17.427Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:31:20.141Z] $ docker stop --time=1 fd2cafadc2bb845ed2ee02edadb052d6ede24bcfdf5feb42e9ae1c038334aeca [2020-10-05T05:31:21.509Z] $ docker rm -f fd2cafadc2bb845ed2ee02edadb052d6ede24bcfdf5feb42e9ae1c038334aeca [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:31:21.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:31:21.994Z] . [Pipeline] withDockerContainer [2020-10-05T05:31:22.097Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:31:22.146Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:31:22.762Z] $ docker top 1d43c948432b81e06917e8f3770af60f7e236e943fe47af0a3ab95346c2fc140 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:31:23.276Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:31:23.276Z] + tee [2020-10-05T05:31:23.276Z] clair timeout 1m0s [2020-10-05T05:31:23.276Z] docker timeout: 1m0s [2020-10-05T05:31:23.276Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:31:23.956Z] $ docker stop --time=1 1d43c948432b81e06917e8f3770af60f7e236e943fe47af0a3ab95346c2fc140 [2020-10-05T05:31:25.313Z] $ docker rm -f 1d43c948432b81e06917e8f3770af60f7e236e943fe47af0a3ab95346c2fc140 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:31:25.850Z] + mkdir -p /w/workspace/edgex-go/161/clair-reports [Pipeline] echo [2020-10-05T05:31:25.862Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/161/clair-reports/clair_results_docker-core-metadata-go_ac752d64f668fa491594c1427640d28afa24e84a.html [Pipeline] writeFile [Pipeline] step [2020-10-05T05:31:25.916Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:31:26.258Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:31:26.258Z] . [Pipeline] withDockerContainer [2020-10-05T05:31:26.364Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:31:26.416Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:31:27.146Z] $ docker top 3f2e9520db2e035de9888f5d0260b1930cf2393abd06a5fe4970eadd1e9a7edc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:31:27.700Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:31:27.701Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:31:32.128Z] $ docker stop --time=1 3f2e9520db2e035de9888f5d0260b1930cf2393abd06a5fe4970eadd1e9a7edc [2020-10-05T05:31:33.538Z] $ docker rm -f 3f2e9520db2e035de9888f5d0260b1930cf2393abd06a5fe4970eadd1e9a7edc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:31:34.391Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:31:34.391Z] . [Pipeline] withDockerContainer [2020-10-05T05:31:34.498Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:31:34.546Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:31:35.296Z] $ docker top 638c65bd58644f20eb30a02017b5908207d4162b437a01967edeceebd087f230 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:31:36.681Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:31:36.681Z] + tee [2020-10-05T05:31:36.681Z] clair timeout 1m0s [2020-10-05T05:31:36.681Z] docker timeout: 1m0s [2020-10-05T05:31:36.681Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:31:37.360Z] $ docker stop --time=1 638c65bd58644f20eb30a02017b5908207d4162b437a01967edeceebd087f230 [2020-10-05T05:31:38.699Z] $ docker rm -f 638c65bd58644f20eb30a02017b5908207d4162b437a01967edeceebd087f230 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:31:39.158Z] + mkdir -p /w/workspace/edgex-go/161/clair-reports [Pipeline] echo [2020-10-05T05:31:39.171Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/161/clair-reports/clair_results_docker-security-proxy-setup-go_ac752d64f668fa491594c1427640d28afa24e84a.html [Pipeline] writeFile [Pipeline] step [2020-10-05T05:31:39.225Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:31:39.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:31:39.567Z] . [Pipeline] withDockerContainer [2020-10-05T05:31:39.666Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:31:39.715Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:31:40.342Z] $ docker top 803baf7ee22cf6c3212c0c5d9e7ed9f2311961dd63d544ad364d8012068575e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:31:40.853Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:31:40.853Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:31:49.218Z] $ docker stop --time=1 803baf7ee22cf6c3212c0c5d9e7ed9f2311961dd63d544ad364d8012068575e8 [2020-10-05T05:31:50.617Z] $ docker rm -f 803baf7ee22cf6c3212c0c5d9e7ed9f2311961dd63d544ad364d8012068575e8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:31:51.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:31:51.119Z] . [Pipeline] withDockerContainer [2020-10-05T05:31:51.220Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:31:51.270Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:31:51.929Z] $ docker top 95c796aeea8a77fb0e494314b4d9af6bd464f89559196f3ebbd56a3f624b9381 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:31:52.479Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:31:52.479Z] + tee [2020-10-05T05:31:52.479Z] clair timeout 1m0s [2020-10-05T05:31:52.479Z] docker timeout: 1m0s [2020-10-05T05:31:52.479Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:31:53.994Z] $ docker stop --time=1 95c796aeea8a77fb0e494314b4d9af6bd464f89559196f3ebbd56a3f624b9381 [2020-10-05T05:31:55.369Z] $ docker rm -f 95c796aeea8a77fb0e494314b4d9af6bd464f89559196f3ebbd56a3f624b9381 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:31:55.876Z] + mkdir -p /w/workspace/edgex-go/161/clair-reports [Pipeline] echo [2020-10-05T05:31:55.890Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/161/clair-reports/clair_results_docker-security-secrets-setup-go_ac752d64f668fa491594c1427640d28afa24e84a.html [Pipeline] writeFile [Pipeline] step [2020-10-05T05:31:55.955Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:31:56.297Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:31:56.298Z] . [Pipeline] withDockerContainer [2020-10-05T05:31:56.400Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:31:56.456Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:31:57.196Z] $ docker top 5351d4fd12c492bd9bd976c8bf2cc617631d94e4f1201f08ec9b63d5b8a2c04c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:31:57.743Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:31:57.743Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:32:06.164Z] $ docker stop --time=1 5351d4fd12c492bd9bd976c8bf2cc617631d94e4f1201f08ec9b63d5b8a2c04c [2020-10-05T05:32:07.560Z] $ docker rm -f 5351d4fd12c492bd9bd976c8bf2cc617631d94e4f1201f08ec9b63d5b8a2c04c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:32:08.041Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:32:08.041Z] . [Pipeline] withDockerContainer [2020-10-05T05:32:08.146Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:32:08.194Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:32:08.832Z] $ docker top 27a11c0abf0c7e7daa17d7861f710a505a1faeafeadd9d23c6e6d7daa77e0c09 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:32:09.346Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:32:09.346Z] + tee [2020-10-05T05:32:09.346Z] clair timeout 1m0s [2020-10-05T05:32:09.346Z] docker timeout: 1m0s [2020-10-05T05:32:09.346Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:32:10.840Z] $ docker stop --time=1 27a11c0abf0c7e7daa17d7861f710a505a1faeafeadd9d23c6e6d7daa77e0c09 [2020-10-05T05:32:12.202Z] $ docker rm -f 27a11c0abf0c7e7daa17d7861f710a505a1faeafeadd9d23c6e6d7daa77e0c09 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:32:12.701Z] + mkdir -p /w/workspace/edgex-go/161/clair-reports [Pipeline] echo [2020-10-05T05:32:12.714Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/161/clair-reports/clair_results_docker-security-secretstore-setup-go_ac752d64f668fa491594c1427640d28afa24e84a.html [Pipeline] writeFile [Pipeline] step [2020-10-05T05:32:12.774Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:32:13.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:32:13.115Z] . [Pipeline] withDockerContainer [2020-10-05T05:32:13.218Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:32:13.266Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:32:13.957Z] $ docker top ab8d4bce02dda0ee3343cf3a07711c9994b7b3629d0f9619c52196fe99eb9c5e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:32:14.527Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:32:14.527Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:32:17.999Z] $ docker stop --time=1 ab8d4bce02dda0ee3343cf3a07711c9994b7b3629d0f9619c52196fe99eb9c5e [2020-10-05T05:32:19.360Z] $ docker rm -f ab8d4bce02dda0ee3343cf3a07711c9994b7b3629d0f9619c52196fe99eb9c5e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:32:19.864Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:32:19.864Z] . [Pipeline] withDockerContainer [2020-10-05T05:32:19.976Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:32:20.026Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:32:20.734Z] $ docker top 56f89c6acc4876860f816aef90dcef74db5aa73cc24e821f01f01a727f54bef2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:32:21.277Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:32:21.277Z] + tee [2020-10-05T05:32:21.277Z] clair timeout 1m0s [2020-10-05T05:32:21.277Z] docker timeout: 1m0s [2020-10-05T05:32:21.277Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:32:22.008Z] $ docker stop --time=1 56f89c6acc4876860f816aef90dcef74db5aa73cc24e821f01f01a727f54bef2 [2020-10-05T05:32:23.377Z] $ docker rm -f 56f89c6acc4876860f816aef90dcef74db5aa73cc24e821f01f01a727f54bef2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:32:23.843Z] + mkdir -p /w/workspace/edgex-go/161/clair-reports [Pipeline] echo [2020-10-05T05:32:23.856Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/161/clair-reports/clair_results_docker-support-logging-go_ac752d64f668fa491594c1427640d28afa24e84a.html [Pipeline] writeFile [Pipeline] step [2020-10-05T05:32:23.907Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:32:24.298Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:32:24.298Z] . [Pipeline] withDockerContainer [2020-10-05T05:32:24.395Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:32:24.447Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:32:25.080Z] $ docker top 229bfdbd0124770b945de069c9cf8cbe91a789247769c09427978524b96a9202 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:32:25.610Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:32:25.611Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:32:31.135Z] $ docker stop --time=1 229bfdbd0124770b945de069c9cf8cbe91a789247769c09427978524b96a9202 [2020-10-05T05:32:32.504Z] $ docker rm -f 229bfdbd0124770b945de069c9cf8cbe91a789247769c09427978524b96a9202 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:32:32.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:32:32.984Z] . [Pipeline] withDockerContainer [2020-10-05T05:32:33.084Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:32:33.136Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:32:34.079Z] $ docker top e8a0247d4577c52e4a137213fa02e7ee1a124f149fdc01642872aad5ae581734 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:32:34.616Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:32:34.616Z] + tee [2020-10-05T05:32:34.616Z] clair timeout 1m0s [2020-10-05T05:32:34.616Z] docker timeout: 1m0s [2020-10-05T05:32:34.616Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:32:35.677Z] $ docker stop --time=1 e8a0247d4577c52e4a137213fa02e7ee1a124f149fdc01642872aad5ae581734 [2020-10-05T05:32:37.046Z] $ docker rm -f e8a0247d4577c52e4a137213fa02e7ee1a124f149fdc01642872aad5ae581734 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:32:37.548Z] + mkdir -p /w/workspace/edgex-go/161/clair-reports [Pipeline] echo [2020-10-05T05:32:37.564Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/161/clair-reports/clair_results_docker-support-notifications-go_ac752d64f668fa491594c1427640d28afa24e84a.html [Pipeline] writeFile [Pipeline] step [2020-10-05T05:32:37.614Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:32:37.950Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:32:37.950Z] . [Pipeline] withDockerContainer [2020-10-05T05:32:38.054Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:32:38.103Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:32:38.777Z] $ docker top e351db69584fdbff303b52628dda16c9f5090d139eada8d503b5f600691be90f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:32:39.411Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:32:39.411Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:32:42.115Z] $ docker stop --time=1 e351db69584fdbff303b52628dda16c9f5090d139eada8d503b5f600691be90f [2020-10-05T05:32:43.454Z] $ docker rm -f e351db69584fdbff303b52628dda16c9f5090d139eada8d503b5f600691be90f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:32:43.908Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:32:43.908Z] . [Pipeline] withDockerContainer [2020-10-05T05:32:44.012Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:32:44.065Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:32:44.710Z] $ docker top bb9a75f9e1b0545b0b73a14f00d97ca52aa3be04666abdb03536442d5bb7087e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:32:45.237Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:32:45.237Z] + tee [2020-10-05T05:32:45.237Z] clair timeout 1m0s [2020-10-05T05:32:45.237Z] docker timeout: 1m0s [2020-10-05T05:32:45.237Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:32:45.926Z] $ docker stop --time=1 bb9a75f9e1b0545b0b73a14f00d97ca52aa3be04666abdb03536442d5bb7087e [2020-10-05T05:32:47.282Z] $ docker rm -f bb9a75f9e1b0545b0b73a14f00d97ca52aa3be04666abdb03536442d5bb7087e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:32:47.752Z] + mkdir -p /w/workspace/edgex-go/161/clair-reports [Pipeline] echo [2020-10-05T05:32:47.767Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/161/clair-reports/clair_results_docker-support-scheduler-go_ac752d64f668fa491594c1427640d28afa24e84a.html [Pipeline] writeFile [Pipeline] step [2020-10-05T05:32:47.837Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:32:48.173Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:32:48.173Z] . [Pipeline] withDockerContainer [2020-10-05T05:32:48.273Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:32:48.321Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:32:49.018Z] $ docker top 894c6bdae87779b32201ca4c40c32e7a528647cbf557fe16e269873697c1d33e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:32:49.650Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:32:49.651Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:33:04.750Z] $ docker stop --time=1 894c6bdae87779b32201ca4c40c32e7a528647cbf557fe16e269873697c1d33e [2020-10-05T05:33:06.217Z] $ docker rm -f 894c6bdae87779b32201ca4c40c32e7a528647cbf557fe16e269873697c1d33e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:33:06.724Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:33:06.724Z] . [Pipeline] withDockerContainer [2020-10-05T05:33:06.860Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:33:06.908Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:33:07.580Z] $ docker top a7679bc4c78e532976e2c02950b50d6773827158dff9518ed53ea08ca7c8f30f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:33:08.125Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:33:08.125Z] + tee [2020-10-05T05:33:08.125Z] clair timeout 1m0s [2020-10-05T05:33:08.125Z] docker timeout: 1m0s [2020-10-05T05:33:08.125Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:33:09.628Z] $ docker stop --time=1 a7679bc4c78e532976e2c02950b50d6773827158dff9518ed53ea08ca7c8f30f [2020-10-05T05:33:10.989Z] $ docker rm -f a7679bc4c78e532976e2c02950b50d6773827158dff9518ed53ea08ca7c8f30f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:33:11.448Z] + mkdir -p /w/workspace/edgex-go/161/clair-reports [Pipeline] echo [2020-10-05T05:33:11.461Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/161/clair-reports/clair_results_docker-sys-mgmt-agent-go_ac752d64f668fa491594c1427640d28afa24e84a.html [Pipeline] writeFile [Pipeline] step [2020-10-05T05:33:11.517Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:33:11.864Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:33:11.864Z] . [Pipeline] withDockerContainer [2020-10-05T05:33:11.966Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:33:12.016Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:33:12.669Z] $ docker top 9dc518dece09bfb9ed99f1cf2d6cab4fd892a156906096a6632bde45e82113a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:33:13.247Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:33:13.247Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:33:15.987Z] $ docker stop --time=1 9dc518dece09bfb9ed99f1cf2d6cab4fd892a156906096a6632bde45e82113a7 [2020-10-05T05:33:17.444Z] $ docker rm -f 9dc518dece09bfb9ed99f1cf2d6cab4fd892a156906096a6632bde45e82113a7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:33:17.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:33:17.921Z] . [Pipeline] withDockerContainer [2020-10-05T05:33:18.022Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:33:18.069Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:33:18.823Z] $ docker top 820acdfc1f3cada05c6e3064ba188b67824d14f1d0070108f723efa9b14a08d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:33:19.358Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:33:19.359Z] + tee [2020-10-05T05:33:19.359Z] clair timeout 1m0s [2020-10-05T05:33:19.359Z] docker timeout: 1m0s [2020-10-05T05:33:19.359Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:33:20.094Z] $ docker stop --time=1 820acdfc1f3cada05c6e3064ba188b67824d14f1d0070108f723efa9b14a08d1 [2020-10-05T05:33:21.490Z] $ docker rm -f 820acdfc1f3cada05c6e3064ba188b67824d14f1d0070108f723efa9b14a08d1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:33:21.969Z] + mkdir -p /w/workspace/edgex-go/161/clair-reports [Pipeline] echo [2020-10-05T05:33:22.001Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/161/clair-reports/clair_results_docker-core-command-go-arm64_ac752d64f668fa491594c1427640d28afa24e84a.html [Pipeline] writeFile [Pipeline] step [2020-10-05T05:33:22.058Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:33:22.428Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:33:22.429Z] . [Pipeline] withDockerContainer [2020-10-05T05:33:22.530Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:33:22.578Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:33:23.440Z] $ docker top 85ce225c8798d1806f4c4d1ec5e667bdd027567b29a53657370a34e30e1a7ba4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:33:23.963Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:33:23.963Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:33:29.426Z] $ docker stop --time=1 85ce225c8798d1806f4c4d1ec5e667bdd027567b29a53657370a34e30e1a7ba4 [2020-10-05T05:33:30.832Z] $ docker rm -f 85ce225c8798d1806f4c4d1ec5e667bdd027567b29a53657370a34e30e1a7ba4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:33:31.298Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:33:31.298Z] . [Pipeline] withDockerContainer [2020-10-05T05:33:31.396Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:33:31.450Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:33:32.181Z] $ docker top 80e5abdc80948c9cc16876ec6979068d2a932a86ffa8e43e90198c9f3816384c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:33:32.710Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:33:32.710Z] + tee [2020-10-05T05:33:32.710Z] clair timeout 1m0s [2020-10-05T05:33:32.710Z] docker timeout: 1m0s [2020-10-05T05:33:32.710Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:33:33.782Z] $ docker stop --time=1 80e5abdc80948c9cc16876ec6979068d2a932a86ffa8e43e90198c9f3816384c [2020-10-05T05:33:35.191Z] $ docker rm -f 80e5abdc80948c9cc16876ec6979068d2a932a86ffa8e43e90198c9f3816384c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:33:35.674Z] + mkdir -p /w/workspace/edgex-go/161/clair-reports [Pipeline] echo [2020-10-05T05:33:35.688Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/161/clair-reports/clair_results_docker-core-data-go-arm64_ac752d64f668fa491594c1427640d28afa24e84a.html [Pipeline] writeFile [Pipeline] step [2020-10-05T05:33:35.749Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:33:36.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:33:36.115Z] . [Pipeline] withDockerContainer [2020-10-05T05:33:36.220Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:33:36.275Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:33:37.093Z] $ docker top aa1596273704452b79af9e81ee0216c92eb24f347bfd0626c72c8e3cc9aded50 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:33:37.655Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:33:37.655Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:33:40.492Z] $ docker stop --time=1 aa1596273704452b79af9e81ee0216c92eb24f347bfd0626c72c8e3cc9aded50 [2020-10-05T05:33:41.939Z] $ docker rm -f aa1596273704452b79af9e81ee0216c92eb24f347bfd0626c72c8e3cc9aded50 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:33:42.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:33:42.424Z] . [Pipeline] withDockerContainer [2020-10-05T05:33:42.531Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:33:42.579Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:33:43.354Z] $ docker top bef142a95b1eb40edb08c03acb69323ced255eb55553d18741188e6a341baae9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:33:43.938Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:33:43.938Z] + tee [2020-10-05T05:33:43.938Z] clair timeout 1m0s [2020-10-05T05:33:43.938Z] docker timeout: 1m0s [2020-10-05T05:33:43.938Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:33:44.625Z] $ docker stop --time=1 bef142a95b1eb40edb08c03acb69323ced255eb55553d18741188e6a341baae9 [2020-10-05T05:33:46.008Z] $ docker rm -f bef142a95b1eb40edb08c03acb69323ced255eb55553d18741188e6a341baae9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:33:46.477Z] + mkdir -p /w/workspace/edgex-go/161/clair-reports [Pipeline] echo [2020-10-05T05:33:46.491Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/161/clair-reports/clair_results_docker-core-metadata-go-arm64_ac752d64f668fa491594c1427640d28afa24e84a.html [Pipeline] writeFile [Pipeline] step [2020-10-05T05:33:46.549Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:33:46.893Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:33:46.893Z] . [Pipeline] withDockerContainer [2020-10-05T05:33:47.013Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:33:47.061Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:33:47.787Z] $ docker top 417298703f77d90003b77e6ec4bc60561fa4e7c094d3718fd31f3d7d13434379 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:33:48.313Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:33:48.313Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:33:52.673Z] $ docker stop --time=1 417298703f77d90003b77e6ec4bc60561fa4e7c094d3718fd31f3d7d13434379 [2020-10-05T05:33:54.108Z] $ docker rm -f 417298703f77d90003b77e6ec4bc60561fa4e7c094d3718fd31f3d7d13434379 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:33:54.602Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:33:54.602Z] . [Pipeline] withDockerContainer [2020-10-05T05:33:54.708Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:33:54.756Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:33:55.540Z] $ docker top 4d883327ba60d8cbfffc09c1782c70f44ce963111d2bcca24264721575c2bd5a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:33:56.078Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:33:56.078Z] + tee [2020-10-05T05:33:56.078Z] clair timeout 1m0s [2020-10-05T05:33:56.078Z] docker timeout: 1m0s [2020-10-05T05:33:56.078Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:33:56.805Z] $ docker stop --time=1 4d883327ba60d8cbfffc09c1782c70f44ce963111d2bcca24264721575c2bd5a [2020-10-05T05:33:58.194Z] $ docker rm -f 4d883327ba60d8cbfffc09c1782c70f44ce963111d2bcca24264721575c2bd5a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:33:58.665Z] + mkdir -p /w/workspace/edgex-go/161/clair-reports [Pipeline] echo [2020-10-05T05:33:58.679Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/161/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_ac752d64f668fa491594c1427640d28afa24e84a.html [Pipeline] writeFile [Pipeline] step [2020-10-05T05:33:58.732Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:33:59.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:33:59.081Z] . [Pipeline] withDockerContainer [2020-10-05T05:33:59.181Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:33:59.226Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:34:00.005Z] $ docker top a9107041c20344da67ca712d2a61095af849d463dca3273fc395d30f89df33c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:34:00.667Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:34:00.667Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:34:08.982Z] $ docker stop --time=1 a9107041c20344da67ca712d2a61095af849d463dca3273fc395d30f89df33c0 [2020-10-05T05:34:10.392Z] $ docker rm -f a9107041c20344da67ca712d2a61095af849d463dca3273fc395d30f89df33c0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:34:10.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:34:10.860Z] . [Pipeline] withDockerContainer [2020-10-05T05:34:10.962Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:34:11.067Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:34:11.844Z] $ docker top a2f71c672cde65818414cee2fa164c240d52a44296768ced17418884600af4f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:34:12.422Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:34:12.422Z] + tee [2020-10-05T05:34:12.422Z] clair timeout 1m0s [2020-10-05T05:34:12.422Z] docker timeout: 1m0s [2020-10-05T05:34:12.422Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:34:13.924Z] $ docker stop --time=1 a2f71c672cde65818414cee2fa164c240d52a44296768ced17418884600af4f1 [2020-10-05T05:34:15.292Z] $ docker rm -f a2f71c672cde65818414cee2fa164c240d52a44296768ced17418884600af4f1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:34:15.772Z] + mkdir -p /w/workspace/edgex-go/161/clair-reports [Pipeline] echo [2020-10-05T05:34:15.784Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/161/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_ac752d64f668fa491594c1427640d28afa24e84a.html [Pipeline] writeFile [Pipeline] step [2020-10-05T05:34:15.843Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:34:16.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:34:16.186Z] . [Pipeline] withDockerContainer [2020-10-05T05:34:16.296Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:34:16.350Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:34:17.126Z] $ docker top 40beafb31f4b5fba6b170d3258d37579d26f30dd6b98087a2f65768386b770cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:34:17.655Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:34:17.655Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:34:25.943Z] $ docker stop --time=1 40beafb31f4b5fba6b170d3258d37579d26f30dd6b98087a2f65768386b770cb [2020-10-05T05:34:27.302Z] $ docker rm -f 40beafb31f4b5fba6b170d3258d37579d26f30dd6b98087a2f65768386b770cb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:34:27.791Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:34:27.791Z] . [Pipeline] withDockerContainer [2020-10-05T05:34:27.888Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:34:28.005Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:34:28.637Z] $ docker top 0bae2e271c98e16752da3e97c6e3361030448747e178eda40b69dffeeec9756c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:34:29.303Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:34:29.303Z] + tee [2020-10-05T05:34:29.303Z] clair timeout 1m0s [2020-10-05T05:34:29.303Z] docker timeout: 1m0s [2020-10-05T05:34:29.303Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:34:30.843Z] $ docker stop --time=1 0bae2e271c98e16752da3e97c6e3361030448747e178eda40b69dffeeec9756c [2020-10-05T05:34:32.213Z] $ docker rm -f 0bae2e271c98e16752da3e97c6e3361030448747e178eda40b69dffeeec9756c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:34:32.698Z] + mkdir -p /w/workspace/edgex-go/161/clair-reports [Pipeline] echo [2020-10-05T05:34:32.712Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/161/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_ac752d64f668fa491594c1427640d28afa24e84a.html [Pipeline] writeFile [Pipeline] step [2020-10-05T05:34:32.763Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:34:33.100Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:34:33.101Z] . [Pipeline] withDockerContainer [2020-10-05T05:34:33.200Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:34:33.248Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:34:33.983Z] $ docker top c2b0c3507cdc9805333e93e2c44df22d0aef6e715ab09b747fa5e0c0febe8296 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:34:34.530Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:34:34.530Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:34:37.986Z] $ docker stop --time=1 c2b0c3507cdc9805333e93e2c44df22d0aef6e715ab09b747fa5e0c0febe8296 [2020-10-05T05:34:39.356Z] $ docker rm -f c2b0c3507cdc9805333e93e2c44df22d0aef6e715ab09b747fa5e0c0febe8296 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:34:39.846Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:34:39.846Z] . [Pipeline] withDockerContainer [2020-10-05T05:34:39.950Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:34:39.998Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:34:40.686Z] $ docker top c96dda9e5a79b271dce2c078e5763e1ccf61e43e34b79c294a10fc17fcf066ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:34:41.209Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:34:41.209Z] + tee [2020-10-05T05:34:41.209Z] clair timeout 1m0s [2020-10-05T05:34:41.209Z] docker timeout: 1m0s [2020-10-05T05:34:41.209Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:34:41.913Z] $ docker stop --time=1 c96dda9e5a79b271dce2c078e5763e1ccf61e43e34b79c294a10fc17fcf066ff [2020-10-05T05:34:43.247Z] $ docker rm -f c96dda9e5a79b271dce2c078e5763e1ccf61e43e34b79c294a10fc17fcf066ff [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:34:43.712Z] + mkdir -p /w/workspace/edgex-go/161/clair-reports [Pipeline] echo [2020-10-05T05:34:43.727Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/161/clair-reports/clair_results_docker-support-logging-go-arm64_ac752d64f668fa491594c1427640d28afa24e84a.html [Pipeline] writeFile [Pipeline] step [2020-10-05T05:34:43.782Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:34:44.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:34:44.121Z] . [Pipeline] withDockerContainer [2020-10-05T05:34:44.221Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:34:44.273Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:34:44.942Z] $ docker top a7f29548c697c46746becae4b0a7d67342a2a1d2070c59a522e3c2e9c695b899 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:34:45.476Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:34:45.476Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:34:50.965Z] $ docker stop --time=1 a7f29548c697c46746becae4b0a7d67342a2a1d2070c59a522e3c2e9c695b899 [2020-10-05T05:34:52.340Z] $ docker rm -f a7f29548c697c46746becae4b0a7d67342a2a1d2070c59a522e3c2e9c695b899 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:34:52.835Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:34:52.835Z] . [Pipeline] withDockerContainer [2020-10-05T05:34:52.937Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:34:52.982Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:34:53.694Z] $ docker top 5baed6a85d272f476ef5b8dd88491c36d5dca92af9a15582365503b15e03bf17 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:34:54.251Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:34:54.251Z] + tee [2020-10-05T05:34:54.251Z] clair timeout 1m0s [2020-10-05T05:34:54.251Z] docker timeout: 1m0s [2020-10-05T05:34:54.251Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:34:55.299Z] $ docker stop --time=1 5baed6a85d272f476ef5b8dd88491c36d5dca92af9a15582365503b15e03bf17 [2020-10-05T05:34:56.653Z] $ docker rm -f 5baed6a85d272f476ef5b8dd88491c36d5dca92af9a15582365503b15e03bf17 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:34:57.116Z] + mkdir -p /w/workspace/edgex-go/161/clair-reports [Pipeline] echo [2020-10-05T05:34:57.128Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/161/clair-reports/clair_results_docker-support-notifications-go-arm64_ac752d64f668fa491594c1427640d28afa24e84a.html [Pipeline] writeFile [Pipeline] step [2020-10-05T05:34:57.178Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:34:57.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:34:57.626Z] . [Pipeline] withDockerContainer [2020-10-05T05:34:57.724Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:34:57.775Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:34:58.486Z] $ docker top 523159027d3139d3871fd5157e2925aff0bfed0160fb6483e37237d1eb2d77ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:34:58.997Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:34:58.997Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:35:01.728Z] $ docker stop --time=1 523159027d3139d3871fd5157e2925aff0bfed0160fb6483e37237d1eb2d77ee [2020-10-05T05:35:03.139Z] $ docker rm -f 523159027d3139d3871fd5157e2925aff0bfed0160fb6483e37237d1eb2d77ee [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:35:03.650Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:35:03.651Z] . [Pipeline] withDockerContainer [2020-10-05T05:35:03.751Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:35:03.799Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:35:04.560Z] $ docker top 1307397c43f3799e3405efb5b42680b1cdbddd4e8d31f773776ab7088762de31 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:35:05.075Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:35:05.075Z] + tee [2020-10-05T05:35:05.075Z] clair timeout 1m0s [2020-10-05T05:35:05.075Z] docker timeout: 1m0s [2020-10-05T05:35:05.075Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:35:05.759Z] $ docker stop --time=1 1307397c43f3799e3405efb5b42680b1cdbddd4e8d31f773776ab7088762de31 [2020-10-05T05:35:07.148Z] $ docker rm -f 1307397c43f3799e3405efb5b42680b1cdbddd4e8d31f773776ab7088762de31 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:35:07.642Z] + mkdir -p /w/workspace/edgex-go/161/clair-reports [Pipeline] echo [2020-10-05T05:35:07.656Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/161/clair-reports/clair_results_docker-support-scheduler-go-arm64_ac752d64f668fa491594c1427640d28afa24e84a.html [Pipeline] writeFile [Pipeline] step [2020-10-05T05:35:07.705Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:35:08.042Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:35:08.042Z] . [Pipeline] withDockerContainer [2020-10-05T05:35:08.138Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:35:08.194Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:35:08.941Z] $ docker top 13ac69edf2084ff41dc412dd11dfe35b3bc72da58ebf44432817f222a41b3324 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:35:09.467Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:35:09.467Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:35:24.551Z] $ docker stop --time=1 13ac69edf2084ff41dc412dd11dfe35b3bc72da58ebf44432817f222a41b3324 [2020-10-05T05:35:25.901Z] $ docker rm -f 13ac69edf2084ff41dc412dd11dfe35b3bc72da58ebf44432817f222a41b3324 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:35:26.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T05:35:26.405Z] . [Pipeline] withDockerContainer [2020-10-05T05:35:26.501Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:35:26.551Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:35:27.220Z] $ docker top 391782a169ef3be09fd06031ae2b072bc61caa18ab368dbb8977ceb94fb317da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T05:35:27.755Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac752d64f668fa491594c1427640d28afa24e84a [2020-10-05T05:35:27.755Z] + tee [2020-10-05T05:35:27.755Z] clair timeout 1m0s [2020-10-05T05:35:27.755Z] docker timeout: 1m0s [2020-10-05T05:35:27.755Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T05:35:29.245Z] $ docker stop --time=1 391782a169ef3be09fd06031ae2b072bc61caa18ab368dbb8977ceb94fb317da [2020-10-05T05:35:30.585Z] $ docker rm -f 391782a169ef3be09fd06031ae2b072bc61caa18ab368dbb8977ceb94fb317da [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T05:35:31.063Z] + mkdir -p /w/workspace/edgex-go/161/clair-reports [Pipeline] echo [2020-10-05T05:35:31.079Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/161/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_ac752d64f668fa491594c1427640d28afa24e84a.html [Pipeline] writeFile [Pipeline] step [2020-10-05T05:35:31.133Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-05T05:35:31.541Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-05T05:35:31.602Z] provisioning config files... [2020-10-05T05:35:31.618Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/161@tmp/config351930538240154347tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:35:32.015Z] --> edgex-publish-swagger.sh [2020-10-05T05:35:32.016Z] === Publish openapi/v1 API === [2020-10-05T05:35:32.016Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-05T05:35:32.016Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-05T05:35:32.016Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-05T05:35:32.016Z] Dload Upload Total Spent Left Speed [2020-10-05T05:35:34.343Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 7940 0:00:01 0:00:01 --:--:-- 7946 100 10521 0 0 100 10521 0 4530 0:00:02 0:00:02 --:--:-- 4532 100 10521 0 0 100 10521 0 4530 0:00:02 0:00:02 --:--:-- 4532 [2020-10-05T05:35:34.344Z] [2020-10-05T05:35:34.344Z] [2020-10-05T05:35:34.344Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-05T05:35:34.344Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-05T05:35:34.344Z] Dload Upload Total Spent Left Speed [2020-10-05T05:35:35.734Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 26884 0:00:01 0:00:01 --:--:-- 26905 100 32556 0 0 100 32556 0 24826 0:00:01 0:00:01 --:--:-- 24832 [2020-10-05T05:35:35.734Z] [2020-10-05T05:35:35.734Z] [2020-10-05T05:35:35.734Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-05T05:35:35.734Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-05T05:35:35.734Z] Dload Upload Total Spent Left Speed [2020-10-05T05:35:36.680Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 66747 0:00:01 0:00:01 --:--:-- 66775 [2020-10-05T05:35:36.680Z] [2020-10-05T05:35:36.680Z] [2020-10-05T05:35:36.680Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-05T05:35:36.680Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-05T05:35:36.680Z] Dload Upload Total Spent Left Speed [2020-10-05T05:35:37.889Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 13135 0:00:01 0:00:01 --:--:-- 13133 100 13580 0 0 100 13580 0 13132 0:00:01 0:00:01 --:--:-- 13133 [2020-10-05T05:35:37.889Z] [2020-10-05T05:35:37.889Z] [2020-10-05T05:35:37.889Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-05T05:35:37.889Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-05T05:35:37.889Z] Dload Upload Total Spent Left Speed [2020-10-05T05:35:39.279Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34185 0:00:01 0:00:01 --:--:-- 34203 100 38889 0 0 100 38889 0 34180 0:00:01 0:00:01 --:--:-- 34203 [2020-10-05T05:35:39.279Z] [2020-10-05T05:35:39.279Z] [2020-10-05T05:35:39.279Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-05T05:35:39.279Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-05T05:35:39.279Z] Dload Upload Total Spent Left Speed [2020-10-05T05:35:40.226Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13200 0:00:01 0:00:01 --:--:-- 13204 100 14248 0 0 100 14248 0 13197 0:00:01 0:00:01 --:--:-- 13204 [2020-10-05T05:35:40.226Z] [2020-10-05T05:35:40.226Z] [2020-10-05T05:35:40.226Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-05T05:35:40.226Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-05T05:35:40.226Z] Dload Upload Total Spent Left Speed [2020-10-05T05:35:41.172Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4023 0:00:01 0:00:01 --:--:-- 4024 100 4109 0 0 100 4109 0 4022 0:00:01 0:00:01 --:--:-- 4024 [2020-10-05T05:35:41.172Z] [2020-10-05T05:35:41.172Z] [2020-10-05T05:35:41.172Z] === Publish openapi/v2 API === [2020-10-05T05:35:41.172Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-05T05:35:41.172Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-05T05:35:41.172Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-05T05:35:41.172Z] Dload Upload Total Spent Left Speed [2020-10-05T05:35:42.560Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 27351 0:00:01 0:00:01 --:--:-- 27361 100 30234 0 0 100 30234 0 27345 0:00:01 0:00:01 --:--:-- 27361 [2020-10-05T05:35:42.560Z] [2020-10-05T05:35:42.560Z] [2020-10-05T05:35:42.560Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-05T05:35:42.560Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-05T05:35:42.560Z] Dload Upload Total Spent Left Speed [2020-10-05T05:35:43.505Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59012 0 0 100 59012 0 53853 0:00:01 0:00:01 --:--:-- 53892 100 59012 0 0 100 59012 0 53843 0:00:01 0:00:01 --:--:-- 53892 [2020-10-05T05:35:43.505Z] [2020-10-05T05:35:43.505Z] [2020-10-05T05:35:43.505Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-05T05:35:43.505Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-05T05:35:43.505Z] Dload Upload Total Spent Left Speed [2020-10-05T05:35:44.449Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68246 0 0 100 68246 0 58767 0:00:01 0:00:01 --:--:-- 58782 100 68246 0 0 100 68246 0 58756 0:00:01 0:00:01 --:--:-- 58782 [2020-10-05T05:35:44.450Z] [2020-10-05T05:35:44.450Z] [2020-10-05T05:35:44.450Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-05T05:35:44.450Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-05T05:35:44.450Z] Dload Upload Total Spent Left Speed [2020-10-05T05:35:45.839Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 24774 0:00:01 0:00:01 --:--:-- 24800 100 26165 0 0 100 26165 0 24769 0:00:01 0:00:01 --:--:-- 24777 [2020-10-05T05:35:45.839Z] [2020-10-05T05:35:45.839Z] [2020-10-05T05:35:45.839Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-05T05:35:45.840Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-05T05:35:45.840Z] Dload Upload Total Spent Left Speed [2020-10-05T05:35:46.784Z] 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 56268 0:00:01 0:00:01 --:--:-- 56314 [2020-10-05T05:35:46.784Z] [2020-10-05T05:35:46.784Z] [2020-10-05T05:35:46.784Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-05T05:35:46.784Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-05T05:35:46.784Z] Dload Upload Total Spent Left Speed [2020-10-05T05:35:47.991Z] 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 44435 0:00:01 0:00:01 --:--:-- 44448 [2020-10-05T05:35:47.991Z] [2020-10-05T05:35:47.991Z] [2020-10-05T05:35:47.991Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-05T05:35:47.991Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-05T05:35:47.991Z] Dload Upload Total Spent Left Speed [2020-10-05T05:35:48.938Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 23574 0:00:01 0:00:01 --:--:-- 23571 100 24114 0 0 100 24114 0 23569 0:00:01 0:00:01 --:--:-- 23571 [2020-10-05T05:35:48.938Z] [2020-10-05T05:35:48.938Z] [Pipeline] } [2020-10-05T05:35:48.948Z] 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-05T05:35:58.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-05T05:35:58.424Z] . [Pipeline] withDockerContainer [2020-10-05T05:35:58.531Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:35:58.574Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:35:59.603Z] $ docker top 92fcbda7119ece2905130ea4ae61a86073e1035ef6120c2088dc9d6552dee8c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-05T05:35:59.911Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-05T05:35:59.911Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-05T05:36:00.146Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-05T05:36:00.153Z] $ docker exec 92fcbda7119ece2905130ea4ae61a86073e1035ef6120c2088dc9d6552dee8c3 ssh-agent [2020-10-05T05:36:00.337Z] SSH_AUTH_SOCK=/tmp/ssh-QILT3pLOk08t/agent.11 [2020-10-05T05:36:00.337Z] SSH_AGENT_PID=16 [2020-10-05T05:36:00.345Z] Running ssh-add (command line suppressed) [2020-10-05T05:36:00.486Z] Identity added: /w/workspace/edgex-go/161@tmp/private_key_8410025733495331673.key (/w/workspace/edgex-go/161@tmp/private_key_8410025733495331673.key) [2020-10-05T05:36:00.538Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-05T05:36:00.873Z] + git semver tag [2020-10-05T05:36:01.135Z] # -> Open(): unable to determine branch for HEAD [2020-10-05T05:36:01.135Z] # $GIT_DIR = /w/workspace/edgex-go/161/.git [2020-10-05T05:36:01.135Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/161 [2020-10-05T05:36:01.135Z] # $SEMVER_REMOTE_NAME = origin [2020-10-05T05:36:01.135Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-05T05:36:01.135Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-05T05:36:01.135Z] # $SEMVER_BRANCH = master [2020-10-05T05:36:01.135Z] # $SEMVER_DIR = /w/workspace/edgex-go/161/.semver [2020-10-05T05:36:01.135Z] # ac752d64f668fa491594c1427640d28afa24e84a HEAD [2020-10-05T05:36:01.395Z] # -> Force: false [2020-10-05T05:36:01.395Z] # 1ded1aac1132656b5032a4b88b5f61f2fdc15d81 refs/tags/v1.2.2-dev.46 [Pipeline] } [2020-10-05T05:36:01.416Z] $ docker exec --env ******** --env ******** 92fcbda7119ece2905130ea4ae61a86073e1035ef6120c2088dc9d6552dee8c3 ssh-agent -k [2020-10-05T05:36:01.589Z] unset SSH_AUTH_SOCK; [2020-10-05T05:36:01.590Z] unset SSH_AGENT_PID; [2020-10-05T05:36:01.590Z] echo Agent pid 16 killed; [2020-10-05T05:36:01.647Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-05T05:36:02.169Z] + git semver [Pipeline] } [2020-10-05T05:36:02.187Z] $ docker stop --time=1 92fcbda7119ece2905130ea4ae61a86073e1035ef6120c2088dc9d6552dee8c3 [2020-10-05T05:36:03.605Z] $ docker rm -f 92fcbda7119ece2905130ea4ae61a86073e1035ef6120c2088dc9d6552dee8c3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:36:04.198Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-05T05:36:04.198Z] [2020-10-05T05:36:04.198Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:36:04.580Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-05T05:36:04.580Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-05T05:36:04.580Z] ab5ef0e58194: Pulling fs layer [2020-10-05T05:36:04.580Z] 9712f1f96733: Pulling fs layer [2020-10-05T05:36:04.580Z] 63f879dbbcfc: Pulling fs layer [2020-10-05T05:36:04.580Z] 0d9ebad4ef96: Pulling fs layer [2020-10-05T05:36:04.580Z] e9a5061849ea: Pulling fs layer [2020-10-05T05:36:04.580Z] d747dcd14b5f: Pulling fs layer [2020-10-05T05:36:04.581Z] 2de7ff778b66: Pulling fs layer [2020-10-05T05:36:04.581Z] 0d9ebad4ef96: Waiting [2020-10-05T05:36:04.581Z] e9a5061849ea: Waiting [2020-10-05T05:36:04.581Z] d747dcd14b5f: Waiting [2020-10-05T05:36:04.581Z] 2de7ff778b66: Waiting [2020-10-05T05:36:04.581Z] 9712f1f96733: Verifying Checksum [2020-10-05T05:36:04.581Z] 9712f1f96733: Download complete [2020-10-05T05:36:06.524Z] 63f879dbbcfc: Verifying Checksum [2020-10-05T05:36:06.524Z] 63f879dbbcfc: Download complete [2020-10-05T05:36:06.524Z] e9a5061849ea: Verifying Checksum [2020-10-05T05:36:06.524Z] e9a5061849ea: Download complete [2020-10-05T05:36:06.524Z] d747dcd14b5f: Verifying Checksum [2020-10-05T05:36:06.524Z] d747dcd14b5f: Download complete [2020-10-05T05:36:07.101Z] 2de7ff778b66: Verifying Checksum [2020-10-05T05:36:07.101Z] 2de7ff778b66: Download complete [2020-10-05T05:36:07.365Z] 0d9ebad4ef96: Download complete [2020-10-05T05:36:07.627Z] ab5ef0e58194: Verifying Checksum [2020-10-05T05:36:07.627Z] ab5ef0e58194: Download complete [2020-10-05T05:36:11.864Z] ab5ef0e58194: Pull complete [2020-10-05T05:36:11.864Z] 9712f1f96733: Pull complete [2020-10-05T05:36:14.416Z] 63f879dbbcfc: Pull complete [2020-10-05T05:36:21.074Z] 0d9ebad4ef96: Pull complete [2020-10-05T05:36:25.301Z] e9a5061849ea: Pull complete [2020-10-05T05:36:25.301Z] d747dcd14b5f: Pull complete [2020-10-05T05:36:25.874Z] 2de7ff778b66: Pull complete [2020-10-05T05:36:26.137Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-05T05:36:26.137Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-05T05:36:26.137Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-05T05:36:26.321Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:36:26.370Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:36:30.078Z] $ docker top 05c5f30de0562f4013bdf12a4fd2728e32e43a5e0a0502cd965fe5f939f2c938 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-05T05:36:30.319Z] provisioning config files... [2020-10-05T05:36:30.337Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/161@tmp/config2277846944351403597tmp [2020-10-05T05:36:30.354Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/161@tmp/config7859388870223532700tmp [2020-10-05T05:36:30.369Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/161@tmp/config7826951066301168833tmp [Pipeline] { [Pipeline] echo [2020-10-05T05:36:30.444Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:36:30.744Z] ---> sigul-configuration.sh [2020-10-05T05:36:30.744Z] gpg: directory `/root/.gnupg' created [2020-10-05T05:36:30.744Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-05T05:36:30.744Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-05T05:36:30.744Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-05T05:36:30.744Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-05T05:36:30.744Z] gpg: CAST5 encrypted data [2020-10-05T05:36:31.005Z] gpg: encrypted with 1 passphrase [2020-10-05T05:36:31.005Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-05T05:36:31.299Z] + mkdir /home/jenkins [2020-10-05T05:36:31.299Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-05T05:36:31.599Z] + 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-05T05:36:31.610Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:36:31.905Z] ---> sigul-install.sh [2020-10-05T05:36:37.201Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-05T05:36:37.570Z] + git tag --list [2020-10-05T05:36:37.570Z] 0.6.0 [2020-10-05T05:36:37.570Z] 0.6.1 [2020-10-05T05:36:37.570Z] 0.7.0 [2020-10-05T05:36:37.570Z] 0.7.1 [2020-10-05T05:36:37.570Z] v1.0.0 [2020-10-05T05:36:37.570Z] v1.0.1 [2020-10-05T05:36:37.570Z] v1.1.0 [2020-10-05T05:36:37.570Z] v1.2.0 [2020-10-05T05:36:37.570Z] v1.2.1 [2020-10-05T05:36:37.570Z] v1.2.2-dev.1 [2020-10-05T05:36:37.570Z] v1.2.2-dev.10 [2020-10-05T05:36:37.570Z] v1.2.2-dev.11 [2020-10-05T05:36:37.570Z] v1.2.2-dev.12 [2020-10-05T05:36:37.570Z] v1.2.2-dev.13 [2020-10-05T05:36:37.570Z] v1.2.2-dev.14 [2020-10-05T05:36:37.570Z] v1.2.2-dev.15 [2020-10-05T05:36:37.570Z] v1.2.2-dev.16 [2020-10-05T05:36:37.570Z] v1.2.2-dev.17 [2020-10-05T05:36:37.570Z] v1.2.2-dev.18 [2020-10-05T05:36:37.570Z] v1.2.2-dev.19 [2020-10-05T05:36:37.570Z] v1.2.2-dev.2 [2020-10-05T05:36:37.570Z] v1.2.2-dev.20 [2020-10-05T05:36:37.570Z] v1.2.2-dev.21 [2020-10-05T05:36:37.570Z] v1.2.2-dev.22 [2020-10-05T05:36:37.570Z] v1.2.2-dev.23 [2020-10-05T05:36:37.570Z] v1.2.2-dev.24 [2020-10-05T05:36:37.570Z] v1.2.2-dev.25 [2020-10-05T05:36:37.570Z] v1.2.2-dev.26 [2020-10-05T05:36:37.570Z] v1.2.2-dev.27 [2020-10-05T05:36:37.570Z] v1.2.2-dev.28 [2020-10-05T05:36:37.570Z] v1.2.2-dev.29 [2020-10-05T05:36:37.570Z] v1.2.2-dev.3 [2020-10-05T05:36:37.570Z] v1.2.2-dev.30 [2020-10-05T05:36:37.570Z] v1.2.2-dev.31 [2020-10-05T05:36:37.570Z] v1.2.2-dev.32 [2020-10-05T05:36:37.570Z] v1.2.2-dev.33 [2020-10-05T05:36:37.570Z] v1.2.2-dev.34 [2020-10-05T05:36:37.570Z] v1.2.2-dev.35 [2020-10-05T05:36:37.570Z] v1.2.2-dev.36 [2020-10-05T05:36:37.570Z] v1.2.2-dev.37 [2020-10-05T05:36:37.570Z] v1.2.2-dev.38 [2020-10-05T05:36:37.570Z] v1.2.2-dev.39 [2020-10-05T05:36:37.570Z] v1.2.2-dev.4 [2020-10-05T05:36:37.570Z] v1.2.2-dev.40 [2020-10-05T05:36:37.570Z] v1.2.2-dev.41 [2020-10-05T05:36:37.570Z] v1.2.2-dev.42 [2020-10-05T05:36:37.570Z] v1.2.2-dev.43 [2020-10-05T05:36:37.570Z] v1.2.2-dev.44 [2020-10-05T05:36:37.570Z] v1.2.2-dev.45 [2020-10-05T05:36:37.570Z] v1.2.2-dev.46 [2020-10-05T05:36:37.571Z] v1.2.2-dev.5 [2020-10-05T05:36:37.571Z] v1.2.2-dev.6 [2020-10-05T05:36:37.571Z] v1.2.2-dev.7 [2020-10-05T05:36:37.571Z] v1.2.2-dev.8 [2020-10-05T05:36:37.571Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-05T05:36:37.911Z] + lftools sign git-tag v1.2.2-dev.46 [2020-10-05T05:36:39.302Z] Signing Git tag with Sigul... [2020-10-05T05:36:39.302Z] Signing v1.2.2-dev.46 [Pipeline] echo [2020-10-05T05:36:40.702Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:36:40.996Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-05T05:36:41.006Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-05T05:36:41.105Z] $ docker stop --time=1 05c5f30de0562f4013bdf12a4fd2728e32e43a5e0a0502cd965fe5f939f2c938 [2020-10-05T05:36:43.377Z] $ docker rm -f 05c5f30de0562f4013bdf12a4fd2728e32e43a5e0a0502cd965fe5f939f2c938 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:36:44.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-05T05:36:44.289Z] . [Pipeline] withDockerContainer [2020-10-05T05:36:44.396Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:36:44.442Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:36:45.291Z] $ docker top e46dd8833c39ab3bd8e5463009fa405219e5bea917639a9b4a18bf656aaab851 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-05T05:36:45.574Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-05T05:36:45.574Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-05T05:36:45.775Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-05T05:36:45.783Z] $ docker exec e46dd8833c39ab3bd8e5463009fa405219e5bea917639a9b4a18bf656aaab851 ssh-agent [2020-10-05T05:36:45.957Z] SSH_AUTH_SOCK=/tmp/ssh-cHFy7aXt9sYB/agent.12 [2020-10-05T05:36:45.957Z] SSH_AGENT_PID=17 [2020-10-05T05:36:45.964Z] Running ssh-add (command line suppressed) [2020-10-05T05:36:46.100Z] Identity added: /w/workspace/edgex-go/161@tmp/private_key_2763354003938084836.key (/w/workspace/edgex-go/161@tmp/private_key_2763354003938084836.key) [2020-10-05T05:36:46.153Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-05T05:36:46.497Z] + git semver bump pre [2020-10-05T05:36:46.497Z] # -> Open(): unable to determine branch for HEAD [2020-10-05T05:36:46.497Z] # $GIT_DIR = /w/workspace/edgex-go/161/.git [2020-10-05T05:36:46.497Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/161 [2020-10-05T05:36:46.497Z] # $SEMVER_REMOTE_NAME = origin [2020-10-05T05:36:46.497Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-05T05:36:46.497Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-05T05:36:46.497Z] # $SEMVER_BRANCH = master [2020-10-05T05:36:46.497Z] # $SEMVER_DIR = /w/workspace/edgex-go/161/.semver [2020-10-05T05:36:46.497Z] 1.2.2-dev.47 [Pipeline] } [2020-10-05T05:36:46.512Z] $ docker exec --env ******** --env ******** e46dd8833c39ab3bd8e5463009fa405219e5bea917639a9b4a18bf656aaab851 ssh-agent -k [2020-10-05T05:36:46.649Z] unset SSH_AUTH_SOCK; [2020-10-05T05:36:46.649Z] unset SSH_AGENT_PID; [2020-10-05T05:36:46.649Z] echo Agent pid 17 killed; [2020-10-05T05:36:46.697Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-05T05:36:47.153Z] + git semver [Pipeline] } [2020-10-05T05:36:47.172Z] $ docker stop --time=1 e46dd8833c39ab3bd8e5463009fa405219e5bea917639a9b4a18bf656aaab851 [2020-10-05T05:36:48.581Z] $ docker rm -f e46dd8833c39ab3bd8e5463009fa405219e5bea917639a9b4a18bf656aaab851 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T05:36:49.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-05T05:36:49.095Z] . [Pipeline] withDockerContainer [2020-10-05T05:36:49.196Z] prd-centos7-docker-4c-2g-3379 does not seem to be running inside a container [2020-10-05T05:36:49.239Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/161 -v /w/workspace/edgex-go/161:/w/workspace/edgex-go/161:rw,z -v /w/workspace/edgex-go/161@tmp:/w/workspace/edgex-go/161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-05T05:36:49.923Z] $ docker top 351696bd19ebf525ad9c5a02052f08529770d0dddfcfac547c626d431446041d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-05T05:36:50.457Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-05T05:36:50.457Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-05T05:36:50.642Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-05T05:36:50.649Z] $ docker exec 351696bd19ebf525ad9c5a02052f08529770d0dddfcfac547c626d431446041d ssh-agent [2020-10-05T05:36:50.827Z] SSH_AUTH_SOCK=/tmp/ssh-ZEQcXNOwCxU7/agent.11 [2020-10-05T05:36:50.827Z] SSH_AGENT_PID=16 [2020-10-05T05:36:50.834Z] Running ssh-add (command line suppressed) [2020-10-05T05:36:50.967Z] Identity added: /w/workspace/edgex-go/161@tmp/private_key_5415888360460025601.key (/w/workspace/edgex-go/161@tmp/private_key_5415888360460025601.key) [2020-10-05T05:36:51.020Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-05T05:36:51.354Z] + git semver push [2020-10-05T05:36:51.354Z] # -> Open(): unable to determine branch for HEAD [2020-10-05T05:36:51.354Z] # $GIT_DIR = /w/workspace/edgex-go/161/.git [2020-10-05T05:36:51.354Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/161 [2020-10-05T05:36:51.354Z] # $SEMVER_REMOTE_NAME = origin [2020-10-05T05:36:51.354Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-05T05:36:51.354Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-05T05:36:51.354Z] # $SEMVER_BRANCH = master [2020-10-05T05:36:51.354Z] # $SEMVER_DIR = /w/workspace/edgex-go/161/.semver [Pipeline] } [2020-10-05T05:37:01.382Z] $ docker exec --env ******** --env ******** 351696bd19ebf525ad9c5a02052f08529770d0dddfcfac547c626d431446041d ssh-agent -k [2020-10-05T05:37:01.540Z] unset SSH_AUTH_SOCK; [2020-10-05T05:37:01.540Z] unset SSH_AGENT_PID; [2020-10-05T05:37:01.540Z] echo Agent pid 16 killed; [2020-10-05T05:37:01.631Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-05T05:37:02.212Z] + git semver [Pipeline] } [2020-10-05T05:37:02.232Z] $ docker stop --time=1 351696bd19ebf525ad9c5a02052f08529770d0dddfcfac547c626d431446041d [2020-10-05T05:37:03.639Z] $ docker rm -f 351696bd19ebf525ad9c5a02052f08529770d0dddfcfac547c626d431446041d [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-05T05:37:04.567Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:37:05.444Z] ---> package-listing.sh [2020-10-05T05:37:05.445Z] ++ facter osfamily [2020-10-05T05:37:05.445Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-05T05:37:05.445Z] + OS_FAMILY=redhat [2020-10-05T05:37:05.445Z] + workspace=/w/workspace/edgex-go/161 [2020-10-05T05:37:05.445Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-05T05:37:05.445Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-05T05:37:05.445Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-05T05:37:05.445Z] + PACKAGES=/tmp/packages_start.txt [2020-10-05T05:37:05.445Z] + '[' /w/workspace/edgex-go/161 ']' [2020-10-05T05:37:05.445Z] + PACKAGES=/tmp/packages_end.txt [2020-10-05T05:37:05.445Z] + case "${OS_FAMILY}" in [2020-10-05T05:37:05.445Z] + rpm -qa [2020-10-05T05:37:05.445Z] + sort [2020-10-05T05:37:09.668Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-05T05:37:09.668Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-05T05:37:09.668Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-05T05:37:09.668Z] + '[' /w/workspace/edgex-go/161 ']' [2020-10-05T05:37:09.668Z] + mkdir -p /w/workspace/edgex-go/161/archives/ [2020-10-05T05:37:09.668Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/161/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-05T05:37:09.914Z] provisioning config files... [2020-10-05T05:37:09.945Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/161@tmp/config3987312509463664935tmp [Pipeline] { [Pipeline] echo [2020-10-05T05:37:10.009Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:37:10.308Z] ---> create-netrc.sh [Pipeline] } [2020-10-05T05:37:10.325Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-05T05:37:10.506Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:37:10.804Z] ---> python-tools-install.sh [2020-10-05T05:37:10.804Z] Generating Requirements File [2020-10-05T05:38:32.431Z] Python 3.6.8 [2020-10-05T05:38:32.431Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-05T05:38:32.431Z] aiohttp==3.6.2 [2020-10-05T05:38:32.431Z] appdirs==1.4.3 [2020-10-05T05:38:32.431Z] argcomplete==1.12.1 [2020-10-05T05:38:32.431Z] aspy.yaml==1.3.0 [2020-10-05T05:38:32.431Z] async-timeout==3.0.1 [2020-10-05T05:38:32.431Z] attrs==19.3.0 [2020-10-05T05:38:32.431Z] Babel==2.8.0 [2020-10-05T05:38:32.431Z] beautifulsoup4==4.8.2 [2020-10-05T05:38:32.431Z] boto3==1.11.6 [2020-10-05T05:38:32.431Z] botocore==1.14.6 [2020-10-05T05:38:32.431Z] bs4==0.0.1 [2020-10-05T05:38:32.431Z] cachetools==4.1.1 [2020-10-05T05:38:32.432Z] certifi==2019.11.28 [2020-10-05T05:38:32.432Z] cffi==1.14.3 [2020-10-05T05:38:32.432Z] cfgv==2.0.1 [2020-10-05T05:38:32.432Z] chardet==3.0.4 [2020-10-05T05:38:32.432Z] click==7.1 [2020-10-05T05:38:32.432Z] cliff==3.4.0 [2020-10-05T05:38:32.432Z] cmd2==1.3.11 [2020-10-05T05:38:32.432Z] colorama==0.4.3 [2020-10-05T05:38:32.432Z] cryptography==3.1.1 [2020-10-05T05:38:32.432Z] debtcollector==2.2.0 [2020-10-05T05:38:32.432Z] decorator==4.4.2 [2020-10-05T05:38:32.432Z] defusedxml==0.6.0 [2020-10-05T05:38:32.432Z] Deprecated==1.2.7 [2020-10-05T05:38:32.432Z] distlib==0.3.1 [2020-10-05T05:38:32.432Z] distro==1.2.0 [2020-10-05T05:38:32.432Z] dnspython==1.16.0 [2020-10-05T05:38:32.432Z] docker==4.2.0 [2020-10-05T05:38:32.432Z] docutils==0.15.2 [2020-10-05T05:38:32.432Z] dogpile.cache==1.0.2 [2020-10-05T05:38:32.432Z] email-validator==1.0.5 [2020-10-05T05:38:32.432Z] filelock==3.0.12 [2020-10-05T05:38:32.432Z] future==0.18.2 [2020-10-05T05:38:32.432Z] google-auth==1.22.0 [2020-10-05T05:38:32.432Z] httplib2==0.17.0 [2020-10-05T05:38:32.432Z] identify==1.4.11 [2020-10-05T05:38:32.432Z] idna==2.9 [2020-10-05T05:38:32.432Z] idna-ssl==1.1.0 [2020-10-05T05:38:32.432Z] importlib-metadata==1.7.0 [2020-10-05T05:38:32.432Z] importlib-resources==1.5.0 [2020-10-05T05:38:32.432Z] iso8601==0.1.13 [2020-10-05T05:38:32.432Z] Jinja2==2.11.1 [2020-10-05T05:38:32.432Z] jmespath==0.10.0 [2020-10-05T05:38:32.432Z] jsonpatch==1.26 [2020-10-05T05:38:32.432Z] jsonpointer==2.0 [2020-10-05T05:38:32.432Z] jsonschema==3.2.0 [2020-10-05T05:38:32.432Z] keystoneauth1==4.2.1 [2020-10-05T05:38:32.432Z] kubernetes==11.0.0 [2020-10-05T05:38:32.432Z] lftools==0.34.2 [2020-10-05T05:38:32.432Z] lxml==4.5.0 [2020-10-05T05:38:32.432Z] MarkupSafe==0.23 [2020-10-05T05:38:32.432Z] msgpack==1.0.0 [2020-10-05T05:38:32.432Z] multi-key-dict==2.0.3 [2020-10-05T05:38:32.432Z] multidict==4.7.6 [2020-10-05T05:38:32.432Z] munch==2.5.0 [2020-10-05T05:38:32.432Z] netaddr==0.8.0 [2020-10-05T05:38:32.432Z] netifaces==0.10.9 [2020-10-05T05:38:32.432Z] niet==1.4.2 [2020-10-05T05:38:32.432Z] nodeenv==1.3.5 [2020-10-05T05:38:32.432Z] oauth2client==4.1.3 [2020-10-05T05:38:32.432Z] oauthlib==3.1.0 [2020-10-05T05:38:32.432Z] openstacksdk==0.50.0 [2020-10-05T05:38:32.432Z] os-client-config==2.1.0 [2020-10-05T05:38:32.432Z] os-service-types==1.7.0 [2020-10-05T05:38:32.432Z] osc-lib==2.2.1 [2020-10-05T05:38:32.432Z] oslo.config==8.3.2 [2020-10-05T05:38:32.432Z] oslo.context==3.1.1 [2020-10-05T05:38:32.432Z] oslo.i18n==5.0.1 [2020-10-05T05:38:32.432Z] oslo.log==4.4.0 [2020-10-05T05:38:32.432Z] oslo.serialization==4.0.1 [2020-10-05T05:38:32.432Z] oslo.utils==4.6.0 [2020-10-05T05:38:32.432Z] packaging==20.4 [2020-10-05T05:38:32.432Z] pbr==5.4.4 [2020-10-05T05:38:32.432Z] pluggy==0.13.1 [2020-10-05T05:38:32.432Z] prettytable==0.7.2 [2020-10-05T05:38:32.432Z] py==1.9.0 [2020-10-05T05:38:32.432Z] pyasn1==0.4.8 [2020-10-05T05:38:32.432Z] pyasn1-modules==0.2.8 [2020-10-05T05:38:32.432Z] pycparser==2.20 [2020-10-05T05:38:32.432Z] pygerrit2==2.0.10 [2020-10-05T05:38:32.432Z] PyGithub==1.46 [2020-10-05T05:38:32.432Z] pyinotify==0.9.6 [2020-10-05T05:38:32.432Z] PyJWT==1.7.1 [2020-10-05T05:38:32.432Z] pyparsing==2.4.7 [2020-10-05T05:38:32.432Z] pyperclip==1.8.0 [2020-10-05T05:38:32.432Z] pyroute2==0.4.13 [2020-10-05T05:38:32.432Z] pyrsistent==0.15.7 [2020-10-05T05:38:32.432Z] PySocks==1.6.8 [2020-10-05T05:38:32.432Z] python-cinderclient==7.2.0 [2020-10-05T05:38:32.432Z] python-dateutil==2.8.1 [2020-10-05T05:38:32.432Z] python-heatclient==2.2.1 [2020-10-05T05:38:32.432Z] python-jenkins==1.7.0 [2020-10-05T05:38:32.432Z] python-keystoneclient==4.1.1 [2020-10-05T05:38:32.432Z] python-magnumclient==3.2.1 [2020-10-05T05:38:32.432Z] python-novaclient==17.2.1 [2020-10-05T05:38:32.432Z] python-openstackclient==5.4.0 [2020-10-05T05:38:32.432Z] python-swiftclient==3.10.1 [2020-10-05T05:38:32.432Z] pytz==2020.1 [2020-10-05T05:38:32.432Z] PyYAML==5.3 [2020-10-05T05:38:32.432Z] requests==2.23.0 [2020-10-05T05:38:32.432Z] requests-oauthlib==1.3.0 [2020-10-05T05:38:32.432Z] requestsexceptions==1.4.0 [2020-10-05T05:38:32.432Z] rfc3986==1.4.0 [2020-10-05T05:38:32.432Z] rpm==4.11.3 [2020-10-05T05:38:32.432Z] rsa==4.0 [2020-10-05T05:38:32.432Z] ruamel.yaml==0.16.10 [2020-10-05T05:38:32.432Z] ruamel.yaml.clib==0.2.0 [2020-10-05T05:38:32.432Z] s3transfer==0.3.3 [2020-10-05T05:38:32.432Z] shade==1.27.2 [2020-10-05T05:38:32.432Z] simplejson==3.17.2 [2020-10-05T05:38:32.432Z] six==1.14.0 [2020-10-05T05:38:32.432Z] soupsieve==2.0 [2020-10-05T05:38:32.432Z] stevedore==3.2.2 [2020-10-05T05:38:32.432Z] tabulate==0.8.6 [2020-10-05T05:38:32.432Z] toml==0.10.0 [2020-10-05T05:38:32.432Z] tox==3.20.0 [2020-10-05T05:38:32.432Z] tqdm==4.43.0 [2020-10-05T05:38:32.432Z] typing-extensions==3.7.4.3 [2020-10-05T05:38:32.432Z] urllib3==1.25.8 [2020-10-05T05:38:32.432Z] virtualenv==20.0.33 [2020-10-05T05:38:32.432Z] wcwidth==0.2.5 [2020-10-05T05:38:32.432Z] websocket-client==0.57.0 [2020-10-05T05:38:32.432Z] wrapt==1.12.1 [2020-10-05T05:38:32.432Z] xdg==3.0.2 [2020-10-05T05:38:32.432Z] xmltodict==0.12.0 [2020-10-05T05:38:32.432Z] yarl==1.6.0 [2020-10-05T05:38:32.432Z] yq==2.11.1 [2020-10-05T05:38:32.432Z] zipp==3.3.0 [2020-10-05T05:38:32.432Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:38:32.432Z] 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-05T05:38:32.432Z] Python 2.7.5 [2020-10-05T05:38:32.432Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-05T05:38:32.432Z] 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-05T05:38:32.432Z] ansible==2.9.7 [2020-10-05T05:38:32.432Z] Babel==0.9.6 [2020-10-05T05:38:32.432Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-05T05:38:32.432Z] beautifulsoup4==4.4.1 [2020-10-05T05:38:32.432Z] bodhi==2.11.0 [2020-10-05T05:38:32.432Z] bodhi-client==2.11.0 [2020-10-05T05:38:32.432Z] CCColUtils==1.4 [2020-10-05T05:38:32.432Z] cffi==1.6.0 [2020-10-05T05:38:32.432Z] chardet==2.2.1 [2020-10-05T05:38:32.432Z] click==6.7 [2020-10-05T05:38:32.432Z] cloud-init==18.5 [2020-10-05T05:38:32.432Z] configobj==4.7.2 [2020-10-05T05:38:32.432Z] cryptography==1.7.2 [2020-10-05T05:38:32.432Z] decorator==3.4.0 [2020-10-05T05:38:32.432Z] distro==1.2.0 [2020-10-05T05:38:32.432Z] enum34==1.0.4 [2020-10-05T05:38:32.432Z] fedpkg==1.38 [2020-10-05T05:38:32.432Z] futures==3.1.1 [2020-10-05T05:38:32.432Z] gitdb==0.6.4 [2020-10-05T05:38:32.432Z] GitPython==1.0.1 [2020-10-05T05:38:32.432Z] html5lib==0.999 [2020-10-05T05:38:32.432Z] httplib2==0.9.2 [2020-10-05T05:38:32.432Z] idna==2.4 [2020-10-05T05:38:32.432Z] iniparse==0.4 [2020-10-05T05:38:32.432Z] ipaddress==1.0.16 [2020-10-05T05:38:32.432Z] IPy==0.75 [2020-10-05T05:38:32.432Z] javapackages==1.0.0 [2020-10-05T05:38:32.432Z] Jinja2==2.7.2 [2020-10-05T05:38:32.432Z] jmespath==0.9.4 [2020-10-05T05:38:32.432Z] jsonpatch==1.2 [2020-10-05T05:38:32.432Z] jsonpointer==1.9 [2020-10-05T05:38:32.432Z] kerberos==1.1 [2020-10-05T05:38:32.432Z] kitchen==1.1.1 [2020-10-05T05:38:32.432Z] langtable==0.0.31 [2020-10-05T05:38:32.432Z] lockfile==0.9.1 [2020-10-05T05:38:32.432Z] lxml==3.2.1 [2020-10-05T05:38:32.432Z] MarkupSafe==0.11 [2020-10-05T05:38:32.432Z] munch==2.0.2 [2020-10-05T05:38:32.432Z] offtrac==0.1.0 [2020-10-05T05:38:32.432Z] openidc-client==0.6.0 [2020-10-05T05:38:32.432Z] packagedb-cli==2.14.1 [2020-10-05T05:38:32.432Z] paramiko==2.1.1 [2020-10-05T05:38:32.432Z] perf==0.1 [2020-10-05T05:38:32.432Z] ply==3.4 [2020-10-05T05:38:32.432Z] policycoreutils-default-encoding==0.1 [2020-10-05T05:38:32.432Z] prettytable==0.7.2 [2020-10-05T05:38:32.432Z] pyasn1==0.1.9 [2020-10-05T05:38:32.432Z] pycparser==2.14 [2020-10-05T05:38:32.432Z] pycurl==7.19.0 [2020-10-05T05:38:32.432Z] pygobject==3.22.0 [2020-10-05T05:38:32.432Z] pygpgme==0.3 [2020-10-05T05:38:32.432Z] pyliblzma==0.5.3 [2020-10-05T05:38:32.432Z] pyOpenSSL==0.13.1 [2020-10-05T05:38:32.432Z] pyparsing==1.5.6 [2020-10-05T05:38:32.432Z] pyserial==2.6 [2020-10-05T05:38:32.432Z] python-augeas==0.5.0 [2020-10-05T05:38:32.432Z] python-bugzilla==2.3.0 [2020-10-05T05:38:32.432Z] python-dateutil==1.5 [2020-10-05T05:38:32.432Z] python-fedora==0.10.0 [2020-10-05T05:38:32.432Z] python-linux-procfs==0.4.9 [2020-10-05T05:38:32.432Z] python-yubico==1.2.3 [2020-10-05T05:38:32.432Z] pyudev==0.15 [2020-10-05T05:38:32.432Z] pyusb==1.0.0b1 [2020-10-05T05:38:32.432Z] pyxattr==0.5.1 [2020-10-05T05:38:32.432Z] PyYAML==3.10 [2020-10-05T05:38:32.432Z] requests==2.6.0 [2020-10-05T05:38:32.432Z] requests-kerberos==0.7.0 [2020-10-05T05:38:32.432Z] rpkg==1.60 [2020-10-05T05:38:32.432Z] schedutils==0.4 [2020-10-05T05:38:32.432Z] seobject==0.1 [2020-10-05T05:38:32.432Z] sepolicy==1.1 [2020-10-05T05:38:32.432Z] six==1.9.0 [2020-10-05T05:38:32.432Z] smmap==0.9.0 [2020-10-05T05:38:32.432Z] urlgrabber==3.10 [2020-10-05T05:38:32.432Z] urllib3==1.10.2 [2020-10-05T05:38:32.432Z] virtualenv==15.1.0 [2020-10-05T05:38:32.432Z] yum-langpacks==0.4.2 [2020-10-05T05:38:32.432Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-05T05:38:32.444Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:38:32.744Z] ---> sudo-logs.sh [2020-10-05T05:38:32.744Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-05T05:38:33.018Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:38:33.310Z] ---> job-cost.sh [2020-10-05T05:38:33.310Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EVpc [2020-10-05T05:38:45.564Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:38:45.564Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:38:46.147Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:38:46.415Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:38:46.415Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:38:46.415Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:38:46.415Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:38:46.680Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:38:46.948Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:38:46.948Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:38:46.948Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:38:47.213Z] Cache entry deserialization failed, entry ignored [2020-10-05T05:38:49.764Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-05T05:39:21.965Z] lf-activate-venv(): INFO: Adding /tmp/venv-EVpc/bin to PATH [2020-10-05T05:39:21.965Z] INFO: No Stack... [2020-10-05T05:39:21.965Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-05T05:39:21.965Z] INFO: Archiving Costs [Pipeline] echo [2020-10-05T05:39:21.979Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T05:39:22.273Z] ---> logs-deploy.sh [2020-10-05T05:39:22.273Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/161 [2020-10-05T05:39:22.273Z] INFO: archiving workspace using pattern(s): [2020-10-05T05:39:24.198Z] Archives upload complete. [2020-10-05T05:39:24.198Z] INFO: archiving logs to Nexus