Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ac3e8062abd2d502e6786212d70751ef8e8769d6 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-5923 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/195 [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/195 # 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 > 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 Checking out Revision ac3e8062abd2d502e6786212d70751ef8e8769d6 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ac3e8062abd2d502e6786212d70751ef8e8769d6 # timeout=10 Commit message: "Merge pull request #2805 from judehung/issue-2803" > git rev-list --no-walk f81604f83b5d28606a5077acf1e60dc404b0b1e1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-16T17:22:57.515Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-16T17:22:57.768Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-16T17:22:57.872Z] ========================================================= [2020-10-16T17:22:57.873Z] EdgeX Global Pipelines Version Info [2020-10-16T17:22:57.873Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-16T17:22:59.309Z] ------------------- [2020-10-16T17:22:59.309Z] stable info: [2020-10-16T17:22:59.309Z] ------------------- [2020-10-16T17:22:59.309Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T17:22:59.309Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T17:22:59.309Z] Message: update stable to v1.0.144 [2020-10-16T17:23:00.259Z] ------------------- [2020-10-16T17:23:00.260Z] experimental info: [2020-10-16T17:23:00.260Z] ------------------- [2020-10-16T17:23:00.260Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T17:23:00.260Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T17:23:00.260Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-16T17:23:00.706Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-16T17:23:00.856Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-16T17:23:00.949Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-16T17:23:01.047Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-16T17:23:01.164Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-16T17:23:01.275Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-16T17:23:01.398Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-16T17:23:01.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-16T17:23:01.603Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-16T17:23:01.763Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-16T17:23:01.862Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-16T17:23:02.016Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-16T17:23:02.118Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-16T17:23:02.243Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-16T17:23:02.368Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T17:23:02.486Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T17:23:02.652Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-16T17:23:02.750Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-16T17:23:02.842Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-16T17:23:02.948Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-16T17:23:03.032Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-16T17:23:03.163Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-16T17:23:03.249Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-16T17:23:03.339Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-16T17:23:03.427Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ac3e8062abd2d502e6786212d70751ef8e8769d6 [Pipeline] echo [2020-10-16T17:23:03.560Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ac3e806 [Pipeline] echo [2020-10-16T17:23:03.741Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-16T17:23:04.122Z] ++ 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-16T17:23:04.122Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T17:23:04.122Z] ++ dirname cmd/core-command/Dockerfile [2020-10-16T17:23:04.122Z] ++ cut -d/ -f2 [2020-10-16T17:23:04.122Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-16T17:23:04.122Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T17:23:04.122Z] ++ dirname cmd/core-data/Dockerfile [2020-10-16T17:23:04.122Z] ++ cut -d/ -f2 [2020-10-16T17:23:04.122Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-16T17:23:04.122Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T17:23:04.122Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-16T17:23:04.122Z] ++ cut -d/ -f2 [2020-10-16T17:23:04.122Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-16T17:23:04.122Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T17:23:04.122Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-16T17:23:04.122Z] ++ cut -d/ -f2 [2020-10-16T17:23:04.122Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-16T17:23:04.122Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T17:23:04.122Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-16T17:23:04.122Z] ++ cut -d/ -f2 [2020-10-16T17:23:04.122Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-16T17:23:04.122Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T17:23:04.122Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-16T17:23:04.122Z] ++ cut -d/ -f2 [2020-10-16T17:23:04.122Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-16T17:23:04.122Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T17:23:04.122Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-16T17:23:04.122Z] ++ cut -d/ -f2 [2020-10-16T17:23:04.122Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-16T17:23:04.122Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T17:23:04.122Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-16T17:23:04.122Z] ++ cut -d/ -f2 [2020-10-16T17:23:04.122Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-16T17:23:04.122Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T17:23:04.122Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-16T17:23:04.122Z] ++ cut -d/ -f2 [2020-10-16T17:23:04.122Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-16T17:23:04.122Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T17:23:04.122Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-16T17:23:04.122Z] ++ cut -d/ -f2 [2020-10-16T17:23:04.122Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-16T17:23:04.194Z] 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-16T17:23:05.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T17:23:05.401Z] [2020-10-16T17:23:05.401Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:23:05.754Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T17:23:05.754Z] latest: Pulling from edgex-devops/git-semver [2020-10-16T17:23:05.754Z] 31603596830f: Pulling fs layer [2020-10-16T17:23:05.754Z] 2a8b12db71e7: Pulling fs layer [2020-10-16T17:23:05.754Z] 6ca5941a6612: Pulling fs layer [2020-10-16T17:23:05.754Z] ecc8261a40a4: Pulling fs layer [2020-10-16T17:23:05.754Z] ecc8261a40a4: Waiting [2020-10-16T17:23:05.754Z] 2a8b12db71e7: Verifying Checksum [2020-10-16T17:23:05.754Z] 2a8b12db71e7: Download complete [2020-10-16T17:23:06.020Z] 31603596830f: Verifying Checksum [2020-10-16T17:23:06.020Z] 31603596830f: Download complete [2020-10-16T17:23:06.020Z] ecc8261a40a4: Verifying Checksum [2020-10-16T17:23:06.020Z] ecc8261a40a4: Download complete [2020-10-16T17:23:06.020Z] 6ca5941a6612: Verifying Checksum [2020-10-16T17:23:06.020Z] 6ca5941a6612: Download complete [2020-10-16T17:23:06.285Z] 31603596830f: Pull complete [2020-10-16T17:23:06.285Z] 2a8b12db71e7: Pull complete [2020-10-16T17:23:07.243Z] 6ca5941a6612: Pull complete [2020-10-16T17:23:07.244Z] ecc8261a40a4: Pull complete [2020-10-16T17:23:07.512Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-16T17:23:07.512Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T17:23:07.512Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-16T17:23:07.610Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:23:07.659Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:23:10.158Z] $ docker top e2077b122f72595302a95de55ea4e6d2957291ec5e7d89e9398fa577adc1d235 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T17:23:10.767Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T17:23:10.767Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T17:23:10.986Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T17:23:10.989Z] $ docker exec e2077b122f72595302a95de55ea4e6d2957291ec5e7d89e9398fa577adc1d235 ssh-agent [2020-10-16T17:23:11.143Z] SSH_AUTH_SOCK=/tmp/ssh-N1B4n5FUXeyi/agent.11 [2020-10-16T17:23:11.143Z] SSH_AGENT_PID=16 [2020-10-16T17:23:11.162Z] Running ssh-add (command line suppressed) [2020-10-16T17:23:11.274Z] Identity added: /w/workspace/edgex-go/195@tmp/private_key_1686025701966896925.key (/w/workspace/edgex-go/195@tmp/private_key_1686025701966896925.key) [2020-10-16T17:23:11.326Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T17:23:11.691Z] + git tag --points-at HEAD [Pipeline] } [2020-10-16T17:23:11.714Z] $ docker exec --env ******** --env ******** e2077b122f72595302a95de55ea4e6d2957291ec5e7d89e9398fa577adc1d235 ssh-agent -k [2020-10-16T17:23:11.824Z] unset SSH_AUTH_SOCK; [2020-10-16T17:23:11.824Z] unset SSH_AGENT_PID; [2020-10-16T17:23:11.824Z] echo Agent pid 16 killed; [2020-10-16T17:23:11.869Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-16T17:23:12.010Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T17:23:12.010Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T17:23:12.176Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T17:23:12.178Z] $ docker exec e2077b122f72595302a95de55ea4e6d2957291ec5e7d89e9398fa577adc1d235 ssh-agent [2020-10-16T17:23:12.342Z] SSH_AUTH_SOCK=/tmp/ssh-Dv4FRB3dInhr/agent.46 [2020-10-16T17:23:12.342Z] SSH_AGENT_PID=51 [2020-10-16T17:23:12.352Z] Running ssh-add (command line suppressed) [2020-10-16T17:23:12.462Z] Identity added: /w/workspace/edgex-go/195@tmp/private_key_2845508542715869067.key (/w/workspace/edgex-go/195@tmp/private_key_2845508542715869067.key) [2020-10-16T17:23:12.513Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T17:23:12.843Z] + git semver init [2020-10-16T17:23:12.843Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T17:23:12.843Z] # $GIT_DIR = /w/workspace/edgex-go/195/.git [2020-10-16T17:23:12.843Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/195 [2020-10-16T17:23:12.843Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T17:23:12.843Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T17:23:12.843Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T17:23:12.843Z] # $SEMVER_BRANCH = master [2020-10-16T17:23:12.843Z] # $SEMVER_TEMP = /tmp/semver-690497727 [2020-10-16T17:23:12.843Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-16T17:23:31.021Z] # '/tmp/semver-690497727' -> '/w/workspace/edgex-go/195/.semver' [2020-10-16T17:23:31.021Z] # -> Force: false [2020-10-16T17:23:31.021Z] # $SEMVER_DIR = /w/workspace/edgex-go/195/.semver [Pipeline] } [2020-10-16T17:23:31.034Z] $ docker exec --env ******** --env ******** e2077b122f72595302a95de55ea4e6d2957291ec5e7d89e9398fa577adc1d235 ssh-agent -k [2020-10-16T17:23:31.228Z] unset SSH_AUTH_SOCK; [2020-10-16T17:23:31.231Z] unset SSH_AGENT_PID; [2020-10-16T17:23:31.231Z] echo Agent pid 51 killed; [2020-10-16T17:23:31.289Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T17:23:31.770Z] + git semver [Pipeline] } [2020-10-16T17:23:31.789Z] $ docker stop --time=1 e2077b122f72595302a95de55ea4e6d2957291ec5e7d89e9398fa577adc1d235 [2020-10-16T17:23:33.420Z] $ docker rm -f e2077b122f72595302a95de55ea4e6d2957291ec5e7d89e9398fa577adc1d235 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:23:33.997Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-16T17:23:34.597Z] Stashed 1 file(s) [Pipeline] echo [2020-10-16T17:23:34.600Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.79 [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-16T17:23:35.292Z] ========================================================= [2020-10-16T17:23:35.292Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-16T17:23:35.292Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:23:35.643Z] + 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-16T17:23:39.856Z] Sending build context to Docker daemon 325.3MB [2020-10-16T17:23:39.856Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-16T17:23:39.856Z] Step 2/7 : FROM ${BASE} [2020-10-16T17:23:39.856Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-16T17:23:39.856Z] df20fa9351a1: Pulling fs layer [2020-10-16T17:23:39.856Z] ed8968b2872e: Pulling fs layer [2020-10-16T17:23:39.856Z] a92cc7c5fd73: Pulling fs layer [2020-10-16T17:23:39.856Z] e871e8e8d7a9: Pulling fs layer [2020-10-16T17:23:39.856Z] e73272ec9a57: Pulling fs layer [2020-10-16T17:23:39.856Z] 1e910a182e73: Pulling fs layer [2020-10-16T17:23:39.856Z] 4e634b169226: Pulling fs layer [2020-10-16T17:23:39.856Z] e73272ec9a57: Waiting [2020-10-16T17:23:39.856Z] 1e910a182e73: Waiting [2020-10-16T17:23:39.856Z] e871e8e8d7a9: Waiting [2020-10-16T17:23:39.856Z] 4e634b169226: Waiting [2020-10-16T17:23:39.856Z] a92cc7c5fd73: Verifying Checksum [2020-10-16T17:23:39.856Z] a92cc7c5fd73: Download complete [2020-10-16T17:23:39.856Z] ed8968b2872e: Verifying Checksum [2020-10-16T17:23:39.856Z] ed8968b2872e: Download complete [2020-10-16T17:23:39.856Z] e73272ec9a57: Download complete [2020-10-16T17:23:39.856Z] df20fa9351a1: Verifying Checksum [2020-10-16T17:23:39.856Z] df20fa9351a1: Download complete [2020-10-16T17:23:39.856Z] 1e910a182e73: Verifying Checksum [2020-10-16T17:23:39.856Z] 1e910a182e73: Download complete [2020-10-16T17:23:40.118Z] df20fa9351a1: Pull complete [2020-10-16T17:23:40.118Z] ed8968b2872e: Pull complete [2020-10-16T17:23:40.380Z] a92cc7c5fd73: Pull complete [2020-10-16T17:23:41.774Z] 4e634b169226: Verifying Checksum [2020-10-16T17:23:41.774Z] 4e634b169226: Download complete [2020-10-16T17:23:42.719Z] e871e8e8d7a9: Verifying Checksum [2020-10-16T17:23:42.719Z] e871e8e8d7a9: Download complete [2020-10-16T17:23:48.188Z] e871e8e8d7a9: Pull complete [2020-10-16T17:23:48.188Z] e73272ec9a57: Pull complete [2020-10-16T17:23:48.188Z] 1e910a182e73: Pull complete [2020-10-16T17:23:50.048Z] Still waiting to schedule task [2020-10-16T17:23:50.048Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-16T17:23:58.213Z] 4e634b169226: Pull complete [2020-10-16T17:23:58.213Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-16T17:23:58.213Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-16T17:23:58.213Z] ---> f7629b54cfaa [2020-10-16T17:23:58.213Z] 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-16T17:23:58.213Z] ---> Running in 8f4f0b8fd5c0 [2020-10-16T17:23:58.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T17:23:58.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T17:23:59.364Z] (1/12) Installing libmagic (5.38-r0) [2020-10-16T17:23:59.626Z] (2/12) Installing file (5.38-r0) [2020-10-16T17:23:59.626Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-16T17:23:59.626Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-16T17:24:03.858Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-16T17:24:03.858Z] (6/12) Installing patch (2.7.6-r6) [2020-10-16T17:24:03.858Z] (7/12) Installing build-base (0.5-r2) [2020-10-16T17:24:03.858Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-16T17:24:03.858Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-16T17:24:03.858Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-16T17:24:04.119Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-16T17:24:04.119Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-16T17:24:04.384Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T17:24:04.384Z] OK: 233 MiB in 51 packages [2020-10-16T17:24:07.707Z] Removing intermediate container 8f4f0b8fd5c0 [2020-10-16T17:24:07.707Z] ---> ec3bc841c944 [2020-10-16T17:24:07.707Z] Step 4/7 : WORKDIR /edgex-go [2020-10-16T17:24:07.970Z] ---> Running in 8cea3348d0a8 [2020-10-16T17:24:07.970Z] Removing intermediate container 8cea3348d0a8 [2020-10-16T17:24:07.970Z] ---> 5a1a45fd6789 [2020-10-16T17:24:07.970Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-16T17:24:08.543Z] latest: Pulling from library/docker [2020-10-16T17:24:08.543Z] df20fa9351a1: Already exists [2020-10-16T17:24:08.543Z] 25ad7478873d: Pulling fs layer [2020-10-16T17:24:08.543Z] 4684f6177b5d: Pulling fs layer [2020-10-16T17:24:08.543Z] 8ba584e970af: Pulling fs layer [2020-10-16T17:24:08.543Z] 3cdc74d2b06d: Pulling fs layer [2020-10-16T17:24:08.543Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-16T17:24:08.543Z] fca0ccc462d5: Pulling fs layer [2020-10-16T17:24:08.543Z] 4cf5a0d07c1f: Waiting [2020-10-16T17:24:08.543Z] fca0ccc462d5: Waiting [2020-10-16T17:24:08.543Z] 3cdc74d2b06d: Waiting [2020-10-16T17:24:08.805Z] 4684f6177b5d: Verifying Checksum [2020-10-16T17:24:08.805Z] 4684f6177b5d: Download complete [2020-10-16T17:24:08.805Z] 25ad7478873d: Verifying Checksum [2020-10-16T17:24:08.805Z] 25ad7478873d: Download complete [2020-10-16T17:24:08.805Z] 3cdc74d2b06d: Download complete [2020-10-16T17:24:08.805Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-16T17:24:08.805Z] 4cf5a0d07c1f: Download complete [2020-10-16T17:24:09.069Z] 25ad7478873d: Pull complete [2020-10-16T17:24:09.069Z] fca0ccc462d5: Verifying Checksum [2020-10-16T17:24:09.069Z] fca0ccc462d5: Download complete [2020-10-16T17:24:09.069Z] 4684f6177b5d: Pull complete [2020-10-16T17:24:09.647Z] 8ba584e970af: Verifying Checksum [2020-10-16T17:24:09.647Z] 8ba584e970af: Download complete [2020-10-16T17:24:12.203Z] 8ba584e970af: Pull complete [2020-10-16T17:24:12.203Z] 3cdc74d2b06d: Pull complete [2020-10-16T17:24:12.203Z] 4cf5a0d07c1f: Pull complete [2020-10-16T17:24:12.464Z] fca0ccc462d5: Pull complete [2020-10-16T17:24:12.464Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-16T17:24:12.464Z] Status: Downloaded newer image for docker:latest [2020-10-16T17:24:14.381Z] ---> f92aa0b62587 [2020-10-16T17:24:14.381Z] Step 6/7 : COPY go.mod . [2020-10-16T17:24:14.381Z] ---> fb1b8fe15189 [2020-10-16T17:24:14.381Z] Step 7/7 : RUN go mod download [2020-10-16T17:24:14.381Z] ---> Running in 69b07898b5af [2020-10-16T17:24:36.402Z] Removing intermediate container 69b07898b5af [2020-10-16T17:24:36.402Z] ---> b68ddcf5a616 [2020-10-16T17:24:36.402Z] Successfully built b68ddcf5a616 [2020-10-16T17:24:36.402Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:24:36.716Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T17:24:36.716Z] . [Pipeline] withDockerContainer [2020-10-16T17:24:36.816Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:24:36.871Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:24:37.669Z] $ docker top 55de80f48859ee5286e8e05b38d5cbaf6cff311fdb547e22da988a7b4d404988 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T17:24:38.186Z] + go version [2020-10-16T17:24:38.186Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-16T17:24:38.200Z] $ docker stop --time=1 55de80f48859ee5286e8e05b38d5cbaf6cff311fdb547e22da988a7b4d404988 [2020-10-16T17:24:39.552Z] $ docker rm -f 55de80f48859ee5286e8e05b38d5cbaf6cff311fdb547e22da988a7b4d404988 [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-16T17:24:43.794Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-16T17:24:43.794Z] [2020-10-16T17:24:43.794Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:24:44.145Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-16T17:24:44.145Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-16T17:24:44.145Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-16T17:24:44.145Z] ca9280d653b3: Pulling fs layer [2020-10-16T17:24:44.145Z] 7e9c9ca2126c: Pulling fs layer [2020-10-16T17:24:44.406Z] cbdbe7a5bc2a: Download complete [2020-10-16T17:24:44.669Z] cbdbe7a5bc2a: Pull complete [2020-10-16T17:24:44.932Z] ca9280d653b3: Verifying Checksum [2020-10-16T17:24:44.932Z] ca9280d653b3: Download complete [2020-10-16T17:24:45.888Z] ca9280d653b3: Pull complete [2020-10-16T17:24:45.888Z] 7e9c9ca2126c: Verifying Checksum [2020-10-16T17:24:45.888Z] 7e9c9ca2126c: Download complete [2020-10-16T17:24:52.505Z] 7e9c9ca2126c: Pull complete [2020-10-16T17:24:52.505Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-16T17:24:52.505Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-16T17:24:52.505Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-16T17:24:52.622Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:24:52.672Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:24:55.597Z] $ docker top 9462ed4246984b23ac026fb9357d31253320aa844fcb8840f89e2425f1b79f13 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T17:24:56.075Z] + docker-compose build --help [2020-10-16T17:24:56.076Z] + grep parallel [2020-10-16T17:24:57.022Z] --parallel Build images in parallel. [Pipeline] } [2020-10-16T17:24:57.039Z] $ docker stop --time=1 9462ed4246984b23ac026fb9357d31253320aa844fcb8840f89e2425f1b79f13 [2020-10-16T17:24:58.402Z] $ docker rm -f 9462ed4246984b23ac026fb9357d31253320aa844fcb8840f89e2425f1b79f13 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:24:59.033Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-16T17:24:59.033Z] . [Pipeline] withDockerContainer [2020-10-16T17:24:59.125Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:24:59.172Z] $ 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/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:24:59.852Z] $ docker top 939acdd1e83d0006b7727ee0618b7886fba67ca4a63bd246d23f6ef923f8e027 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T17:25:00.308Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-16T17:25:01.252Z] Building docker-core-command-go ... [2020-10-16T17:25:01.253Z] Building docker-core-data-go ... [2020-10-16T17:25:01.253Z] Building docker-core-metadata-go ... [2020-10-16T17:25:01.253Z] Building docker-security-proxy-setup-go ... [2020-10-16T17:25:01.253Z] Building docker-security-secrets-setup-go ... [2020-10-16T17:25:01.253Z] Building docker-security-secretstore-setup-go ... [2020-10-16T17:25:01.253Z] Building docker-support-logging-go ... [2020-10-16T17:25:01.253Z] Building docker-support-notifications-go ... [2020-10-16T17:25:01.253Z] Building docker-support-scheduler-go ... [2020-10-16T17:25:01.253Z] Building docker-sys-mgmt-agent-go ... [2020-10-16T17:25:01.253Z] Building docker-support-scheduler-go [2020-10-16T17:25:01.253Z] Building docker-security-secretstore-setup-go [2020-10-16T17:25:01.253Z] Building docker-support-logging-go [2020-10-16T17:25:01.253Z] Building docker-sys-mgmt-agent-go [2020-10-16T17:25:01.253Z] Building docker-security-proxy-setup-go [2020-10-16T17:25:19.692Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T17:25:19.692Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-16T17:25:19.692Z] ---> b68ddcf5a616 [2020-10-16T17:25:19.692Z] Step 3/21 : WORKDIR /edgex-go [2020-10-16T17:25:19.692Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T17:25:19.692Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-16T17:25:19.692Z] ---> b68ddcf5a616 [2020-10-16T17:25:19.692Z] Step 3/26 : WORKDIR /edgex-go [2020-10-16T17:25:19.692Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T17:25:19.692Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-16T17:25:19.692Z] ---> b68ddcf5a616 [2020-10-16T17:25:19.692Z] Step 3/20 : WORKDIR /edgex-go [2020-10-16T17:25:19.957Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T17:25:19.957Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-16T17:25:19.957Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine ---> b68ddcf5a616 [2020-10-16T17:25:19.957Z] [2020-10-16T17:25:19.957Z] Step 3/27 : WORKDIR /edgex-goStep 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T17:25:19.957Z] [2020-10-16T17:25:19.957Z] ---> b68ddcf5a616 [2020-10-16T17:25:19.957Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T17:25:20.903Z] ---> Running in 15b6c5ac759c [2020-10-16T17:25:20.903Z] ---> Running in fde26a998850 [2020-10-16T17:25:20.903Z] ---> Running in a3fd0626f1b0 [2020-10-16T17:25:20.903Z] ---> Running in b3249828ddc0 [2020-10-16T17:25:20.903Z] ---> Running in 363ba8085275 [2020-10-16T17:25:21.173Z] Removing intermediate container fde26a998850 [2020-10-16T17:25:21.173Z] ---> 7e7c283a9a8f [2020-10-16T17:25:21.173Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T17:25:21.173Z] Removing intermediate container a3fd0626f1b0 [2020-10-16T17:25:21.173Z] ---> b7d01413c4c3 [2020-10-16T17:25:21.173Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T17:25:21.173Z] Removing intermediate container 15b6c5ac759c [2020-10-16T17:25:21.173Z] ---> 0b1db8d49e3e [2020-10-16T17:25:21.173Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T17:25:21.173Z] Removing intermediate container 363ba8085275 [2020-10-16T17:25:21.173Z] ---> 76a85c2fa937 [2020-10-16T17:25:21.173Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T17:25:21.435Z] Removing intermediate container b3249828ddc0 [2020-10-16T17:25:21.435Z] ---> 1f591d0ee3fa [2020-10-16T17:25:21.435Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T17:25:21.435Z] ---> Running in 10c98f048867 [2020-10-16T17:25:21.435Z] ---> Running in 6838272c3ae4 [2020-10-16T17:25:21.435Z] ---> Running in 68ae7bda2b53 [2020-10-16T17:25:21.435Z] ---> Running in 4162d4fa8b34 [2020-10-16T17:25:21.435Z] ---> Running in 2af3bee194a0 [2020-10-16T17:25:23.369Z] Removing intermediate container 6838272c3ae4 [2020-10-16T17:25:23.369Z] ---> c5c8158a766f [2020-10-16T17:25:23.369Z] Step 5/21 : RUN apk update && apk add make git [2020-10-16T17:25:23.369Z] Removing intermediate container 10c98f048867 [2020-10-16T17:25:23.369Z] ---> 01f1089960ea [2020-10-16T17:25:23.369Z] Step 5/20 : RUN apk update && apk add make git [2020-10-16T17:25:23.369Z] ---> Running in 51125266e0c3 [2020-10-16T17:25:23.631Z] ---> Running in 5511e8b7ce46 [2020-10-16T17:25:23.894Z] Removing intermediate container 68ae7bda2b53 [2020-10-16T17:25:23.894Z] ---> d62d75dd6b17 [2020-10-16T17:25:23.894Z] Step 5/26 : RUN apk update && apk add make git [2020-10-16T17:25:24.155Z] ---> Running in 892c9b218fa8 [2020-10-16T17:25:24.155Z] Removing intermediate container 2af3bee194a0 [2020-10-16T17:25:24.155Z] ---> 8a1d881936f7 [2020-10-16T17:25:24.155Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-16T17:25:24.420Z] Removing intermediate container 4162d4fa8b34 [2020-10-16T17:25:24.420Z] ---> 31cdbef99326 [2020-10-16T17:25:24.420Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-16T17:25:24.420Z] ---> Running in 4f972335106d [2020-10-16T17:25:24.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T17:25:24.420Z] ---> Running in 540a2c8e75e7 [2020-10-16T17:25:24.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T17:25:24.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T17:25:25.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T17:25:25.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T17:25:25.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T17:25:25.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T17:25:25.785Z] v3.12.0-426-gabe0767261 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:25:25.785Z] v3.12.0-427-gc0473f766f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:25:25.785Z] OK: 12752 distinct packages available [2020-10-16T17:25:25.785Z] v3.12.0-426-gabe0767261 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:25:25.785Z] v3.12.0-427-gc0473f766f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:25:25.785Z] OK: 12752 distinct packages available [2020-10-16T17:25:25.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T17:25:25.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T17:25:25.785Z] OK: 233 MiB in 51 packages [2020-10-16T17:25:26.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T17:25:26.054Z] OK: 233 MiB in 51 packages [2020-10-16T17:25:26.323Z] v3.12.0-426-gabe0767261 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:25:26.323Z] v3.12.0-427-gc0473f766f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:25:26.323Z] OK: 12752 distinct packages available [2020-10-16T17:25:26.323Z] v3.12.0-426-gabe0767261 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:25:26.323Z] v3.12.0-427-gc0473f766f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:25:26.323Z] OK: 12752 distinct packages available [2020-10-16T17:25:26.588Z] Removing intermediate container 51125266e0c3 [2020-10-16T17:25:26.588Z] ---> d987481e14f9 [2020-10-16T17:25:26.588Z] Step 6/21 : COPY go.mod . [2020-10-16T17:25:26.588Z] v3.12.0-426-gabe0767261 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:25:26.588Z] v3.12.0-427-gc0473f766f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:25:26.588Z] OK: 12752 distinct packages available [2020-10-16T17:25:26.588Z] OK: 233 MiB in 51 packages [2020-10-16T17:25:26.588Z] Removing intermediate container 5511e8b7ce46 [2020-10-16T17:25:26.588Z] ---> 591123fda494 [2020-10-16T17:25:26.588Z] Step 6/20 : COPY go.mod . [2020-10-16T17:25:26.588Z] OK: 233 MiB in 51 packages [2020-10-16T17:25:26.851Z] ---> e23bfd4e05f3 [2020-10-16T17:25:26.852Z] Step 7/21 : RUN go mod download [2020-10-16T17:25:26.852Z] OK: 233 MiB in 51 packages [2020-10-16T17:25:26.852Z] ---> Running in 3e09aeccb997 [2020-10-16T17:25:26.852Z] OK: 233 MiB in 51 packages [2020-10-16T17:25:26.852Z] ---> 1dfbc7771d0a [2020-10-16T17:25:26.852Z] Step 7/20 : RUN go mod download [2020-10-16T17:25:27.115Z] ---> Running in d1337c204719 [2020-10-16T17:25:27.702Z] Removing intermediate container 4f972335106d [2020-10-16T17:25:27.702Z] ---> 32513351e5be [2020-10-16T17:25:27.702Z] Step 6/27 : COPY go.mod . [2020-10-16T17:25:27.969Z] Removing intermediate container 892c9b218fa8 [2020-10-16T17:25:27.969Z] ---> 5d68d832759f [2020-10-16T17:25:27.969Z] Step 6/26 : COPY go.mod . [2020-10-16T17:25:27.969Z] ---> 4b8f872b83ab [2020-10-16T17:25:27.969Z] Step 7/27 : RUN go mod download [2020-10-16T17:25:28.239Z] ---> Running in 3406cf287f19 [2020-10-16T17:25:28.239Z] Removing intermediate container 540a2c8e75e7 [2020-10-16T17:25:28.239Z] ---> 49566f9621c4 [2020-10-16T17:25:28.239Z] Step 6/22 : COPY go.mod . [2020-10-16T17:25:28.239Z] ---> 46b9075b0acc [2020-10-16T17:25:28.239Z] Step 7/26 : RUN go mod download [2020-10-16T17:25:28.506Z] ---> Running in 6e16de34bdc4 [2020-10-16T17:25:28.506Z] ---> 877fd9a4c5f7 [2020-10-16T17:25:28.506Z] Step 7/22 : RUN go mod download [2020-10-16T17:25:29.897Z] ---> Running in d793f4f9ba88 [2020-10-16T17:25:30.162Z] Removing intermediate container 3e09aeccb997 [2020-10-16T17:25:30.162Z] ---> 709a2d28eb13 [2020-10-16T17:25:30.163Z] Step 8/21 : COPY . . [2020-10-16T17:25:30.437Z] Removing intermediate container d1337c204719 [2020-10-16T17:25:30.437Z] ---> 0238f1abced6 [2020-10-16T17:25:30.437Z] Step 8/20 : COPY . . [2020-10-16T17:25:31.029Z] Removing intermediate container 3406cf287f19 [2020-10-16T17:25:31.029Z] ---> 9dad52423153 [2020-10-16T17:25:31.029Z] Step 8/27 : COPY . . [2020-10-16T17:25:36.599Z] Removing intermediate container 6e16de34bdc4 [2020-10-16T17:25:36.599Z] ---> 08e02e5a0773 [2020-10-16T17:25:36.599Z] Step 8/26 : COPY . . [2020-10-16T17:25:41.045Z] Removing intermediate container d793f4f9ba88 [2020-10-16T17:25:41.045Z] ---> 2cf991245b87 [2020-10-16T17:25:41.045Z] Step 8/22 : COPY . . [2020-10-16T17:25:42.416Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5924 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-16T17:25:42.477Z] Running in /w/workspace/edgex-go/195 [Pipeline] { [Pipeline] checkout [2020-10-16T17:25:47.530Z] using credential edgex-jenkins-ssh [2020-10-16T17:25:47.593Z] Cloning the remote Git repository [2020-10-16T17:25:47.659Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-16T17:25:47.766Z] > git init /w/workspace/edgex-go/195 # timeout=10 [2020-10-16T17:25:47.842Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-16T17:25:47.843Z] > git --version # timeout=10 [2020-10-16T17:25:47.858Z] > git --version # 'git version 2.17.1' [2020-10-16T17:25:47.860Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T17:25:47.911Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T17:25:56.096Z] ---> 4d12b5ca99a4 [2020-10-16T17:25:56.096Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-16T17:25:57.494Z] ---> 37123fa597d7 [2020-10-16T17:25:57.494Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-16T17:25:57.494Z] ---> bfd87db3c2c4 [2020-10-16T17:25:57.494Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-16T17:26:00.066Z] ---> Running in 55cbdbb0ad9c [2020-10-16T17:26:00.640Z] ---> Running in 5cd22e7565b4 [2020-10-16T17:26:00.640Z] ---> Running in 3ab5f607751b [2020-10-16T17:26:01.594Z] ---> 248c3894cb90 [2020-10-16T17:26:01.594Z] 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-16T17:26:01.594Z] ---> 2dfba4c27dc8 [2020-10-16T17:26:01.594Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-16T17:26:01.594Z] ---> Running in ffc223cbfd4c [2020-10-16T17:26:01.861Z] ---> Running in c9ec5d9c716f [2020-10-16T17:26:02.134Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-16T17:26:02.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-16T17:26:02.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-16T17:26:02.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-16T17:26:02.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-16T17:26:02.115Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-16T17:26:02.139Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T17:26:02.167Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-16T17:26:02.198Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-16T17:26:02.198Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T17:26:02.209Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T17:26:03.047Z] Checking out Revision ac3e8062abd2d502e6786212d70751ef8e8769d6 (master) [2020-10-16T17:26:03.073Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T17:26:03.084Z] > git checkout -f ac3e8062abd2d502e6786212d70751ef8e8769d6 # timeout=10 [2020-10-16T17:26:07.611Z] Commit message: "Merge pull request #2805 from judehung/issue-2803" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-16T17:26:08.630Z] ========================================================= [2020-10-16T17:26:08.630Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-16T17:26:08.631Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:26:09.514Z] + 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-16T17:26:12.126Z] Sending build context to Docker daemon 165MB [2020-10-16T17:26:12.126Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-16T17:26:12.126Z] Step 2/7 : FROM ${BASE} [2020-10-16T17:26:12.398Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-16T17:26:12.398Z] b538f80385f9: Pulling fs layer [2020-10-16T17:26:12.398Z] 74f711af9a0d: Pulling fs layer [2020-10-16T17:26:12.398Z] 99f96fe45779: Pulling fs layer [2020-10-16T17:26:12.398Z] 8529a6b9a6be: Pulling fs layer [2020-10-16T17:26:12.398Z] 45590311c82a: Pulling fs layer [2020-10-16T17:26:12.398Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-16T17:26:12.398Z] 209524e5b208: Pulling fs layer [2020-10-16T17:26:12.398Z] 8529a6b9a6be: Waiting [2020-10-16T17:26:12.398Z] 45590311c82a: Waiting [2020-10-16T17:26:12.398Z] 69ca0ff8b7b3: Waiting [2020-10-16T17:26:12.398Z] 209524e5b208: Waiting [2020-10-16T17:26:12.398Z] 99f96fe45779: Verifying Checksum [2020-10-16T17:26:12.398Z] 99f96fe45779: Download complete [2020-10-16T17:26:12.398Z] 74f711af9a0d: Verifying Checksum [2020-10-16T17:26:12.398Z] 74f711af9a0d: Download complete [2020-10-16T17:26:12.398Z] 45590311c82a: Verifying Checksum [2020-10-16T17:26:12.398Z] 45590311c82a: Download complete [2020-10-16T17:26:12.993Z] 69ca0ff8b7b3: Download complete [2020-10-16T17:26:12.993Z] b538f80385f9: Verifying Checksum [2020-10-16T17:26:12.993Z] b538f80385f9: Download complete [2020-10-16T17:26:13.592Z] b538f80385f9: Pull complete [2020-10-16T17:26:14.195Z] 74f711af9a0d: Pull complete [2020-10-16T17:26:14.471Z] 99f96fe45779: Pull complete [2020-10-16T17:26:15.069Z] 209524e5b208: Verifying Checksum [2020-10-16T17:26:15.069Z] 209524e5b208: Download complete [2020-10-16T17:26:16.499Z] 8529a6b9a6be: Verifying Checksum [2020-10-16T17:26:16.499Z] 8529a6b9a6be: Download complete [2020-10-16T17:26:26.677Z] 8529a6b9a6be: Pull complete [2020-10-16T17:26:26.677Z] 45590311c82a: Pull complete [2020-10-16T17:26:26.953Z] 69ca0ff8b7b3: Pull complete [2020-10-16T17:26:29.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-16T17:26:30.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-16T17:26:30.773Z] Removing intermediate container 5cd22e7565b4 [2020-10-16T17:26:30.773Z] ---> 55b987f0ba23 [2020-10-16T17:26:30.773Z] [2020-10-16T17:26:30.773Z] Step 10/20 : FROM alpine [2020-10-16T17:26:31.273Z] 209524e5b208: Pull complete [2020-10-16T17:26:31.273Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-16T17:26:31.273Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-16T17:26:31.273Z] ---> 5bddaf1c2fca [2020-10-16T17:26:31.273Z] 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-16T17:26:31.360Z] latest: Pulling from library/alpine [2020-10-16T17:26:31.625Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-16T17:26:31.625Z] Status: Downloaded newer image for alpine:latest [2020-10-16T17:26:31.625Z] ---> a24bb4013296 [2020-10-16T17:26:31.625Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-16T17:26:31.891Z] ---> Running in 5ee5550facf1 [2020-10-16T17:26:32.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T17:26:32.734Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T17:26:33.243Z] v3.12.0-426-gabe0767261 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:26:33.243Z] v3.12.0-427-gc0473f766f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:26:33.243Z] OK: 12750 distinct packages available [2020-10-16T17:26:33.243Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-16T17:26:33.243Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-16T17:26:33.243Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-16T17:26:33.243Z] (4/4) Installing curl (7.69.1-r1) [2020-10-16T17:26:33.243Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T17:26:34.190Z] Executing ca-certificates-20191127-r4.trigger [2020-10-16T17:26:34.190Z] OK: 7 MiB in 18 packages [2020-10-16T17:26:34.453Z] Removing intermediate container 3ab5f607751b [2020-10-16T17:26:34.453Z] ---> bd2e89e27308 [2020-10-16T17:26:34.453Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-16T17:26:34.664Z] ---> Running in a3938de9fb97 [2020-10-16T17:26:34.729Z] Removing intermediate container c9ec5d9c716f [2020-10-16T17:26:34.729Z] ---> 8f90f961173d [2020-10-16T17:26:34.729Z] [2020-10-16T17:26:34.729Z] Step 10/22 : FROM scratch [2020-10-16T17:26:34.729Z] ---> [2020-10-16T17:26:34.729Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-16T17:26:34.729Z] ---> Running in 54b9fc48d8b0 [2020-10-16T17:26:35.680Z] ---> Running in 540cb3f72e36 [2020-10-16T17:26:36.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T17:26:37.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T17:26:37.690Z] (1/12) Installing libmagic (5.38-r0) [2020-10-16T17:26:37.961Z] (2/12) Installing file (5.38-r0) [2020-10-16T17:26:38.236Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-16T17:26:38.236Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-16T17:26:38.239Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-16T17:26:38.516Z] Removing intermediate container 5ee5550facf1 [2020-10-16T17:26:38.516Z] ---> b79e5051d4a8 [2020-10-16T17:26:38.516Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-16T17:26:38.516Z] Removing intermediate container ffc223cbfd4c [2020-10-16T17:26:38.516Z] ---> 3340de5198cb [2020-10-16T17:26:38.516Z] [2020-10-16T17:26:38.516Z] Step 10/26 : FROM alpine:3.10 [2020-10-16T17:26:38.516Z] Removing intermediate container 540cb3f72e36 [2020-10-16T17:26:38.516Z] ---> d9729fcdc559 [2020-10-16T17:26:38.516Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-16T17:26:38.516Z] Removing intermediate container 55cbdbb0ad9c [2020-10-16T17:26:38.516Z] ---> f80e956749cf [2020-10-16T17:26:38.516Z] [2020-10-16T17:26:38.516Z] Step 10/21 : FROM scratch [2020-10-16T17:26:38.516Z] ---> [2020-10-16T17:26:38.516Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T17:26:38.516Z] ---> Running in daddd2e2ab32 [2020-10-16T17:26:38.516Z] ---> Running in b299ce9e2de2 [2020-10-16T17:26:38.778Z] ---> Running in b30a398ee1f5 [2020-10-16T17:26:38.778Z] Removing intermediate container daddd2e2ab32 [2020-10-16T17:26:38.778Z] ---> 3f008ba5c98a [2020-10-16T17:26:38.778Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T17:26:38.778Z] Removing intermediate container b299ce9e2de2 [2020-10-16T17:26:38.778Z] ---> 34863d67f75d [2020-10-16T17:26:38.778Z] Step 13/20 : WORKDIR /edgex [2020-10-16T17:26:39.043Z] Removing intermediate container b30a398ee1f5 [2020-10-16T17:26:39.043Z] ---> 2e48a6eff977 [2020-10-16T17:26:39.043Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-16T17:26:39.043Z] ---> Running in 3d2e273c85f7 [2020-10-16T17:26:39.043Z] ---> Running in 42e1abbc70f1 [2020-10-16T17:26:39.043Z] ---> Running in 29ec28f9ac39 [2020-10-16T17:26:39.311Z] Removing intermediate container 3d2e273c85f7 [2020-10-16T17:26:39.311Z] ---> 256e30703eff [2020-10-16T17:26:39.311Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-16T17:26:39.311Z] Removing intermediate container 29ec28f9ac39 [2020-10-16T17:26:39.311Z] ---> 27f26ad6c844 [2020-10-16T17:26:39.311Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-16T17:26:39.311Z] Removing intermediate container 42e1abbc70f1 [2020-10-16T17:26:39.311Z] ---> 23f9adc91ef1 [2020-10-16T17:26:39.311Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-16T17:26:39.573Z] ---> Running in add584976ec1 [2020-10-16T17:26:39.573Z] ---> 675d1db514af [2020-10-16T17:26:39.573Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-16T17:26:39.834Z] Removing intermediate container 54b9fc48d8b0 [2020-10-16T17:26:39.834Z] ---> dc0b02027f99 [2020-10-16T17:26:39.834Z] [2020-10-16T17:26:39.834Z] Step 11/27 : FROM docker:latest [2020-10-16T17:26:39.834Z] ---> 809cc4dba987 [2020-10-16T17:26:39.834Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-16T17:26:39.834Z] ---> a540d802cd63 [2020-10-16T17:26:39.834Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-16T17:26:39.834Z] ---> Running in 0ba44995010c [2020-10-16T17:26:39.834Z] Removing intermediate container add584976ec1 [2020-10-16T17:26:39.834Z] ---> 20e1e4340cfc [2020-10-16T17:26:39.834Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-16T17:26:40.099Z] ---> cc4683dc5c91 [2020-10-16T17:26:40.099Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-16T17:26:40.366Z] ---> a15b15e7cb61 [2020-10-16T17:26:40.366Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-16T17:26:40.366Z] ---> 61820a66bb9d [2020-10-16T17:26:40.366Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-16T17:26:40.628Z] ---> Running in b7f5c0746525 [2020-10-16T17:26:40.628Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T17:26:40.628Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T17:26:40.889Z] (1/2) Installing readline (8.0.4-r0) [2020-10-16T17:26:40.889Z] (2/2) Installing bash (5.0.17-r0) [2020-10-16T17:26:40.889Z] Executing bash-5.0.17-r0.post-install [2020-10-16T17:26:40.889Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T17:26:40.889Z] OK: 12 MiB in 22 packages [2020-10-16T17:26:41.154Z] 3.10: Pulling from library/alpine [2020-10-16T17:26:41.154Z] ---> 47652113fc65 [2020-10-16T17:26:41.154Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-16T17:26:41.154Z] ---> 9d3b67ee6d6f [2020-10-16T17:26:41.154Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-16T17:26:41.154Z] Removing intermediate container b7f5c0746525 [2020-10-16T17:26:41.155Z] ---> ad3f2123c2fb [2020-10-16T17:26:41.420Z] Step 17/20 : CMD ["--init=true"] [2020-10-16T17:26:41.420Z] ---> Running in 4e5c03a8b1c1 [2020-10-16T17:26:41.612Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-16T17:26:41.612Z] (6/12) Installing patch (2.7.6-r6) [2020-10-16T17:26:41.612Z] (7/12) Installing build-base (0.5-r2) [2020-10-16T17:26:41.612Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-16T17:26:41.612Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-16T17:26:41.612Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-16T17:26:41.612Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-16T17:26:41.612Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-16T17:26:41.886Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T17:26:41.886Z] OK: 217 MiB in 51 packages [2020-10-16T17:26:41.994Z] ---> 3a45a9651862 [2020-10-16T17:26:41.994Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-16T17:26:41.994Z] ---> 311ba9f1473d [2020-10-16T17:26:41.994Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-16T17:26:41.994Z] ---> Running in 6a183a189989 [2020-10-16T17:26:42.255Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-16T17:26:42.255Z] ---> Running in 8f5618e27c61 [2020-10-16T17:26:42.255Z] Removing intermediate container 0ba44995010c [2020-10-16T17:26:42.255Z] ---> d32ae3a43597 [2020-10-16T17:26:42.255Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-16T17:26:42.255Z] Removing intermediate container 4e5c03a8b1c1 [2020-10-16T17:26:42.255Z] ---> 44547e60dcb4 [2020-10-16T17:26:42.255Z] Step 18/20 : LABEL arch=x86_64 [2020-10-16T17:26:42.255Z] Status: Downloaded newer image for alpine:3.10 [2020-10-16T17:26:42.255Z] ---> be4e4bea2c2e [2020-10-16T17:26:42.255Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-16T17:26:42.827Z] ---> Running in b6237df08d80 [2020-10-16T17:26:42.827Z] ---> Running in 9c6a2c3bbac7 [2020-10-16T17:26:42.827Z] ---> Running in 1e61c385b03a [2020-10-16T17:26:42.827Z] Removing intermediate container 6a183a189989 [2020-10-16T17:26:42.827Z] ---> 1884d11770fa [2020-10-16T17:26:42.827Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T17:26:43.092Z] Removing intermediate container 8f5618e27c61 [2020-10-16T17:26:43.092Z] ---> c0487228d2ba [2020-10-16T17:26:43.092Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T17:26:43.092Z] ---> Running in c7ff129b14f1 [2020-10-16T17:26:43.354Z] ---> Running in 144c217e72cd [2020-10-16T17:26:43.354Z] Removing intermediate container 9c6a2c3bbac7 [2020-10-16T17:26:43.354Z] ---> aac17604819d [2020-10-16T17:26:43.354Z] Step 19/20 : LABEL git_sha=ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:26:43.618Z] ---> Running in 29bf86ac766f [2020-10-16T17:26:43.618Z] Removing intermediate container 144c217e72cd [2020-10-16T17:26:43.618Z] ---> 4e2e419e285d [2020-10-16T17:26:43.618Z] Step 19/21 : LABEL arch=x86_64 [2020-10-16T17:26:43.618Z] Removing intermediate container c7ff129b14f1 [2020-10-16T17:26:43.618Z] ---> 2619fa704f93 [2020-10-16T17:26:43.618Z] Step 20/22 : LABEL arch=x86_64 [2020-10-16T17:26:43.886Z] ---> Running in c75fa63cf3f3 [2020-10-16T17:26:43.886Z] ---> Running in ea399a851140 [2020-10-16T17:26:43.886Z] Removing intermediate container 29bf86ac766f [2020-10-16T17:26:43.886Z] ---> 29f88d681b69 [2020-10-16T17:26:43.886Z] Step 20/20 : LABEL version=1.2.2-dev.79 [2020-10-16T17:26:44.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-16T17:26:44.151Z] ---> Running in bc9dcd228b56 [2020-10-16T17:26:44.151Z] Removing intermediate container ea399a851140 [2020-10-16T17:26:44.151Z] ---> 7603fe1e3f3f [2020-10-16T17:26:44.151Z] Step 20/21 : LABEL git_sha=ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:26:44.151Z] Removing intermediate container c75fa63cf3f3 [2020-10-16T17:26:44.151Z] ---> c3bc20f337b3 [2020-10-16T17:26:44.151Z] Step 21/22 : LABEL git_sha=ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:26:44.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-16T17:26:44.415Z] v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-16T17:26:44.415Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-16T17:26:44.415Z] OK: 10346 distinct packages available [2020-10-16T17:26:44.415Z] ---> Running in f6981307efd4 [2020-10-16T17:26:44.415Z] ---> Running in 922f23102bea [2020-10-16T17:26:44.415Z] Removing intermediate container bc9dcd228b56 [2020-10-16T17:26:44.415Z] ---> 54c48d93e4da [2020-10-16T17:26:44.415Z] [2020-10-16T17:26:44.678Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-16T17:26:44.678Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-16T17:26:44.678Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-16T17:26:44.678Z] (4/5) Installing curl (7.66.0-r1) [2020-10-16T17:26:44.678Z] Successfully built 54c48d93e4da [2020-10-16T17:26:44.678Z] Removing intermediate container f6981307efd4 [2020-10-16T17:26:44.678Z] ---> 963853d370fc [2020-10-16T17:26:44.678Z] Step 21/21 : LABEL version=1.2.2-dev.79 [2020-10-16T17:26:44.678Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-16T17:26:44.678Z] Executing busybox-1.30.1-r3.trigger [2020-10-16T17:26:45.252Z] Executing ca-certificates-20191127-r2.trigger [2020-10-16T17:26:45.252Z] OK: 7 MiB in 19 packages [2020-10-16T17:26:45.516Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-16T17:26:45.516Z] Building docker-core-metadata-go [2020-10-16T17:26:45.516Z] Removing intermediate container 922f23102bea [2020-10-16T17:26:45.516Z] ---> caea76f48bff [2020-10-16T17:26:45.516Z] Step 22/22 : LABEL version=1.2.2-dev.79 [2020-10-16T17:26:45.516Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 6ff07e20b9a2 [2020-10-16T17:26:45.516Z] Removing intermediate container b6237df08d80 [2020-10-16T17:26:45.516Z] ---> 06fadafeb428 [2020-10-16T17:26:45.516Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-16T17:26:45.781Z] ---> Running in 48a27fbc444f [2020-10-16T17:26:45.781Z] ---> Running in 2dda80500a5d [2020-10-16T17:26:46.044Z] Removing intermediate container 6ff07e20b9a2 [2020-10-16T17:26:46.044Z] ---> 1a9337ad985c [2020-10-16T17:26:46.044Z] [2020-10-16T17:26:46.191Z] Removing intermediate container a3938de9fb97 [2020-10-16T17:26:46.191Z] ---> 93dd08cba20d [2020-10-16T17:26:46.191Z] Step 4/7 : WORKDIR /edgex-go [2020-10-16T17:26:46.191Z] ---> Running in 5d792d7ba760 [2020-10-16T17:26:46.191Z] Removing intermediate container 5d792d7ba760 [2020-10-16T17:26:46.191Z] ---> 2dec21caf726 [2020-10-16T17:26:46.191Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-16T17:26:46.310Z] Removing intermediate container 48a27fbc444f [2020-10-16T17:26:46.310Z] ---> 8498d086194e [2020-10-16T17:26:46.310Z] [2020-10-16T17:26:46.310Z] Successfully built 1a9337ad985c [2020-10-16T17:26:46.310Z] Successfully built 8498d086194e [2020-10-16T17:26:46.572Z] Removing intermediate container 2dda80500a5d [2020-10-16T17:26:46.572Z] ---> 73fef90b26dd [2020-10-16T17:26:46.572Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-16T17:26:46.572Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-16T17:26:46.572Z] Building docker-support-notifications-go [2020-10-16T17:26:46.572Z]  Building docker-support-scheduler-go ... done Successfully tagged docker-support-logging-go:latest [2020-10-16T17:26:46.572Z] Building docker-core-command-go [2020-10-16T17:26:46.845Z]  Building docker-support-logging-go ... done Removing intermediate container 1e61c385b03a [2020-10-16T17:26:46.845Z] ---> 4074a2ac9d6b [2020-10-16T17:26:46.845Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-16T17:26:46.845Z] ---> Running in 9c9252a82e09 [2020-10-16T17:26:46.845Z] ---> Running in 6454b4bf23c9 [2020-10-16T17:26:46.851Z] latest: Pulling from library/docker [2020-10-16T17:26:46.851Z] b538f80385f9: Already exists [2020-10-16T17:26:46.851Z] 259a493cd78d: Pulling fs layer [2020-10-16T17:26:46.851Z] b8e66b5100f5: Pulling fs layer [2020-10-16T17:26:46.851Z] 7f8258a56ab6: Pulling fs layer [2020-10-16T17:26:46.851Z] 75a0a0ebb566: Pulling fs layer [2020-10-16T17:26:46.851Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-16T17:26:46.851Z] 294320357d30: Pulling fs layer [2020-10-16T17:26:46.851Z] 4a2c62f0a2a3: Waiting [2020-10-16T17:26:46.851Z] 294320357d30: Waiting [2020-10-16T17:26:46.851Z] 75a0a0ebb566: Waiting [2020-10-16T17:26:46.851Z] b8e66b5100f5: Verifying Checksum [2020-10-16T17:26:46.851Z] b8e66b5100f5: Download complete [2020-10-16T17:26:47.124Z] 259a493cd78d: Verifying Checksum [2020-10-16T17:26:47.124Z] 259a493cd78d: Download complete [2020-10-16T17:26:47.124Z] 75a0a0ebb566: Verifying Checksum [2020-10-16T17:26:47.124Z] 75a0a0ebb566: Download complete [2020-10-16T17:26:47.124Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-16T17:26:47.124Z] 4a2c62f0a2a3: Download complete [2020-10-16T17:26:47.124Z] 294320357d30: Verifying Checksum [2020-10-16T17:26:47.124Z] 294320357d30: Download complete [2020-10-16T17:26:47.729Z] 259a493cd78d: Pull complete [2020-10-16T17:26:48.007Z] b8e66b5100f5: Pull complete [2020-10-16T17:26:48.281Z] 7f8258a56ab6: Verifying Checksum [2020-10-16T17:26:48.281Z] 7f8258a56ab6: Download complete [2020-10-16T17:26:51.685Z] 7f8258a56ab6: Pull complete [2020-10-16T17:26:51.959Z] 75a0a0ebb566: Pull complete [2020-10-16T17:26:52.148Z] Removing intermediate container 9c9252a82e09 [2020-10-16T17:26:52.148Z] ---> 1f4b31b02706 [2020-10-16T17:26:52.148Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-16T17:26:52.148Z] Removing intermediate container 6454b4bf23c9 [2020-10-16T17:26:52.148Z] ---> 4ed4437b0de9 [2020-10-16T17:26:52.148Z] Step 13/26 : WORKDIR / [2020-10-16T17:26:52.148Z] ---> Running in fdcb2e038542 [2020-10-16T17:26:52.148Z] ---> Running in cb495013342c [2020-10-16T17:26:52.234Z] 4a2c62f0a2a3: Pull complete [2020-10-16T17:26:52.414Z] Removing intermediate container fdcb2e038542 [2020-10-16T17:26:52.414Z] ---> 443cf406cfac [2020-10-16T17:26:52.414Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-16T17:26:52.510Z] 294320357d30: Pull complete [2020-10-16T17:26:52.510Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-16T17:26:52.510Z] Status: Downloaded newer image for docker:latest [2020-10-16T17:26:52.678Z] Removing intermediate container cb495013342c [2020-10-16T17:26:52.679Z] ---> 090de1e765be [2020-10-16T17:26:52.679Z] 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-16T17:26:53.259Z] ---> 05746248e187 [2020-10-16T17:26:53.259Z] 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-16T17:26:55.836Z] ---> 3721663f1627 [2020-10-16T17:26:55.836Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-16T17:26:55.894Z] ---> 39fbcfd2dd85 [2020-10-16T17:26:55.894Z] Step 6/7 : COPY go.mod . [2020-10-16T17:26:56.494Z] ---> 8adfd1bef335 [2020-10-16T17:26:56.494Z] Step 7/7 : RUN go mod download [2020-10-16T17:26:56.773Z] ---> Running in 7c699598721b [2020-10-16T17:27:01.165Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T17:27:01.165Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T17:27:01.165Z] ---> b68ddcf5a616 [2020-10-16T17:27:01.165Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T17:27:01.165Z] ---> Using cache [2020-10-16T17:27:01.165Z] ---> 1f591d0ee3fa [2020-10-16T17:27:01.165Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T17:27:01.165Z] ---> Using cache [2020-10-16T17:27:01.165Z] ---> 8a1d881936f7 [2020-10-16T17:27:01.165Z] Step 5/22 : RUN apk update && apk add make git [2020-10-16T17:27:01.165Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T17:27:01.165Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T17:27:01.165Z] ---> b68ddcf5a616 [2020-10-16T17:27:01.165Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T17:27:01.165Z] ---> Using cache [2020-10-16T17:27:01.165Z] ---> 1f591d0ee3fa [2020-10-16T17:27:01.165Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T17:27:01.165Z] ---> Using cache [2020-10-16T17:27:01.165Z] ---> 8a1d881936f7 [2020-10-16T17:27:01.165Z] Step 5/22 : RUN apk update && apk add make git [2020-10-16T17:27:02.563Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T17:27:02.563Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-16T17:27:02.563Z] ---> b68ddcf5a616 [2020-10-16T17:27:02.563Z] Step 3/24 : WORKDIR /edgex-go [2020-10-16T17:27:02.563Z] ---> Using cache [2020-10-16T17:27:02.563Z] ---> 1f591d0ee3fa [2020-10-16T17:27:02.563Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T17:27:02.563Z] ---> Using cache [2020-10-16T17:27:02.563Z] ---> 8a1d881936f7 [2020-10-16T17:27:02.563Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-16T17:27:02.563Z] ---> 99ac24457e3d [2020-10-16T17:27:02.563Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-16T17:27:03.142Z] ---> Running in 5f64bcc79a9f [2020-10-16T17:27:03.142Z] ---> Running in 67005891d5d7 [2020-10-16T17:27:03.142Z] ---> Running in 9c66ee3681bc [2020-10-16T17:27:03.142Z] ---> b9c82bf7cf2f [2020-10-16T17:27:03.142Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-16T17:27:03.723Z] ---> c02afa549d54 [2020-10-16T17:27:03.723Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-16T17:27:03.723Z] ---> c2952f863009 [2020-10-16T17:27:03.723Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-16T17:27:03.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T17:27:03.991Z] ---> Running in c4be89694259 [2020-10-16T17:27:03.991Z] ---> d96777877409 [2020-10-16T17:27:03.991Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-16T17:27:04.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T17:27:04.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T17:27:04.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T17:27:05.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T17:27:05.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T17:27:05.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T17:27:05.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T17:27:05.777Z] ---> c32c046a4501 [2020-10-16T17:27:05.777Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-16T17:27:06.045Z] v3.12.0-426-gabe0767261 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:27:06.045Z] v3.12.0-427-gc0473f766f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:27:06.045Z] OK: 12752 distinct packages available [2020-10-16T17:27:06.045Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-16T17:27:06.045Z] (2/33) Installing expat (2.2.9-r1) [2020-10-16T17:27:06.045Z] (3/33) Installing libffi (3.3-r2) [2020-10-16T17:27:06.045Z] (4/33) Installing gdbm (1.13-r1) [2020-10-16T17:27:06.045Z] v3.12.0-426-gabe0767261 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:27:06.045Z] v3.12.0-427-gc0473f766f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:27:06.045Z] OK: 12752 distinct packages available [2020-10-16T17:27:06.045Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-16T17:27:06.045Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-16T17:27:06.313Z] v3.12.0-426-gabe0767261 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:27:06.313Z] v3.12.0-427-gc0473f766f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:27:06.313Z] OK: 12752 distinct packages available [2020-10-16T17:27:06.313Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-16T17:27:06.313Z] OK: 233 MiB in 51 packages [2020-10-16T17:27:06.313Z] OK: 233 MiB in 51 packages [2020-10-16T17:27:06.313Z] OK: 233 MiB in 51 packages [2020-10-16T17:27:07.703Z] ---> b64c9c3d08dc [2020-10-16T17:27:07.703Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-16T17:27:09.092Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-16T17:27:09.092Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-16T17:27:09.092Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-16T17:27:09.092Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-16T17:27:09.092Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-16T17:27:09.092Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-16T17:27:09.092Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-16T17:27:09.664Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-16T17:27:09.926Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-16T17:27:09.926Z] ---> 66aadde32bd5 [2020-10-16T17:27:09.926Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-16T17:27:09.926Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-16T17:27:09.926Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-16T17:27:09.926Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-16T17:27:10.187Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-16T17:27:10.187Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-16T17:27:10.449Z] Removing intermediate container 5f64bcc79a9f [2020-10-16T17:27:10.449Z] ---> dd6db1c7f2d9 [2020-10-16T17:27:10.449Z] Step 6/24 : COPY go.mod . [2020-10-16T17:27:10.449Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-16T17:27:10.449Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-16T17:27:10.449Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-16T17:27:10.449Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-16T17:27:11.022Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-16T17:27:11.022Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-16T17:27:11.022Z] ---> ae4ace49a253 [2020-10-16T17:27:11.022Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-16T17:27:11.284Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-16T17:27:11.284Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-16T17:27:11.284Z] Removing intermediate container 9c66ee3681bc [2020-10-16T17:27:11.284Z] ---> 0e9e29661d69 [2020-10-16T17:27:11.284Z] Step 6/22 : COPY go.mod . [2020-10-16T17:27:11.284Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-16T17:27:11.284Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-16T17:27:11.284Z] Removing intermediate container 67005891d5d7 [2020-10-16T17:27:11.284Z] ---> f61e181e901a [2020-10-16T17:27:11.284Z] Step 6/22 : COPY go.mod . [2020-10-16T17:27:11.284Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-16T17:27:11.284Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-16T17:27:11.546Z] ---> 5c5dfaaea6b4 [2020-10-16T17:27:11.546Z] Step 7/24 : RUN go mod download [2020-10-16T17:27:12.119Z] ---> Running in b7767d163d4f [2020-10-16T17:27:12.381Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T17:27:12.381Z] OK: 71 MiB in 55 packages [2020-10-16T17:27:12.381Z] ---> Running in c254fe7353a1 [2020-10-16T17:27:12.381Z] ---> 8d2ec77ee3d2 [2020-10-16T17:27:12.381Z] Step 7/22 : RUN go mod download [2020-10-16T17:27:12.652Z] ---> b02914363a96 [2020-10-16T17:27:12.652Z] Step 7/22 : RUN go mod download [2020-10-16T17:27:12.652Z] ---> Running in cde83b5f5356 [2020-10-16T17:27:12.652Z] ---> Running in 27cf6eb631e5 [2020-10-16T17:27:20.823Z] Removing intermediate container b7767d163d4f [2020-10-16T17:27:20.823Z] ---> 2755470a73c6 [2020-10-16T17:27:20.823Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-16T17:27:20.823Z] Removing intermediate container c4be89694259 [2020-10-16T17:27:20.823Z] ---> 2b60b0fb3ee0 [2020-10-16T17:27:20.823Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-16T17:27:20.823Z] Removing intermediate container c254fe7353a1 [2020-10-16T17:27:20.823Z] ---> 1250efa7dfb4 [2020-10-16T17:27:20.823Z] Step 8/24 : COPY . . [2020-10-16T17:27:20.823Z] ---> Running in 426e0f2da0ad [2020-10-16T17:27:20.823Z] ---> Running in ef1d10f4c1af [2020-10-16T17:27:20.823Z] Removing intermediate container cde83b5f5356 [2020-10-16T17:27:20.823Z] ---> c932e7369155 [2020-10-16T17:27:20.823Z] Step 8/22 : COPY . . [2020-10-16T17:27:20.823Z] Removing intermediate container 27cf6eb631e5 [2020-10-16T17:27:20.823Z] ---> e5666d63fa7f [2020-10-16T17:27:20.823Z] Step 8/22 : COPY . . [2020-10-16T17:27:23.576Z] Removing intermediate container 7c699598721b [2020-10-16T17:27:23.576Z] ---> 973b55bb510d [2020-10-16T17:27:23.576Z] Successfully built 973b55bb510d [2020-10-16T17:27:23.576Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:27:23.978Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T17:27:23.978Z] . [Pipeline] withDockerContainer [2020-10-16T17:27:24.212Z] prd-ubuntu18.04-docker-arm64-4c-16g-5924 does not seem to be running inside a container [2020-10-16T17:27:24.397Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:27:26.198Z] $ docker top fe169609d1eec54d92acd714e4b9c002e4472eea78a682e062ca3fb592584234 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T17:27:27.654Z] + go version [2020-10-16T17:27:27.654Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-16T17:27:27.686Z] $ docker stop --time=1 fe169609d1eec54d92acd714e4b9c002e4472eea78a682e062ca3fb592584234 [2020-10-16T17:27:28.996Z] Removing intermediate container ef1d10f4c1af [2020-10-16T17:27:28.996Z] ---> 73d9d80a6a5e [2020-10-16T17:27:28.996Z] Step 24/26 : LABEL arch=x86_64 [2020-10-16T17:27:29.546Z] $ docker rm -f fe169609d1eec54d92acd714e4b9c002e4472eea78a682e062ca3fb592584234 [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-16T17:27:30.771Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-16T17:27:30.771Z] [2020-10-16T17:27:30.771Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:27:31.156Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-16T17:27:31.430Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-16T17:27:31.430Z] 29e5d40040c1: Pulling fs layer [2020-10-16T17:27:31.430Z] 1ce36da41761: Pulling fs layer [2020-10-16T17:27:31.430Z] 25b303627fd3: Pulling fs layer [2020-10-16T17:27:31.430Z] 29e5d40040c1: Verifying Checksum [2020-10-16T17:27:31.430Z] 29e5d40040c1: Download complete [2020-10-16T17:27:32.028Z] 1ce36da41761: Verifying Checksum [2020-10-16T17:27:32.028Z] 1ce36da41761: Download complete [2020-10-16T17:27:32.028Z] 29e5d40040c1: Pull complete [2020-10-16T17:27:33.466Z] 1ce36da41761: Pull complete [2020-10-16T17:27:33.740Z] 25b303627fd3: Verifying Checksum [2020-10-16T17:27:33.740Z] 25b303627fd3: Download complete [2020-10-16T17:27:34.347Z] ---> Running in 479829d1a7ee [2020-10-16T17:27:34.347Z] Removing intermediate container 479829d1a7ee [2020-10-16T17:27:34.347Z] ---> 3a9a0a69b613 [2020-10-16T17:27:34.347Z] Step 25/26 : LABEL git_sha=ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:27:37.174Z] Collecting docker-compose==1.23.2 [2020-10-16T17:27:37.174Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-16T17:27:37.174Z] ---> Running in badb10e36cc7 [2020-10-16T17:27:38.563Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-16T17:27:38.563Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-16T17:27:39.511Z] Removing intermediate container badb10e36cc7 [2020-10-16T17:27:39.511Z] ---> 24ff72c5b7c7 [2020-10-16T17:27:39.511Z] Step 26/26 : LABEL version=1.2.2-dev.79 [2020-10-16T17:27:39.511Z] ---> 1b813f119ffa [2020-10-16T17:27:39.511Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-16T17:27:40.902Z] ---> Running in d643b14045ee [2020-10-16T17:27:40.902Z] ---> Running in 00b26f96d175 [2020-10-16T17:27:40.902Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-16T17:27:40.902Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-16T17:27:40.902Z] ---> ca17a9ea5482 [2020-10-16T17:27:40.902Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-16T17:27:41.166Z] ---> 810f8f7111f0 [2020-10-16T17:27:41.166Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-16T17:27:41.166Z] Collecting cached-property<2,>=1.2.0 [2020-10-16T17:27:41.166Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-16T17:27:41.166Z] ---> Running in cd08158c8832 [2020-10-16T17:27:41.166Z] ---> Running in 916ca5b1fbed [2020-10-16T17:27:41.430Z] Removing intermediate container d643b14045ee [2020-10-16T17:27:41.431Z] ---> e03f78381315 [2020-10-16T17:27:41.431Z] [2020-10-16T17:27:41.431Z] Collecting jsonschema<3,>=2.5.1 [2020-10-16T17:27:41.431Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-16T17:27:41.431Z] Collecting docopt<0.7,>=0.6.1 [2020-10-16T17:27:41.704Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-16T17:27:41.704Z] Successfully built e03f78381315 [2020-10-16T17:27:41.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-16T17:27:41.704Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-16T17:27:41.704Z] Building docker-security-secrets-setup-go [2020-10-16T17:27:42.309Z]  Building docker-security-secretstore-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-16T17:27:42.309Z] Collecting docker<4.0,>=3.6.0 [2020-10-16T17:27:42.309Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-16T17:27:42.309Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o cmd/core-command/core-command ./cmd/core-command [2020-10-16T17:27:42.573Z] Collecting PyYAML<4,>=3.10 [2020-10-16T17:27:42.573Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-16T17:27:43.902Z] 25b303627fd3: Pull complete [2020-10-16T17:27:43.902Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-16T17:27:43.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-16T17:27:43.902Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-16T17:27:44.176Z] prd-ubuntu18.04-docker-arm64-4c-16g-5924 does not seem to be running inside a container [2020-10-16T17:27:44.267Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:27:46.804Z] Collecting texttable<0.10,>=0.9.0 [2020-10-16T17:27:46.804Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-16T17:27:47.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-16T17:27:47.339Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-16T17:27:47.339Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-16T17:27:47.576Z] $ docker top fd988e13537e2c5158b27b97db1eaba974a19a4318e2075f14536d9c8715ad0e -eo pid,comm [2020-10-16T17:27:47.604Z] 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-16T17:27:47.867Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-16T17:27:47.867Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-16T17:27:47.867Z] 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) [Pipeline] { [Pipeline] sh [2020-10-16T17:27:48.140Z] Collecting idna<2.8,>=2.5 [2020-10-16T17:27:48.141Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-16T17:27:48.141Z] Collecting docker-pycreds>=0.4.0 [2020-10-16T17:27:48.141Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-16T17:27:48.141Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-16T17:27:48.141Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-16T17:27:48.141Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-16T17:27:48.141Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-16T17:27:48.735Z] Installing collected packages: dockerpty, urllib3, idna, requests, cached-property, jsonschema, docopt, docker-pycreds, websocket-client, docker, PyYAML, texttable, docker-compose [2020-10-16T17:27:48.735Z] Running setup.py install for dockerpty: started [2020-10-16T17:27:49.024Z] + grep parallel+ [2020-10-16T17:27:49.024Z] docker-compose build --help [2020-10-16T17:27:50.155Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-16T17:27:50.155Z] Attempting uninstall: urllib3 [2020-10-16T17:27:50.155Z] Found existing installation: urllib3 1.25.9 [2020-10-16T17:27:50.155Z] Uninstalling urllib3-1.25.9: [2020-10-16T17:27:50.155Z] Successfully uninstalled urllib3-1.25.9 [2020-10-16T17:27:50.756Z] Attempting uninstall: idna [2020-10-16T17:27:50.756Z] Found existing installation: idna 2.9 [2020-10-16T17:27:50.756Z] Uninstalling idna-2.9: [2020-10-16T17:27:50.756Z] Successfully uninstalled idna-2.9 [2020-10-16T17:27:51.045Z] Attempting uninstall: requests [2020-10-16T17:27:51.045Z] Found existing installation: requests 2.23.0 [2020-10-16T17:27:51.045Z] Uninstalling requests-2.23.0: [2020-10-16T17:27:51.045Z] Successfully uninstalled requests-2.23.0 [2020-10-16T17:27:51.644Z] Running setup.py install for docopt: started [2020-10-16T17:27:52.395Z] --parallel Build images in parallel. [Pipeline] } [2020-10-16T17:27:52.429Z] $ docker stop --time=1 fd988e13537e2c5158b27b97db1eaba974a19a4318e2075f14536d9c8715ad0e [2020-10-16T17:27:52.635Z] Running setup.py install for docopt: finished with status 'done' [2020-10-16T17:27:54.358Z] $ docker rm -f fd988e13537e2c5158b27b97db1eaba974a19a4318e2075f14536d9c8715ad0e [2020-10-16T17:27:54.594Z] Running setup.py install for PyYAML: started [2020-10-16T17:27:54.594Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T17:27:54.594Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-16T17:27:54.594Z] ---> b68ddcf5a616 [2020-10-16T17:27:54.594Z] Step 3/29 : WORKDIR /edgex-go [2020-10-16T17:27:54.594Z] ---> Using cache [2020-10-16T17:27:54.594Z] ---> 1f591d0ee3fa [2020-10-16T17:27:54.594Z] Step 4/29 : RUN apk update && apk add make git [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:27:54.894Z] ---> Running in 3424aeccfaf9 [2020-10-16T17:27:55.134Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-16T17:27:55.134Z] . [Pipeline] withDockerContainer [2020-10-16T17:27:55.163Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-16T17:27:55.163Z] Running setup.py install for texttable: started [2020-10-16T17:27:55.373Z] prd-ubuntu18.04-docker-arm64-4c-16g-5924 does not seem to be running inside a container [2020-10-16T17:27:55.461Z] $ 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/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:27:55.757Z] Running setup.py install for texttable: finished with status 'done' [2020-10-16T17:27:56.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T17:27:56.310Z] 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-16T17:27:56.841Z] $ docker top 8ad41c12030496427537bbd86375cd54a7044c6895f90b799511d44b781c8c44 -eo pid,comm [2020-10-16T17:27:56.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2020-10-16T17:27:57.198Z] v3.12.0-426-gabe0767261 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:27:57.198Z] v3.12.0-427-gc0473f766f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:27:57.198Z] OK: 12752 distinct packages available [2020-10-16T17:27:57.781Z] OK: 233 MiB in 51 packages [2020-10-16T17:27:57.813Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-16T17:27:58.765Z] Removing intermediate container 3424aeccfaf9 [2020-10-16T17:27:58.765Z] ---> 8d59e63046c9 [2020-10-16T17:27:58.765Z] Step 5/29 : COPY go.mod . [2020-10-16T17:27:59.733Z] Removing intermediate container 426e0f2da0ad [2020-10-16T17:27:59.733Z] ---> 60337ef6d225 [2020-10-16T17:27:59.733Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-16T17:27:59.733Z] ---> b391fc24acb1 [2020-10-16T17:27:59.733Z] Step 6/29 : RUN go mod download [2020-10-16T17:27:59.733Z] ---> Running in a2dede555361 [2020-10-16T17:27:59.733Z] ---> Running in 88b8c0ec12e3 [2020-10-16T17:28:01.198Z] Building docker-core-command-go ... [2020-10-16T17:28:01.198Z] Building docker-core-data-go ... [2020-10-16T17:28:01.198Z] Building docker-core-metadata-go ... [2020-10-16T17:28:01.198Z] Building docker-security-proxy-setup-go ... [2020-10-16T17:28:01.198Z] Building docker-security-secrets-setup-go ... [2020-10-16T17:28:01.198Z] Building docker-security-secretstore-setup-go ... [2020-10-16T17:28:01.198Z] Building docker-support-logging-go ... [2020-10-16T17:28:01.198Z] Building docker-support-notifications-go ... [2020-10-16T17:28:01.198Z] Building docker-support-scheduler-go ... [2020-10-16T17:28:01.198Z] Building docker-sys-mgmt-agent-go ... [2020-10-16T17:28:01.198Z] Building docker-sys-mgmt-agent-go [2020-10-16T17:28:01.198Z] Building docker-core-data-go [2020-10-16T17:28:01.198Z] Building docker-security-secretstore-setup-go [2020-10-16T17:28:01.199Z] Building docker-support-scheduler-go [2020-10-16T17:28:01.199Z] Building docker-core-metadata-go [2020-10-16T17:28:02.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T17:28:02.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T17:28:02.377Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-16T17:28:02.377Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-16T17:28:02.377Z] (3/3) Installing curl (7.69.1-r1) [2020-10-16T17:28:02.377Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T17:28:02.377Z] OK: 72 MiB in 58 packages [2020-10-16T17:28:04.361Z] Removing intermediate container a2dede555361 [2020-10-16T17:28:04.361Z] ---> 5b1d98d9d6de [2020-10-16T17:28:04.361Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-16T17:28:04.626Z] Removing intermediate container 88b8c0ec12e3 [2020-10-16T17:28:04.626Z] ---> bc30114aad7d [2020-10-16T17:28:04.626Z] Step 7/29 : COPY . . [2020-10-16T17:28:04.626Z] ---> Running in 95a93e09b351 [2020-10-16T17:28:05.215Z] Removing intermediate container 95a93e09b351 [2020-10-16T17:28:05.215Z] ---> 365eefd5e63c [2020-10-16T17:28:05.215Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T17:28:07.146Z] ---> Running in 32aad916ef40 [2020-10-16T17:28:10.473Z] Removing intermediate container 32aad916ef40 [2020-10-16T17:28:10.473Z] ---> 8bf192760ab0 [2020-10-16T17:28:10.473Z] Step 25/27 : LABEL arch=x86_64 [2020-10-16T17:28:13.834Z] ---> Running in d99178646ad8 [2020-10-16T17:28:15.275Z] Removing intermediate container d99178646ad8 [2020-10-16T17:28:15.275Z] ---> 4cd67a957c85 [2020-10-16T17:28:15.275Z] Step 26/27 : LABEL git_sha=ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:28:16.680Z] ---> Running in 9aeffec791a7 [2020-10-16T17:28:17.630Z] Removing intermediate container 9aeffec791a7 [2020-10-16T17:28:17.630Z] ---> 89791fc37bf0 [2020-10-16T17:28:17.630Z] Step 27/27 : LABEL version=1.2.2-dev.79 [2020-10-16T17:28:21.858Z] ---> Running in e4b2fdb41000 [2020-10-16T17:28:21.858Z] ---> ec61596d8d23 [2020-10-16T17:28:21.858Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-16T17:28:21.858Z] ---> Running in 5d8b90acce5c [2020-10-16T17:28:21.858Z] Removing intermediate container e4b2fdb41000 [2020-10-16T17:28:21.859Z] ---> 80e3e081d573 [2020-10-16T17:28:21.859Z] [2020-10-16T17:28:21.859Z] Successfully built 80e3e081d573 [2020-10-16T17:28:21.859Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-16T17:28:21.859Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-data-go [2020-10-16T17:28:22.437Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-16T17:28:32.475Z] Removing intermediate container cd08158c8832 [2020-10-16T17:28:32.475Z] ---> 9a105522e497 [2020-10-16T17:28:32.475Z] [2020-10-16T17:28:32.475Z] Step 10/24 : FROM scratch [2020-10-16T17:28:32.475Z] ---> [2020-10-16T17:28:32.475Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-16T17:28:32.475Z] Removing intermediate container 916ca5b1fbed [2020-10-16T17:28:32.475Z] ---> 274588b228e4 [2020-10-16T17:28:32.475Z] [2020-10-16T17:28:32.475Z] Step 10/22 : FROM scratch [2020-10-16T17:28:32.475Z] ---> [2020-10-16T17:28:32.475Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T17:28:32.475Z] Removing intermediate container 00b26f96d175 [2020-10-16T17:28:32.475Z] ---> fd5cfaceb4c9 [2020-10-16T17:28:32.475Z] [2020-10-16T17:28:32.475Z] Step 10/22 : FROM scratch [2020-10-16T17:28:32.475Z] ---> [2020-10-16T17:28:32.475Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T17:28:32.475Z] ---> Using cache [2020-10-16T17:28:32.475Z] ---> 2e48a6eff977 [2020-10-16T17:28:32.475Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-16T17:28:32.475Z] ---> Using cache [2020-10-16T17:28:32.475Z] ---> d9729fcdc559 [2020-10-16T17:28:32.475Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-16T17:28:32.475Z] ---> Using cache [2020-10-16T17:28:32.475Z] ---> 2e48a6eff977 [2020-10-16T17:28:32.475Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-16T17:28:35.058Z] ---> Running in 3b3ede3d3508 [2020-10-16T17:28:35.058Z] ---> Running in 1f0ce95c0c3a [2020-10-16T17:28:35.058Z] ---> Running in 5303931d20e0 [2020-10-16T17:28:35.328Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T17:28:35.328Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-16T17:28:35.328Z] ---> b68ddcf5a616 [2020-10-16T17:28:35.328Z] Step 3/23 : WORKDIR /edgex-go [2020-10-16T17:28:35.328Z] ---> Using cache [2020-10-16T17:28:35.328Z] ---> 1f591d0ee3fa [2020-10-16T17:28:35.328Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T17:28:35.328Z] ---> Using cache [2020-10-16T17:28:35.328Z] ---> 8a1d881936f7 [2020-10-16T17:28:35.328Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-16T17:28:37.905Z] ---> Running in 56942bb37a3a [2020-10-16T17:28:37.905Z] Removing intermediate container 1f0ce95c0c3a [2020-10-16T17:28:37.905Z] ---> bceaf591ebf7 [2020-10-16T17:28:37.905Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-16T17:28:37.905Z] Removing intermediate container 3b3ede3d3508 [2020-10-16T17:28:37.905Z] ---> fb6a471227bc [2020-10-16T17:28:37.905Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T17:28:37.905Z] Removing intermediate container 5303931d20e0 [2020-10-16T17:28:37.905Z] ---> 6e4ceed5a833 [2020-10-16T17:28:37.905Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T17:28:37.905Z] ---> Running in e35da7dede58 [2020-10-16T17:28:37.905Z] ---> Running in 5c768acafb2c [2020-10-16T17:28:37.905Z] ---> Running in 95b954299865 [2020-10-16T17:28:38.188Z] Removing intermediate container e35da7dede58 [2020-10-16T17:28:38.188Z] ---> d45d1bc67d76 [2020-10-16T17:28:38.188Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-16T17:28:38.188Z] Removing intermediate container 5c768acafb2c [2020-10-16T17:28:38.188Z] ---> 4385e57dd254 [2020-10-16T17:28:38.188Z] Step 14/22 : WORKDIR / [2020-10-16T17:28:38.188Z] ---> Running in de469df89abf [2020-10-16T17:28:38.188Z] Removing intermediate container 95b954299865 [2020-10-16T17:28:38.188Z] ---> 713fae35e7c9 [2020-10-16T17:28:38.188Z] Step 14/22 : WORKDIR / [2020-10-16T17:28:38.490Z] ---> Running in f7ec131c6921 [2020-10-16T17:28:38.490Z] Removing intermediate container de469df89abf [2020-10-16T17:28:38.490Z] ---> 0d669bddc785 [2020-10-16T17:28:38.490Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-16T17:28:38.490Z] ---> 885e897426a0 [2020-10-16T17:28:38.490Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-16T17:28:38.776Z] Removing intermediate container f7ec131c6921 [2020-10-16T17:28:38.776Z] ---> ea49090fa485 [2020-10-16T17:28:38.777Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-16T17:28:38.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T17:28:38.777Z] ---> 892e433e008a [2020-10-16T17:28:38.777Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-16T17:28:39.054Z] ---> 38c9e4913b92 [2020-10-16T17:28:39.054Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-16T17:28:39.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T17:28:39.598Z] ---> 4fbe72e06e38 [2020-10-16T17:28:39.598Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-16T17:28:39.882Z] v3.12.0-426-gabe0767261 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:28:39.882Z] v3.12.0-427-gc0473f766f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:28:39.882Z] OK: 12752 distinct packages available [2020-10-16T17:28:39.882Z] ---> 930985049d90 [2020-10-16T17:28:39.882Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-16T17:28:40.150Z] ---> 16c47e3f9890 [2020-10-16T17:28:40.150Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-16T17:28:40.150Z] OK: 233 MiB in 51 packages [2020-10-16T17:28:40.429Z] ---> ca5401ef8c97 [2020-10-16T17:28:40.429Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-16T17:28:40.429Z] ---> ef8de348b598 [2020-10-16T17:28:40.429Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-16T17:28:40.699Z] ---> 80f63d77fad6 [2020-10-16T17:28:40.699Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-16T17:28:40.977Z] ---> Running in 541b5ba64a19 [2020-10-16T17:28:40.977Z] ---> Running in 7528a8a93f42 [2020-10-16T17:28:41.246Z] ---> 2f601b33dc71 [2020-10-16T17:28:41.246Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-16T17:28:41.511Z] Removing intermediate container 541b5ba64a19 [2020-10-16T17:28:41.511Z] ---> b4775318a4b4 [2020-10-16T17:28:41.511Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T17:28:41.511Z] Removing intermediate container 7528a8a93f42 [2020-10-16T17:28:41.511Z] ---> f9fd936f55c8 [2020-10-16T17:28:41.511Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T17:28:41.776Z] Removing intermediate container 56942bb37a3a [2020-10-16T17:28:41.776Z] ---> 326d77971e28 [2020-10-16T17:28:41.776Z] Step 6/23 : COPY go.mod . [2020-10-16T17:28:41.776Z] ---> Running in 79778d3f3d53 [2020-10-16T17:28:41.776Z] ---> Running in 8165c649cb66 [2020-10-16T17:28:41.776Z] ---> f6581c80e39d [2020-10-16T17:28:41.776Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-16T17:28:42.056Z] ---> 3ad4c7591a3f [2020-10-16T17:28:42.056Z] Step 7/23 : RUN go mod download [2020-10-16T17:28:42.056Z] Removing intermediate container 79778d3f3d53 [2020-10-16T17:28:42.056Z] ---> 17f66e327899 [2020-10-16T17:28:42.056Z] Step 20/22 : LABEL arch=x86_64 [2020-10-16T17:28:42.056Z] ---> Running in 90b449265c3e [2020-10-16T17:28:42.319Z] Removing intermediate container 8165c649cb66 [2020-10-16T17:28:42.319Z] ---> 7243675f8f73 [2020-10-16T17:28:42.319Z] Step 20/22 : LABEL arch=x86_64 [2020-10-16T17:28:42.586Z] ---> 2f99a4e5a7c7 [2020-10-16T17:28:42.586Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-16T17:28:42.586Z] ---> Running in 326b1eb894d9 [2020-10-16T17:28:42.586Z] ---> Running in 680a418c6e0e [2020-10-16T17:28:42.855Z] ---> Running in 39217383764f [2020-10-16T17:28:42.855Z] Removing intermediate container 326b1eb894d9 [2020-10-16T17:28:42.855Z] ---> f1f935ccf345 [2020-10-16T17:28:42.855Z] Step 21/22 : LABEL git_sha=ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:28:43.820Z] Removing intermediate container 680a418c6e0e [2020-10-16T17:28:43.820Z] ---> b0544e77b248 [2020-10-16T17:28:43.820Z] Step 21/22 : LABEL git_sha=ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:28:43.820Z] ---> Running in bf7c0281c621 [2020-10-16T17:28:43.820Z] Removing intermediate container 39217383764f [2020-10-16T17:28:43.820Z] ---> 6d98ffa440d1 [2020-10-16T17:28:43.820Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T17:28:43.820Z] ---> Running in 3c3fda43e516 [2020-10-16T17:28:45.214Z] ---> Running in 77023b9a7791 [2020-10-16T17:28:45.214Z] Removing intermediate container bf7c0281c621 [2020-10-16T17:28:45.214Z] ---> c33af4d847ea [2020-10-16T17:28:45.214Z] Step 22/22 : LABEL version=1.2.2-dev.79 [2020-10-16T17:28:45.214Z] Removing intermediate container 3c3fda43e516 [2020-10-16T17:28:45.214Z] ---> 66a479ac4efa [2020-10-16T17:28:45.214Z] Step 22/22 : LABEL version=1.2.2-dev.79 [2020-10-16T17:28:45.214Z] Removing intermediate container 5d8b90acce5c [2020-10-16T17:28:45.214Z] ---> ffa3c5020230 [2020-10-16T17:28:45.214Z] [2020-10-16T17:28:45.214Z] Step 9/29 : FROM alpine:latest [2020-10-16T17:28:45.478Z] ---> Running in 0c594d37d865 [2020-10-16T17:28:45.478Z] ---> a24bb4013296 [2020-10-16T17:28:45.478Z] 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-16T17:28:45.478Z] ---> Running in edb804f03492 [2020-10-16T17:28:45.478Z] Removing intermediate container 77023b9a7791 [2020-10-16T17:28:45.478Z] ---> 3ba871de7879 [2020-10-16T17:28:45.478Z] Step 22/24 : LABEL arch=x86_64 [2020-10-16T17:28:45.478Z] Removing intermediate container 90b449265c3e [2020-10-16T17:28:45.478Z] ---> d5b52aaed963 [2020-10-16T17:28:45.478Z] Step 8/23 : COPY . . [2020-10-16T17:28:45.741Z] ---> Running in e218becf6ea9 [2020-10-16T17:28:45.741Z] ---> Running in 0b113248c6a3 [2020-10-16T17:28:46.006Z] Removing intermediate container 0c594d37d865 [2020-10-16T17:28:46.006Z] ---> 38676097608a [2020-10-16T17:28:46.006Z] [2020-10-16T17:28:48.569Z] Successfully built 38676097608a [2020-10-16T17:28:48.569Z] Removing intermediate container edb804f03492 [2020-10-16T17:28:48.569Z] ---> 7132668dc1a6 [2020-10-16T17:28:48.569Z] [2020-10-16T17:28:48.569Z] Successfully tagged docker-core-command-go:latest [2020-10-16T17:28:48.569Z]  Building docker-core-command-go ... done Successfully built 7132668dc1a6 [2020-10-16T17:28:48.569Z] Successfully tagged docker-core-metadata-go:latest [2020-10-16T17:28:52.799Z]  Building docker-core-metadata-go ... done Removing intermediate container 0b113248c6a3 [2020-10-16T17:28:52.799Z] ---> 9ee6c7661234 [2020-10-16T17:28:52.799Z] Step 23/24 : LABEL git_sha=ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:28:52.799Z] Removing intermediate container e218becf6ea9 [2020-10-16T17:28:52.799Z] ---> 4f725884d83c [2020-10-16T17:28:52.799Z] Step 11/29 : USER root [2020-10-16T17:28:54.722Z] ---> Running in c9d5c8e7299a [2020-10-16T17:28:54.722Z] ---> Running in 1f79930a5e1b [2020-10-16T17:28:55.670Z] Removing intermediate container c9d5c8e7299a [2020-10-16T17:28:55.670Z] ---> c21e273505d7 [2020-10-16T17:28:55.670Z] Step 24/24 : LABEL version=1.2.2-dev.79 [2020-10-16T17:28:55.670Z] Removing intermediate container 1f79930a5e1b [2020-10-16T17:28:55.670Z] ---> 0f106cee9a1a [2020-10-16T17:28:55.670Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-16T17:28:56.618Z] ---> Running in b6254fbde1ed [2020-10-16T17:28:56.618Z] ---> Running in 98beded3c6e2 [2020-10-16T17:28:56.881Z] ---> 782af4a4c56f [2020-10-16T17:28:56.881Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-16T17:28:56.881Z] ---> Running in 73f31a8203f4 [2020-10-16T17:28:57.304Z] Removing intermediate container 98beded3c6e2 [2020-10-16T17:28:57.304Z] ---> 44b20f452800 [2020-10-16T17:28:57.304Z] [2020-10-16T17:28:57.304Z] Successfully built 44b20f452800 [2020-10-16T17:28:57.304Z] Successfully tagged docker-support-notifications-go:latest [2020-10-16T17:28:57.304Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T17:28:57.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T17:28:57.647Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o cmd/core-data/core-data ./cmd/core-data [2020-10-16T17:28:57.647Z] v3.12.0-426-gabe0767261 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:28:57.647Z] v3.12.0-427-gc0473f766f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:28:57.647Z] OK: 12750 distinct packages available [2020-10-16T17:28:57.753Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T17:28:57.753Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T17:28:57.753Z] ---> 973b55bb510d [2020-10-16T17:28:57.753Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T17:28:57.753Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T17:28:57.753Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-16T17:28:57.753Z] ---> 973b55bb510d [2020-10-16T17:28:57.753Z] Step 3/26 : WORKDIR /edgex-go [2020-10-16T17:28:57.753Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T17:28:57.753Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-16T17:28:57.753Z] ---> 973b55bb510d [2020-10-16T17:28:57.754Z] Step 3/23 : WORKDIR /edgex-go [2020-10-16T17:28:57.754Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T17:28:57.754Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-16T17:28:57.754Z] ---> 973b55bb510d [2020-10-16T17:28:57.754Z] Step 3/21 : WORKDIR /edgex-go [2020-10-16T17:28:57.754Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T17:28:57.754Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-16T17:28:57.754Z] ---> 973b55bb510d [2020-10-16T17:28:57.754Z] Step 3/27 : WORKDIR /edgex-go [2020-10-16T17:28:57.754Z] ---> Running in 27f43d357c8a [2020-10-16T17:28:57.754Z] ---> Running in 4ec67283d24e [2020-10-16T17:28:57.754Z] ---> Running in 5cf6a4b02564 [2020-10-16T17:28:57.754Z] ---> Running in 9c14306983ab [2020-10-16T17:28:57.754Z] ---> Running in 29f1d6a31463 [2020-10-16T17:28:57.754Z] Removing intermediate container 5cf6a4b02564 [2020-10-16T17:28:57.754Z] ---> 122eb051d02f [2020-10-16T17:28:57.754Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T17:28:57.754Z] Removing intermediate container 29f1d6a31463 [2020-10-16T17:28:57.754Z] ---> 8c78ea7759f8 [2020-10-16T17:28:57.754Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T17:28:57.754Z] Removing intermediate container 9c14306983ab [2020-10-16T17:28:57.754Z] ---> c3db915dcac0 [2020-10-16T17:28:57.754Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T17:28:57.754Z] Removing intermediate container 27f43d357c8a [2020-10-16T17:28:57.754Z] ---> 806e9e4a88c2 [2020-10-16T17:28:57.754Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T17:28:57.754Z] Removing intermediate container 4ec67283d24e [2020-10-16T17:28:57.754Z] ---> 9b74c2b284fa [2020-10-16T17:28:57.754Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T17:28:57.754Z] ---> Running in 6f9076a60763 [2020-10-16T17:28:57.754Z] ---> Running in 3dbbdd9ccb9e [2020-10-16T17:28:57.754Z] ---> Running in e1c5aee67dd7 [2020-10-16T17:28:57.754Z] ---> Running in d95382182827 [2020-10-16T17:28:57.754Z] ---> Running in 537594fe0587 [2020-10-16T17:28:57.935Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-16T17:28:57.935Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-16T17:28:57.935Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T17:28:57.935Z] Executing ca-certificates-20191127-r4.trigger [2020-10-16T17:28:57.935Z] OK: 6 MiB in 16 packages [2020-10-16T17:28:58.735Z] Removing intermediate container 6f9076a60763 [2020-10-16T17:28:58.735Z] ---> 84ca8ac90b4a [2020-10-16T17:28:58.735Z] Step 5/22 : RUN apk update && apk add make git [2020-10-16T17:28:59.333Z] ---> Running in a7e5b08c22f0 [2020-10-16T17:28:59.610Z] Removing intermediate container 3dbbdd9ccb9e [2020-10-16T17:28:59.610Z] ---> c101b0572467 [2020-10-16T17:28:59.610Z] Step 5/26 : RUN apk update && apk add make git [2020-10-16T17:28:59.610Z] Removing intermediate container e1c5aee67dd7 [2020-10-16T17:28:59.610Z] ---> 59bb01cb3a5f [2020-10-16T17:28:59.610Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-16T17:28:59.885Z] ---> Running in dbb5084f3533 [2020-10-16T17:28:59.885Z] ---> Running in c4d5993bee93 [2020-10-16T17:28:59.948Z] Removing intermediate container b6254fbde1ed [2020-10-16T17:28:59.948Z] ---> 0381278679f6 [2020-10-16T17:28:59.948Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-16T17:28:59.948Z] ---> Running in e4e1d5ba2460 [2020-10-16T17:29:00.159Z] Removing intermediate container 537594fe0587 [2020-10-16T17:29:00.159Z] ---> aa8d1ce33129 [2020-10-16T17:29:00.159Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-16T17:29:00.159Z] Removing intermediate container d95382182827 [2020-10-16T17:29:00.159Z] ---> ccec403d0219 [2020-10-16T17:29:00.159Z] Step 5/21 : RUN apk update && apk add make git [2020-10-16T17:29:00.214Z] Removing intermediate container e4e1d5ba2460 [2020-10-16T17:29:00.214Z] ---> 34a27a3706c1 [2020-10-16T17:29:00.214Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-16T17:29:00.477Z] ---> Running in c57ec3bbc157 [2020-10-16T17:29:00.759Z] ---> Running in 9e19b138ec4a [2020-10-16T17:29:01.037Z] ---> Running in 3242527dee02 [2020-10-16T17:29:01.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T17:29:02.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T17:29:02.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T17:29:02.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T17:29:03.100Z] Removing intermediate container c57ec3bbc157 [2020-10-16T17:29:03.101Z] ---> 6b2bc64edc21 [2020-10-16T17:29:03.101Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-16T17:29:03.101Z] ---> Running in 38968354e2fc [2020-10-16T17:29:03.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T17:29:03.127Z] v3.12.0-426-gabe0767261 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:29:03.127Z] v3.12.0-427-gc0473f766f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:29:03.127Z] OK: 12623 distinct packages available [2020-10-16T17:29:03.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T17:29:03.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T17:29:03.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T17:29:03.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T17:29:03.953Z] OK: 217 MiB in 51 packages [2020-10-16T17:29:04.238Z] v3.12.0-426-gabe0767261 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:29:04.239Z] v3.12.0-427-gc0473f766f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:29:04.239Z] OK: 12623 distinct packages available [2020-10-16T17:29:04.556Z] Removing intermediate container 38968354e2fc [2020-10-16T17:29:04.556Z] ---> 3233eee93af2 [2020-10-16T17:29:04.556Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-16T17:29:04.835Z] v3.12.0-426-gabe0767261 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:29:04.835Z] v3.12.0-427-gc0473f766f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:29:04.835Z] OK: 12623 distinct packages available [2020-10-16T17:29:04.835Z] v3.12.0-426-gabe0767261 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:29:04.835Z] v3.12.0-427-gc0473f766f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:29:04.835Z] OK: 12623 distinct packages available [2020-10-16T17:29:04.835Z] OK: 217 MiB in 51 packages [2020-10-16T17:29:05.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T17:29:05.524Z] ---> ef5ef4d73fba [2020-10-16T17:29:05.524Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-16T17:29:05.716Z] OK: 217 MiB in 51 packages [2020-10-16T17:29:05.716Z] OK: 217 MiB in 51 packages [2020-10-16T17:29:06.125Z] ---> 7eec00c55d34 [2020-10-16T17:29:06.126Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-16T17:29:06.324Z] Removing intermediate container a7e5b08c22f0 [2020-10-16T17:29:06.324Z] ---> a13acc5bd4b7 [2020-10-16T17:29:06.324Z] Step 6/22 : COPY go.mod . [2020-10-16T17:29:06.324Z] v3.12.0-426-gabe0767261 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:29:06.324Z] v3.12.0-427-gc0473f766f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:29:06.324Z] OK: 12623 distinct packages available [2020-10-16T17:29:06.728Z] ---> 815195bee9d3 [2020-10-16T17:29:06.728Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-16T17:29:07.004Z] ---> cd13b4119adb [2020-10-16T17:29:07.004Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-16T17:29:07.305Z] OK: 217 MiB in 51 packages [2020-10-16T17:29:07.603Z] ---> da8e2bd40bf0 [2020-10-16T17:29:07.604Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-16T17:29:07.604Z] ---> Running in 45edf9c1f1b6 [2020-10-16T17:29:08.281Z] ---> 575426257ceb [2020-10-16T17:29:08.282Z] Step 7/22 : RUN go mod download [2020-10-16T17:29:09.007Z] Removing intermediate container 45edf9c1f1b6 [2020-10-16T17:29:09.007Z] ---> b70884b4eef0 [2020-10-16T17:29:09.007Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-16T17:29:09.007Z] ---> 76ef9575f260 [2020-10-16T17:29:09.007Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-16T17:29:09.007Z] ---> Running in 5c5ef2a9d88f [2020-10-16T17:29:09.269Z] Removing intermediate container dbb5084f3533 [2020-10-16T17:29:09.269Z] ---> ac492d737387 [2020-10-16T17:29:09.269Z] Step 6/23 : COPY go.mod . [2020-10-16T17:29:09.561Z] ---> Running in e92112dd9d13 [2020-10-16T17:29:09.561Z] Removing intermediate container c4d5993bee93 [2020-10-16T17:29:09.561Z] ---> f492e9051a82 [2020-10-16T17:29:09.561Z] Step 6/26 : COPY go.mod . [2020-10-16T17:29:09.561Z] Removing intermediate container 9e19b138ec4a [2020-10-16T17:29:09.561Z] ---> 51d22999ee88 [2020-10-16T17:29:09.561Z] Step 6/27 : COPY go.mod . [2020-10-16T17:29:10.557Z] Removing intermediate container 3242527dee02 [2020-10-16T17:29:10.557Z] ---> 8c8b97979e70 [2020-10-16T17:29:10.828Z] Step 6/21 : COPY go.mod . [2020-10-16T17:29:11.104Z] ---> 4506ededc348 [2020-10-16T17:29:11.104Z] Step 7/27 : RUN go mod download [2020-10-16T17:29:11.104Z] ---> a703588238ad [2020-10-16T17:29:11.104Z] Step 7/23 : RUN go mod download [2020-10-16T17:29:11.373Z] ---> 52fe778b9efd [2020-10-16T17:29:11.373Z] Step 7/26 : RUN go mod download [2020-10-16T17:29:11.569Z] Removing intermediate container 5c5ef2a9d88f [2020-10-16T17:29:11.569Z] ---> 6b47d9ade95f [2020-10-16T17:29:11.569Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-16T17:29:11.569Z] ---> Running in 8de8056b408e [2020-10-16T17:29:11.647Z] ---> Running in 73b454593211 [2020-10-16T17:29:11.647Z] ---> Running in 07a0f9d46b87 [2020-10-16T17:29:11.922Z] ---> Running in 676db961cfea [2020-10-16T17:29:11.922Z] ---> 95f3f13df93c [2020-10-16T17:29:11.922Z] Step 7/21 : RUN go mod download [2020-10-16T17:29:12.537Z] ---> Running in 955fa2baccc8 [2020-10-16T17:29:12.966Z] Removing intermediate container 8de8056b408e [2020-10-16T17:29:12.966Z] ---> 61aa20f42188 [2020-10-16T17:29:12.966Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-16T17:29:14.356Z] ---> Running in 6834b442affa [2020-10-16T17:29:14.356Z] Removing intermediate container 73f31a8203f4 [2020-10-16T17:29:14.356Z] ---> 2dbc47a68bcd [2020-10-16T17:29:14.356Z] [2020-10-16T17:29:14.356Z] Step 10/23 : FROM alpine [2020-10-16T17:29:14.356Z] ---> a24bb4013296 [2020-10-16T17:29:14.356Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T17:29:14.356Z] ---> Running in 0cd64ee68d17 [2020-10-16T17:29:14.356Z] Removing intermediate container 6834b442affa [2020-10-16T17:29:14.356Z] ---> 1f0dec3bf7ad [2020-10-16T17:29:14.356Z] Step 26/29 : CMD [ "generate" ] [2020-10-16T17:29:14.618Z] ---> Running in 5ed6e5b0714e [2020-10-16T17:29:14.618Z] Removing intermediate container 0cd64ee68d17 [2020-10-16T17:29:14.618Z] ---> 3efda76d46da [2020-10-16T17:29:14.618Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-16T17:29:14.618Z] ---> Running in a460a93d0538 [2020-10-16T17:29:14.618Z] Removing intermediate container 5ed6e5b0714e [2020-10-16T17:29:14.618Z] ---> 407040fd0405 [2020-10-16T17:29:14.618Z] Step 27/29 : LABEL arch=x86_64 [2020-10-16T17:29:14.825Z] Removing intermediate container e92112dd9d13 [2020-10-16T17:29:14.825Z] ---> 8ca2756a0f4f [2020-10-16T17:29:14.825Z] Step 8/22 : COPY . . [2020-10-16T17:29:14.879Z] ---> Running in db857af785db [2020-10-16T17:29:14.879Z] Removing intermediate container a460a93d0538 [2020-10-16T17:29:14.879Z] ---> 8c9d86dd482e [2020-10-16T17:29:14.879Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-16T17:29:14.879Z] Removing intermediate container db857af785db [2020-10-16T17:29:14.879Z] ---> 3138b838fe32 [2020-10-16T17:29:14.879Z] Step 28/29 : LABEL git_sha=ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:15.140Z] ---> Running in bc2925fc8e47 [2020-10-16T17:29:15.140Z] ---> Running in 11f29e5edc19 [2020-10-16T17:29:15.140Z] Removing intermediate container bc2925fc8e47 [2020-10-16T17:29:15.140Z] ---> b1bd68fa6f1e [2020-10-16T17:29:15.140Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T17:29:15.410Z] ---> Running in dd1fe487035f [2020-10-16T17:29:15.410Z] Removing intermediate container 11f29e5edc19 [2020-10-16T17:29:15.410Z] ---> a3cfea63930c [2020-10-16T17:29:15.410Z] Step 29/29 : LABEL version=1.2.2-dev.79 [2020-10-16T17:29:15.410Z] ---> Running in 2e7d07d85c29 [2020-10-16T17:29:15.673Z] Removing intermediate container 2e7d07d85c29 [2020-10-16T17:29:15.673Z] ---> 11c7aea67d50 [2020-10-16T17:29:15.673Z] [2020-10-16T17:29:15.673Z] Successfully built 11c7aea67d50 [2020-10-16T17:29:15.934Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-16T17:29:16.196Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container dd1fe487035f [2020-10-16T17:29:16.196Z] ---> 48339d3af583 [2020-10-16T17:29:16.196Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-16T17:29:16.196Z] ---> Running in 85df0dfb8da5 [2020-10-16T17:29:16.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T17:29:17.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T17:29:17.606Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-16T17:29:17.867Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-16T17:29:17.867Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-16T17:29:18.129Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-16T17:29:18.129Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-16T17:29:18.129Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T17:29:18.393Z] OK: 8 MiB in 19 packages [2020-10-16T17:29:18.655Z] Removing intermediate container 85df0dfb8da5 [2020-10-16T17:29:18.655Z] ---> 667084104817 [2020-10-16T17:29:18.655Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-16T17:29:18.917Z] ---> c2ad7783a451 [2020-10-16T17:29:18.917Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-16T17:29:19.490Z] ---> 98f539e597fd [2020-10-16T17:29:19.490Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-16T17:29:19.752Z] ---> 1667f91f4415 [2020-10-16T17:29:19.752Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-16T17:29:19.752Z] ---> Running in 3292da7f8a4b [2020-10-16T17:29:20.014Z] Removing intermediate container 3292da7f8a4b [2020-10-16T17:29:20.014Z] ---> f029b21bc4b9 [2020-10-16T17:29:20.014Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T17:29:20.014Z] ---> Running in ee2f2dd18a93 [2020-10-16T17:29:20.265Z] Removing intermediate container 73b454593211 [2020-10-16T17:29:20.265Z] ---> 92be74456457 [2020-10-16T17:29:20.265Z] Step 8/23 : COPY . . [2020-10-16T17:29:20.275Z] Removing intermediate container ee2f2dd18a93 [2020-10-16T17:29:20.275Z] ---> 7971cd9b7ddf [2020-10-16T17:29:20.275Z] Step 21/23 : LABEL arch=x86_64 [2020-10-16T17:29:20.275Z] ---> Running in 6acbd908d3f0 [2020-10-16T17:29:20.537Z] Removing intermediate container 6acbd908d3f0 [2020-10-16T17:29:20.537Z] ---> 8289e2e57ae8 [2020-10-16T17:29:20.537Z] Step 22/23 : LABEL git_sha=ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:20.537Z] ---> Running in 33950d7989f0 [2020-10-16T17:29:20.800Z] Removing intermediate container 33950d7989f0 [2020-10-16T17:29:20.800Z] ---> cce787e83d1c [2020-10-16T17:29:20.800Z] Step 23/23 : LABEL version=1.2.2-dev.79 [2020-10-16T17:29:20.800Z] ---> Running in 2e7d86d6c686 [2020-10-16T17:29:20.800Z] Removing intermediate container 2e7d86d6c686 [2020-10-16T17:29:20.800Z] ---> 6673497de1dd [2020-10-16T17:29:20.800Z] [2020-10-16T17:29:20.871Z] Removing intermediate container 07a0f9d46b87 [2020-10-16T17:29:20.871Z] ---> 070d875c9ba6 [2020-10-16T17:29:20.871Z] Step 8/27 : COPY . . [2020-10-16T17:29:21.063Z] Successfully built 6673497de1dd [2020-10-16T17:29:21.064Z] Successfully tagged docker-core-data-go:latest [2020-10-16T17:29:21.162Z] Removing intermediate container 676db961cfea [2020-10-16T17:29:21.162Z] ---> 6f12857f5da9 [2020-10-16T17:29:21.162Z] Step 8/26 : COPY . . [2020-10-16T17:29:21.335Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-10-16T17:29:21.343Z] $ docker stop --time=1 939acdd1e83d0006b7727ee0618b7886fba67ca4a63bd246d23f6ef923f8e027 [2020-10-16T17:29:21.444Z] Removing intermediate container 955fa2baccc8 [2020-10-16T17:29:21.444Z] ---> 44f2578c4689 [2020-10-16T17:29:21.444Z] Step 8/21 : COPY . . [2020-10-16T17:29:22.942Z] $ docker rm -f 939acdd1e83d0006b7727ee0618b7886fba67ca4a63bd246d23f6ef923f8e027 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:29:23.515Z] + docker images [2020-10-16T17:29:23.515Z] + grep docker [2020-10-16T17:29:24.089Z] docker-core-data-go latest 6673497de1dd 4 seconds ago 23.6MB [2020-10-16T17:29:24.089Z] docker-security-secrets-setup-go latest 11c7aea67d50 9 seconds ago 24MB [2020-10-16T17:29:24.089Z] docker-support-notifications-go latest 44b20f452800 28 seconds ago 13.6MB [2020-10-16T17:29:24.089Z] docker-core-metadata-go latest 7132668dc1a6 39 seconds ago 14.4MB [2020-10-16T17:29:24.089Z] docker-core-command-go latest 38676097608a 39 seconds ago 12.2MB [2020-10-16T17:29:24.089Z] docker-sys-mgmt-agent-go latest 80e3e081d573 About a minute ago 290MB [2020-10-16T17:29:24.089Z] docker-security-secretstore-setup-go latest e03f78381315 About a minute ago 32.4MB [2020-10-16T17:29:24.089Z] docker-support-scheduler-go latest 1a9337ad985c 2 minutes ago 12.3MB [2020-10-16T17:29:24.089Z] docker-support-logging-go latest 8498d086194e 2 minutes ago 11.1MB [2020-10-16T17:29:24.089Z] docker-security-proxy-setup-go latest 54c48d93e4da 2 minutes ago 15.8MB [2020-10-16T17:29:24.089Z] docker latest 809cc4dba987 4 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-16T17:29:24.660Z] provisioning config files... [2020-10-16T17:29:24.726Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/195@tmp/config8390228870390607395tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-16T17:29:25.104Z] ---> docker-login.sh [2020-10-16T17:29:25.104Z] nexus3.edgexfoundry.org:10001 [2020-10-16T17:29:25.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T17:29:25.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T17:29:25.367Z] Configure a credential helper to remove this warning. See [2020-10-16T17:29:25.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T17:29:25.367Z] [2020-10-16T17:29:25.367Z] Login Succeeded [2020-10-16T17:29:25.367Z] nexus3.edgexfoundry.org:10002 [2020-10-16T17:29:25.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T17:29:25.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T17:29:25.629Z] Configure a credential helper to remove this warning. See [2020-10-16T17:29:25.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T17:29:25.629Z] [2020-10-16T17:29:25.629Z] Login Succeeded [2020-10-16T17:29:25.629Z] nexus3.edgexfoundry.org:10003 [2020-10-16T17:29:25.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T17:29:25.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T17:29:25.629Z] Configure a credential helper to remove this warning. See [2020-10-16T17:29:25.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T17:29:25.629Z] [2020-10-16T17:29:25.629Z] Login Succeeded [2020-10-16T17:29:25.629Z] nexus3.edgexfoundry.org:10004 [2020-10-16T17:29:25.802Z] ---> 22a38746dd11 [2020-10-16T17:29:25.802Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-16T17:29:25.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T17:29:25.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T17:29:25.890Z] Configure a credential helper to remove this warning. See [2020-10-16T17:29:25.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T17:29:25.890Z] [2020-10-16T17:29:25.890Z] Login Succeeded [2020-10-16T17:29:25.890Z] docker.io [2020-10-16T17:29:25.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T17:29:26.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T17:29:26.151Z] Configure a credential helper to remove this warning. See [2020-10-16T17:29:26.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T17:29:26.151Z] [2020-10-16T17:29:26.151Z] Login Succeeded [2020-10-16T17:29:26.151Z] ---> docker-login.sh ends [Pipeline] } [2020-10-16T17:29:26.160Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T17:29:26.354Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-16T17:29:26.354Z] ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:26.354Z] 1.2.2-dev.79 [2020-10-16T17:29:26.354Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:26.354Z] master [2020-10-16T17:29:26.354Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:26.871Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:27.169Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:27.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-16T17:29:27.169Z] 249646a69e2f: Preparing [2020-10-16T17:29:27.169Z] 65353d93b450: Preparing [2020-10-16T17:29:27.169Z] 600f0acca384: Preparing [2020-10-16T17:29:27.432Z] 600f0acca384: Pushed [2020-10-16T17:29:27.432Z] 249646a69e2f: Pushed [2020-10-16T17:29:28.379Z] 65353d93b450: Pushed [2020-10-16T17:29:28.434Z] ---> Running in be772fb4c301 [2020-10-16T17:29:28.641Z] ac3e8062abd2d502e6786212d70751ef8e8769d6: digest: sha256:3e86e12c9ff8744b79a817f0cd1579b0b46c7f9bb355cc325d14bbe75a720255 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:28.942Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:29.239Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.79 [2020-10-16T17:29:29.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-16T17:29:29.239Z] 249646a69e2f: Preparing [2020-10-16T17:29:29.239Z] 65353d93b450: Preparing [2020-10-16T17:29:29.239Z] 600f0acca384: Preparing [2020-10-16T17:29:29.239Z] 249646a69e2f: Layer already exists [2020-10-16T17:29:29.239Z] 600f0acca384: Layer already exists [2020-10-16T17:29:29.239Z] 65353d93b450: Layer already exists [2020-10-16T17:29:29.239Z] 1.2.2-dev.79: digest: sha256:3e86e12c9ff8744b79a817f0cd1579b0b46c7f9bb355cc325d14bbe75a720255 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:29.542Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:29.839Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:29.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-16T17:29:29.839Z] 249646a69e2f: Preparing [2020-10-16T17:29:29.839Z] 65353d93b450: Preparing [2020-10-16T17:29:29.839Z] 600f0acca384: Preparing [2020-10-16T17:29:29.839Z] 600f0acca384: Layer already exists [2020-10-16T17:29:29.839Z] 249646a69e2f: Layer already exists [2020-10-16T17:29:29.839Z] 65353d93b450: Layer already exists [2020-10-16T17:29:29.839Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79: digest: sha256:3e86e12c9ff8744b79a817f0cd1579b0b46c7f9bb355cc325d14bbe75a720255 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:30.142Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:30.420Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-16T17:29:30.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-16T17:29:30.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-16T17:29:30.441Z] 249646a69e2f: Preparing [2020-10-16T17:29:30.441Z] 65353d93b450: Preparing [2020-10-16T17:29:30.441Z] 600f0acca384: Preparing [2020-10-16T17:29:30.441Z] 249646a69e2f: Layer already exists [2020-10-16T17:29:30.441Z] 65353d93b450: Layer already exists [2020-10-16T17:29:30.441Z] 600f0acca384: Layer already exists [2020-10-16T17:29:30.441Z] master: digest: sha256:3e86e12c9ff8744b79a817f0cd1579b0b46c7f9bb355cc325d14bbe75a720255 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T17:29:30.632Z] ===================================================== [Pipeline] echo [2020-10-16T17:29:30.679Z] taggedImages: [2020-10-16T17:29:30.680Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:30.680Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.79 [2020-10-16T17:29:30.680Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:30.680Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-16T17:29:30.759Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-16T17:29:30.759Z] ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:30.759Z] 1.2.2-dev.79 [2020-10-16T17:29:30.759Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:30.759Z] master [2020-10-16T17:29:30.759Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:31.312Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:31.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:31.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-16T17:29:31.610Z] 4cd1d22d09ea: Preparing [2020-10-16T17:29:31.610Z] d095d9d913fe: Preparing [2020-10-16T17:29:31.610Z] e0f0268a07ab: Preparing [2020-10-16T17:29:31.610Z] 0e2c38e8bfeb: Preparing [2020-10-16T17:29:31.610Z] c3f4d33e6aab: Preparing [2020-10-16T17:29:31.610Z] 50644c29ef5a: Preparing [2020-10-16T17:29:31.610Z] 50644c29ef5a: Waiting [2020-10-16T17:29:31.871Z] e0f0268a07ab: Pushed [2020-10-16T17:29:31.871Z] 4cd1d22d09ea: Pushed [2020-10-16T17:29:31.871Z] c3f4d33e6aab: Pushed [2020-10-16T17:29:31.871Z] 0e2c38e8bfeb: Pushed [2020-10-16T17:29:32.815Z] 50644c29ef5a: Layer already exists [2020-10-16T17:29:33.076Z] d095d9d913fe: Pushed [2020-10-16T17:29:33.337Z] ac3e8062abd2d502e6786212d70751ef8e8769d6: digest: sha256:70a3e5329b1df1ad1a7782d2989d0d7904d662718b48b844c199fc253225876f size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:33.642Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:33.938Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.79 [2020-10-16T17:29:33.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-16T17:29:33.938Z] 4cd1d22d09ea: Preparing [2020-10-16T17:29:33.938Z] d095d9d913fe: Preparing [2020-10-16T17:29:33.938Z] e0f0268a07ab: Preparing [2020-10-16T17:29:33.938Z] 0e2c38e8bfeb: Preparing [2020-10-16T17:29:33.938Z] c3f4d33e6aab: Preparing [2020-10-16T17:29:33.938Z] 50644c29ef5a: Preparing [2020-10-16T17:29:33.938Z] 50644c29ef5a: Waiting [2020-10-16T17:29:33.938Z] c3f4d33e6aab: Layer already exists [2020-10-16T17:29:33.938Z] d095d9d913fe: Layer already exists [2020-10-16T17:29:33.938Z] e0f0268a07ab: Layer already exists [2020-10-16T17:29:33.938Z] 4cd1d22d09ea: Layer already exists [2020-10-16T17:29:33.938Z] 0e2c38e8bfeb: Layer already exists [2020-10-16T17:29:33.938Z] 50644c29ef5a: Layer already exists [2020-10-16T17:29:33.938Z] 1.2.2-dev.79: digest: sha256:70a3e5329b1df1ad1a7782d2989d0d7904d662718b48b844c199fc253225876f size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:34.242Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:34.538Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:34.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-16T17:29:34.538Z] 4cd1d22d09ea: Preparing [2020-10-16T17:29:34.538Z] d095d9d913fe: Preparing [2020-10-16T17:29:34.538Z] e0f0268a07ab: Preparing [2020-10-16T17:29:34.538Z] 0e2c38e8bfeb: Preparing [2020-10-16T17:29:34.538Z] c3f4d33e6aab: Preparing [2020-10-16T17:29:34.538Z] 50644c29ef5a: Preparing [2020-10-16T17:29:34.538Z] 50644c29ef5a: Waiting [2020-10-16T17:29:34.538Z] d095d9d913fe: Layer already exists [2020-10-16T17:29:34.538Z] c3f4d33e6aab: Layer already exists [2020-10-16T17:29:34.538Z] e0f0268a07ab: Layer already exists [2020-10-16T17:29:34.538Z] 4cd1d22d09ea: Layer already exists [2020-10-16T17:29:34.538Z] 0e2c38e8bfeb: Layer already exists [2020-10-16T17:29:34.538Z] 50644c29ef5a: Layer already exists [2020-10-16T17:29:34.538Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79: digest: sha256:70a3e5329b1df1ad1a7782d2989d0d7904d662718b48b844c199fc253225876f size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:34.840Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:35.195Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-16T17:29:35.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-16T17:29:35.195Z] 4cd1d22d09ea: Preparing [2020-10-16T17:29:35.195Z] d095d9d913fe: Preparing [2020-10-16T17:29:35.195Z] e0f0268a07ab: Preparing [2020-10-16T17:29:35.195Z] 0e2c38e8bfeb: Preparing [2020-10-16T17:29:35.195Z] c3f4d33e6aab: Preparing [2020-10-16T17:29:35.195Z] 50644c29ef5a: Preparing [2020-10-16T17:29:35.195Z] 50644c29ef5a: Waiting [2020-10-16T17:29:35.195Z] d095d9d913fe: Layer already exists [2020-10-16T17:29:35.195Z] 0e2c38e8bfeb: Layer already exists [2020-10-16T17:29:35.195Z] 4cd1d22d09ea: Layer already exists [2020-10-16T17:29:35.195Z] c3f4d33e6aab: Layer already exists [2020-10-16T17:29:35.195Z] e0f0268a07ab: Layer already exists [2020-10-16T17:29:35.195Z] 50644c29ef5a: Layer already exists [2020-10-16T17:29:35.195Z] master: digest: sha256:70a3e5329b1df1ad1a7782d2989d0d7904d662718b48b844c199fc253225876f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T17:29:35.443Z] ===================================================== [Pipeline] echo [2020-10-16T17:29:35.491Z] taggedImages: [2020-10-16T17:29:35.491Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:35.491Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.79 [2020-10-16T17:29:35.492Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:35.492Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-16T17:29:35.552Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-16T17:29:35.552Z] ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:35.552Z] 1.2.2-dev.79 [2020-10-16T17:29:35.552Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:35.552Z] master [2020-10-16T17:29:35.552Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:35.913Z] ---> 5102a93659eb [2020-10-16T17:29:35.913Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-16T17:29:35.913Z] ---> a60bc01dfffe [2020-10-16T17:29:35.913Z] 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-16T17:29:35.913Z] ---> d24f60d36455 [2020-10-16T17:29:35.913Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-16T17:29:35.913Z] ---> 465c1309f69d [2020-10-16T17:29:35.913Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-16T17:29:36.078Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:36.204Z] ---> Running in 3a78ef9a1378 [2020-10-16T17:29:36.416Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:36.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-16T17:29:36.416Z] 4cf4f9adca9e: Preparing [2020-10-16T17:29:36.417Z] 7dbfd1fce1ca: Preparing [2020-10-16T17:29:36.417Z] 8b3e583bbb5e: Preparing [2020-10-16T17:29:36.417Z] 4cf4f9adca9e: Pushed [2020-10-16T17:29:36.417Z] 8b3e583bbb5e: Pushed [2020-10-16T17:29:36.487Z] ---> Running in 2d18baaaed60 [2020-10-16T17:29:36.487Z] ---> Running in 43f6ec46376c [2020-10-16T17:29:36.487Z] ---> Running in b406ea793e56 [2020-10-16T17:29:37.801Z] 7dbfd1fce1ca: Pushed [2020-10-16T17:29:38.062Z] ac3e8062abd2d502e6786212d70751ef8e8769d6: digest: sha256:21a8a91887bc2cee76ccbf7d5f7f3b0d575191c8225224702356f83777c0d4cf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:38.363Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:38.661Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.79 [2020-10-16T17:29:38.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-16T17:29:38.661Z] 4cf4f9adca9e: Preparing [2020-10-16T17:29:38.661Z] 7dbfd1fce1ca: Preparing [2020-10-16T17:29:38.661Z] 8b3e583bbb5e: Preparing [2020-10-16T17:29:38.661Z] 7dbfd1fce1ca: Layer already exists [2020-10-16T17:29:38.661Z] 8b3e583bbb5e: Layer already exists [2020-10-16T17:29:38.661Z] 4cf4f9adca9e: Layer already exists [2020-10-16T17:29:38.661Z] 1.2.2-dev.79: digest: sha256:21a8a91887bc2cee76ccbf7d5f7f3b0d575191c8225224702356f83777c0d4cf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:38.963Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:39.134Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o cmd/core-data/core-data ./cmd/core-data [2020-10-16T17:29:39.260Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:39.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-16T17:29:39.260Z] 4cf4f9adca9e: Preparing [2020-10-16T17:29:39.260Z] 7dbfd1fce1ca: Preparing [2020-10-16T17:29:39.260Z] 8b3e583bbb5e: Preparing [2020-10-16T17:29:39.260Z] 4cf4f9adca9e: Layer already exists [2020-10-16T17:29:39.260Z] 7dbfd1fce1ca: Layer already exists [2020-10-16T17:29:39.260Z] 8b3e583bbb5e: Layer already exists [2020-10-16T17:29:39.260Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79: digest: sha256:21a8a91887bc2cee76ccbf7d5f7f3b0d575191c8225224702356f83777c0d4cf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:39.567Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:39.735Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-16T17:29:39.863Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-16T17:29:39.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-16T17:29:39.863Z] 4cf4f9adca9e: Preparing [2020-10-16T17:29:39.863Z] 7dbfd1fce1ca: Preparing [2020-10-16T17:29:39.863Z] 8b3e583bbb5e: Preparing [2020-10-16T17:29:39.863Z] 7dbfd1fce1ca: Layer already exists [2020-10-16T17:29:39.863Z] 4cf4f9adca9e: Layer already exists [2020-10-16T17:29:39.863Z] 8b3e583bbb5e: Layer already exists [2020-10-16T17:29:39.863Z] master: digest: sha256:21a8a91887bc2cee76ccbf7d5f7f3b0d575191c8225224702356f83777c0d4cf size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-10-16T17:29:40.015Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-16T17:29:40.015Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] echo [2020-10-16T17:29:40.056Z] ===================================================== [Pipeline] echo [2020-10-16T17:29:40.098Z] taggedImages: [2020-10-16T17:29:40.098Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:40.098Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.79 [2020-10-16T17:29:40.098Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:40.098Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-16T17:29:40.156Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-16T17:29:40.157Z] ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:40.157Z] 1.2.2-dev.79 [2020-10-16T17:29:40.157Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:40.157Z] master [2020-10-16T17:29:40.157Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:40.710Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:41.007Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:41.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-16T17:29:41.007Z] 6835587f1d11: Preparing [2020-10-16T17:29:41.007Z] 6c86771ba70d: Preparing [2020-10-16T17:29:41.007Z] f76b6ca21b40: Preparing [2020-10-16T17:29:41.007Z] b21cc247ee9a: Preparing [2020-10-16T17:29:41.007Z] 50644c29ef5a: Preparing [2020-10-16T17:29:41.007Z] 50644c29ef5a: Layer already exists [2020-10-16T17:29:41.270Z] 6c86771ba70d: Pushed [2020-10-16T17:29:41.270Z] f76b6ca21b40: Pushed [2020-10-16T17:29:41.531Z] b21cc247ee9a: Pushed [2020-10-16T17:29:41.792Z] 6835587f1d11: Pushed [2020-10-16T17:29:42.053Z] ac3e8062abd2d502e6786212d70751ef8e8769d6: digest: sha256:6ed4322d14dd3a8be37b3e35234affa3e04bb44b62ebfb9585113218d95d31a4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:42.355Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:42.649Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.79 [2020-10-16T17:29:42.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-16T17:29:42.649Z] 6835587f1d11: Preparing [2020-10-16T17:29:42.649Z] 6c86771ba70d: Preparing [2020-10-16T17:29:42.649Z] f76b6ca21b40: Preparing [2020-10-16T17:29:42.649Z] b21cc247ee9a: Preparing [2020-10-16T17:29:42.649Z] 50644c29ef5a: Preparing [2020-10-16T17:29:42.649Z] b21cc247ee9a: Layer already exists [2020-10-16T17:29:42.649Z] 6835587f1d11: Layer already exists [2020-10-16T17:29:42.649Z] 50644c29ef5a: Layer already exists [2020-10-16T17:29:42.649Z] 6c86771ba70d: Layer already exists [2020-10-16T17:29:42.649Z] f76b6ca21b40: Layer already exists [2020-10-16T17:29:42.649Z] 1.2.2-dev.79: digest: sha256:6ed4322d14dd3a8be37b3e35234affa3e04bb44b62ebfb9585113218d95d31a4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:42.953Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:43.248Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:43.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-16T17:29:43.248Z] 6835587f1d11: Preparing [2020-10-16T17:29:43.248Z] 6c86771ba70d: Preparing [2020-10-16T17:29:43.248Z] f76b6ca21b40: Preparing [2020-10-16T17:29:43.248Z] b21cc247ee9a: Preparing [2020-10-16T17:29:43.248Z] 50644c29ef5a: Preparing [2020-10-16T17:29:43.248Z] b21cc247ee9a: Layer already exists [2020-10-16T17:29:43.248Z] f76b6ca21b40: Layer already exists [2020-10-16T17:29:43.248Z] 6835587f1d11: Layer already exists [2020-10-16T17:29:43.248Z] 50644c29ef5a: Layer already exists [2020-10-16T17:29:43.248Z] 6c86771ba70d: Layer already exists [2020-10-16T17:29:43.248Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79: digest: sha256:6ed4322d14dd3a8be37b3e35234affa3e04bb44b62ebfb9585113218d95d31a4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:43.550Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:43.843Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-16T17:29:43.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-16T17:29:43.844Z] 6835587f1d11: Preparing [2020-10-16T17:29:43.844Z] 6c86771ba70d: Preparing [2020-10-16T17:29:43.844Z] f76b6ca21b40: Preparing [2020-10-16T17:29:43.844Z] b21cc247ee9a: Preparing [2020-10-16T17:29:43.844Z] 50644c29ef5a: Preparing [2020-10-16T17:29:43.844Z] 50644c29ef5a: Layer already exists [2020-10-16T17:29:43.844Z] f76b6ca21b40: Layer already exists [2020-10-16T17:29:43.844Z] 6c86771ba70d: Layer already exists [2020-10-16T17:29:43.844Z] b21cc247ee9a: Layer already exists [2020-10-16T17:29:43.844Z] 6835587f1d11: Layer already exists [2020-10-16T17:29:43.844Z] master: digest: sha256:6ed4322d14dd3a8be37b3e35234affa3e04bb44b62ebfb9585113218d95d31a4 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T17:29:44.030Z] ===================================================== [Pipeline] echo [2020-10-16T17:29:44.088Z] taggedImages: [2020-10-16T17:29:44.088Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:44.088Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.79 [2020-10-16T17:29:44.088Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:44.088Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-16T17:29:44.149Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-16T17:29:44.149Z] ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:44.149Z] 1.2.2-dev.79 [2020-10-16T17:29:44.149Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:44.149Z] master [2020-10-16T17:29:44.149Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:44.619Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:44.913Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:44.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-16T17:29:44.913Z] 47020be3ff76: Preparing [2020-10-16T17:29:44.913Z] b3673629eeb7: Preparing [2020-10-16T17:29:44.913Z] 9cd78d0b7493: Preparing [2020-10-16T17:29:44.913Z] b7f870d2bf23: Preparing [2020-10-16T17:29:44.913Z] b7f870d2bf23: Preparing [2020-10-16T17:29:44.913Z] 995c3bcba647: Preparing [2020-10-16T17:29:44.913Z] c6e9652e3044: Preparing [2020-10-16T17:29:44.913Z] d0b7f2b27289: Preparing [2020-10-16T17:29:44.913Z] 47020be3ff76: Preparing [2020-10-16T17:29:44.913Z] 5173f2002c80: Preparing [2020-10-16T17:29:44.913Z] 81a694412f62: Preparing [2020-10-16T17:29:44.913Z] 1078f7aaf1b6: Preparing [2020-10-16T17:29:44.913Z] 50644c29ef5a: Preparing [2020-10-16T17:29:44.914Z] c6e9652e3044: Waiting [2020-10-16T17:29:44.914Z] d0b7f2b27289: Waiting [2020-10-16T17:29:44.914Z] 5173f2002c80: Waiting [2020-10-16T17:29:44.914Z] 81a694412f62: Waiting [2020-10-16T17:29:44.914Z] 1078f7aaf1b6: Waiting [2020-10-16T17:29:44.914Z] 50644c29ef5a: Waiting [2020-10-16T17:29:45.176Z] 995c3bcba647: Pushed [2020-10-16T17:29:45.176Z] b3673629eeb7: Pushed [2020-10-16T17:29:45.176Z] b7f870d2bf23: Pushed [2020-10-16T17:29:45.176Z] 9cd78d0b7493: Pushed [2020-10-16T17:29:45.437Z] 81a694412f62: Pushed [2020-10-16T17:29:45.437Z] 5173f2002c80: Pushed [2020-10-16T17:29:45.437Z] c6e9652e3044: Pushed [2020-10-16T17:29:45.437Z] d0b7f2b27289: Pushed [2020-10-16T17:29:45.699Z] 50644c29ef5a: Layer already exists [2020-10-16T17:29:45.699Z] 1078f7aaf1b6: Pushed [2020-10-16T17:29:45.959Z] 47020be3ff76: Pushed [2020-10-16T17:29:46.220Z] ac3e8062abd2d502e6786212d70751ef8e8769d6: digest: sha256:b4253ce9681adfbd2b39b01ce335bd1e2cb1c91723f6a6f8269d96f3d9c0af41 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:46.521Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:46.835Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.79 [2020-10-16T17:29:46.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-16T17:29:46.835Z] 47020be3ff76: Preparing [2020-10-16T17:29:46.835Z] b3673629eeb7: Preparing [2020-10-16T17:29:46.835Z] 9cd78d0b7493: Preparing [2020-10-16T17:29:46.835Z] b7f870d2bf23: Preparing [2020-10-16T17:29:46.835Z] b7f870d2bf23: Preparing [2020-10-16T17:29:46.835Z] 995c3bcba647: Preparing [2020-10-16T17:29:46.835Z] c6e9652e3044: Preparing [2020-10-16T17:29:46.835Z] d0b7f2b27289: Preparing [2020-10-16T17:29:46.835Z] 47020be3ff76: Preparing [2020-10-16T17:29:46.835Z] 5173f2002c80: Preparing [2020-10-16T17:29:46.835Z] 81a694412f62: Preparing [2020-10-16T17:29:46.835Z] 1078f7aaf1b6: Preparing [2020-10-16T17:29:46.835Z] 50644c29ef5a: Preparing [2020-10-16T17:29:46.835Z] c6e9652e3044: Waiting [2020-10-16T17:29:46.835Z] d0b7f2b27289: Waiting [2020-10-16T17:29:46.835Z] 5173f2002c80: Waiting [2020-10-16T17:29:46.835Z] 50644c29ef5a: Waiting [2020-10-16T17:29:46.835Z] 81a694412f62: Waiting [2020-10-16T17:29:46.835Z] 1078f7aaf1b6: Waiting [2020-10-16T17:29:46.835Z] b3673629eeb7: Layer already exists [2020-10-16T17:29:46.835Z] 9cd78d0b7493: Layer already exists [2020-10-16T17:29:46.835Z] 995c3bcba647: Layer already exists [2020-10-16T17:29:46.835Z] b7f870d2bf23: Layer already exists [2020-10-16T17:29:46.835Z] 47020be3ff76: Layer already exists [2020-10-16T17:29:46.835Z] 5173f2002c80: Layer already exists [2020-10-16T17:29:46.835Z] d0b7f2b27289: Layer already exists [2020-10-16T17:29:46.835Z] c6e9652e3044: Layer already exists [2020-10-16T17:29:46.835Z] 1078f7aaf1b6: Layer already exists [2020-10-16T17:29:46.835Z] 81a694412f62: Layer already exists [2020-10-16T17:29:46.835Z] 50644c29ef5a: Layer already exists [2020-10-16T17:29:46.835Z] 1.2.2-dev.79: digest: sha256:b4253ce9681adfbd2b39b01ce335bd1e2cb1c91723f6a6f8269d96f3d9c0af41 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:47.135Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:47.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:47.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-16T17:29:47.426Z] 47020be3ff76: Preparing [2020-10-16T17:29:47.426Z] b3673629eeb7: Preparing [2020-10-16T17:29:47.426Z] 9cd78d0b7493: Preparing [2020-10-16T17:29:47.426Z] b7f870d2bf23: Preparing [2020-10-16T17:29:47.426Z] b7f870d2bf23: Preparing [2020-10-16T17:29:47.426Z] 995c3bcba647: Preparing [2020-10-16T17:29:47.426Z] c6e9652e3044: Preparing [2020-10-16T17:29:47.426Z] d0b7f2b27289: Preparing [2020-10-16T17:29:47.426Z] 47020be3ff76: Preparing [2020-10-16T17:29:47.426Z] 5173f2002c80: Preparing [2020-10-16T17:29:47.426Z] 81a694412f62: Preparing [2020-10-16T17:29:47.426Z] 1078f7aaf1b6: Preparing [2020-10-16T17:29:47.426Z] 50644c29ef5a: Preparing [2020-10-16T17:29:47.426Z] c6e9652e3044: Waiting [2020-10-16T17:29:47.426Z] 81a694412f62: Waiting [2020-10-16T17:29:47.426Z] 1078f7aaf1b6: Waiting [2020-10-16T17:29:47.426Z] 50644c29ef5a: Waiting [2020-10-16T17:29:47.426Z] d0b7f2b27289: Waiting [2020-10-16T17:29:47.426Z] 5173f2002c80: Waiting [2020-10-16T17:29:47.427Z] 47020be3ff76: Layer already exists [2020-10-16T17:29:47.427Z] 9cd78d0b7493: Layer already exists [2020-10-16T17:29:47.427Z] b7f870d2bf23: Layer already exists [2020-10-16T17:29:47.427Z] 995c3bcba647: Layer already exists [2020-10-16T17:29:47.427Z] b3673629eeb7: Layer already exists [2020-10-16T17:29:47.427Z] d0b7f2b27289: Layer already exists [2020-10-16T17:29:47.427Z] c6e9652e3044: Layer already exists [2020-10-16T17:29:47.427Z] 5173f2002c80: Layer already exists [2020-10-16T17:29:47.427Z] 1078f7aaf1b6: Layer already exists [2020-10-16T17:29:47.427Z] 50644c29ef5a: Layer already exists [2020-10-16T17:29:47.427Z] 81a694412f62: Layer already exists [2020-10-16T17:29:47.427Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79: digest: sha256:b4253ce9681adfbd2b39b01ce335bd1e2cb1c91723f6a6f8269d96f3d9c0af41 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:47.729Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:48.024Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-16T17:29:48.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-16T17:29:48.024Z] 47020be3ff76: Preparing [2020-10-16T17:29:48.024Z] b3673629eeb7: Preparing [2020-10-16T17:29:48.024Z] 9cd78d0b7493: Preparing [2020-10-16T17:29:48.024Z] b7f870d2bf23: Preparing [2020-10-16T17:29:48.024Z] b7f870d2bf23: Preparing [2020-10-16T17:29:48.024Z] 995c3bcba647: Preparing [2020-10-16T17:29:48.024Z] c6e9652e3044: Preparing [2020-10-16T17:29:48.024Z] d0b7f2b27289: Preparing [2020-10-16T17:29:48.024Z] 47020be3ff76: Preparing [2020-10-16T17:29:48.024Z] 5173f2002c80: Preparing [2020-10-16T17:29:48.024Z] 81a694412f62: Preparing [2020-10-16T17:29:48.024Z] 1078f7aaf1b6: Preparing [2020-10-16T17:29:48.024Z] 50644c29ef5a: Preparing [2020-10-16T17:29:48.024Z] d0b7f2b27289: Waiting [2020-10-16T17:29:48.024Z] 5173f2002c80: Waiting [2020-10-16T17:29:48.024Z] 81a694412f62: Waiting [2020-10-16T17:29:48.024Z] 1078f7aaf1b6: Waiting [2020-10-16T17:29:48.024Z] 50644c29ef5a: Waiting [2020-10-16T17:29:48.024Z] c6e9652e3044: Waiting [2020-10-16T17:29:48.024Z] 9cd78d0b7493: Layer already exists [2020-10-16T17:29:48.024Z] b3673629eeb7: Layer already exists [2020-10-16T17:29:48.024Z] 47020be3ff76: Layer already exists [2020-10-16T17:29:48.024Z] b7f870d2bf23: Layer already exists [2020-10-16T17:29:48.024Z] c6e9652e3044: Layer already exists [2020-10-16T17:29:48.024Z] d0b7f2b27289: Layer already exists [2020-10-16T17:29:48.024Z] 5173f2002c80: Layer already exists [2020-10-16T17:29:48.024Z] 995c3bcba647: Layer already exists [2020-10-16T17:29:48.024Z] 81a694412f62: Layer already exists [2020-10-16T17:29:48.024Z] 50644c29ef5a: Layer already exists [2020-10-16T17:29:48.024Z] 1078f7aaf1b6: Layer already exists [2020-10-16T17:29:48.024Z] master: digest: sha256:b4253ce9681adfbd2b39b01ce335bd1e2cb1c91723f6a6f8269d96f3d9c0af41 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T17:29:48.219Z] ===================================================== [Pipeline] echo [2020-10-16T17:29:48.263Z] taggedImages: [2020-10-16T17:29:48.263Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:48.263Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.79 [2020-10-16T17:29:48.263Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:48.263Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-16T17:29:48.321Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-16T17:29:48.321Z] ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:48.321Z] 1.2.2-dev.79 [2020-10-16T17:29:48.321Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:48.321Z] master [2020-10-16T17:29:48.321Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:48.794Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:49.088Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:49.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-16T17:29:49.088Z] 6f47899269f0: Preparing [2020-10-16T17:29:49.088Z] 3f84287fc11d: Preparing [2020-10-16T17:29:49.088Z] 6d41f5473010: Preparing [2020-10-16T17:29:49.088Z] 8f31974532b9: Preparing [2020-10-16T17:29:49.088Z] 9198c978a733: Preparing [2020-10-16T17:29:49.088Z] 81c071af0c7e: Preparing [2020-10-16T17:29:49.088Z] 4546c9f73c14: Preparing [2020-10-16T17:29:49.088Z] 337652c6a719: Preparing [2020-10-16T17:29:49.088Z] 1d106736e20b: Preparing [2020-10-16T17:29:49.088Z] 8b027aee78a5: Preparing [2020-10-16T17:29:49.088Z] 1b3ee35aacca: Preparing [2020-10-16T17:29:49.088Z] 4546c9f73c14: Waiting [2020-10-16T17:29:49.088Z] 337652c6a719: Waiting [2020-10-16T17:29:49.088Z] 1d106736e20b: Waiting [2020-10-16T17:29:49.088Z] 8b027aee78a5: Waiting [2020-10-16T17:29:49.088Z] 81c071af0c7e: Waiting [2020-10-16T17:29:49.088Z] 1b3ee35aacca: Waiting [2020-10-16T17:29:49.354Z] 3f84287fc11d: Pushed [2020-10-16T17:29:49.354Z] 6f47899269f0: Pushed [2020-10-16T17:29:49.354Z] 81c071af0c7e: Pushed [2020-10-16T17:29:49.623Z] 4546c9f73c14: Pushed [2020-10-16T17:29:49.623Z] 337652c6a719: Pushed [2020-10-16T17:29:49.623Z] 1d106736e20b: Pushed [2020-10-16T17:29:49.623Z] 1b3ee35aacca: Layer already exists [2020-10-16T17:29:49.884Z] 6d41f5473010: Pushed [2020-10-16T17:29:50.145Z] 9198c978a733: Pushed [2020-10-16T17:29:50.145Z] 8b027aee78a5: Pushed [2020-10-16T17:29:50.145Z] 8f31974532b9: Pushed [2020-10-16T17:29:50.406Z] ac3e8062abd2d502e6786212d70751ef8e8769d6: digest: sha256:2e431848d260b5966872fb1680e44248fdb602797c5f61d01ed942680ad68133 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:50.709Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:51.003Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.79 [2020-10-16T17:29:51.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-16T17:29:51.003Z] 6f47899269f0: Preparing [2020-10-16T17:29:51.003Z] 3f84287fc11d: Preparing [2020-10-16T17:29:51.003Z] 6d41f5473010: Preparing [2020-10-16T17:29:51.003Z] 8f31974532b9: Preparing [2020-10-16T17:29:51.003Z] 9198c978a733: Preparing [2020-10-16T17:29:51.003Z] 81c071af0c7e: Preparing [2020-10-16T17:29:51.003Z] 4546c9f73c14: Preparing [2020-10-16T17:29:51.003Z] 337652c6a719: Preparing [2020-10-16T17:29:51.003Z] 1d106736e20b: Preparing [2020-10-16T17:29:51.003Z] 8b027aee78a5: Preparing [2020-10-16T17:29:51.003Z] 1b3ee35aacca: Preparing [2020-10-16T17:29:51.003Z] 81c071af0c7e: Waiting [2020-10-16T17:29:51.003Z] 1d106736e20b: Waiting [2020-10-16T17:29:51.003Z] 8b027aee78a5: Waiting [2020-10-16T17:29:51.003Z] 1b3ee35aacca: Waiting [2020-10-16T17:29:51.003Z] 4546c9f73c14: Waiting [2020-10-16T17:29:51.003Z] 337652c6a719: Waiting [2020-10-16T17:29:51.003Z] 8f31974532b9: Layer already exists [2020-10-16T17:29:51.003Z] 6d41f5473010: Layer already exists [2020-10-16T17:29:51.003Z] 9198c978a733: Layer already exists [2020-10-16T17:29:51.003Z] 6f47899269f0: Layer already exists [2020-10-16T17:29:51.003Z] 3f84287fc11d: Layer already exists [2020-10-16T17:29:51.003Z] 4546c9f73c14: Layer already exists [2020-10-16T17:29:51.003Z] 81c071af0c7e: Layer already exists [2020-10-16T17:29:51.003Z] 8b027aee78a5: Layer already exists [2020-10-16T17:29:51.003Z] 1d106736e20b: Layer already exists [2020-10-16T17:29:51.003Z] 337652c6a719: Layer already exists [2020-10-16T17:29:51.003Z] 1b3ee35aacca: Layer already exists [2020-10-16T17:29:51.003Z] 1.2.2-dev.79: digest: sha256:2e431848d260b5966872fb1680e44248fdb602797c5f61d01ed942680ad68133 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:51.300Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:51.592Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:51.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-16T17:29:51.592Z] 6f47899269f0: Preparing [2020-10-16T17:29:51.592Z] 3f84287fc11d: Preparing [2020-10-16T17:29:51.592Z] 6d41f5473010: Preparing [2020-10-16T17:29:51.592Z] 8f31974532b9: Preparing [2020-10-16T17:29:51.592Z] 9198c978a733: Preparing [2020-10-16T17:29:51.592Z] 81c071af0c7e: Preparing [2020-10-16T17:29:51.592Z] 4546c9f73c14: Preparing [2020-10-16T17:29:51.592Z] 337652c6a719: Preparing [2020-10-16T17:29:51.592Z] 1d106736e20b: Preparing [2020-10-16T17:29:51.592Z] 8b027aee78a5: Preparing [2020-10-16T17:29:51.592Z] 1b3ee35aacca: Preparing [2020-10-16T17:29:51.592Z] 81c071af0c7e: Waiting [2020-10-16T17:29:51.592Z] 4546c9f73c14: Waiting [2020-10-16T17:29:51.592Z] 337652c6a719: Waiting [2020-10-16T17:29:51.592Z] 1d106736e20b: Waiting [2020-10-16T17:29:51.592Z] 8b027aee78a5: Waiting [2020-10-16T17:29:51.592Z] 8f31974532b9: Layer already exists [2020-10-16T17:29:51.592Z] 3f84287fc11d: Layer already exists [2020-10-16T17:29:51.592Z] 6f47899269f0: Layer already exists [2020-10-16T17:29:51.592Z] 6d41f5473010: Layer already exists [2020-10-16T17:29:51.592Z] 9198c978a733: Layer already exists [2020-10-16T17:29:51.592Z] 81c071af0c7e: Layer already exists [2020-10-16T17:29:51.592Z] 4546c9f73c14: Layer already exists [2020-10-16T17:29:51.592Z] 1d106736e20b: Layer already exists [2020-10-16T17:29:51.592Z] 337652c6a719: Layer already exists [2020-10-16T17:29:51.592Z] 8b027aee78a5: Layer already exists [2020-10-16T17:29:51.592Z] 1b3ee35aacca: Layer already exists [2020-10-16T17:29:51.592Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79: digest: sha256:2e431848d260b5966872fb1680e44248fdb602797c5f61d01ed942680ad68133 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:51.891Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:52.185Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-16T17:29:52.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-16T17:29:52.185Z] 6f47899269f0: Preparing [2020-10-16T17:29:52.185Z] 3f84287fc11d: Preparing [2020-10-16T17:29:52.185Z] 6d41f5473010: Preparing [2020-10-16T17:29:52.185Z] 8f31974532b9: Preparing [2020-10-16T17:29:52.185Z] 9198c978a733: Preparing [2020-10-16T17:29:52.185Z] 81c071af0c7e: Preparing [2020-10-16T17:29:52.185Z] 4546c9f73c14: Preparing [2020-10-16T17:29:52.185Z] 337652c6a719: Preparing [2020-10-16T17:29:52.185Z] 1d106736e20b: Preparing [2020-10-16T17:29:52.185Z] 8b027aee78a5: Preparing [2020-10-16T17:29:52.185Z] 1b3ee35aacca: Preparing [2020-10-16T17:29:52.185Z] 81c071af0c7e: Waiting [2020-10-16T17:29:52.185Z] 4546c9f73c14: Waiting [2020-10-16T17:29:52.185Z] 337652c6a719: Waiting [2020-10-16T17:29:52.185Z] 1d106736e20b: Waiting [2020-10-16T17:29:52.185Z] 8b027aee78a5: Waiting [2020-10-16T17:29:52.185Z] 1b3ee35aacca: Waiting [2020-10-16T17:29:52.185Z] 6f47899269f0: Layer already exists [2020-10-16T17:29:52.185Z] 8f31974532b9: Layer already exists [2020-10-16T17:29:52.185Z] 6d41f5473010: Layer already exists [2020-10-16T17:29:52.186Z] 9198c978a733: Layer already exists [2020-10-16T17:29:52.186Z] 3f84287fc11d: Layer already exists [2020-10-16T17:29:52.186Z] 337652c6a719: Layer already exists [2020-10-16T17:29:52.186Z] 4546c9f73c14: Layer already exists [2020-10-16T17:29:52.186Z] 81c071af0c7e: Layer already exists [2020-10-16T17:29:52.186Z] 8b027aee78a5: Layer already exists [2020-10-16T17:29:52.186Z] 1d106736e20b: Layer already exists [2020-10-16T17:29:52.186Z] 1b3ee35aacca: Layer already exists [2020-10-16T17:29:52.186Z] master: digest: sha256:2e431848d260b5966872fb1680e44248fdb602797c5f61d01ed942680ad68133 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T17:29:52.406Z] ===================================================== [Pipeline] echo [2020-10-16T17:29:52.449Z] taggedImages: [2020-10-16T17:29:52.449Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:52.449Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.79 [2020-10-16T17:29:52.449Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:52.449Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-16T17:29:52.509Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-16T17:29:52.509Z] ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:52.509Z] 1.2.2-dev.79 [2020-10-16T17:29:52.509Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:52.509Z] master [2020-10-16T17:29:52.509Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:52.993Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:53.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:53.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-16T17:29:53.422Z] cf801fddef6c: Preparing [2020-10-16T17:29:53.422Z] dabda3011f38: Preparing [2020-10-16T17:29:53.422Z] 80e652454eef: Preparing [2020-10-16T17:29:53.422Z] 20cb3f332df5: Preparing [2020-10-16T17:29:53.422Z] cf801fddef6c: Pushed [2020-10-16T17:29:53.422Z] 80e652454eef: Pushed [2020-10-16T17:29:53.705Z] 20cb3f332df5: Pushed [2020-10-16T17:29:54.649Z] dabda3011f38: Pushed [2020-10-16T17:29:54.649Z] ac3e8062abd2d502e6786212d70751ef8e8769d6: digest: sha256:b18890ada9e16666d0de504435aa5e3059fdaf285f0c9c73ee5cd83c0083f48d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:54.957Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:55.255Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.79 [2020-10-16T17:29:55.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-16T17:29:55.255Z] cf801fddef6c: Preparing [2020-10-16T17:29:55.255Z] dabda3011f38: Preparing [2020-10-16T17:29:55.255Z] 80e652454eef: Preparing [2020-10-16T17:29:55.255Z] 20cb3f332df5: Preparing [2020-10-16T17:29:55.255Z] 20cb3f332df5: Layer already exists [2020-10-16T17:29:55.255Z] dabda3011f38: Layer already exists [2020-10-16T17:29:55.255Z] 80e652454eef: Layer already exists [2020-10-16T17:29:55.255Z] cf801fddef6c: Layer already exists [2020-10-16T17:29:55.255Z] 1.2.2-dev.79: digest: sha256:b18890ada9e16666d0de504435aa5e3059fdaf285f0c9c73ee5cd83c0083f48d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:55.557Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:55.854Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:55.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-16T17:29:55.854Z] cf801fddef6c: Preparing [2020-10-16T17:29:55.854Z] dabda3011f38: Preparing [2020-10-16T17:29:55.854Z] 80e652454eef: Preparing [2020-10-16T17:29:55.854Z] 20cb3f332df5: Preparing [2020-10-16T17:29:55.854Z] dabda3011f38: Layer already exists [2020-10-16T17:29:55.854Z] 80e652454eef: Layer already exists [2020-10-16T17:29:55.854Z] 20cb3f332df5: Layer already exists [2020-10-16T17:29:55.854Z] cf801fddef6c: Layer already exists [2020-10-16T17:29:55.854Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79: digest: sha256:b18890ada9e16666d0de504435aa5e3059fdaf285f0c9c73ee5cd83c0083f48d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:56.154Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:56.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-16T17:29:56.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-16T17:29:56.448Z] cf801fddef6c: Preparing [2020-10-16T17:29:56.448Z] dabda3011f38: Preparing [2020-10-16T17:29:56.448Z] 80e652454eef: Preparing [2020-10-16T17:29:56.448Z] 20cb3f332df5: Preparing [2020-10-16T17:29:56.448Z] 20cb3f332df5: Layer already exists [2020-10-16T17:29:56.448Z] dabda3011f38: Layer already exists [2020-10-16T17:29:56.448Z] cf801fddef6c: Layer already exists [2020-10-16T17:29:56.448Z] 80e652454eef: Layer already exists [2020-10-16T17:29:56.448Z] master: digest: sha256:b18890ada9e16666d0de504435aa5e3059fdaf285f0c9c73ee5cd83c0083f48d size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T17:29:56.639Z] ===================================================== [Pipeline] echo [2020-10-16T17:29:56.685Z] taggedImages: [2020-10-16T17:29:56.685Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:56.685Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.79 [2020-10-16T17:29:56.685Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:56.685Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-16T17:29:56.750Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-16T17:29:56.750Z] ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:56.750Z] 1.2.2-dev.79 [2020-10-16T17:29:56.750Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:29:56.750Z] master [2020-10-16T17:29:56.750Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:57.275Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:57.572Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:29:57.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-16T17:29:57.572Z] 8a3a12470984: Preparing [2020-10-16T17:29:57.572Z] 762f817bde35: Preparing [2020-10-16T17:29:57.572Z] f4abe14e2394: Preparing [2020-10-16T17:29:57.572Z] a357a316fcc2: Preparing [2020-10-16T17:29:57.572Z] c7dc2fe95f2e: Preparing [2020-10-16T17:29:57.572Z] ea6055ffa02f: Preparing [2020-10-16T17:29:57.572Z] ea6055ffa02f: Waiting [2020-10-16T17:29:57.572Z] 8a3a12470984: Pushed [2020-10-16T17:29:57.832Z] f4abe14e2394: Pushed [2020-10-16T17:29:57.832Z] a357a316fcc2: Pushed [2020-10-16T17:29:57.832Z] c7dc2fe95f2e: Pushed [2020-10-16T17:29:57.832Z] ea6055ffa02f: Pushed [2020-10-16T17:29:58.775Z] 762f817bde35: Pushed [2020-10-16T17:29:59.036Z] ac3e8062abd2d502e6786212d70751ef8e8769d6: digest: sha256:3014032754a8fdeeeaa923c47d534bdf61eb46203f6598b2071046b1426cbc53 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:59.340Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:59.639Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.79 [2020-10-16T17:29:59.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-16T17:29:59.639Z] 8a3a12470984: Preparing [2020-10-16T17:29:59.639Z] 762f817bde35: Preparing [2020-10-16T17:29:59.639Z] f4abe14e2394: Preparing [2020-10-16T17:29:59.639Z] a357a316fcc2: Preparing [2020-10-16T17:29:59.639Z] c7dc2fe95f2e: Preparing [2020-10-16T17:29:59.639Z] ea6055ffa02f: Preparing [2020-10-16T17:29:59.639Z] ea6055ffa02f: Waiting [2020-10-16T17:29:59.639Z] 762f817bde35: Layer already exists [2020-10-16T17:29:59.639Z] c7dc2fe95f2e: Layer already exists [2020-10-16T17:29:59.639Z] 8a3a12470984: Layer already exists [2020-10-16T17:29:59.639Z] f4abe14e2394: Layer already exists [2020-10-16T17:29:59.639Z] a357a316fcc2: Layer already exists [2020-10-16T17:29:59.639Z] ea6055ffa02f: Layer already exists [2020-10-16T17:29:59.639Z] 1.2.2-dev.79: digest: sha256:3014032754a8fdeeeaa923c47d534bdf61eb46203f6598b2071046b1426cbc53 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:29:59.939Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:30:00.229Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:30:00.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-16T17:30:00.229Z] 8a3a12470984: Preparing [2020-10-16T17:30:00.229Z] 762f817bde35: Preparing [2020-10-16T17:30:00.229Z] f4abe14e2394: Preparing [2020-10-16T17:30:00.229Z] a357a316fcc2: Preparing [2020-10-16T17:30:00.229Z] c7dc2fe95f2e: Preparing [2020-10-16T17:30:00.229Z] ea6055ffa02f: Preparing [2020-10-16T17:30:00.229Z] ea6055ffa02f: Waiting [2020-10-16T17:30:00.229Z] f4abe14e2394: Layer already exists [2020-10-16T17:30:00.229Z] 8a3a12470984: Layer already exists [2020-10-16T17:30:00.229Z] c7dc2fe95f2e: Layer already exists [2020-10-16T17:30:00.229Z] a357a316fcc2: Layer already exists [2020-10-16T17:30:00.229Z] 762f817bde35: Layer already exists [2020-10-16T17:30:00.229Z] ea6055ffa02f: Layer already exists [2020-10-16T17:30:00.229Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79: digest: sha256:3014032754a8fdeeeaa923c47d534bdf61eb46203f6598b2071046b1426cbc53 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:30:00.530Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:30:00.823Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-16T17:30:00.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-16T17:30:00.823Z] 8a3a12470984: Preparing [2020-10-16T17:30:00.823Z] 762f817bde35: Preparing [2020-10-16T17:30:00.823Z] f4abe14e2394: Preparing [2020-10-16T17:30:00.823Z] a357a316fcc2: Preparing [2020-10-16T17:30:00.823Z] c7dc2fe95f2e: Preparing [2020-10-16T17:30:00.823Z] ea6055ffa02f: Preparing [2020-10-16T17:30:00.823Z] ea6055ffa02f: Waiting [2020-10-16T17:30:00.823Z] 8a3a12470984: Layer already exists [2020-10-16T17:30:00.823Z] c7dc2fe95f2e: Layer already exists [2020-10-16T17:30:00.823Z] a357a316fcc2: Layer already exists [2020-10-16T17:30:00.823Z] f4abe14e2394: Layer already exists [2020-10-16T17:30:00.823Z] 762f817bde35: Layer already exists [2020-10-16T17:30:00.823Z] ea6055ffa02f: Layer already exists [2020-10-16T17:30:01.084Z] master: digest: sha256:3014032754a8fdeeeaa923c47d534bdf61eb46203f6598b2071046b1426cbc53 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T17:30:01.355Z] ===================================================== [Pipeline] echo [2020-10-16T17:30:01.415Z] taggedImages: [2020-10-16T17:30:01.415Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:30:01.415Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.79 [2020-10-16T17:30:01.415Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:30:01.415Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-16T17:30:01.509Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-16T17:30:01.509Z] ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:30:01.509Z] 1.2.2-dev.79 [2020-10-16T17:30:01.509Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:30:01.509Z] master [2020-10-16T17:30:01.509Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:30:02.007Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:30:02.424Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:30:02.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-16T17:30:02.424Z] d5e2dda8950a: Preparing [2020-10-16T17:30:02.424Z] 3e942ed0b4ad: Preparing [2020-10-16T17:30:02.424Z] cfd62c6b8d21: Preparing [2020-10-16T17:30:03.010Z] cfd62c6b8d21: Pushed [2020-10-16T17:30:03.010Z] d5e2dda8950a: Pushed [2020-10-16T17:30:03.957Z] 3e942ed0b4ad: Pushed [2020-10-16T17:30:04.219Z] ac3e8062abd2d502e6786212d70751ef8e8769d6: digest: sha256:b310c68e14fd85fddaaaa3d31add156cda3b3ae12dfe4ca6d20db3219ef11e3f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:30:04.522Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:30:04.818Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.79 [2020-10-16T17:30:04.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-16T17:30:04.818Z] d5e2dda8950a: Preparing [2020-10-16T17:30:04.818Z] 3e942ed0b4ad: Preparing [2020-10-16T17:30:04.818Z] cfd62c6b8d21: Preparing [2020-10-16T17:30:04.818Z] d5e2dda8950a: Layer already exists [2020-10-16T17:30:04.818Z] cfd62c6b8d21: Layer already exists [2020-10-16T17:30:04.818Z] 3e942ed0b4ad: Layer already exists [2020-10-16T17:30:04.818Z] 1.2.2-dev.79: digest: sha256:b310c68e14fd85fddaaaa3d31add156cda3b3ae12dfe4ca6d20db3219ef11e3f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:30:05.117Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:30:05.419Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:30:05.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-16T17:30:05.419Z] d5e2dda8950a: Preparing [2020-10-16T17:30:05.419Z] 3e942ed0b4ad: Preparing [2020-10-16T17:30:05.419Z] cfd62c6b8d21: Preparing [2020-10-16T17:30:05.419Z] cfd62c6b8d21: Layer already exists [2020-10-16T17:30:05.419Z] d5e2dda8950a: Layer already exists [2020-10-16T17:30:05.419Z] 3e942ed0b4ad: Layer already exists [2020-10-16T17:30:05.419Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79: digest: sha256:b310c68e14fd85fddaaaa3d31add156cda3b3ae12dfe4ca6d20db3219ef11e3f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:30:05.720Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:30:06.018Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-16T17:30:06.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-16T17:30:06.018Z] d5e2dda8950a: Preparing [2020-10-16T17:30:06.018Z] 3e942ed0b4ad: Preparing [2020-10-16T17:30:06.018Z] cfd62c6b8d21: Preparing [2020-10-16T17:30:06.018Z] d5e2dda8950a: Layer already exists [2020-10-16T17:30:06.018Z] cfd62c6b8d21: Layer already exists [2020-10-16T17:30:06.018Z] 3e942ed0b4ad: Layer already exists [2020-10-16T17:30:06.018Z] master: digest: sha256:b310c68e14fd85fddaaaa3d31add156cda3b3ae12dfe4ca6d20db3219ef11e3f size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T17:30:06.205Z] ===================================================== [Pipeline] echo [2020-10-16T17:30:06.251Z] taggedImages: [2020-10-16T17:30:06.252Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:30:06.252Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.79 [2020-10-16T17:30:06.252Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:30:06.252Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-16T17:30:06.316Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-16T17:30:06.316Z] ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:30:06.316Z] 1.2.2-dev.79 [2020-10-16T17:30:06.316Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:30:06.316Z] master [2020-10-16T17:30:06.316Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:30:06.845Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:30:07.140Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:30:07.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-16T17:30:07.140Z] 85dda0c52e4a: Preparing [2020-10-16T17:30:07.140Z] 7bc5749c1824: Preparing [2020-10-16T17:30:07.140Z] 4371c6e911a0: Preparing [2020-10-16T17:30:07.140Z] fdac3fe12fca: Preparing [2020-10-16T17:30:07.140Z] 21fbfc40730a: Preparing [2020-10-16T17:30:07.140Z] 55d72c654963: Preparing [2020-10-16T17:30:07.140Z] 82b2c5f889b0: Preparing [2020-10-16T17:30:07.140Z] 527eef706b20: Preparing [2020-10-16T17:30:07.140Z] 224742e9e948: Preparing [2020-10-16T17:30:07.140Z] 5391e5290f13: Preparing [2020-10-16T17:30:07.140Z] 13baed61c795: Preparing [2020-10-16T17:30:07.140Z] 51d6d3d09136: Preparing [2020-10-16T17:30:07.140Z] 1507bc794612: Preparing [2020-10-16T17:30:07.140Z] 50644c29ef5a: Preparing [2020-10-16T17:30:07.140Z] 224742e9e948: Waiting [2020-10-16T17:30:07.140Z] 5391e5290f13: Waiting [2020-10-16T17:30:07.140Z] 13baed61c795: Waiting [2020-10-16T17:30:07.140Z] 51d6d3d09136: Waiting [2020-10-16T17:30:07.140Z] 1507bc794612: Waiting [2020-10-16T17:30:07.140Z] 50644c29ef5a: Waiting [2020-10-16T17:30:07.140Z] 55d72c654963: Waiting [2020-10-16T17:30:07.140Z] 82b2c5f889b0: Waiting [2020-10-16T17:30:07.140Z] 527eef706b20: Waiting [2020-10-16T17:30:07.403Z] 21fbfc40730a: Pushed [2020-10-16T17:30:07.403Z] 85dda0c52e4a: Pushed [2020-10-16T17:30:07.665Z] fdac3fe12fca: Pushed [2020-10-16T17:30:07.665Z] 527eef706b20: Layer already exists [2020-10-16T17:30:07.665Z] 224742e9e948: Layer already exists [2020-10-16T17:30:07.927Z] 5391e5290f13: Layer already exists [2020-10-16T17:30:07.927Z] 13baed61c795: Layer already exists [2020-10-16T17:30:07.927Z] 51d6d3d09136: Layer already exists [2020-10-16T17:30:07.927Z] 82b2c5f889b0: Pushed [2020-10-16T17:30:07.927Z] 1507bc794612: Layer already exists [2020-10-16T17:30:07.927Z] 50644c29ef5a: Layer already exists [2020-10-16T17:30:08.501Z] 55d72c654963: Pushed [2020-10-16T17:30:08.763Z] 7bc5749c1824: Pushed [2020-10-16T17:30:16.920Z] 4371c6e911a0: Pushed [2020-10-16T17:30:16.920Z] ac3e8062abd2d502e6786212d70751ef8e8769d6: digest: sha256:e95e09abd0ad98c3257d54e41472ba33ea5a54b4bfaf8f0fc8d2aafd3b3a44cc size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:30:17.232Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:30:17.529Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.79 [2020-10-16T17:30:17.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-16T17:30:17.529Z] 85dda0c52e4a: Preparing [2020-10-16T17:30:17.529Z] 7bc5749c1824: Preparing [2020-10-16T17:30:17.529Z] 4371c6e911a0: Preparing [2020-10-16T17:30:17.529Z] fdac3fe12fca: Preparing [2020-10-16T17:30:17.529Z] 21fbfc40730a: Preparing [2020-10-16T17:30:17.529Z] 55d72c654963: Preparing [2020-10-16T17:30:17.529Z] 82b2c5f889b0: Preparing [2020-10-16T17:30:17.529Z] 527eef706b20: Preparing [2020-10-16T17:30:17.529Z] 224742e9e948: Preparing [2020-10-16T17:30:17.529Z] 5391e5290f13: Preparing [2020-10-16T17:30:17.529Z] 13baed61c795: Preparing [2020-10-16T17:30:17.529Z] 51d6d3d09136: Preparing [2020-10-16T17:30:17.529Z] 1507bc794612: Preparing [2020-10-16T17:30:17.529Z] 50644c29ef5a: Preparing [2020-10-16T17:30:17.529Z] 224742e9e948: Waiting [2020-10-16T17:30:17.529Z] 55d72c654963: Waiting [2020-10-16T17:30:17.529Z] 51d6d3d09136: Waiting [2020-10-16T17:30:17.529Z] 5391e5290f13: Waiting [2020-10-16T17:30:17.529Z] 1507bc794612: Waiting [2020-10-16T17:30:17.529Z] 50644c29ef5a: Waiting [2020-10-16T17:30:17.529Z] 13baed61c795: Waiting [2020-10-16T17:30:17.529Z] 527eef706b20: Waiting [2020-10-16T17:30:17.529Z] 21fbfc40730a: Layer already exists [2020-10-16T17:30:17.529Z] fdac3fe12fca: Layer already exists [2020-10-16T17:30:17.529Z] 85dda0c52e4a: Layer already exists [2020-10-16T17:30:17.529Z] 4371c6e911a0: Layer already exists [2020-10-16T17:30:17.529Z] 7bc5749c1824: Layer already exists [2020-10-16T17:30:17.529Z] 224742e9e948: Layer already exists [2020-10-16T17:30:17.529Z] 55d72c654963: Layer already exists [2020-10-16T17:30:17.529Z] 527eef706b20: Layer already exists [2020-10-16T17:30:17.529Z] 82b2c5f889b0: Layer already exists [2020-10-16T17:30:17.529Z] 5391e5290f13: Layer already exists [2020-10-16T17:30:17.529Z] 13baed61c795: Layer already exists [2020-10-16T17:30:17.529Z] 50644c29ef5a: Layer already exists [2020-10-16T17:30:17.529Z] 1507bc794612: Layer already exists [2020-10-16T17:30:17.529Z] 51d6d3d09136: Layer already exists [2020-10-16T17:30:17.529Z] 1.2.2-dev.79: digest: sha256:e95e09abd0ad98c3257d54e41472ba33ea5a54b4bfaf8f0fc8d2aafd3b3a44cc size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:30:17.828Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:30:18.123Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:30:18.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-16T17:30:18.123Z] 85dda0c52e4a: Preparing [2020-10-16T17:30:18.123Z] 7bc5749c1824: Preparing [2020-10-16T17:30:18.123Z] 4371c6e911a0: Preparing [2020-10-16T17:30:18.123Z] fdac3fe12fca: Preparing [2020-10-16T17:30:18.123Z] 21fbfc40730a: Preparing [2020-10-16T17:30:18.123Z] 55d72c654963: Preparing [2020-10-16T17:30:18.123Z] 82b2c5f889b0: Preparing [2020-10-16T17:30:18.123Z] 527eef706b20: Preparing [2020-10-16T17:30:18.123Z] 224742e9e948: Preparing [2020-10-16T17:30:18.123Z] 5391e5290f13: Preparing [2020-10-16T17:30:18.123Z] 13baed61c795: Preparing [2020-10-16T17:30:18.123Z] 51d6d3d09136: Preparing [2020-10-16T17:30:18.123Z] 1507bc794612: Preparing [2020-10-16T17:30:18.123Z] 50644c29ef5a: Preparing [2020-10-16T17:30:18.123Z] 224742e9e948: Waiting [2020-10-16T17:30:18.123Z] 5391e5290f13: Waiting [2020-10-16T17:30:18.123Z] 13baed61c795: Waiting [2020-10-16T17:30:18.123Z] 51d6d3d09136: Waiting [2020-10-16T17:30:18.123Z] 1507bc794612: Waiting [2020-10-16T17:30:18.123Z] 50644c29ef5a: Waiting [2020-10-16T17:30:18.123Z] 82b2c5f889b0: Waiting [2020-10-16T17:30:18.123Z] 527eef706b20: Waiting [2020-10-16T17:30:18.123Z] 55d72c654963: Waiting [2020-10-16T17:30:18.123Z] 21fbfc40730a: Layer already exists [2020-10-16T17:30:18.123Z] 85dda0c52e4a: Layer already exists [2020-10-16T17:30:18.123Z] 4371c6e911a0: Layer already exists [2020-10-16T17:30:18.123Z] 7bc5749c1824: Layer already exists [2020-10-16T17:30:18.123Z] fdac3fe12fca: Layer already exists [2020-10-16T17:30:18.123Z] 82b2c5f889b0: Layer already exists [2020-10-16T17:30:18.123Z] 55d72c654963: Layer already exists [2020-10-16T17:30:18.123Z] 5391e5290f13: Layer already exists [2020-10-16T17:30:18.123Z] 527eef706b20: Layer already exists [2020-10-16T17:30:18.123Z] 224742e9e948: Layer already exists [2020-10-16T17:30:18.123Z] 13baed61c795: Layer already exists [2020-10-16T17:30:18.123Z] 50644c29ef5a: Layer already exists [2020-10-16T17:30:18.123Z] 51d6d3d09136: Layer already exists [2020-10-16T17:30:18.123Z] 1507bc794612: Layer already exists [2020-10-16T17:30:18.385Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79: digest: sha256:e95e09abd0ad98c3257d54e41472ba33ea5a54b4bfaf8f0fc8d2aafd3b3a44cc size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:30:18.688Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:30:19.041Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-16T17:30:19.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-16T17:30:19.041Z] 85dda0c52e4a: Preparing [2020-10-16T17:30:19.041Z] 7bc5749c1824: Preparing [2020-10-16T17:30:19.041Z] 4371c6e911a0: Preparing [2020-10-16T17:30:19.041Z] fdac3fe12fca: Preparing [2020-10-16T17:30:19.041Z] 21fbfc40730a: Preparing [2020-10-16T17:30:19.041Z] 55d72c654963: Preparing [2020-10-16T17:30:19.041Z] 82b2c5f889b0: Preparing [2020-10-16T17:30:19.041Z] 527eef706b20: Preparing [2020-10-16T17:30:19.041Z] 224742e9e948: Preparing [2020-10-16T17:30:19.041Z] 5391e5290f13: Preparing [2020-10-16T17:30:19.041Z] 13baed61c795: Preparing [2020-10-16T17:30:19.041Z] 51d6d3d09136: Preparing [2020-10-16T17:30:19.041Z] 1507bc794612: Preparing [2020-10-16T17:30:19.041Z] 50644c29ef5a: Preparing [2020-10-16T17:30:19.041Z] 13baed61c795: Waiting [2020-10-16T17:30:19.041Z] 51d6d3d09136: Waiting [2020-10-16T17:30:19.041Z] 55d72c654963: Waiting [2020-10-16T17:30:19.041Z] 1507bc794612: Waiting [2020-10-16T17:30:19.041Z] 82b2c5f889b0: Waiting [2020-10-16T17:30:19.041Z] 527eef706b20: Waiting [2020-10-16T17:30:19.041Z] 50644c29ef5a: Waiting [2020-10-16T17:30:19.041Z] 224742e9e948: Waiting [2020-10-16T17:30:19.041Z] 5391e5290f13: Waiting [2020-10-16T17:30:19.041Z] 7bc5749c1824: Layer already exists [2020-10-16T17:30:19.041Z] 85dda0c52e4a: Layer already exists [2020-10-16T17:30:19.041Z] fdac3fe12fca: Layer already exists [2020-10-16T17:30:19.041Z] 4371c6e911a0: Layer already exists [2020-10-16T17:30:19.041Z] 21fbfc40730a: Layer already exists [2020-10-16T17:30:19.041Z] 55d72c654963: Layer already exists [2020-10-16T17:30:19.041Z] 224742e9e948: Layer already exists [2020-10-16T17:30:19.041Z] 82b2c5f889b0: Layer already exists [2020-10-16T17:30:19.041Z] 5391e5290f13: Layer already exists [2020-10-16T17:30:19.041Z] 527eef706b20: Layer already exists [2020-10-16T17:30:19.041Z] 13baed61c795: Layer already exists [2020-10-16T17:30:19.041Z] 51d6d3d09136: Layer already exists [2020-10-16T17:30:19.041Z] 1507bc794612: Layer already exists [2020-10-16T17:30:19.041Z] 50644c29ef5a: Layer already exists [2020-10-16T17:30:19.308Z] master: digest: sha256:e95e09abd0ad98c3257d54e41472ba33ea5a54b4bfaf8f0fc8d2aafd3b3a44cc size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T17:30:19.498Z] ===================================================== [Pipeline] echo [2020-10-16T17:30:19.571Z] taggedImages: [2020-10-16T17:30:19.571Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:30:19.571Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.79 [2020-10-16T17:30:19.571Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:30:19.571Z] - 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-16T17:31:01.889Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-16T17:31:10.241Z] Removing intermediate container 2d18baaaed60 [2020-10-16T17:31:10.241Z] ---> 685a6ded04b9 [2020-10-16T17:31:10.241Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-16T17:31:10.241Z] ---> Running in ca6823156e1e [2020-10-16T17:31:10.241Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-16T17:31:12.254Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-16T17:31:19.023Z] Removing intermediate container ca6823156e1e [2020-10-16T17:31:19.023Z] ---> 144c8392c846 [2020-10-16T17:31:19.023Z] [2020-10-16T17:31:19.023Z] Step 11/27 : FROM docker:latest [2020-10-16T17:31:19.023Z] ---> 45884bde0078 [2020-10-16T17:31:19.023Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-16T17:31:19.023Z] ---> Running in cadfc830d400 [2020-10-16T17:31:21.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T17:31:21.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T17:31:22.711Z] (1/2) Installing readline (8.0.4-r0) [2020-10-16T17:31:22.711Z] (2/2) Installing bash (5.0.17-r0) [2020-10-16T17:31:22.711Z] Executing bash-5.0.17-r0.post-install [2020-10-16T17:31:22.711Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T17:31:22.711Z] OK: 12 MiB in 22 packages [2020-10-16T17:31:23.323Z] Removing intermediate container b406ea793e56 [2020-10-16T17:31:23.323Z] ---> bd311a03835e [2020-10-16T17:31:23.323Z] [2020-10-16T17:31:23.323Z] Step 10/26 : FROM alpine:3.10 [2020-10-16T17:31:23.944Z] 3.10: Pulling from library/alpine [2020-10-16T17:31:24.230Z] Removing intermediate container cadfc830d400 [2020-10-16T17:31:24.230Z] ---> 529f7c1e2291 [2020-10-16T17:31:24.230Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-16T17:31:24.513Z] ---> Running in b9f3d6f47698 [2020-10-16T17:31:25.979Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-16T17:31:25.979Z] Status: Downloaded newer image for alpine:3.10 [2020-10-16T17:31:25.979Z] ---> 536a684cf733 [2020-10-16T17:31:25.979Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-16T17:31:26.264Z] ---> Running in 1e0221bc11ec [2020-10-16T17:31:28.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-16T17:31:29.238Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-16T17:31:29.859Z] Removing intermediate container b9f3d6f47698 [2020-10-16T17:31:29.859Z] ---> 424854b9d591 [2020-10-16T17:31:29.859Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-16T17:31:29.859Z] v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-16T17:31:29.859Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-16T17:31:29.859Z] OK: 10167 distinct packages available [2020-10-16T17:31:30.137Z] ---> Running in 8225cc791e77 [2020-10-16T17:31:30.422Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-16T17:31:30.701Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-16T17:31:30.701Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-16T17:31:30.701Z] (4/5) Installing curl (7.66.0-r1) [2020-10-16T17:31:30.701Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-16T17:31:30.701Z] Executing busybox-1.30.1-r3.trigger [2020-10-16T17:31:30.701Z] Executing ca-certificates-20191127-r2.trigger [2020-10-16T17:31:30.986Z] OK: 7 MiB in 19 packages [2020-10-16T17:31:31.270Z] Removing intermediate container 8225cc791e77 [2020-10-16T17:31:31.270Z] ---> da5da9eb348f [2020-10-16T17:31:31.270Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-16T17:31:31.923Z] ---> Running in bd8189ba9c14 [2020-10-16T17:31:33.390Z] Removing intermediate container bd8189ba9c14 [2020-10-16T17:31:33.390Z] ---> 0e30989017f1 [2020-10-16T17:31:33.390Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-16T17:31:33.669Z] ---> Running in 844b99d5aa7e [2020-10-16T17:31:35.155Z] Removing intermediate container 1e0221bc11ec [2020-10-16T17:31:35.155Z] ---> 692057813147 [2020-10-16T17:31:35.155Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-16T17:31:35.155Z] Removing intermediate container 844b99d5aa7e [2020-10-16T17:31:35.155Z] ---> 988543546b31 [2020-10-16T17:31:35.155Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-16T17:31:35.429Z] ---> Running in 8afa3d804744 [2020-10-16T17:31:36.029Z] Removing intermediate container 43f6ec46376c [2020-10-16T17:31:36.029Z] ---> c4b54f4c16ce [2020-10-16T17:31:36.030Z] [2020-10-16T17:31:36.030Z] Step 10/21 : FROM scratch [2020-10-16T17:31:36.030Z] ---> [2020-10-16T17:31:36.030Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T17:31:36.307Z] ---> Running in 468960599ae4 [2020-10-16T17:31:36.587Z] Removing intermediate container 8afa3d804744 [2020-10-16T17:31:36.587Z] ---> f42839a64719 [2020-10-16T17:31:36.587Z] Step 13/26 : WORKDIR / [2020-10-16T17:31:36.587Z] Removing intermediate container be772fb4c301 [2020-10-16T17:31:36.587Z] ---> d69bf4488ede [2020-10-16T17:31:36.587Z] [2020-10-16T17:31:36.587Z] Step 10/22 : FROM scratch [2020-10-16T17:31:36.587Z] ---> [2020-10-16T17:31:36.587Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T17:31:36.870Z] ---> 635a94dabbfa [2020-10-16T17:31:36.870Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-16T17:31:37.147Z] ---> Running in c94d1802ad4d [2020-10-16T17:31:37.147Z] ---> Running in af394c454490 [2020-10-16T17:31:37.147Z] Removing intermediate container 468960599ae4 [2020-10-16T17:31:37.147Z] ---> 7d92d10c8319 [2020-10-16T17:31:37.147Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-16T17:31:37.427Z] ---> Running in 66acea67693f [2020-10-16T17:31:38.036Z] Removing intermediate container af394c454490 [2020-10-16T17:31:38.037Z] ---> f600f68f4e4f [2020-10-16T17:31:38.037Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-16T17:31:38.037Z] Removing intermediate container c94d1802ad4d [2020-10-16T17:31:38.037Z] ---> 274435596463 [2020-10-16T17:31:38.037Z] 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-16T17:31:38.037Z] ---> Running in 127aeabf96f7 [2020-10-16T17:31:38.308Z] Removing intermediate container 66acea67693f [2020-10-16T17:31:38.308Z] ---> cd14a664e2a0 [2020-10-16T17:31:38.309Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-16T17:31:38.309Z] ---> 6a48dd3e99e6 [2020-10-16T17:31:38.309Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-16T17:31:38.582Z] ---> Running in b5bd71eacf74 [2020-10-16T17:31:38.856Z] Removing intermediate container 127aeabf96f7 [2020-10-16T17:31:38.856Z] ---> cea0750f1d3a [2020-10-16T17:31:38.856Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T17:31:39.130Z] ---> Running in 01ec65583d2a [2020-10-16T17:31:39.405Z] Removing intermediate container b5bd71eacf74 [2020-10-16T17:31:39.405Z] ---> 658e821c0442 [2020-10-16T17:31:39.405Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-16T17:31:39.405Z] ---> 1487d95cc15c [2020-10-16T17:31:39.405Z] 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-16T17:31:39.683Z] Removing intermediate container 01ec65583d2a [2020-10-16T17:31:39.683Z] ---> 31b9ce9c37b9 [2020-10-16T17:31:39.683Z] Step 14/22 : WORKDIR / [2020-10-16T17:31:39.973Z] ---> Running in e24b6dd9e285 [2020-10-16T17:31:39.973Z] ---> ee9fa5f2e3e0 [2020-10-16T17:31:39.973Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-16T17:31:40.253Z] ---> Running in 4f2e744562e3 [2020-10-16T17:31:40.529Z] ---> 5c3130a2578e [2020-10-16T17:31:40.529Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-16T17:31:40.806Z] ---> 867300edafcd [2020-10-16T17:31:40.806Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-16T17:31:40.806Z] Removing intermediate container e24b6dd9e285 [2020-10-16T17:31:40.806Z] ---> 316914e6c5be [2020-10-16T17:31:40.806Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-16T17:31:42.253Z] ---> c3142effcdf0 [2020-10-16T17:31:42.253Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-16T17:31:42.253Z] ---> 268e16b30588 [2020-10-16T17:31:42.253Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-16T17:31:42.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T17:31:42.529Z] ---> 969d6308d57b [2020-10-16T17:31:42.529Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-16T17:31:42.806Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T17:31:43.411Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-16T17:31:43.411Z] (2/33) Installing expat (2.2.9-r1) [2020-10-16T17:31:43.411Z] (3/33) Installing libffi (3.3-r2) [2020-10-16T17:31:43.411Z] (4/33) Installing gdbm (1.13-r1) [2020-10-16T17:31:43.411Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-16T17:31:43.411Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-16T17:31:43.411Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-16T17:31:44.876Z] ---> 872d80083351 [2020-10-16T17:31:44.876Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-16T17:31:45.157Z] ---> 47b454c5a905 [2020-10-16T17:31:45.157Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-16T17:31:45.157Z] ---> d255f8e76c60 [2020-10-16T17:31:45.157Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-16T17:31:45.433Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-16T17:31:45.433Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-16T17:31:45.433Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-16T17:31:45.433Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-16T17:31:45.433Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-16T17:31:45.433Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-16T17:31:45.712Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-16T17:31:45.712Z] ---> Running in e6ebac0c61d5 [2020-10-16T17:31:45.712Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-16T17:31:45.712Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-16T17:31:45.712Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-16T17:31:45.986Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-16T17:31:45.986Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-16T17:31:45.986Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-16T17:31:45.986Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-16T17:31:45.986Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-16T17:31:45.986Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-16T17:31:46.259Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-16T17:31:46.259Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-16T17:31:46.259Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-16T17:31:46.259Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-16T17:31:46.259Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-16T17:31:46.259Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-16T17:31:46.259Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-16T17:31:46.259Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-16T17:31:46.259Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-16T17:31:46.259Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-16T17:31:46.539Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T17:31:46.539Z] OK: 71 MiB in 55 packages [2020-10-16T17:31:46.539Z] ---> 712458e94175 [2020-10-16T17:31:46.539Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-16T17:31:46.539Z] ---> 240246ec0ad7 [2020-10-16T17:31:46.539Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-16T17:31:46.813Z] Removing intermediate container e6ebac0c61d5 [2020-10-16T17:31:46.813Z] ---> f62ce7f4dcc3 [2020-10-16T17:31:46.813Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T17:31:47.089Z] ---> Running in e5d572cbcc6c [2020-10-16T17:31:47.089Z] ---> Running in c3c5f6736ab8 [2020-10-16T17:31:48.069Z] Removing intermediate container e5d572cbcc6c [2020-10-16T17:31:48.069Z] Removing intermediate container c3c5f6736ab8 [2020-10-16T17:31:48.069Z] ---> a4199f5e56c2 [2020-10-16T17:31:48.069Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T17:31:48.069Z] ---> fef2a2d37c69 [2020-10-16T17:31:48.069Z] Step 19/21 : LABEL arch=arm64 [2020-10-16T17:31:48.069Z] ---> 7306ff3003d8 [2020-10-16T17:31:48.069Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-16T17:31:48.348Z] ---> Running in aca49db064d8 [2020-10-16T17:31:48.348Z] ---> Running in 8849173bb41c [2020-10-16T17:31:49.335Z] Removing intermediate container aca49db064d8 [2020-10-16T17:31:49.335Z] ---> bf6d575444bd [2020-10-16T17:31:49.335Z] Step 20/22 : LABEL arch=arm64 [2020-10-16T17:31:49.335Z] Removing intermediate container 8849173bb41c [2020-10-16T17:31:49.335Z] ---> 4a1008c8cc3c [2020-10-16T17:31:49.335Z] Step 20/21 : LABEL git_sha=ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:31:49.611Z] ---> Running in a09a44da2a68 [2020-10-16T17:31:49.611Z] ---> Running in fa2e407ec4e0 [2020-10-16T17:31:50.216Z] ---> 4916a96b2a8d [2020-10-16T17:31:50.216Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-16T17:31:50.499Z] Removing intermediate container a09a44da2a68 [2020-10-16T17:31:50.499Z] ---> 2b1785ebd8b7 [2020-10-16T17:31:50.499Z] Step 21/22 : LABEL git_sha=ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:31:50.499Z] Removing intermediate container fa2e407ec4e0 [2020-10-16T17:31:50.499Z] ---> c8dfc8894cc6 [2020-10-16T17:31:50.499Z] Step 21/21 : LABEL version=1.2.2-dev.79 [2020-10-16T17:31:51.102Z] ---> Running in 00273a270774 [2020-10-16T17:31:51.102Z] ---> Running in 3c14b240441e [2020-10-16T17:31:51.379Z] ---> 93cfbf6320dc [2020-10-16T17:31:51.380Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-16T17:31:51.665Z] ---> Running in 1f6194ed2f9e [2020-10-16T17:31:51.941Z] Removing intermediate container 3c14b240441e [2020-10-16T17:31:51.941Z] ---> 3b3ea5c1260a [2020-10-16T17:31:51.941Z] [2020-10-16T17:31:51.941Z] Removing intermediate container 00273a270774 [2020-10-16T17:31:51.941Z] ---> 9a500ece1005 [2020-10-16T17:31:51.941Z] Step 22/22 : LABEL version=1.2.2-dev.79 [2020-10-16T17:31:52.553Z] ---> Running in 785611550a48 [2020-10-16T17:31:52.553Z] Successfully built 3b3ea5c1260a [2020-10-16T17:31:52.553Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-16T17:31:52.942Z]  Building docker-support-scheduler-go ... done Building docker-support-logging-go [2020-10-16T17:31:53.697Z] Removing intermediate container 785611550a48 [2020-10-16T17:31:53.697Z] ---> f85bc71836b1 [2020-10-16T17:31:53.697Z] [2020-10-16T17:31:54.060Z] Successfully built f85bc71836b1 [2020-10-16T17:31:54.060Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-16T17:31:54.060Z] Building docker-core-command-go [2020-10-16T17:31:57.596Z]  Building docker-core-metadata-go ... done Removing intermediate container 3a78ef9a1378 [2020-10-16T17:31:57.596Z] ---> d826a53211a8 [2020-10-16T17:31:57.596Z] [2020-10-16T17:31:57.596Z] Step 10/23 : FROM alpine [2020-10-16T17:31:57.872Z] Removing intermediate container 4f2e744562e3 [2020-10-16T17:31:57.872Z] ---> 5f4485136339 [2020-10-16T17:31:57.872Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-16T17:31:57.872Z] latest: Pulling from library/alpine [2020-10-16T17:31:58.145Z] Removing intermediate container 1f6194ed2f9e [2020-10-16T17:31:58.145Z] ---> c45559d8f66e [2020-10-16T17:31:58.145Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-16T17:31:58.422Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-16T17:31:58.422Z] ---> Running in cbf26d3c9b57 [2020-10-16T17:31:58.422Z] Status: Downloaded newer image for alpine:latest [2020-10-16T17:31:58.422Z] ---> 62ee0e9f8440 [2020-10-16T17:31:58.422Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T17:31:58.698Z] ---> Running in 1eb71c776a8b [2020-10-16T17:31:58.977Z] ---> Running in effab69da214 [2020-10-16T17:31:59.581Z] Removing intermediate container 1eb71c776a8b [2020-10-16T17:31:59.581Z] ---> 8341297e5085 [2020-10-16T17:31:59.581Z] Step 24/26 : LABEL arch=arm64 [2020-10-16T17:31:59.858Z] Removing intermediate container effab69da214 [2020-10-16T17:31:59.858Z] ---> cf096856f869 [2020-10-16T17:31:59.858Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-16T17:32:00.134Z] ---> Running in cbf127ba5dfe [2020-10-16T17:32:00.410Z] ---> Running in f0713ad0c4d2 [2020-10-16T17:32:01.009Z] Removing intermediate container cbf127ba5dfe [2020-10-16T17:32:01.009Z] ---> 06de31f6a96d [2020-10-16T17:32:01.009Z] Step 25/26 : LABEL git_sha=ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:32:01.009Z] Removing intermediate container f0713ad0c4d2 [2020-10-16T17:32:01.009Z] ---> b40ba17cfe35 [2020-10-16T17:32:01.009Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-16T17:32:01.284Z] ---> Running in 133f00e8bee2 [2020-10-16T17:32:01.284Z] ---> Running in 65da1ac5a52b [2020-10-16T17:32:01.893Z] Removing intermediate container 133f00e8bee2 [2020-10-16T17:32:01.893Z] ---> fe7bcd245066 [2020-10-16T17:32:01.893Z] Step 26/26 : LABEL version=1.2.2-dev.79 [2020-10-16T17:32:02.166Z] Removing intermediate container 65da1ac5a52b [2020-10-16T17:32:02.166Z] ---> 927bdbcbc0f9 [2020-10-16T17:32:02.166Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T17:32:02.166Z] ---> Running in 99290faf48b3 [2020-10-16T17:32:02.441Z] ---> Running in 9fd942789a0e [2020-10-16T17:32:03.432Z] Removing intermediate container 99290faf48b3 [2020-10-16T17:32:03.432Z] ---> 7c4126966098 [2020-10-16T17:32:03.432Z] [2020-10-16T17:32:03.706Z] Successfully built 7c4126966098 [2020-10-16T17:32:03.706Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-16T17:32:03.706Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go [2020-10-16T17:32:05.686Z] Collecting docker-compose==1.23.2 [2020-10-16T17:32:05.686Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-16T17:32:06.284Z] Removing intermediate container 9fd942789a0e [2020-10-16T17:32:06.284Z] ---> a87e7282675d [2020-10-16T17:32:06.284Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-16T17:32:06.557Z] Collecting jsonschema<3,>=2.5.1 [2020-10-16T17:32:06.557Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-16T17:32:06.829Z] ---> Running in 67953fef3b60 [2020-10-16T17:32:07.429Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-16T17:32:07.429Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-16T17:32:08.026Z] Collecting cached-property<2,>=1.2.0 [2020-10-16T17:32:08.026Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-16T17:32:08.622Z] Collecting docopt<0.7,>=0.6.1 [2020-10-16T17:32:08.622Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-16T17:32:08.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T17:32:09.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T17:32:10.220Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-16T17:32:10.220Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-16T17:32:10.220Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-16T17:32:10.497Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T17:32:10.497Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T17:32:10.497Z] ---> 973b55bb510d [2020-10-16T17:32:10.497Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-16T17:32:10.497Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T17:32:10.497Z] ---> Using cache [2020-10-16T17:32:10.497Z] ---> 9b74c2b284fa [2020-10-16T17:32:10.497Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T17:32:10.497Z] ---> Using cache [2020-10-16T17:32:10.497Z] ---> 59bb01cb3a5f [2020-10-16T17:32:10.497Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-16T17:32:10.497Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-16T17:32:10.497Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T17:32:10.782Z] OK: 8 MiB in 19 packages [2020-10-16T17:32:11.775Z] Collecting texttable<0.10,>=0.9.0 [2020-10-16T17:32:11.775Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-16T17:32:12.066Z] ---> Running in 17ba3be534ca [2020-10-16T17:32:14.074Z] Removing intermediate container 67953fef3b60 [2020-10-16T17:32:14.074Z] ---> 8d7fc09a06e9 [2020-10-16T17:32:14.074Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-16T17:32:14.074Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T17:32:14.074Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T17:32:14.074Z] ---> 973b55bb510d [2020-10-16T17:32:14.074Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T17:32:14.074Z] ---> Using cache [2020-10-16T17:32:14.075Z] ---> 9b74c2b284fa [2020-10-16T17:32:14.075Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T17:32:14.075Z] ---> Using cache [2020-10-16T17:32:14.075Z] ---> 59bb01cb3a5f [2020-10-16T17:32:14.075Z] Step 5/22 : RUN apk update && apk add make git [2020-10-16T17:32:14.679Z] ---> Running in db06486d2ed1 [2020-10-16T17:32:14.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T17:32:14.952Z] ---> 3fdef1fa4002 [2020-10-16T17:32:14.952Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-16T17:32:15.554Z] Collecting PyYAML<4,>=3.10 [2020-10-16T17:32:15.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T17:32:15.554Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-16T17:32:16.537Z] v3.12.0-426-gabe0767261 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:32:16.537Z] v3.12.0-427-gc0473f766f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:32:16.537Z] OK: 12623 distinct packages available [2020-10-16T17:32:17.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T17:32:17.525Z] OK: 217 MiB in 51 packages [2020-10-16T17:32:18.129Z] OK: 217 MiB in 51 packages [2020-10-16T17:32:18.405Z] ---> d686c7ef8bbf [2020-10-16T17:32:18.405Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-16T17:32:18.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T17:32:19.386Z] v3.12.0-426-gabe0767261 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:32:19.386Z] v3.12.0-427-gc0473f766f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:32:19.386Z] OK: 12623 distinct packages available [2020-10-16T17:32:19.987Z] ---> 0adeea73862a [2020-10-16T17:32:19.987Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-16T17:32:19.987Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-16T17:32:19.987Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-16T17:32:20.263Z] OK: 217 MiB in 51 packages [2020-10-16T17:32:20.263Z] ---> Running in d195aa59f77f [2020-10-16T17:32:20.537Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T17:32:20.537Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-16T17:32:20.537Z] ---> 973b55bb510d [2020-10-16T17:32:20.537Z] Step 3/29 : WORKDIR /edgex-go [2020-10-16T17:32:20.537Z] ---> Using cache [2020-10-16T17:32:20.537Z] ---> 9b74c2b284fa [2020-10-16T17:32:20.537Z] Step 4/29 : RUN apk update && apk add make git [2020-10-16T17:32:20.537Z] Removing intermediate container 17ba3be534ca [2020-10-16T17:32:20.537Z] ---> 66073a78e852 [2020-10-16T17:32:20.537Z] Step 6/22 : COPY go.mod . [2020-10-16T17:32:20.537Z] ---> Running in ae4790b7dc25 [2020-10-16T17:32:21.134Z] Removing intermediate container d195aa59f77f [2020-10-16T17:32:21.134Z] ---> e8df49ee8b8a [2020-10-16T17:32:21.134Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T17:32:21.405Z] ---> Running in 6d37c00c3723 [2020-10-16T17:32:22.003Z] Removing intermediate container db06486d2ed1 [2020-10-16T17:32:22.003Z] ---> 5b3d19f6424a [2020-10-16T17:32:22.003Z] Step 6/22 : COPY go.mod . [2020-10-16T17:32:22.003Z] ---> 83ac3a324e6e [2020-10-16T17:32:22.003Z] Step 7/22 : RUN go mod download [2020-10-16T17:32:22.003Z] Removing intermediate container 6d37c00c3723 [2020-10-16T17:32:22.003Z] ---> 9aea4f6faff4 [2020-10-16T17:32:22.003Z] Step 21/23 : LABEL arch=arm64 [2020-10-16T17:32:22.003Z] ---> Running in bb9ba739b81d [2020-10-16T17:32:22.608Z] ---> Running in db502f10aafe [2020-10-16T17:32:22.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T17:32:22.897Z] ---> 743a676194ac [2020-10-16T17:32:23.180Z] Step 7/22 : RUN go mod download [2020-10-16T17:32:23.180Z] ---> Running in 1aefd4732275 [2020-10-16T17:32:23.180Z] Removing intermediate container db502f10aafe [2020-10-16T17:32:23.180Z] ---> f7026752ad45 [2020-10-16T17:32:23.180Z] Step 22/23 : LABEL git_sha=ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:32:23.454Z] ---> Running in 9eb580c91cb1 [2020-10-16T17:32:23.454Z] Collecting docker<4.0,>=3.6.0 [2020-10-16T17:32:23.727Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-16T17:32:24.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T17:32:24.279Z] Removing intermediate container 9eb580c91cb1 [2020-10-16T17:32:24.279Z] ---> 8f4aa3619223 [2020-10-16T17:32:24.279Z] Step 23/23 : LABEL version=1.2.2-dev.79 [2020-10-16T17:32:24.279Z] 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-16T17:32:24.553Z] ---> Running in 169aa29b71b4 [2020-10-16T17:32:25.158Z] v3.12.0-426-gabe0767261 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:32:25.158Z] v3.12.0-427-gc0473f766f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:32:25.158Z] OK: 12623 distinct packages available [2020-10-16T17:32:25.158Z] Removing intermediate container 169aa29b71b4 [2020-10-16T17:32:25.158Z] ---> 51244a6a20cc [2020-10-16T17:32:25.158Z] [2020-10-16T17:32:25.440Z] Successfully built 51244a6a20cc [2020-10-16T17:32:25.440Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-16T17:32:25.440Z]  Building docker-core-data-go ... done Building docker-support-notifications-go [2020-10-16T17:32:25.717Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-16T17:32:25.717Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-16T17:32:25.997Z] OK: 217 MiB in 51 packages [2020-10-16T17:32:26.277Z] Collecting docker-pycreds>=0.4.0 [2020-10-16T17:32:26.277Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-16T17:32:27.294Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-16T17:32:27.294Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-16T17:32:27.294Z] Removing intermediate container bb9ba739b81d [2020-10-16T17:32:27.294Z] ---> eec07ab80753 [2020-10-16T17:32:27.294Z] Step 8/22 : COPY . . [2020-10-16T17:32:28.352Z] Collecting idna<2.8,>=2.5 [2020-10-16T17:32:28.352Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-16T17:32:28.957Z] Removing intermediate container ae4790b7dc25 [2020-10-16T17:32:28.957Z] ---> fe370bf1758f [2020-10-16T17:32:28.957Z] Step 5/29 : COPY go.mod . [2020-10-16T17:32:28.957Z] 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-16T17:32:28.957Z] 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-16T17:32:28.957Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-16T17:32:28.957Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-16T17:32:28.957Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-16T17:32:28.957Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-16T17:32:29.555Z] Removing intermediate container 1aefd4732275 [2020-10-16T17:32:29.555Z] ---> e3213d0555ea [2020-10-16T17:32:29.555Z] Step 8/22 : COPY . . [2020-10-16T17:32:30.147Z] Installing collected packages: jsonschema, websocket-client, cached-property, docopt, texttable, PyYAML, dockerpty, docker-pycreds, urllib3, idna, requests, docker, docker-compose [2020-10-16T17:32:30.420Z] ---> 59a6fe75e820 [2020-10-16T17:32:30.420Z] Step 6/29 : RUN go mod download [2020-10-16T17:32:31.012Z] ---> Running in 94a7089457e4 [2020-10-16T17:32:31.286Z] Running setup.py install for docopt: started [2020-10-16T17:32:33.910Z] Running setup.py install for docopt: finished with status 'done' [2020-10-16T17:32:33.910Z] Running setup.py install for texttable: started [2020-10-16T17:32:35.908Z] Running setup.py install for texttable: finished with status 'done' [2020-10-16T17:32:35.908Z] Running setup.py install for PyYAML: started [2020-10-16T17:32:37.356Z] Removing intermediate container 94a7089457e4 [2020-10-16T17:32:37.356Z] ---> d9f468602b9c [2020-10-16T17:32:37.356Z] Step 7/29 : COPY . . [2020-10-16T17:32:38.335Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-16T17:32:38.335Z] Running setup.py install for dockerpty: started [2020-10-16T17:32:38.632Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T17:32:38.632Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-16T17:32:38.632Z] ---> 973b55bb510d [2020-10-16T17:32:38.632Z] Step 3/24 : WORKDIR /edgex-go [2020-10-16T17:32:38.632Z] ---> Using cache [2020-10-16T17:32:38.632Z] ---> 9b74c2b284fa [2020-10-16T17:32:38.632Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T17:32:38.632Z] ---> Using cache [2020-10-16T17:32:38.632Z] ---> 59bb01cb3a5f [2020-10-16T17:32:38.632Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-16T17:32:40.087Z] ---> Running in 87b62045946b [2020-10-16T17:32:40.697Z] ---> 228feaf50b22 [2020-10-16T17:32:40.697Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-16T17:32:41.312Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-16T17:32:41.312Z] Attempting uninstall: urllib3 [2020-10-16T17:32:41.586Z] ---> Running in 51ebf34d8245 [2020-10-16T17:32:41.586Z] Found existing installation: urllib3 1.25.9 [2020-10-16T17:32:41.586Z] Uninstalling urllib3-1.25.9: [2020-10-16T17:32:41.858Z] Successfully uninstalled urllib3-1.25.9 [2020-10-16T17:32:42.458Z] Attempting uninstall: idna [2020-10-16T17:32:42.458Z] Found existing installation: idna 2.9 [2020-10-16T17:32:42.741Z] Uninstalling idna-2.9: [2020-10-16T17:32:42.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T17:32:42.741Z] Successfully uninstalled idna-2.9 [2020-10-16T17:32:43.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T17:32:43.724Z] Attempting uninstall: requests [2020-10-16T17:32:43.724Z] Found existing installation: requests 2.23.0 [2020-10-16T17:32:43.724Z] Uninstalling requests-2.23.0: [2020-10-16T17:32:43.724Z] ---> 2723d3b98a8b [2020-10-16T17:32:43.724Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-16T17:32:43.724Z] Successfully uninstalled requests-2.23.0 [2020-10-16T17:32:43.724Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-16T17:32:44.000Z] ---> Running in eae3822127b9 [2020-10-16T17:32:44.981Z] v3.12.0-426-gabe0767261 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:32:44.981Z] v3.12.0-427-gc0473f766f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:32:44.981Z] OK: 12623 distinct packages available [2020-10-16T17:32:45.967Z] OK: 217 MiB in 51 packages [2020-10-16T17:32:46.245Z] 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-16T17:32:46.526Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o cmd/core-command/core-command ./cmd/core-command [2020-10-16T17:32:48.513Z] Removing intermediate container 87b62045946b [2020-10-16T17:32:48.513Z] ---> 8d2be6d63f5e [2020-10-16T17:32:48.513Z] Step 6/24 : COPY go.mod . [2020-10-16T17:32:50.568Z] ---> ef0c19b761cc [2020-10-16T17:32:50.568Z] Step 7/24 : RUN go mod download [2020-10-16T17:32:50.951Z] ---> Running in 883a87d6f9b8 [2020-10-16T17:32:52.585Z] ---> 087f83b41c2f [2020-10-16T17:32:52.585Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-16T17:32:52.966Z] ---> Running in ad5318f0b738 [2020-10-16T17:32:54.451Z] Removing intermediate container cbf26d3c9b57 [2020-10-16T17:32:54.451Z] ---> 601f1c57977d [2020-10-16T17:32:54.451Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-16T17:32:55.062Z] ---> Running in 06cdb99875b0 [2020-10-16T17:32:56.531Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-16T17:32:57.545Z] Removing intermediate container 883a87d6f9b8 [2020-10-16T17:32:57.545Z] ---> c8fe005a8117 [2020-10-16T17:32:57.545Z] Step 8/24 : COPY . . [2020-10-16T17:32:57.835Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T17:32:58.114Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T17:32:58.725Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-16T17:32:58.725Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-16T17:32:59.000Z] (3/3) Installing curl (7.69.1-r1) [2020-10-16T17:32:59.000Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T17:32:59.000Z] OK: 71 MiB in 58 packages [2020-10-16T17:33:01.657Z] Removing intermediate container 06cdb99875b0 [2020-10-16T17:33:01.657Z] ---> 3c0b8f02fea5 [2020-10-16T17:33:01.657Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-16T17:33:02.273Z] ---> Running in 9d75055712c1 [2020-10-16T17:33:03.267Z] Removing intermediate container 9d75055712c1 [2020-10-16T17:33:03.267Z] ---> 3c8c380d1458 [2020-10-16T17:33:03.267Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T17:33:03.267Z] ---> Running in b84dfec5b9a1 [2020-10-16T17:33:04.260Z] Removing intermediate container b84dfec5b9a1 [2020-10-16T17:33:04.260Z] ---> 09b99e11443b [2020-10-16T17:33:04.260Z] Step 25/27 : LABEL arch=arm64 [2020-10-16T17:33:04.545Z] ---> Running in c1a6a3646977 [2020-10-16T17:33:06.015Z] Removing intermediate container c1a6a3646977 [2020-10-16T17:33:06.015Z] ---> c242775342f2 [2020-10-16T17:33:06.015Z] Step 26/27 : LABEL git_sha=ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:33:06.015Z] ---> Running in ea12dd2bb526 [2020-10-16T17:33:07.469Z] Removing intermediate container ea12dd2bb526 [2020-10-16T17:33:07.469Z] ---> b4648bbb2711 [2020-10-16T17:33:07.469Z] Step 27/27 : LABEL version=1.2.2-dev.79 [2020-10-16T17:33:07.469Z] ---> Running in dbc74af60749 [2020-10-16T17:33:08.471Z] Removing intermediate container dbc74af60749 [2020-10-16T17:33:08.471Z] ---> 980499e5ccb9 [2020-10-16T17:33:08.471Z] [2020-10-16T17:33:09.082Z] Successfully built 980499e5ccb9 [2020-10-16T17:33:09.362Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-16T17:33:09.362Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go [2020-10-16T17:33:10.874Z] ---> 7b076c2202c4 [2020-10-16T17:33:10.874Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-16T17:33:11.162Z] ---> Running in cce3c99b1618 [2020-10-16T17:33:13.824Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-16T17:33:26.287Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T17:33:26.287Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-16T17:33:26.287Z] ---> 973b55bb510d [2020-10-16T17:33:26.287Z] Step 3/20 : WORKDIR /edgex-go [2020-10-16T17:33:26.287Z] ---> Using cache [2020-10-16T17:33:26.287Z] ---> 9b74c2b284fa [2020-10-16T17:33:26.287Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T17:33:26.287Z] ---> Using cache [2020-10-16T17:33:26.287Z] ---> 59bb01cb3a5f [2020-10-16T17:33:26.287Z] Step 5/20 : RUN apk update && apk add make git [2020-10-16T17:33:26.287Z] ---> Using cache [2020-10-16T17:33:26.287Z] ---> 5b3d19f6424a [2020-10-16T17:33:26.287Z] Step 6/20 : COPY go.mod . [2020-10-16T17:33:26.287Z] ---> Using cache [2020-10-16T17:33:26.287Z] ---> 743a676194ac [2020-10-16T17:33:26.287Z] Step 7/20 : RUN go mod download [2020-10-16T17:33:26.287Z] ---> Using cache [2020-10-16T17:33:26.287Z] ---> e3213d0555ea [2020-10-16T17:33:26.287Z] Step 8/20 : COPY . . [2020-10-16T17:33:26.287Z] ---> Using cache [2020-10-16T17:33:26.287Z] ---> 2723d3b98a8b [2020-10-16T17:33:26.287Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-16T17:33:26.287Z] ---> Running in 56508bbde520 [2020-10-16T17:33:28.950Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.79" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-16T17:34:25.614Z] Removing intermediate container 51ebf34d8245 [2020-10-16T17:34:25.614Z] ---> 5d658f4f04af [2020-10-16T17:34:25.614Z] [2020-10-16T17:34:25.614Z] Step 10/22 : FROM scratch [2020-10-16T17:34:25.614Z] ---> [2020-10-16T17:34:25.614Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-16T17:34:25.614Z] ---> Running in 3e6d03c4f5e4 [2020-10-16T17:34:25.614Z] Removing intermediate container ad5318f0b738 [2020-10-16T17:34:25.614Z] ---> 2871d07a9c5b [2020-10-16T17:34:25.614Z] [2020-10-16T17:34:25.614Z] Step 9/29 : FROM alpine:latest [2020-10-16T17:34:25.614Z] ---> 62ee0e9f8440 [2020-10-16T17:34:25.614Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-16T17:34:25.614Z] ---> Running in 0a1bf642b13b [2020-10-16T17:34:25.614Z] Removing intermediate container 3e6d03c4f5e4 [2020-10-16T17:34:25.614Z] ---> ec3a8153c828 [2020-10-16T17:34:25.614Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-16T17:34:25.614Z] ---> Running in c9a43392556b [2020-10-16T17:34:25.614Z] Removing intermediate container 0a1bf642b13b [2020-10-16T17:34:25.614Z] ---> b33431f174b4 [2020-10-16T17:34:25.614Z] Step 11/29 : USER root [2020-10-16T17:34:25.614Z] ---> Running in 84991d5bd240 [2020-10-16T17:34:25.614Z] Removing intermediate container c9a43392556b [2020-10-16T17:34:25.614Z] ---> 93422d5132b4 [2020-10-16T17:34:25.614Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T17:34:25.614Z] ---> Running in d923ce5bb598 [2020-10-16T17:34:25.614Z] Removing intermediate container 84991d5bd240 [2020-10-16T17:34:25.614Z] ---> fb2192ee1e2a [2020-10-16T17:34:25.614Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-16T17:34:25.614Z] ---> Running in 87e735bca3d6 [2020-10-16T17:34:25.614Z] Removing intermediate container d923ce5bb598 [2020-10-16T17:34:25.614Z] ---> 562016d66dc7 [2020-10-16T17:34:25.614Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-16T17:34:25.614Z] ---> 233eefbcefce [2020-10-16T17:34:25.614Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-16T17:34:25.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T17:34:25.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T17:34:25.614Z] ---> 695310c691d3 [2020-10-16T17:34:25.614Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-16T17:34:25.614Z] v3.12.0-426-gabe0767261 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:34:25.614Z] v3.12.0-427-gc0473f766f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:34:25.614Z] OK: 12621 distinct packages available [2020-10-16T17:34:25.614Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-16T17:34:25.614Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-16T17:34:25.614Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T17:34:25.614Z] Executing ca-certificates-20191127-r4.trigger [2020-10-16T17:34:25.614Z] ---> abc20806caa3 [2020-10-16T17:34:25.614Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-16T17:34:25.614Z] OK: 6 MiB in 16 packages [2020-10-16T17:34:26.616Z] ---> 23318f0823d2 [2020-10-16T17:34:26.616Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-16T17:34:26.898Z] ---> Running in 9ed80f1f3226 [2020-10-16T17:34:27.518Z] Removing intermediate container 9ed80f1f3226 [2020-10-16T17:34:27.518Z] ---> 4065f90949e5 [2020-10-16T17:34:27.518Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T17:34:27.795Z] ---> Running in 55fe591b9b92 [2020-10-16T17:34:27.795Z] Removing intermediate container 87e735bca3d6 [2020-10-16T17:34:27.795Z] ---> e16dea9c2c62 [2020-10-16T17:34:27.795Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-16T17:34:28.078Z] ---> Running in 01c4da9ddc21 [2020-10-16T17:34:28.356Z] Removing intermediate container 55fe591b9b92 [2020-10-16T17:34:28.356Z] ---> 0077f8d9bc8d [2020-10-16T17:34:28.356Z] Step 20/22 : LABEL arch=arm64 [2020-10-16T17:34:28.648Z] ---> Running in f674a045d81b [2020-10-16T17:34:28.936Z] Removing intermediate container 01c4da9ddc21 [2020-10-16T17:34:28.936Z] ---> 26e403c61ac5 [2020-10-16T17:34:28.936Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-16T17:34:29.221Z] ---> Running in 7eebaa89e9c1 [2020-10-16T17:34:29.502Z] Removing intermediate container f674a045d81b [2020-10-16T17:34:29.502Z] ---> 634599d27bc2 [2020-10-16T17:34:29.502Z] Step 21/22 : LABEL git_sha=ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:34:29.786Z] ---> Running in 7b956fb7df93 [2020-10-16T17:34:29.787Z] Removing intermediate container 7eebaa89e9c1 [2020-10-16T17:34:29.787Z] ---> 8d10a186d6fd [2020-10-16T17:34:29.787Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-16T17:34:30.073Z] ---> Running in 4c79254f3712 [2020-10-16T17:34:30.361Z] Removing intermediate container 7b956fb7df93 [2020-10-16T17:34:30.361Z] ---> 13690b4b8f7b [2020-10-16T17:34:30.361Z] Step 22/22 : LABEL version=1.2.2-dev.79 [2020-10-16T17:34:30.643Z] ---> Running in 582ba955f823 [2020-10-16T17:34:31.643Z] Removing intermediate container 582ba955f823 [2020-10-16T17:34:31.643Z] ---> b8115cd449d4 [2020-10-16T17:34:31.643Z] [2020-10-16T17:34:31.922Z] Successfully built b8115cd449d4 [2020-10-16T17:34:31.922Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-16T17:34:34.598Z]  Building docker-support-logging-go ... done Removing intermediate container 4c79254f3712 [2020-10-16T17:34:34.598Z] ---> 4319983ef9cf [2020-10-16T17:34:34.598Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-16T17:34:37.250Z] ---> cf32dbf9d73c [2020-10-16T17:34:37.250Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-16T17:34:38.715Z] ---> fd1e3e388ddb [2020-10-16T17:34:38.715Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-16T17:34:38.715Z] Removing intermediate container eae3822127b9 [2020-10-16T17:34:38.715Z] ---> 568e4538b355 [2020-10-16T17:34:38.715Z] [2020-10-16T17:34:38.715Z] Step 10/22 : FROM scratch [2020-10-16T17:34:38.715Z] ---> [2020-10-16T17:34:38.715Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T17:34:38.995Z] ---> Using cache [2020-10-16T17:34:38.995Z] ---> f600f68f4e4f [2020-10-16T17:34:38.995Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-16T17:34:39.276Z] ---> Running in 6c9cb1c46461 [2020-10-16T17:34:39.890Z] ---> d35d8bc4484e [2020-10-16T17:34:39.891Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-16T17:34:39.891Z] Removing intermediate container 6c9cb1c46461 [2020-10-16T17:34:39.891Z] ---> ab1f49202528 [2020-10-16T17:34:39.891Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T17:34:40.167Z] ---> Running in 2e6e91080915 [2020-10-16T17:34:41.173Z] Removing intermediate container 2e6e91080915 [2020-10-16T17:34:41.173Z] ---> b78d9ae35f88 [2020-10-16T17:34:41.173Z] Step 14/22 : WORKDIR / [2020-10-16T17:34:41.173Z] ---> Running in 82021dc2afbf [2020-10-16T17:34:41.456Z] ---> 39dcef75d8d2 [2020-10-16T17:34:41.456Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-16T17:34:42.066Z] Removing intermediate container 82021dc2afbf [2020-10-16T17:34:42.066Z] ---> ae028d4893da [2020-10-16T17:34:42.066Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-16T17:34:43.057Z] ---> e8027faea81e [2020-10-16T17:34:43.057Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-16T17:34:43.337Z] ---> 6500e4fc5663 [2020-10-16T17:34:43.337Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-16T17:34:43.337Z] ---> Running in ff3439f28eb6 [2020-10-16T17:34:43.620Z] Removing intermediate container 56508bbde520 [2020-10-16T17:34:43.620Z] ---> 618669e3a77c [2020-10-16T17:34:43.620Z] [2020-10-16T17:34:43.620Z] Step 10/20 : FROM alpine [2020-10-16T17:34:43.620Z] ---> 62ee0e9f8440 [2020-10-16T17:34:43.620Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-16T17:34:43.905Z] ---> Running in faeb9a499358 [2020-10-16T17:34:45.367Z] ---> 147795f0ec99 [2020-10-16T17:34:45.367Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-16T17:34:46.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T17:34:46.375Z] ---> ccd13bee0238 [2020-10-16T17:34:46.375Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-16T17:34:46.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T17:34:46.651Z] ---> Running in 5aeddbb4561e [2020-10-16T17:34:46.931Z] Removing intermediate container ff3439f28eb6 [2020-10-16T17:34:46.931Z] ---> ebf263927480 [2020-10-16T17:34:46.931Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-16T17:34:47.207Z] Removing intermediate container 5aeddbb4561e [2020-10-16T17:34:47.207Z] ---> 684ab0b39b8b [2020-10-16T17:34:47.207Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T17:34:47.207Z] v3.12.0-426-gabe0767261 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-16T17:34:47.207Z] v3.12.0-427-gc0473f766f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-16T17:34:47.207Z] OK: 12621 distinct packages available [2020-10-16T17:34:47.207Z] ---> Running in f46601e61f3c [2020-10-16T17:34:47.809Z] ---> 72b03dc438bc [2020-10-16T17:34:47.809Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-16T17:34:47.809Z] Removing intermediate container f46601e61f3c [2020-10-16T17:34:47.809Z] ---> 716ca0a6389a [2020-10-16T17:34:47.809Z] Step 20/22 : LABEL arch=arm64 [2020-10-16T17:34:48.089Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-16T17:34:48.089Z] ---> Running in 111be56ff073 [2020-10-16T17:34:48.089Z] ---> Running in afb96bcb9835 [2020-10-16T17:34:48.089Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-16T17:34:48.089Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-16T17:34:48.089Z] (4/4) Installing curl (7.69.1-r1) [2020-10-16T17:34:48.089Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T17:34:48.089Z] Executing ca-certificates-20191127-r4.trigger [2020-10-16T17:34:48.369Z] OK: 7 MiB in 18 packages [2020-10-16T17:34:48.985Z] Removing intermediate container afb96bcb9835 [2020-10-16T17:34:48.985Z] ---> f6760325f0ee [2020-10-16T17:34:48.985Z] Step 21/22 : LABEL git_sha=ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:34:49.259Z] ---> Running in 3a52849f43ce [2020-10-16T17:34:49.859Z] Removing intermediate container 3a52849f43ce [2020-10-16T17:34:49.859Z] ---> 66321a7ddc3f [2020-10-16T17:34:49.859Z] Step 22/22 : LABEL version=1.2.2-dev.79 [2020-10-16T17:34:50.144Z] ---> Running in aefac148e947 [2020-10-16T17:34:50.429Z] Removing intermediate container faeb9a499358 [2020-10-16T17:34:50.429Z] ---> cbd3fe114992 [2020-10-16T17:34:50.429Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-16T17:34:50.712Z] Removing intermediate container cce3c99b1618 [2020-10-16T17:34:50.712Z] ---> f0ec364f07a0 [2020-10-16T17:34:50.712Z] [2020-10-16T17:34:50.712Z] Step 10/24 : FROM scratch [2020-10-16T17:34:50.712Z] ---> [2020-10-16T17:34:50.712Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-16T17:34:50.712Z] ---> Running in cb4e1b05e783 [2020-10-16T17:34:50.989Z] ---> Using cache [2020-10-16T17:34:50.989Z] ---> ec3a8153c828 [2020-10-16T17:34:50.989Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-16T17:34:50.989Z] Removing intermediate container aefac148e947 [2020-10-16T17:34:50.989Z] ---> 50c2bea49eda [2020-10-16T17:34:50.989Z] [2020-10-16T17:34:50.989Z] ---> Running in 4f7f970b7c0a [2020-10-16T17:34:51.265Z] Removing intermediate container 111be56ff073 [2020-10-16T17:34:51.265Z] ---> 29d596fc7114 [2020-10-16T17:34:51.265Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-16T17:34:51.265Z] Removing intermediate container cb4e1b05e783 [2020-10-16T17:34:51.265Z] ---> 0e27d99365e2 [2020-10-16T17:34:51.265Z] Step 13/20 : WORKDIR /edgex [2020-10-16T17:34:51.586Z] Successfully built 50c2bea49eda [2020-10-16T17:34:51.586Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-16T17:34:51.586Z]  Building docker-core-command-go ... done  ---> Running in 766c9e8dd748 [2020-10-16T17:34:51.586Z] ---> Running in 89fb83020523 [2020-10-16T17:34:51.586Z] Removing intermediate container 4f7f970b7c0a [2020-10-16T17:34:51.586Z] ---> 0cd37a400519 [2020-10-16T17:34:51.586Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-16T17:34:51.873Z] ---> Running in cee3a3c57ed1 [2020-10-16T17:34:52.203Z] Removing intermediate container 766c9e8dd748 [2020-10-16T17:34:52.203Z] ---> 20e5974992b6 [2020-10-16T17:34:52.203Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-16T17:34:52.519Z] Removing intermediate container cee3a3c57ed1 [2020-10-16T17:34:52.519Z] ---> f2000f2c9d6b [2020-10-16T17:34:52.519Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-16T17:34:53.553Z] ---> b0171be825cf [2020-10-16T17:34:53.553Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-16T17:34:53.553Z] ---> 608aedad144f [2020-10-16T17:34:53.553Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-16T17:34:54.997Z] ---> 5d5c4889d6b5 [2020-10-16T17:34:54.997Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-16T17:34:54.997Z] ---> 3ba06972c945 [2020-10-16T17:34:54.997Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-16T17:34:54.997Z] ---> Running in 84965e4050e3 [2020-10-16T17:34:55.601Z] Removing intermediate container 89fb83020523 [2020-10-16T17:34:55.601Z] ---> 93d24de8c3e3 [2020-10-16T17:34:55.601Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-16T17:34:55.876Z] Removing intermediate container 84965e4050e3 [2020-10-16T17:34:55.876Z] ---> 0168b359ebfe [2020-10-16T17:34:55.876Z] Step 17/20 : CMD ["--init=true"] [2020-10-16T17:34:55.876Z] ---> Running in 048b338eeb92 [2020-10-16T17:34:55.876Z] ---> Running in 7d0805e27c48 [2020-10-16T17:34:56.475Z] ---> 07abcc0d56cd [2020-10-16T17:34:56.475Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-16T17:34:56.475Z] Removing intermediate container 048b338eeb92 [2020-10-16T17:34:56.475Z] ---> 832339006880 [2020-10-16T17:34:56.475Z] Step 26/29 : CMD [ "generate" ] [2020-10-16T17:34:56.475Z] ---> Running in 0d2bf736600a [2020-10-16T17:34:56.475Z] Removing intermediate container 7d0805e27c48 [2020-10-16T17:34:56.475Z] ---> d4aaecfc4c5b [2020-10-16T17:34:56.476Z] Step 18/20 : LABEL arch=arm64 [2020-10-16T17:34:56.753Z] ---> Running in 86e68e53138b [2020-10-16T17:34:57.027Z] Removing intermediate container 0d2bf736600a [2020-10-16T17:34:57.027Z] ---> fc4944e19a41 [2020-10-16T17:34:57.027Z] Step 27/29 : LABEL arch=arm64 [2020-10-16T17:34:57.306Z] ---> b04a74159bbc [2020-10-16T17:34:57.306Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / ---> Running in 41567db1732d [2020-10-16T17:34:57.306Z] [2020-10-16T17:34:57.306Z] Removing intermediate container 86e68e53138b [2020-10-16T17:34:57.306Z] ---> 8c0aa7d1b00f [2020-10-16T17:34:57.306Z] Step 19/20 : LABEL git_sha=ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:34:57.306Z] ---> Running in 2c122897a8e2 [2020-10-16T17:34:57.586Z] Removing intermediate container 41567db1732d [2020-10-16T17:34:57.586Z] ---> bab3e9799c6f [2020-10-16T17:34:57.586Z] Step 28/29 : LABEL git_sha=ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:34:57.870Z] ---> Running in cba2b1eaf091 [2020-10-16T17:34:57.870Z] Removing intermediate container 2c122897a8e2 [2020-10-16T17:34:57.870Z] ---> 364190fe046d [2020-10-16T17:34:57.870Z] Step 20/20 : LABEL version=1.2.2-dev.79 [2020-10-16T17:34:58.145Z] ---> Running in 87b4f2e4d04d [2020-10-16T17:34:58.744Z] Removing intermediate container cba2b1eaf091 [2020-10-16T17:34:58.744Z] ---> 2efa2ad74d2a [2020-10-16T17:34:58.744Z] ---> 5a63d02f3043 [2020-10-16T17:34:58.744Z] Step 29/29 : LABEL version=1.2.2-dev.79Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-16T17:34:58.744Z] [2020-10-16T17:34:58.744Z] Removing intermediate container 87b4f2e4d04d [2020-10-16T17:34:58.744Z] ---> 5b332e361aa6 [2020-10-16T17:34:58.744Z] [2020-10-16T17:34:58.744Z] ---> Running in 42f24ee067ec [2020-10-16T17:34:59.018Z] Successfully built 5b332e361aa6 [2020-10-16T17:34:59.018Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-16T17:34:59.290Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 42f24ee067ec [2020-10-16T17:34:59.290Z] ---> 6d2d738b6512 [2020-10-16T17:34:59.290Z] [2020-10-16T17:34:59.562Z] ---> 3467bc193896 [2020-10-16T17:34:59.562Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-16T17:34:59.562Z] Successfully built 6d2d738b6512 [2020-10-16T17:34:59.562Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-16T17:34:59.835Z]  Building docker-security-secrets-setup-go ... done  ---> Running in cc927849a946 [2020-10-16T17:35:00.109Z] Removing intermediate container cc927849a946 [2020-10-16T17:35:00.109Z] ---> d8ccfb12c3c2 [2020-10-16T17:35:00.109Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T17:35:00.380Z] ---> Running in 8246d14d8082 [2020-10-16T17:35:00.656Z] Removing intermediate container 8246d14d8082 [2020-10-16T17:35:00.656Z] ---> 7e5fd5e04b0a [2020-10-16T17:35:00.656Z] Step 22/24 : LABEL arch=arm64 [2020-10-16T17:35:00.928Z] ---> Running in f360dec0765c [2020-10-16T17:35:01.200Z] Removing intermediate container f360dec0765c [2020-10-16T17:35:01.201Z] ---> 32d57eb8ac0a [2020-10-16T17:35:01.201Z] Step 23/24 : LABEL git_sha=ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:35:01.201Z] ---> Running in 5d59f8914414 [2020-10-16T17:35:01.800Z] Removing intermediate container 5d59f8914414 [2020-10-16T17:35:01.800Z] ---> 5a608e451d79 [2020-10-16T17:35:01.800Z] Step 24/24 : LABEL version=1.2.2-dev.79 [2020-10-16T17:35:01.800Z] ---> Running in 8a8ffdf21c79 [2020-10-16T17:35:02.399Z] Removing intermediate container 8a8ffdf21c79 [2020-10-16T17:35:02.399Z] ---> 1368a4fc934d [2020-10-16T17:35:02.399Z] [2020-10-16T17:35:02.399Z] Successfully built 1368a4fc934d [2020-10-16T17:35:02.675Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-16T17:35:02.692Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-10-16T17:35:02.710Z] $ docker stop --time=1 8ad41c12030496427537bbd86375cd54a7044c6895f90b799511d44b781c8c44 [2020-10-16T17:35:04.516Z] $ docker rm -f 8ad41c12030496427537bbd86375cd54a7044c6895f90b799511d44b781c8c44 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:35:05.212Z] + docker images [2020-10-16T17:35:05.212Z] + grep docker [2020-10-16T17:35:05.483Z] docker-support-notifications-go-arm64 latest 1368a4fc934d 4 seconds ago 12.9MB [2020-10-16T17:35:05.483Z] docker-security-secrets-setup-go-arm64 latest 6d2d738b6512 6 seconds ago 22.7MB [2020-10-16T17:35:05.483Z] docker-security-proxy-setup-go-arm64 latest 5b332e361aa6 7 seconds ago 15.1MB [2020-10-16T17:35:05.483Z] docker-core-command-go-arm64 latest 50c2bea49eda 15 seconds ago 11.4MB [2020-10-16T17:35:05.483Z] docker-support-logging-go-arm64 latest b8115cd449d4 34 seconds ago 10.6MB [2020-10-16T17:35:05.483Z] docker-sys-mgmt-agent-go-arm64 latest 980499e5ccb9 About a minute ago 270MB [2020-10-16T17:35:05.483Z] docker-core-data-go-arm64 latest 51244a6a20cc 2 minutes ago 22.2MB [2020-10-16T17:35:05.483Z] docker-security-secretstore-setup-go-arm64 latest 7c4126966098 3 minutes ago 30.8MB [2020-10-16T17:35:05.483Z] docker-core-metadata-go-arm64 latest f85bc71836b1 3 minutes ago 13.4MB [2020-10-16T17:35:05.483Z] docker-support-scheduler-go-arm64 latest 3b3ea5c1260a 3 minutes ago 11.5MB [2020-10-16T17:35:05.483Z] docker latest 45884bde0078 4 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-16T17:35:06.171Z] provisioning config files... [2020-10-16T17:35:06.222Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/195@tmp/config8416169022696773967tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-16T17:35:06.628Z] ---> docker-login.sh [2020-10-16T17:35:06.628Z] nexus3.edgexfoundry.org:10001 [2020-10-16T17:35:06.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T17:35:07.172Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T17:35:07.172Z] Configure a credential helper to remove this warning. See [2020-10-16T17:35:07.172Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T17:35:07.172Z] [2020-10-16T17:35:07.172Z] Login Succeeded [2020-10-16T17:35:07.172Z] nexus3.edgexfoundry.org:10002 [2020-10-16T17:35:07.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T17:35:07.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T17:35:07.714Z] Configure a credential helper to remove this warning. See [2020-10-16T17:35:07.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T17:35:07.714Z] [2020-10-16T17:35:07.714Z] Login Succeeded [2020-10-16T17:35:07.714Z] nexus3.edgexfoundry.org:10003 [2020-10-16T17:35:07.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T17:35:08.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T17:35:08.254Z] Configure a credential helper to remove this warning. See [2020-10-16T17:35:08.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T17:35:08.254Z] [2020-10-16T17:35:08.254Z] Login Succeeded [2020-10-16T17:35:08.254Z] nexus3.edgexfoundry.org:10004 [2020-10-16T17:35:08.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T17:35:08.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T17:35:08.797Z] Configure a credential helper to remove this warning. See [2020-10-16T17:35:08.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T17:35:08.797Z] [2020-10-16T17:35:08.797Z] Login Succeeded [2020-10-16T17:35:08.797Z] docker.io [2020-10-16T17:35:09.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T17:35:09.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T17:35:09.658Z] Configure a credential helper to remove this warning. See [2020-10-16T17:35:09.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T17:35:09.658Z] [2020-10-16T17:35:09.658Z] Login Succeeded [2020-10-16T17:35:09.659Z] ---> docker-login.sh ends [Pipeline] } [2020-10-16T17:35:09.675Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T17:35:09.969Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-16T17:35:09.969Z] ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:35:09.969Z] 1.2.2-dev.79 [2020-10-16T17:35:09.969Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:35:09.969Z] master [2020-10-16T17:35:09.969Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:10.538Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:10.879Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:35:10.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-16T17:35:10.879Z] 357afd5b7901: Preparing [2020-10-16T17:35:10.879Z] 29063822f213: Preparing [2020-10-16T17:35:10.879Z] 85f5b8243b28: Preparing [2020-10-16T17:35:11.152Z] 85f5b8243b28: Pushed [2020-10-16T17:35:11.153Z] 357afd5b7901: Pushed [2020-10-16T17:35:13.757Z] 29063822f213: Pushed [2020-10-16T17:35:14.027Z] ac3e8062abd2d502e6786212d70751ef8e8769d6: digest: sha256:f171536308e976ed7a8a1e61cdfe0733098659b0e78926a650ae52c59cae0c99 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:14.369Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:14.706Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.79 [2020-10-16T17:35:14.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-16T17:35:14.707Z] 357afd5b7901: Preparing [2020-10-16T17:35:14.707Z] 29063822f213: Preparing [2020-10-16T17:35:14.707Z] 85f5b8243b28: Preparing [2020-10-16T17:35:14.707Z] 29063822f213: Layer already exists [2020-10-16T17:35:14.707Z] 85f5b8243b28: Layer already exists [2020-10-16T17:35:14.707Z] 357afd5b7901: Layer already exists [2020-10-16T17:35:14.975Z] 1.2.2-dev.79: digest: sha256:f171536308e976ed7a8a1e61cdfe0733098659b0e78926a650ae52c59cae0c99 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:15.313Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:15.683Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:35:15.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-16T17:35:15.683Z] 357afd5b7901: Preparing [2020-10-16T17:35:15.683Z] 29063822f213: Preparing [2020-10-16T17:35:15.683Z] 85f5b8243b28: Preparing [2020-10-16T17:35:15.951Z] 29063822f213: Layer already exists [2020-10-16T17:35:15.951Z] 357afd5b7901: Layer already exists [2020-10-16T17:35:15.951Z] 85f5b8243b28: Layer already exists [2020-10-16T17:35:16.222Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79: digest: sha256:f171536308e976ed7a8a1e61cdfe0733098659b0e78926a650ae52c59cae0c99 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:16.566Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:16.904Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-16T17:35:16.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-16T17:35:16.904Z] 357afd5b7901: Preparing [2020-10-16T17:35:16.904Z] 29063822f213: Preparing [2020-10-16T17:35:16.904Z] 85f5b8243b28: Preparing [2020-10-16T17:35:16.904Z] 29063822f213: Layer already exists [2020-10-16T17:35:16.904Z] 85f5b8243b28: Layer already exists [2020-10-16T17:35:16.904Z] 357afd5b7901: Layer already exists [2020-10-16T17:35:17.173Z] master: digest: sha256:f171536308e976ed7a8a1e61cdfe0733098659b0e78926a650ae52c59cae0c99 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T17:35:17.401Z] ===================================================== [Pipeline] echo [2020-10-16T17:35:17.465Z] taggedImages: [2020-10-16T17:35:17.465Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:35:17.465Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.79 [2020-10-16T17:35:17.465Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:35:17.465Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-16T17:35:17.545Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-16T17:35:17.545Z] ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:35:17.545Z] 1.2.2-dev.79 [2020-10-16T17:35:17.545Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:35:17.545Z] master [2020-10-16T17:35:17.545Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:18.138Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:18.474Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:35:18.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-16T17:35:18.474Z] e0b793388a7c: Preparing [2020-10-16T17:35:18.474Z] 25efb2c0a578: Preparing [2020-10-16T17:35:18.474Z] f6604837561a: Preparing [2020-10-16T17:35:18.474Z] 05c25601f8f1: Preparing [2020-10-16T17:35:18.474Z] b7bdff5fad06: Preparing [2020-10-16T17:35:18.474Z] e2f13739ad41: Preparing [2020-10-16T17:35:18.474Z] e2f13739ad41: Waiting [2020-10-16T17:35:18.745Z] e0b793388a7c: Pushed [2020-10-16T17:35:18.745Z] f6604837561a: Pushed [2020-10-16T17:35:18.745Z] b7bdff5fad06: Pushed [2020-10-16T17:35:19.017Z] e2f13739ad41: Layer already exists [2020-10-16T17:35:19.606Z] 05c25601f8f1: Pushed [2020-10-16T17:35:22.209Z] 25efb2c0a578: Pushed [2020-10-16T17:35:22.209Z] ac3e8062abd2d502e6786212d70751ef8e8769d6: digest: sha256:330d6817b278693b4a552202d1e30e6c3fa70d5c563f5703703e6e446bdbcde6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:22.550Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:22.884Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.79 [2020-10-16T17:35:22.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-16T17:35:22.884Z] e0b793388a7c: Preparing [2020-10-16T17:35:22.884Z] 25efb2c0a578: Preparing [2020-10-16T17:35:22.884Z] f6604837561a: Preparing [2020-10-16T17:35:22.884Z] 05c25601f8f1: Preparing [2020-10-16T17:35:22.884Z] b7bdff5fad06: Preparing [2020-10-16T17:35:22.884Z] e2f13739ad41: Preparing [2020-10-16T17:35:22.884Z] e2f13739ad41: Waiting [2020-10-16T17:35:23.155Z] 05c25601f8f1: Layer already exists [2020-10-16T17:35:23.155Z] e0b793388a7c: Layer already exists [2020-10-16T17:35:23.155Z] f6604837561a: Layer already exists [2020-10-16T17:35:23.155Z] 25efb2c0a578: Layer already exists [2020-10-16T17:35:23.155Z] b7bdff5fad06: Layer already exists [2020-10-16T17:35:23.155Z] e2f13739ad41: Layer already exists [2020-10-16T17:35:23.155Z] 1.2.2-dev.79: digest: sha256:330d6817b278693b4a552202d1e30e6c3fa70d5c563f5703703e6e446bdbcde6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:23.495Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:23.852Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:35:23.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-16T17:35:23.852Z] e0b793388a7c: Preparing [2020-10-16T17:35:23.852Z] 25efb2c0a578: Preparing [2020-10-16T17:35:23.852Z] f6604837561a: Preparing [2020-10-16T17:35:23.852Z] 05c25601f8f1: Preparing [2020-10-16T17:35:23.852Z] b7bdff5fad06: Preparing [2020-10-16T17:35:23.852Z] e2f13739ad41: Preparing [2020-10-16T17:35:23.852Z] e2f13739ad41: Waiting [2020-10-16T17:35:24.128Z] b7bdff5fad06: Layer already exists [2020-10-16T17:35:24.128Z] e0b793388a7c: Layer already exists [2020-10-16T17:35:24.128Z] 25efb2c0a578: Layer already exists [2020-10-16T17:35:24.128Z] 05c25601f8f1: Layer already exists [2020-10-16T17:35:24.128Z] f6604837561a: Layer already exists [2020-10-16T17:35:24.128Z] e2f13739ad41: Layer already exists [2020-10-16T17:35:24.128Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79: digest: sha256:330d6817b278693b4a552202d1e30e6c3fa70d5c563f5703703e6e446bdbcde6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:24.495Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:24.847Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-16T17:35:24.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-16T17:35:24.847Z] e0b793388a7c: Preparing [2020-10-16T17:35:24.847Z] 25efb2c0a578: Preparing [2020-10-16T17:35:24.847Z] f6604837561a: Preparing [2020-10-16T17:35:24.847Z] 05c25601f8f1: Preparing [2020-10-16T17:35:24.847Z] b7bdff5fad06: Preparing [2020-10-16T17:35:24.847Z] e2f13739ad41: Preparing [2020-10-16T17:35:24.847Z] e2f13739ad41: Waiting [2020-10-16T17:35:24.847Z] f6604837561a: Layer already exists [2020-10-16T17:35:24.847Z] e0b793388a7c: Layer already exists [2020-10-16T17:35:24.847Z] 05c25601f8f1: Layer already exists [2020-10-16T17:35:24.847Z] 25efb2c0a578: Layer already exists [2020-10-16T17:35:24.847Z] b7bdff5fad06: Layer already exists [2020-10-16T17:35:25.121Z] e2f13739ad41: Layer already exists [2020-10-16T17:35:25.121Z] master: digest: sha256:330d6817b278693b4a552202d1e30e6c3fa70d5c563f5703703e6e446bdbcde6 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T17:35:25.337Z] ===================================================== [Pipeline] echo [2020-10-16T17:35:25.389Z] taggedImages: [2020-10-16T17:35:25.389Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:35:25.390Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.79 [2020-10-16T17:35:25.390Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:35:25.390Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-16T17:35:25.450Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-16T17:35:25.450Z] ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:35:25.450Z] 1.2.2-dev.79 [2020-10-16T17:35:25.450Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:35:25.450Z] master [2020-10-16T17:35:25.450Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:25.993Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:26.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:35:26.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-16T17:35:26.331Z] 1c8d830fb078: Preparing [2020-10-16T17:35:26.331Z] 655d45635c75: Preparing [2020-10-16T17:35:26.331Z] 3640505c42fa: Preparing [2020-10-16T17:35:26.602Z] 3640505c42fa: Pushed [2020-10-16T17:35:26.602Z] 1c8d830fb078: Pushed [2020-10-16T17:35:29.971Z] 655d45635c75: Pushed [2020-10-16T17:35:30.240Z] ac3e8062abd2d502e6786212d70751ef8e8769d6: digest: sha256:d7b64158d721646ff43e2a12d52fe4c5ddb846e847ad00802d7b2af8c96cddec size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:30.577Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:30.911Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.79 [2020-10-16T17:35:30.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-16T17:35:30.911Z] 1c8d830fb078: Preparing [2020-10-16T17:35:30.911Z] 655d45635c75: Preparing [2020-10-16T17:35:30.911Z] 3640505c42fa: Preparing [2020-10-16T17:35:30.911Z] 655d45635c75: Layer already exists [2020-10-16T17:35:30.911Z] 1c8d830fb078: Layer already exists [2020-10-16T17:35:30.911Z] 3640505c42fa: Layer already exists [2020-10-16T17:35:31.182Z] 1.2.2-dev.79: digest: sha256:d7b64158d721646ff43e2a12d52fe4c5ddb846e847ad00802d7b2af8c96cddec size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:31.525Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:31.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:35:31.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-16T17:35:31.859Z] 1c8d830fb078: Preparing [2020-10-16T17:35:31.859Z] 655d45635c75: Preparing [2020-10-16T17:35:31.859Z] 3640505c42fa: Preparing [2020-10-16T17:35:31.859Z] 3640505c42fa: Layer already exists [2020-10-16T17:35:31.859Z] 1c8d830fb078: Layer already exists [2020-10-16T17:35:31.859Z] 655d45635c75: Layer already exists [2020-10-16T17:35:32.129Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79: digest: sha256:d7b64158d721646ff43e2a12d52fe4c5ddb846e847ad00802d7b2af8c96cddec size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:32.467Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:32.802Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-16T17:35:32.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-16T17:35:32.802Z] 1c8d830fb078: Preparing [2020-10-16T17:35:32.802Z] 655d45635c75: Preparing [2020-10-16T17:35:32.802Z] 3640505c42fa: Preparing [2020-10-16T17:35:32.802Z] 1c8d830fb078: Layer already exists [2020-10-16T17:35:32.802Z] 3640505c42fa: Layer already exists [2020-10-16T17:35:32.802Z] 655d45635c75: Layer already exists [2020-10-16T17:35:33.072Z] master: digest: sha256:d7b64158d721646ff43e2a12d52fe4c5ddb846e847ad00802d7b2af8c96cddec size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T17:35:33.260Z] ===================================================== [Pipeline] echo [2020-10-16T17:35:33.338Z] taggedImages: [2020-10-16T17:35:33.338Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:35:33.338Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.79 [2020-10-16T17:35:33.338Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:35:33.338Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-16T17:35:33.402Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-16T17:35:33.402Z] ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:35:33.402Z] 1.2.2-dev.79 [2020-10-16T17:35:33.402Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:35:33.402Z] master [2020-10-16T17:35:33.402Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:33.925Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:34.261Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:35:34.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-16T17:35:34.261Z] 6dc92e843cbc: Preparing [2020-10-16T17:35:34.261Z] 9809f21066fe: Preparing [2020-10-16T17:35:34.261Z] ffbdbd11024e: Preparing [2020-10-16T17:35:34.261Z] 08117b1d036a: Preparing [2020-10-16T17:35:34.261Z] e2f13739ad41: Preparing [2020-10-16T17:35:34.539Z] e2f13739ad41: Layer already exists [2020-10-16T17:35:34.540Z] 9809f21066fe: Pushed [2020-10-16T17:35:34.540Z] ffbdbd11024e: Pushed [2020-10-16T17:35:35.132Z] 08117b1d036a: Pushed [2020-10-16T17:35:37.099Z] 6dc92e843cbc: Pushed [2020-10-16T17:35:37.099Z] ac3e8062abd2d502e6786212d70751ef8e8769d6: digest: sha256:e1b71e89f1147b36e3fa93b798b8a3c0a469526c224e8ff6d4e6b9869d44c04c size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:37.440Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:37.770Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.79 [2020-10-16T17:35:37.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-16T17:35:37.770Z] 6dc92e843cbc: Preparing [2020-10-16T17:35:37.770Z] 9809f21066fe: Preparing [2020-10-16T17:35:37.770Z] ffbdbd11024e: Preparing [2020-10-16T17:35:37.770Z] 08117b1d036a: Preparing [2020-10-16T17:35:37.770Z] e2f13739ad41: Preparing [2020-10-16T17:35:38.041Z] 6dc92e843cbc: Layer already exists [2020-10-16T17:35:38.041Z] ffbdbd11024e: Layer already exists [2020-10-16T17:35:38.041Z] 9809f21066fe: Layer already exists [2020-10-16T17:35:38.041Z] e2f13739ad41: Layer already exists [2020-10-16T17:35:38.041Z] 08117b1d036a: Layer already exists [2020-10-16T17:35:38.041Z] 1.2.2-dev.79: digest: sha256:e1b71e89f1147b36e3fa93b798b8a3c0a469526c224e8ff6d4e6b9869d44c04c size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:38.379Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:38.708Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:35:38.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-16T17:35:38.709Z] 6dc92e843cbc: Preparing [2020-10-16T17:35:38.709Z] 9809f21066fe: Preparing [2020-10-16T17:35:38.709Z] ffbdbd11024e: Preparing [2020-10-16T17:35:38.709Z] 08117b1d036a: Preparing [2020-10-16T17:35:38.709Z] e2f13739ad41: Preparing [2020-10-16T17:35:38.709Z] e2f13739ad41: Layer already exists [2020-10-16T17:35:38.709Z] ffbdbd11024e: Layer already exists [2020-10-16T17:35:38.709Z] 08117b1d036a: Layer already exists [2020-10-16T17:35:38.709Z] 9809f21066fe: Layer already exists [2020-10-16T17:35:38.709Z] 6dc92e843cbc: Layer already exists [2020-10-16T17:35:38.980Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79: digest: sha256:e1b71e89f1147b36e3fa93b798b8a3c0a469526c224e8ff6d4e6b9869d44c04c size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:39.319Z] + 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-16T17:35:39.650Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-16T17:35:39.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-16T17:35:39.651Z] 6dc92e843cbc: Preparing [2020-10-16T17:35:39.651Z] 9809f21066fe: Preparing [2020-10-16T17:35:39.651Z] ffbdbd11024e: Preparing [2020-10-16T17:35:39.651Z] 08117b1d036a: Preparing [2020-10-16T17:35:39.651Z] e2f13739ad41: Preparing [2020-10-16T17:35:39.651Z] ffbdbd11024e: Layer already exists [2020-10-16T17:35:39.651Z] 9809f21066fe: Layer already exists [2020-10-16T17:35:39.651Z] e2f13739ad41: Layer already exists [2020-10-16T17:35:39.651Z] 08117b1d036a: Layer already exists [2020-10-16T17:35:39.651Z] 6dc92e843cbc: Layer already exists [2020-10-16T17:35:39.920Z] master: digest: sha256:e1b71e89f1147b36e3fa93b798b8a3c0a469526c224e8ff6d4e6b9869d44c04c size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T17:35:40.238Z] ===================================================== [Pipeline] echo [2020-10-16T17:35:40.300Z] taggedImages: [2020-10-16T17:35:40.300Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:35:40.300Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.79 [2020-10-16T17:35:40.300Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:35:40.300Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-16T17:35:40.367Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-16T17:35:40.367Z] ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:35:40.367Z] 1.2.2-dev.79 [2020-10-16T17:35:40.367Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:35:40.367Z] master [2020-10-16T17:35:40.367Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:40.917Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:41.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:35:41.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-16T17:35:41.256Z] b50d5d0bf40c: Preparing [2020-10-16T17:35:41.256Z] 37a4343992bd: Preparing [2020-10-16T17:35:41.256Z] 264bf7ef2968: Preparing [2020-10-16T17:35:41.256Z] 9fd7eb11ed7d: Preparing [2020-10-16T17:35:41.256Z] 9fd7eb11ed7d: Preparing [2020-10-16T17:35:41.256Z] dd8ca3ecb29d: Preparing [2020-10-16T17:35:41.256Z] 2def4a5790f3: Preparing [2020-10-16T17:35:41.256Z] a33339484388: Preparing [2020-10-16T17:35:41.256Z] b50d5d0bf40c: Preparing [2020-10-16T17:35:41.256Z] bffcd9c147bf: Preparing [2020-10-16T17:35:41.256Z] f45409a10ca0: Preparing [2020-10-16T17:35:41.256Z] bfe60ccfc376: Preparing [2020-10-16T17:35:41.256Z] e2f13739ad41: Preparing [2020-10-16T17:35:41.256Z] 2def4a5790f3: Waiting [2020-10-16T17:35:41.256Z] f45409a10ca0: Waiting [2020-10-16T17:35:41.256Z] bfe60ccfc376: Waiting [2020-10-16T17:35:41.256Z] e2f13739ad41: Waiting [2020-10-16T17:35:41.256Z] a33339484388: Waiting [2020-10-16T17:35:41.256Z] bffcd9c147bf: Waiting [2020-10-16T17:35:41.530Z] dd8ca3ecb29d: Pushed [2020-10-16T17:35:41.530Z] 264bf7ef2968: Pushed [2020-10-16T17:35:41.808Z] 37a4343992bd: Pushed [2020-10-16T17:35:41.808Z] 9fd7eb11ed7d: Pushed [2020-10-16T17:35:41.808Z] 2def4a5790f3: Pushed [2020-10-16T17:35:41.808Z] a33339484388: Pushed [2020-10-16T17:35:41.808Z] bffcd9c147bf: Pushed [2020-10-16T17:35:42.079Z] f45409a10ca0: Pushed [2020-10-16T17:35:42.079Z] e2f13739ad41: Layer already exists [2020-10-16T17:35:43.502Z] bfe60ccfc376: Pushed [2020-10-16T17:35:43.771Z] b50d5d0bf40c: Pushed [2020-10-16T17:35:44.042Z] ac3e8062abd2d502e6786212d70751ef8e8769d6: digest: sha256:1bce18bd8db63b02aa8efa1df1c97743b74cce4347c98eac8fd09619dd45ed38 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:44.387Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:44.724Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.79 [2020-10-16T17:35:44.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-16T17:35:44.724Z] b50d5d0bf40c: Preparing [2020-10-16T17:35:44.724Z] 37a4343992bd: Preparing [2020-10-16T17:35:44.724Z] 264bf7ef2968: Preparing [2020-10-16T17:35:44.724Z] 9fd7eb11ed7d: Preparing [2020-10-16T17:35:44.724Z] 9fd7eb11ed7d: Preparing [2020-10-16T17:35:44.724Z] dd8ca3ecb29d: Preparing [2020-10-16T17:35:44.725Z] 2def4a5790f3: Preparing [2020-10-16T17:35:44.725Z] a33339484388: Preparing [2020-10-16T17:35:44.725Z] b50d5d0bf40c: Preparing [2020-10-16T17:35:44.725Z] bffcd9c147bf: Preparing [2020-10-16T17:35:44.725Z] f45409a10ca0: Preparing [2020-10-16T17:35:44.725Z] bfe60ccfc376: Preparing [2020-10-16T17:35:44.725Z] e2f13739ad41: Preparing [2020-10-16T17:35:44.725Z] 2def4a5790f3: Waiting [2020-10-16T17:35:44.725Z] a33339484388: Waiting [2020-10-16T17:35:44.725Z] bffcd9c147bf: Waiting [2020-10-16T17:35:44.725Z] bfe60ccfc376: Waiting [2020-10-16T17:35:44.725Z] f45409a10ca0: Waiting [2020-10-16T17:35:44.725Z] e2f13739ad41: Waiting [2020-10-16T17:35:44.725Z] 37a4343992bd: Layer already exists [2020-10-16T17:35:44.725Z] 264bf7ef2968: Layer already exists [2020-10-16T17:35:44.725Z] 9fd7eb11ed7d: Layer already exists [2020-10-16T17:35:44.725Z] b50d5d0bf40c: Layer already exists [2020-10-16T17:35:44.725Z] dd8ca3ecb29d: Layer already exists [2020-10-16T17:35:44.997Z] a33339484388: Layer already exists [2020-10-16T17:35:44.997Z] 2def4a5790f3: Layer already exists [2020-10-16T17:35:44.997Z] bfe60ccfc376: Layer already exists [2020-10-16T17:35:44.997Z] f45409a10ca0: Layer already exists [2020-10-16T17:35:44.997Z] bffcd9c147bf: Layer already exists [2020-10-16T17:35:44.997Z] e2f13739ad41: Layer already exists [2020-10-16T17:35:44.997Z] 1.2.2-dev.79: digest: sha256:1bce18bd8db63b02aa8efa1df1c97743b74cce4347c98eac8fd09619dd45ed38 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:45.336Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:45.669Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:35:45.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-16T17:35:45.669Z] b50d5d0bf40c: Preparing [2020-10-16T17:35:45.669Z] 37a4343992bd: Preparing [2020-10-16T17:35:45.669Z] 264bf7ef2968: Preparing [2020-10-16T17:35:45.669Z] 9fd7eb11ed7d: Preparing [2020-10-16T17:35:45.669Z] 9fd7eb11ed7d: Preparing [2020-10-16T17:35:45.669Z] dd8ca3ecb29d: Preparing [2020-10-16T17:35:45.669Z] 2def4a5790f3: Preparing [2020-10-16T17:35:45.669Z] a33339484388: Preparing [2020-10-16T17:35:45.669Z] b50d5d0bf40c: Preparing [2020-10-16T17:35:45.669Z] bffcd9c147bf: Preparing [2020-10-16T17:35:45.669Z] f45409a10ca0: Preparing [2020-10-16T17:35:45.669Z] bfe60ccfc376: Preparing [2020-10-16T17:35:45.669Z] e2f13739ad41: Preparing [2020-10-16T17:35:45.669Z] a33339484388: Waiting [2020-10-16T17:35:45.669Z] bffcd9c147bf: Waiting [2020-10-16T17:35:45.669Z] f45409a10ca0: Waiting [2020-10-16T17:35:45.669Z] bfe60ccfc376: Waiting [2020-10-16T17:35:45.669Z] e2f13739ad41: Waiting [2020-10-16T17:35:45.669Z] 2def4a5790f3: Waiting [2020-10-16T17:35:45.939Z] 264bf7ef2968: Layer already exists [2020-10-16T17:35:45.939Z] 37a4343992bd: Layer already exists [2020-10-16T17:35:45.939Z] 9fd7eb11ed7d: Layer already exists [2020-10-16T17:35:45.939Z] dd8ca3ecb29d: Layer already exists [2020-10-16T17:35:45.939Z] b50d5d0bf40c: Layer already exists [2020-10-16T17:35:45.939Z] f45409a10ca0: Layer already exists [2020-10-16T17:35:45.939Z] 2def4a5790f3: Layer already exists [2020-10-16T17:35:45.939Z] bffcd9c147bf: Layer already exists [2020-10-16T17:35:45.939Z] bfe60ccfc376: Layer already exists [2020-10-16T17:35:45.939Z] a33339484388: Layer already exists [2020-10-16T17:35:45.939Z] e2f13739ad41: Layer already exists [2020-10-16T17:35:45.939Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79: digest: sha256:1bce18bd8db63b02aa8efa1df1c97743b74cce4347c98eac8fd09619dd45ed38 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:46.276Z] + 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-16T17:35:46.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-16T17:35:46.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-16T17:35:46.634Z] b50d5d0bf40c: Preparing [2020-10-16T17:35:46.634Z] 37a4343992bd: Preparing [2020-10-16T17:35:46.634Z] 264bf7ef2968: Preparing [2020-10-16T17:35:46.634Z] 9fd7eb11ed7d: Preparing [2020-10-16T17:35:46.634Z] 9fd7eb11ed7d: Preparing [2020-10-16T17:35:46.634Z] dd8ca3ecb29d: Preparing [2020-10-16T17:35:46.634Z] 2def4a5790f3: Preparing [2020-10-16T17:35:46.634Z] a33339484388: Preparing [2020-10-16T17:35:46.634Z] b50d5d0bf40c: Preparing [2020-10-16T17:35:46.634Z] bffcd9c147bf: Preparing [2020-10-16T17:35:46.634Z] f45409a10ca0: Preparing [2020-10-16T17:35:46.634Z] bfe60ccfc376: Preparing [2020-10-16T17:35:46.634Z] e2f13739ad41: Preparing [2020-10-16T17:35:46.634Z] a33339484388: Waiting [2020-10-16T17:35:46.634Z] bffcd9c147bf: Waiting [2020-10-16T17:35:46.634Z] 2def4a5790f3: Waiting [2020-10-16T17:35:46.634Z] f45409a10ca0: Waiting [2020-10-16T17:35:46.634Z] bfe60ccfc376: Waiting [2020-10-16T17:35:46.634Z] e2f13739ad41: Waiting [2020-10-16T17:35:46.634Z] 37a4343992bd: Layer already exists [2020-10-16T17:35:46.634Z] b50d5d0bf40c: Layer already exists [2020-10-16T17:35:46.634Z] dd8ca3ecb29d: Layer already exists [2020-10-16T17:35:46.634Z] 9fd7eb11ed7d: Layer already exists [2020-10-16T17:35:46.634Z] 264bf7ef2968: Layer already exists [2020-10-16T17:35:46.634Z] 2def4a5790f3: Layer already exists [2020-10-16T17:35:46.911Z] bffcd9c147bf: Layer already exists [2020-10-16T17:35:46.911Z] a33339484388: Layer already exists [2020-10-16T17:35:46.911Z] bfe60ccfc376: Layer already exists [2020-10-16T17:35:46.911Z] f45409a10ca0: Layer already exists [2020-10-16T17:35:46.911Z] e2f13739ad41: Layer already exists [2020-10-16T17:35:46.911Z] master: digest: sha256:1bce18bd8db63b02aa8efa1df1c97743b74cce4347c98eac8fd09619dd45ed38 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T17:35:47.118Z] ===================================================== [Pipeline] echo [2020-10-16T17:35:47.166Z] taggedImages: [2020-10-16T17:35:47.166Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:35:47.166Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.79 [2020-10-16T17:35:47.166Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:35:47.166Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-16T17:35:47.234Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-16T17:35:47.234Z] ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:35:47.234Z] 1.2.2-dev.79 [2020-10-16T17:35:47.234Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:35:47.234Z] master [2020-10-16T17:35:47.234Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:47.755Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:48.091Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:35:48.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-16T17:35:48.091Z] dec2d32a74af: Preparing [2020-10-16T17:35:48.091Z] 1f7addbeb0e9: Preparing [2020-10-16T17:35:48.091Z] 97d15c1ff0e7: Preparing [2020-10-16T17:35:48.091Z] cf6ec271bce2: Preparing [2020-10-16T17:35:48.091Z] b27899f348ef: Preparing [2020-10-16T17:35:48.091Z] 8e59406ab184: Preparing [2020-10-16T17:35:48.091Z] 97d1c71af956: Preparing [2020-10-16T17:35:48.091Z] 12693577afd2: Preparing [2020-10-16T17:35:48.091Z] 45220e4c4861: Preparing [2020-10-16T17:35:48.091Z] 932728094af8: Preparing [2020-10-16T17:35:48.091Z] 66b385cf80cf: Preparing [2020-10-16T17:35:48.091Z] 8e59406ab184: Waiting [2020-10-16T17:35:48.091Z] 97d1c71af956: Waiting [2020-10-16T17:35:48.091Z] 12693577afd2: Waiting [2020-10-16T17:35:48.091Z] 45220e4c4861: Waiting [2020-10-16T17:35:48.091Z] 932728094af8: Waiting [2020-10-16T17:35:48.091Z] 66b385cf80cf: Waiting [2020-10-16T17:35:48.685Z] dec2d32a74af: Pushed [2020-10-16T17:35:48.685Z] 1f7addbeb0e9: Pushed [2020-10-16T17:35:48.685Z] 8e59406ab184: Pushed [2020-10-16T17:35:48.685Z] 97d1c71af956: Pushed [2020-10-16T17:35:48.962Z] 12693577afd2: Pushed [2020-10-16T17:35:48.962Z] 45220e4c4861: Pushed [2020-10-16T17:35:49.242Z] 66b385cf80cf: Layer already exists [2020-10-16T17:35:49.843Z] 932728094af8: Pushed [2020-10-16T17:35:50.434Z] 97d15c1ff0e7: Pushed [2020-10-16T17:35:50.434Z] b27899f348ef: Pushed [2020-10-16T17:35:50.705Z] cf6ec271bce2: Pushed [2020-10-16T17:35:50.976Z] ac3e8062abd2d502e6786212d70751ef8e8769d6: digest: sha256:141fa6e7d5187d45f971e7ae0ebae32bcba3e8923a0dc4a118df27fc6bce24d2 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:51.316Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:51.657Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.79 [2020-10-16T17:35:51.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-16T17:35:51.657Z] dec2d32a74af: Preparing [2020-10-16T17:35:51.657Z] 1f7addbeb0e9: Preparing [2020-10-16T17:35:51.657Z] 97d15c1ff0e7: Preparing [2020-10-16T17:35:51.657Z] cf6ec271bce2: Preparing [2020-10-16T17:35:51.657Z] b27899f348ef: Preparing [2020-10-16T17:35:51.657Z] 8e59406ab184: Preparing [2020-10-16T17:35:51.657Z] 97d1c71af956: Preparing [2020-10-16T17:35:51.657Z] 12693577afd2: Preparing [2020-10-16T17:35:51.657Z] 45220e4c4861: Preparing [2020-10-16T17:35:51.657Z] 932728094af8: Preparing [2020-10-16T17:35:51.657Z] 66b385cf80cf: Preparing [2020-10-16T17:35:51.657Z] 12693577afd2: Waiting [2020-10-16T17:35:51.657Z] 932728094af8: Waiting [2020-10-16T17:35:51.657Z] 45220e4c4861: Waiting [2020-10-16T17:35:51.657Z] 66b385cf80cf: Waiting [2020-10-16T17:35:51.657Z] 97d1c71af956: Waiting [2020-10-16T17:35:51.657Z] 8e59406ab184: Waiting [2020-10-16T17:35:51.657Z] 97d15c1ff0e7: Layer already exists [2020-10-16T17:35:51.657Z] cf6ec271bce2: Layer already exists [2020-10-16T17:35:51.657Z] 1f7addbeb0e9: Layer already exists [2020-10-16T17:35:51.657Z] dec2d32a74af: Layer already exists [2020-10-16T17:35:51.657Z] b27899f348ef: Layer already exists [2020-10-16T17:35:51.657Z] 12693577afd2: Layer already exists [2020-10-16T17:35:51.657Z] 97d1c71af956: Layer already exists [2020-10-16T17:35:51.657Z] 8e59406ab184: Layer already exists [2020-10-16T17:35:51.929Z] 932728094af8: Layer already exists [2020-10-16T17:35:51.929Z] 45220e4c4861: Layer already exists [2020-10-16T17:35:51.929Z] 66b385cf80cf: Layer already exists [2020-10-16T17:35:51.929Z] 1.2.2-dev.79: digest: sha256:141fa6e7d5187d45f971e7ae0ebae32bcba3e8923a0dc4a118df27fc6bce24d2 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:52.273Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:52.606Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:35:52.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-16T17:35:52.607Z] dec2d32a74af: Preparing [2020-10-16T17:35:52.607Z] 1f7addbeb0e9: Preparing [2020-10-16T17:35:52.607Z] 97d15c1ff0e7: Preparing [2020-10-16T17:35:52.607Z] cf6ec271bce2: Preparing [2020-10-16T17:35:52.607Z] b27899f348ef: Preparing [2020-10-16T17:35:52.607Z] 8e59406ab184: Preparing [2020-10-16T17:35:52.607Z] 97d1c71af956: Preparing [2020-10-16T17:35:52.607Z] 12693577afd2: Preparing [2020-10-16T17:35:52.607Z] 45220e4c4861: Preparing [2020-10-16T17:35:52.607Z] 932728094af8: Preparing [2020-10-16T17:35:52.607Z] 66b385cf80cf: Preparing [2020-10-16T17:35:52.607Z] 97d1c71af956: Waiting [2020-10-16T17:35:52.607Z] 12693577afd2: Waiting [2020-10-16T17:35:52.607Z] 45220e4c4861: Waiting [2020-10-16T17:35:52.607Z] 932728094af8: Waiting [2020-10-16T17:35:52.607Z] 66b385cf80cf: Waiting [2020-10-16T17:35:52.607Z] 8e59406ab184: Waiting [2020-10-16T17:35:52.607Z] cf6ec271bce2: Layer already exists [2020-10-16T17:35:52.607Z] 1f7addbeb0e9: Layer already exists [2020-10-16T17:35:52.886Z] dec2d32a74af: Layer already exists [2020-10-16T17:35:52.886Z] 97d15c1ff0e7: Layer already exists [2020-10-16T17:35:52.886Z] b27899f348ef: Layer already exists [2020-10-16T17:35:52.886Z] 97d1c71af956: Layer already exists [2020-10-16T17:35:52.886Z] 12693577afd2: Layer already exists [2020-10-16T17:35:52.886Z] 8e59406ab184: Layer already exists [2020-10-16T17:35:52.886Z] 932728094af8: Layer already exists [2020-10-16T17:35:52.886Z] 45220e4c4861: Layer already exists [2020-10-16T17:35:52.886Z] 66b385cf80cf: Layer already exists [2020-10-16T17:35:52.887Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79: digest: sha256:141fa6e7d5187d45f971e7ae0ebae32bcba3e8923a0dc4a118df27fc6bce24d2 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:53.229Z] + 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-16T17:35:53.563Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-16T17:35:53.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-16T17:35:53.563Z] dec2d32a74af: Preparing [2020-10-16T17:35:53.563Z] 1f7addbeb0e9: Preparing [2020-10-16T17:35:53.563Z] 97d15c1ff0e7: Preparing [2020-10-16T17:35:53.563Z] cf6ec271bce2: Preparing [2020-10-16T17:35:53.563Z] b27899f348ef: Preparing [2020-10-16T17:35:53.563Z] 8e59406ab184: Preparing [2020-10-16T17:35:53.563Z] 97d1c71af956: Preparing [2020-10-16T17:35:53.563Z] 12693577afd2: Preparing [2020-10-16T17:35:53.563Z] 45220e4c4861: Preparing [2020-10-16T17:35:53.563Z] 932728094af8: Preparing [2020-10-16T17:35:53.563Z] 66b385cf80cf: Preparing [2020-10-16T17:35:53.563Z] 12693577afd2: Waiting [2020-10-16T17:35:53.563Z] 8e59406ab184: Waiting [2020-10-16T17:35:53.563Z] 45220e4c4861: Waiting [2020-10-16T17:35:53.563Z] 932728094af8: Waiting [2020-10-16T17:35:53.563Z] 66b385cf80cf: Waiting [2020-10-16T17:35:53.563Z] 97d1c71af956: Waiting [2020-10-16T17:35:53.835Z] cf6ec271bce2: Layer already exists [2020-10-16T17:35:53.835Z] 1f7addbeb0e9: Layer already exists [2020-10-16T17:35:53.835Z] b27899f348ef: Layer already exists [2020-10-16T17:35:53.835Z] 97d15c1ff0e7: Layer already exists [2020-10-16T17:35:53.835Z] dec2d32a74af: Layer already exists [2020-10-16T17:35:53.835Z] 45220e4c4861: Layer already exists [2020-10-16T17:35:53.835Z] 97d1c71af956: Layer already exists [2020-10-16T17:35:53.835Z] 8e59406ab184: Layer already exists [2020-10-16T17:35:53.835Z] 932728094af8: Layer already exists [2020-10-16T17:35:53.835Z] 12693577afd2: Layer already exists [2020-10-16T17:35:53.835Z] 66b385cf80cf: Layer already exists [2020-10-16T17:35:53.835Z] master: digest: sha256:141fa6e7d5187d45f971e7ae0ebae32bcba3e8923a0dc4a118df27fc6bce24d2 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T17:35:54.023Z] ===================================================== [Pipeline] echo [2020-10-16T17:35:54.069Z] taggedImages: [2020-10-16T17:35:54.069Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:35:54.069Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.79 [2020-10-16T17:35:54.069Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:35:54.069Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-16T17:35:54.136Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-16T17:35:54.136Z] ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:35:54.136Z] 1.2.2-dev.79 [2020-10-16T17:35:54.136Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:35:54.136Z] master [2020-10-16T17:35:54.136Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:54.666Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:55.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:35:55.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-16T17:35:55.004Z] fd5ea837a922: Preparing [2020-10-16T17:35:55.004Z] 14f67f2a2b87: Preparing [2020-10-16T17:35:55.004Z] 9b2ea84bdf9c: Preparing [2020-10-16T17:35:55.004Z] 2c2df410c339: Preparing [2020-10-16T17:35:55.276Z] fd5ea837a922: Pushed [2020-10-16T17:35:55.276Z] 9b2ea84bdf9c: Pushed [2020-10-16T17:35:55.546Z] 2c2df410c339: Pushed [2020-10-16T17:35:58.154Z] 14f67f2a2b87: Pushed [2020-10-16T17:35:58.154Z] ac3e8062abd2d502e6786212d70751ef8e8769d6: digest: sha256:ca89742c8f73dd0e040f93c354179804d95ae91c600b9600c5f299c5351d198d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:58.494Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:58.829Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.79 [2020-10-16T17:35:58.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-16T17:35:58.829Z] fd5ea837a922: Preparing [2020-10-16T17:35:58.829Z] 14f67f2a2b87: Preparing [2020-10-16T17:35:58.829Z] 9b2ea84bdf9c: Preparing [2020-10-16T17:35:58.829Z] 2c2df410c339: Preparing [2020-10-16T17:35:58.829Z] 2c2df410c339: Layer already exists [2020-10-16T17:35:58.829Z] fd5ea837a922: Layer already exists [2020-10-16T17:35:58.829Z] 14f67f2a2b87: Layer already exists [2020-10-16T17:35:58.829Z] 9b2ea84bdf9c: Layer already exists [2020-10-16T17:35:59.103Z] 1.2.2-dev.79: digest: sha256:ca89742c8f73dd0e040f93c354179804d95ae91c600b9600c5f299c5351d198d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:59.441Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:35:59.774Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:35:59.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-16T17:35:59.775Z] fd5ea837a922: Preparing [2020-10-16T17:35:59.775Z] 14f67f2a2b87: Preparing [2020-10-16T17:35:59.775Z] 9b2ea84bdf9c: Preparing [2020-10-16T17:35:59.775Z] 2c2df410c339: Preparing [2020-10-16T17:35:59.775Z] 14f67f2a2b87: Layer already exists [2020-10-16T17:35:59.775Z] fd5ea837a922: Layer already exists [2020-10-16T17:35:59.775Z] 9b2ea84bdf9c: Layer already exists [2020-10-16T17:35:59.775Z] 2c2df410c339: Layer already exists [2020-10-16T17:36:00.045Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79: digest: sha256:ca89742c8f73dd0e040f93c354179804d95ae91c600b9600c5f299c5351d198d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:00.384Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:00.721Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-16T17:36:00.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-16T17:36:00.721Z] fd5ea837a922: Preparing [2020-10-16T17:36:00.721Z] 14f67f2a2b87: Preparing [2020-10-16T17:36:00.721Z] 9b2ea84bdf9c: Preparing [2020-10-16T17:36:00.721Z] 2c2df410c339: Preparing [2020-10-16T17:36:00.721Z] 2c2df410c339: Layer already exists [2020-10-16T17:36:00.721Z] 9b2ea84bdf9c: Layer already exists [2020-10-16T17:36:00.721Z] 14f67f2a2b87: Layer already exists [2020-10-16T17:36:00.721Z] fd5ea837a922: Layer already exists [2020-10-16T17:36:00.992Z] master: digest: sha256:ca89742c8f73dd0e040f93c354179804d95ae91c600b9600c5f299c5351d198d size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T17:36:01.311Z] ===================================================== [Pipeline] echo [2020-10-16T17:36:01.363Z] taggedImages: [2020-10-16T17:36:01.363Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:36:01.363Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.79 [2020-10-16T17:36:01.363Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:36:01.363Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-16T17:36:01.426Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-16T17:36:01.426Z] ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:36:01.426Z] 1.2.2-dev.79 [2020-10-16T17:36:01.426Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:36:01.426Z] master [2020-10-16T17:36:01.426Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:01.948Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:02.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:36:02.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-16T17:36:02.285Z] a8535db3f0aa: Preparing [2020-10-16T17:36:02.285Z] 09f0d3b5af52: Preparing [2020-10-16T17:36:02.285Z] 745e91eed70f: Preparing [2020-10-16T17:36:02.285Z] c1a363cca1bd: Preparing [2020-10-16T17:36:02.285Z] 352c8236d4c6: Preparing [2020-10-16T17:36:02.285Z] d80daf78a28d: Preparing [2020-10-16T17:36:02.285Z] d80daf78a28d: Waiting [2020-10-16T17:36:02.564Z] a8535db3f0aa: Pushed [2020-10-16T17:36:02.564Z] 745e91eed70f: Pushed [2020-10-16T17:36:02.564Z] c1a363cca1bd: Pushed [2020-10-16T17:36:02.835Z] 352c8236d4c6: Pushed [2020-10-16T17:36:03.105Z] d80daf78a28d: Pushed [2020-10-16T17:36:05.071Z] 09f0d3b5af52: Pushed [2020-10-16T17:36:05.342Z] ac3e8062abd2d502e6786212d70751ef8e8769d6: digest: sha256:cb2eb448e897959e8a65d878a06e71bbd0c87f373014f97957b5130b824aa8f9 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:05.680Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:06.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.79 [2020-10-16T17:36:06.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-16T17:36:06.015Z] a8535db3f0aa: Preparing [2020-10-16T17:36:06.015Z] 09f0d3b5af52: Preparing [2020-10-16T17:36:06.015Z] 745e91eed70f: Preparing [2020-10-16T17:36:06.015Z] c1a363cca1bd: Preparing [2020-10-16T17:36:06.015Z] 352c8236d4c6: Preparing [2020-10-16T17:36:06.015Z] d80daf78a28d: Preparing [2020-10-16T17:36:06.015Z] d80daf78a28d: Waiting [2020-10-16T17:36:06.015Z] a8535db3f0aa: Layer already exists [2020-10-16T17:36:06.015Z] c1a363cca1bd: Layer already exists [2020-10-16T17:36:06.015Z] 745e91eed70f: Layer already exists [2020-10-16T17:36:06.287Z] 352c8236d4c6: Layer already exists [2020-10-16T17:36:06.287Z] 09f0d3b5af52: Layer already exists [2020-10-16T17:36:06.287Z] d80daf78a28d: Layer already exists [2020-10-16T17:36:06.288Z] 1.2.2-dev.79: digest: sha256:cb2eb448e897959e8a65d878a06e71bbd0c87f373014f97957b5130b824aa8f9 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:06.628Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:06.961Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:36:06.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-16T17:36:06.961Z] a8535db3f0aa: Preparing [2020-10-16T17:36:06.961Z] 09f0d3b5af52: Preparing [2020-10-16T17:36:06.961Z] 745e91eed70f: Preparing [2020-10-16T17:36:06.961Z] c1a363cca1bd: Preparing [2020-10-16T17:36:06.961Z] 352c8236d4c6: Preparing [2020-10-16T17:36:06.961Z] d80daf78a28d: Preparing [2020-10-16T17:36:06.961Z] d80daf78a28d: Waiting [2020-10-16T17:36:06.961Z] 745e91eed70f: Layer already exists [2020-10-16T17:36:06.961Z] c1a363cca1bd: Layer already exists [2020-10-16T17:36:06.961Z] 352c8236d4c6: Layer already exists [2020-10-16T17:36:06.961Z] 09f0d3b5af52: Layer already exists [2020-10-16T17:36:06.961Z] a8535db3f0aa: Layer already exists [2020-10-16T17:36:06.961Z] d80daf78a28d: Layer already exists [2020-10-16T17:36:07.232Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79: digest: sha256:cb2eb448e897959e8a65d878a06e71bbd0c87f373014f97957b5130b824aa8f9 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:07.596Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:07.931Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-16T17:36:07.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-16T17:36:07.931Z] a8535db3f0aa: Preparing [2020-10-16T17:36:07.931Z] 09f0d3b5af52: Preparing [2020-10-16T17:36:07.931Z] 745e91eed70f: Preparing [2020-10-16T17:36:07.931Z] c1a363cca1bd: Preparing [2020-10-16T17:36:07.931Z] 352c8236d4c6: Preparing [2020-10-16T17:36:07.931Z] d80daf78a28d: Preparing [2020-10-16T17:36:07.931Z] d80daf78a28d: Waiting [2020-10-16T17:36:08.205Z] 352c8236d4c6: Layer already exists [2020-10-16T17:36:08.205Z] 09f0d3b5af52: Layer already exists [2020-10-16T17:36:08.205Z] c1a363cca1bd: Layer already exists [2020-10-16T17:36:08.205Z] 745e91eed70f: Layer already exists [2020-10-16T17:36:08.205Z] a8535db3f0aa: Layer already exists [2020-10-16T17:36:08.205Z] d80daf78a28d: Layer already exists [2020-10-16T17:36:08.205Z] master: digest: sha256:cb2eb448e897959e8a65d878a06e71bbd0c87f373014f97957b5130b824aa8f9 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T17:36:08.419Z] ===================================================== [Pipeline] echo [2020-10-16T17:36:08.475Z] taggedImages: [2020-10-16T17:36:08.475Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:36:08.475Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.79 [2020-10-16T17:36:08.475Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:36:08.475Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-16T17:36:08.534Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-16T17:36:08.534Z] ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:36:08.534Z] 1.2.2-dev.79 [2020-10-16T17:36:08.534Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:36:08.534Z] master [2020-10-16T17:36:08.534Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:09.021Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:09.420Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:36:09.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-16T17:36:09.420Z] 184d8e110e0a: Preparing [2020-10-16T17:36:09.420Z] fda003c2280b: Preparing [2020-10-16T17:36:09.420Z] ffce1a23164b: Preparing [2020-10-16T17:36:09.721Z] ffce1a23164b: Pushed [2020-10-16T17:36:09.721Z] 184d8e110e0a: Pushed [2020-10-16T17:36:13.101Z] fda003c2280b: Pushed [2020-10-16T17:36:13.101Z] ac3e8062abd2d502e6786212d70751ef8e8769d6: digest: sha256:4ca3be59b59c6bdcc14471af2f805fcd0c2528de787a8142c453285eafdfe1ce size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:13.439Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:13.770Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.79 [2020-10-16T17:36:13.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-16T17:36:13.770Z] 184d8e110e0a: Preparing [2020-10-16T17:36:13.770Z] fda003c2280b: Preparing [2020-10-16T17:36:13.770Z] ffce1a23164b: Preparing [2020-10-16T17:36:13.770Z] fda003c2280b: Layer already exists [2020-10-16T17:36:13.770Z] 184d8e110e0a: Layer already exists [2020-10-16T17:36:13.770Z] ffce1a23164b: Layer already exists [2020-10-16T17:36:14.040Z] 1.2.2-dev.79: digest: sha256:4ca3be59b59c6bdcc14471af2f805fcd0c2528de787a8142c453285eafdfe1ce size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:14.378Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:14.708Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:36:14.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-16T17:36:14.709Z] 184d8e110e0a: Preparing [2020-10-16T17:36:14.709Z] fda003c2280b: Preparing [2020-10-16T17:36:14.709Z] ffce1a23164b: Preparing [2020-10-16T17:36:14.709Z] ffce1a23164b: Layer already exists [2020-10-16T17:36:14.709Z] 184d8e110e0a: Layer already exists [2020-10-16T17:36:14.977Z] fda003c2280b: Layer already exists [2020-10-16T17:36:14.977Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79: digest: sha256:4ca3be59b59c6bdcc14471af2f805fcd0c2528de787a8142c453285eafdfe1ce size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:15.313Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:15.642Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-16T17:36:15.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-16T17:36:15.642Z] 184d8e110e0a: Preparing [2020-10-16T17:36:15.642Z] fda003c2280b: Preparing [2020-10-16T17:36:15.642Z] ffce1a23164b: Preparing [2020-10-16T17:36:15.642Z] 184d8e110e0a: Layer already exists [2020-10-16T17:36:15.642Z] ffce1a23164b: Layer already exists [2020-10-16T17:36:15.642Z] fda003c2280b: Layer already exists [2020-10-16T17:36:15.912Z] master: digest: sha256:4ca3be59b59c6bdcc14471af2f805fcd0c2528de787a8142c453285eafdfe1ce size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T17:36:16.101Z] ===================================================== [Pipeline] echo [2020-10-16T17:36:16.145Z] taggedImages: [2020-10-16T17:36:16.145Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:36:16.145Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.79 [2020-10-16T17:36:16.145Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:36:16.145Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-16T17:36:16.231Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-16T17:36:16.231Z] ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:36:16.231Z] 1.2.2-dev.79 [2020-10-16T17:36:16.231Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:36:16.231Z] master [2020-10-16T17:36:16.231Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:16.757Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:17.094Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:36:17.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-16T17:36:17.094Z] e1640932c272: Preparing [2020-10-16T17:36:17.094Z] c2f4b58259ad: Preparing [2020-10-16T17:36:17.094Z] 2e4275df3273: Preparing [2020-10-16T17:36:17.094Z] 93ce65ab907f: Preparing [2020-10-16T17:36:17.094Z] 4fbaaa89f12f: Preparing [2020-10-16T17:36:17.094Z] 2f3df94afe97: Preparing [2020-10-16T17:36:17.094Z] 563a45f312ba: Preparing [2020-10-16T17:36:17.094Z] f875f9e206db: Preparing [2020-10-16T17:36:17.094Z] 3994ac1dcb8b: Preparing [2020-10-16T17:36:17.094Z] 5f2247eaf593: Preparing [2020-10-16T17:36:17.094Z] 62d13be1b083: Preparing [2020-10-16T17:36:17.094Z] 94fdc660876c: Preparing [2020-10-16T17:36:17.094Z] 4e7279dfc0c0: Preparing [2020-10-16T17:36:17.094Z] e2f13739ad41: Preparing [2020-10-16T17:36:17.094Z] 2f3df94afe97: Waiting [2020-10-16T17:36:17.094Z] 563a45f312ba: Waiting [2020-10-16T17:36:17.094Z] f875f9e206db: Waiting [2020-10-16T17:36:17.094Z] 3994ac1dcb8b: Waiting [2020-10-16T17:36:17.094Z] 5f2247eaf593: Waiting [2020-10-16T17:36:17.094Z] 4e7279dfc0c0: Waiting [2020-10-16T17:36:17.094Z] 62d13be1b083: Waiting [2020-10-16T17:36:17.094Z] e2f13739ad41: Waiting [2020-10-16T17:36:17.094Z] 94fdc660876c: Waiting [2020-10-16T17:36:19.707Z] 4fbaaa89f12f: Pushed [2020-10-16T17:36:19.707Z] e1640932c272: Pushed [2020-10-16T17:36:19.707Z] 93ce65ab907f: Pushed [2020-10-16T17:36:19.707Z] f875f9e206db: Layer already exists [2020-10-16T17:36:19.980Z] c2f4b58259ad: Pushed [2020-10-16T17:36:19.980Z] 3994ac1dcb8b: Layer already exists [2020-10-16T17:36:19.980Z] 5f2247eaf593: Layer already exists [2020-10-16T17:36:19.980Z] 94fdc660876c: Layer already exists [2020-10-16T17:36:19.980Z] 62d13be1b083: Layer already exists [2020-10-16T17:36:19.980Z] e2f13739ad41: Layer already exists [2020-10-16T17:36:19.980Z] 4e7279dfc0c0: Layer already exists [2020-10-16T17:36:20.252Z] 563a45f312ba: Pushed [2020-10-16T17:36:22.219Z] 2f3df94afe97: Pushed [2020-10-16T17:36:32.338Z] 2e4275df3273: Pushed [2020-10-16T17:36:32.338Z] ac3e8062abd2d502e6786212d70751ef8e8769d6: digest: sha256:afb6036ede4bf11966d438a329158f6faad342b70c9d872afb8d9ed45e52921d size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:32.672Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:32.999Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.79 [2020-10-16T17:36:33.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-16T17:36:33.000Z] e1640932c272: Preparing [2020-10-16T17:36:33.000Z] c2f4b58259ad: Preparing [2020-10-16T17:36:33.000Z] 2e4275df3273: Preparing [2020-10-16T17:36:33.000Z] 93ce65ab907f: Preparing [2020-10-16T17:36:33.000Z] 4fbaaa89f12f: Preparing [2020-10-16T17:36:33.000Z] 2f3df94afe97: Preparing [2020-10-16T17:36:33.000Z] 563a45f312ba: Preparing [2020-10-16T17:36:33.000Z] f875f9e206db: Preparing [2020-10-16T17:36:33.000Z] 3994ac1dcb8b: Preparing [2020-10-16T17:36:33.000Z] 5f2247eaf593: Preparing [2020-10-16T17:36:33.000Z] 62d13be1b083: Preparing [2020-10-16T17:36:33.000Z] 94fdc660876c: Preparing [2020-10-16T17:36:33.000Z] 4e7279dfc0c0: Preparing [2020-10-16T17:36:33.000Z] e2f13739ad41: Preparing [2020-10-16T17:36:33.000Z] 2f3df94afe97: Waiting [2020-10-16T17:36:33.000Z] 563a45f312ba: Waiting [2020-10-16T17:36:33.000Z] 62d13be1b083: Waiting [2020-10-16T17:36:33.000Z] 94fdc660876c: Waiting [2020-10-16T17:36:33.000Z] 4e7279dfc0c0: Waiting [2020-10-16T17:36:33.000Z] e2f13739ad41: Waiting [2020-10-16T17:36:33.000Z] f875f9e206db: Waiting [2020-10-16T17:36:33.000Z] 3994ac1dcb8b: Waiting [2020-10-16T17:36:33.000Z] 5f2247eaf593: Waiting [2020-10-16T17:36:33.000Z] 2e4275df3273: Layer already exists [2020-10-16T17:36:33.270Z] e1640932c272: Layer already exists [2020-10-16T17:36:33.270Z] c2f4b58259ad: Layer already exists [2020-10-16T17:36:33.270Z] 4fbaaa89f12f: Layer already exists [2020-10-16T17:36:33.270Z] 93ce65ab907f: Layer already exists [2020-10-16T17:36:33.270Z] 2f3df94afe97: Layer already exists [2020-10-16T17:36:33.270Z] 563a45f312ba: Layer already exists [2020-10-16T17:36:33.270Z] 5f2247eaf593: Layer already exists [2020-10-16T17:36:33.270Z] 3994ac1dcb8b: Layer already exists [2020-10-16T17:36:33.270Z] f875f9e206db: Layer already exists [2020-10-16T17:36:33.270Z] 62d13be1b083: Layer already exists [2020-10-16T17:36:33.270Z] 94fdc660876c: Layer already exists [2020-10-16T17:36:33.270Z] 4e7279dfc0c0: Layer already exists [2020-10-16T17:36:33.270Z] e2f13739ad41: Layer already exists [2020-10-16T17:36:33.270Z] 1.2.2-dev.79: digest: sha256:afb6036ede4bf11966d438a329158f6faad342b70c9d872afb8d9ed45e52921d size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:33.604Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:33.934Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:36:33.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-16T17:36:33.934Z] e1640932c272: Preparing [2020-10-16T17:36:33.934Z] c2f4b58259ad: Preparing [2020-10-16T17:36:33.934Z] 2e4275df3273: Preparing [2020-10-16T17:36:33.934Z] 93ce65ab907f: Preparing [2020-10-16T17:36:33.934Z] 4fbaaa89f12f: Preparing [2020-10-16T17:36:33.934Z] 2f3df94afe97: Preparing [2020-10-16T17:36:33.934Z] 563a45f312ba: Preparing [2020-10-16T17:36:33.934Z] f875f9e206db: Preparing [2020-10-16T17:36:33.934Z] 3994ac1dcb8b: Preparing [2020-10-16T17:36:33.934Z] 5f2247eaf593: Preparing [2020-10-16T17:36:33.934Z] 62d13be1b083: Preparing [2020-10-16T17:36:33.934Z] 94fdc660876c: Preparing [2020-10-16T17:36:33.934Z] 4e7279dfc0c0: Preparing [2020-10-16T17:36:33.934Z] e2f13739ad41: Preparing [2020-10-16T17:36:33.934Z] 2f3df94afe97: Waiting [2020-10-16T17:36:33.934Z] 563a45f312ba: Waiting [2020-10-16T17:36:33.934Z] f875f9e206db: Waiting [2020-10-16T17:36:33.934Z] 94fdc660876c: Waiting [2020-10-16T17:36:33.934Z] 3994ac1dcb8b: Waiting [2020-10-16T17:36:33.934Z] 4e7279dfc0c0: Waiting [2020-10-16T17:36:33.934Z] e2f13739ad41: Waiting [2020-10-16T17:36:33.934Z] 5f2247eaf593: Waiting [2020-10-16T17:36:33.934Z] 62d13be1b083: Waiting [2020-10-16T17:36:34.207Z] c2f4b58259ad: Layer already exists [2020-10-16T17:36:34.207Z] 4fbaaa89f12f: Layer already exists [2020-10-16T17:36:34.207Z] 2e4275df3273: Layer already exists [2020-10-16T17:36:34.207Z] e1640932c272: Layer already exists [2020-10-16T17:36:34.207Z] 93ce65ab907f: Layer already exists [2020-10-16T17:36:34.207Z] 563a45f312ba: Layer already exists [2020-10-16T17:36:34.207Z] 3994ac1dcb8b: Layer already exists [2020-10-16T17:36:34.207Z] 2f3df94afe97: Layer already exists [2020-10-16T17:36:34.207Z] f875f9e206db: Layer already exists [2020-10-16T17:36:34.207Z] 5f2247eaf593: Layer already exists [2020-10-16T17:36:34.207Z] 62d13be1b083: Layer already exists [2020-10-16T17:36:34.207Z] 4e7279dfc0c0: Layer already exists [2020-10-16T17:36:34.207Z] e2f13739ad41: Layer already exists [2020-10-16T17:36:34.207Z] 94fdc660876c: Layer already exists [2020-10-16T17:36:34.207Z] ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79: digest: sha256:afb6036ede4bf11966d438a329158f6faad342b70c9d872afb8d9ed45e52921d size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:34.541Z] + 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-16T17:36:34.879Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-16T17:36:34.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-16T17:36:34.879Z] e1640932c272: Preparing [2020-10-16T17:36:34.879Z] c2f4b58259ad: Preparing [2020-10-16T17:36:34.879Z] 2e4275df3273: Preparing [2020-10-16T17:36:34.879Z] 93ce65ab907f: Preparing [2020-10-16T17:36:34.879Z] 4fbaaa89f12f: Preparing [2020-10-16T17:36:34.879Z] 2f3df94afe97: Preparing [2020-10-16T17:36:34.879Z] 563a45f312ba: Preparing [2020-10-16T17:36:34.879Z] f875f9e206db: Preparing [2020-10-16T17:36:34.879Z] 3994ac1dcb8b: Preparing [2020-10-16T17:36:34.879Z] 5f2247eaf593: Preparing [2020-10-16T17:36:34.879Z] 62d13be1b083: Preparing [2020-10-16T17:36:34.879Z] 94fdc660876c: Preparing [2020-10-16T17:36:34.879Z] 4e7279dfc0c0: Preparing [2020-10-16T17:36:34.879Z] e2f13739ad41: Preparing [2020-10-16T17:36:34.879Z] 5f2247eaf593: Waiting [2020-10-16T17:36:34.879Z] 62d13be1b083: Waiting [2020-10-16T17:36:34.879Z] 2f3df94afe97: Waiting [2020-10-16T17:36:34.879Z] 94fdc660876c: Waiting [2020-10-16T17:36:34.879Z] 563a45f312ba: Waiting [2020-10-16T17:36:34.879Z] 4e7279dfc0c0: Waiting [2020-10-16T17:36:34.879Z] f875f9e206db: Waiting [2020-10-16T17:36:34.879Z] e2f13739ad41: Waiting [2020-10-16T17:36:34.879Z] 3994ac1dcb8b: Waiting [2020-10-16T17:36:34.879Z] 4fbaaa89f12f: Layer already exists [2020-10-16T17:36:34.879Z] c2f4b58259ad: Layer already exists [2020-10-16T17:36:35.149Z] 2e4275df3273: Layer already exists [2020-10-16T17:36:35.149Z] e1640932c272: Layer already exists [2020-10-16T17:36:35.149Z] 93ce65ab907f: Layer already exists [2020-10-16T17:36:35.149Z] 2f3df94afe97: Layer already exists [2020-10-16T17:36:35.149Z] f875f9e206db: Layer already exists [2020-10-16T17:36:35.149Z] 5f2247eaf593: Layer already exists [2020-10-16T17:36:35.149Z] 563a45f312ba: Layer already exists [2020-10-16T17:36:35.149Z] 3994ac1dcb8b: Layer already exists [2020-10-16T17:36:35.149Z] 62d13be1b083: Layer already exists [2020-10-16T17:36:35.149Z] 94fdc660876c: Layer already exists [2020-10-16T17:36:35.149Z] 4e7279dfc0c0: Layer already exists [2020-10-16T17:36:35.149Z] e2f13739ad41: Layer already exists [2020-10-16T17:36:35.149Z] master: digest: sha256:afb6036ede4bf11966d438a329158f6faad342b70c9d872afb8d9ed45e52921d size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T17:36:35.480Z] ===================================================== [Pipeline] echo [2020-10-16T17:36:35.528Z] taggedImages: [2020-10-16T17:36:35.528Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:36:35.528Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.79 [2020-10-16T17:36:35.528Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6-1.2.2-dev.79 [2020-10-16T17:36:35.528Z] - 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-16T17:36:37.266Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-16T17:36:37.268Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-16T17:36:37.319Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:37.691Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T17:36:37.691Z] [2020-10-16T17:36:37.691Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:36:38.037Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T17:36:38.037Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-16T17:36:38.037Z] cbdbe7a5bc2a: Already exists [2020-10-16T17:36:38.037Z] 408f87550127: Pulling fs layer [2020-10-16T17:36:38.037Z] fe522b08c979: Pulling fs layer [2020-10-16T17:36:38.037Z] 221eaa008020: Pulling fs layer [2020-10-16T17:36:38.037Z] 2a4607e5d6b9: Pulling fs layer [2020-10-16T17:36:38.037Z] 8f79b27c4fd2: Pulling fs layer [2020-10-16T17:36:38.037Z] e5c8dbe1645b: Pulling fs layer [2020-10-16T17:36:38.037Z] 23e8b3b47431: Pulling fs layer [2020-10-16T17:36:38.037Z] 5c568d65a230: Pulling fs layer [2020-10-16T17:36:38.037Z] 2a4607e5d6b9: Waiting [2020-10-16T17:36:38.037Z] 8f79b27c4fd2: Waiting [2020-10-16T17:36:38.037Z] e5c8dbe1645b: Waiting [2020-10-16T17:36:38.037Z] 23e8b3b47431: Waiting [2020-10-16T17:36:38.037Z] 5c568d65a230: Waiting [2020-10-16T17:36:38.037Z] fe522b08c979: Verifying Checksum [2020-10-16T17:36:38.038Z] fe522b08c979: Download complete [2020-10-16T17:36:38.038Z] 408f87550127: Download complete [2020-10-16T17:36:38.038Z] 2a4607e5d6b9: Verifying Checksum [2020-10-16T17:36:38.038Z] 2a4607e5d6b9: Download complete [2020-10-16T17:36:38.038Z] 8f79b27c4fd2: Verifying Checksum [2020-10-16T17:36:38.038Z] 8f79b27c4fd2: Download complete [2020-10-16T17:36:38.300Z] 408f87550127: Pull complete [2020-10-16T17:36:38.562Z] fe522b08c979: Pull complete [2020-10-16T17:36:39.953Z] e5c8dbe1645b: Verifying Checksum [2020-10-16T17:36:39.953Z] e5c8dbe1645b: Download complete [2020-10-16T17:36:40.906Z] 23e8b3b47431: Verifying Checksum [2020-10-16T17:36:40.906Z] 23e8b3b47431: Download complete [2020-10-16T17:36:41.170Z] 5c568d65a230: Verifying Checksum [2020-10-16T17:36:41.170Z] 5c568d65a230: Download complete [2020-10-16T17:36:42.117Z] 221eaa008020: Verifying Checksum [2020-10-16T17:36:42.117Z] 221eaa008020: Download complete [2020-10-16T17:36:47.420Z] 221eaa008020: Pull complete [2020-10-16T17:36:47.420Z] 2a4607e5d6b9: Pull complete [2020-10-16T17:36:47.420Z] 8f79b27c4fd2: Pull complete [2020-10-16T17:36:51.638Z] e5c8dbe1645b: Pull complete [2020-10-16T17:36:55.868Z] 23e8b3b47431: Pull complete [2020-10-16T17:36:57.257Z] 5c568d65a230: Pull complete [2020-10-16T17:36:57.257Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-16T17:36:57.257Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T17:36:57.257Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-16T17:36:57.435Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:36:57.482Z] $ 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/195:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:36:58.614Z] $ docker top 12071657da14c503f179d73858e130625d3f9ccc07c1476e76d05cd6692f9c8d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T17:36:59.187Z] + snyk monitor '--org=edgex-jenkins' [2020-10-16T17:37:11.445Z] [2020-10-16T17:37:11.445Z] Monitoring /w/workspace/edgex-go/195 (github.com/edgexfoundry/edgex-go)... [2020-10-16T17:37:11.445Z] [2020-10-16T17:37:11.445Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/ec5b6e86-b716-4597-aa53-14c34aa63172 [2020-10-16T17:37:11.445Z] [2020-10-16T17:37:11.445Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-16T17:37:11.445Z] [2020-10-16T17:37:11.445Z] [2020-10-16T17:37:11.445Z] Snyk CLI supports Node.js 8 and higher. [2020-10-16T17:37:11.445Z] 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-16T17:37:11.445Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-16T17:37:11.445Z] [2020-10-16T17:37:11.445Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-16T17:37:11.445Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-16T17:37:11.445Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-16T17:37:11.445Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-16T17:37:11.460Z] $ docker stop --time=1 12071657da14c503f179d73858e130625d3f9ccc07c1476e76d05cd6692f9c8d [2020-10-16T17:37:14.392Z] $ docker rm -f 12071657da14c503f179d73858e130625d3f9ccc07c1476e76d05cd6692f9c8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:37:16.085Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:37:16.085Z] [2020-10-16T17:37:16.085Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:37:16.445Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:37:16.445Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-16T17:37:16.445Z] e7c96db7181b: Pulling fs layer [2020-10-16T17:37:16.445Z] 1868ca2cb446: Pulling fs layer [2020-10-16T17:37:16.445Z] 136be5d0fe8e: Pulling fs layer [2020-10-16T17:37:16.445Z] 894bfe63afcb: Pulling fs layer [2020-10-16T17:37:16.445Z] 894bfe63afcb: Waiting [2020-10-16T17:37:16.445Z] 1868ca2cb446: Verifying Checksum [2020-10-16T17:37:16.445Z] 1868ca2cb446: Download complete [2020-10-16T17:37:16.445Z] 136be5d0fe8e: Verifying Checksum [2020-10-16T17:37:16.445Z] 136be5d0fe8e: Download complete [2020-10-16T17:37:16.445Z] e7c96db7181b: Verifying Checksum [2020-10-16T17:37:16.445Z] e7c96db7181b: Download complete [2020-10-16T17:37:16.707Z] 894bfe63afcb: Verifying Checksum [2020-10-16T17:37:16.707Z] 894bfe63afcb: Download complete [2020-10-16T17:37:16.707Z] e7c96db7181b: Pull complete [2020-10-16T17:37:16.968Z] 1868ca2cb446: Pull complete [2020-10-16T17:37:17.231Z] 136be5d0fe8e: Pull complete [2020-10-16T17:37:17.231Z] 894bfe63afcb: Pull complete [2020-10-16T17:37:17.492Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-16T17:37:17.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:37:17.492Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-16T17:37:17.588Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:37:17.630Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:37:18.403Z] $ docker top 966cc0a84083b0d90f9e60305925fe033190f921b6f93216623f8441ce8f0e49 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:37:18.937Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-core-command-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:37:18.937Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:37:21.637Z] $ docker stop --time=1 966cc0a84083b0d90f9e60305925fe033190f921b6f93216623f8441ce8f0e49 [2020-10-16T17:37:22.971Z] $ docker rm -f 966cc0a84083b0d90f9e60305925fe033190f921b6f93216623f8441ce8f0e49 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:37:23.461Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:37:23.462Z] . [Pipeline] withDockerContainer [2020-10-16T17:37:23.558Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:37:23.601Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:37:24.189Z] $ docker top ec1f06932227ad091ec8b21a262111433be176f193a20fa086a3cb237edd6be6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:37:24.796Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:37:24.796Z] + tee [2020-10-16T17:37:24.796Z] clair timeout 1m0s [2020-10-16T17:37:24.796Z] docker timeout: 1m0s [2020-10-16T17:37:24.796Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:37:25.559Z] $ docker stop --time=1 ec1f06932227ad091ec8b21a262111433be176f193a20fa086a3cb237edd6be6 [2020-10-16T17:37:26.913Z] $ docker rm -f ec1f06932227ad091ec8b21a262111433be176f193a20fa086a3cb237edd6be6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:37:27.459Z] + mkdir -p /w/workspace/edgex-go/195/clair-reports [Pipeline] echo [2020-10-16T17:37:27.474Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/195/clair-reports/clair_results_docker-core-command-go_ac3e8062abd2d502e6786212d70751ef8e8769d6.html [Pipeline] writeFile [Pipeline] step [2020-10-16T17:37:27.531Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:37:27.890Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:37:27.890Z] . [Pipeline] withDockerContainer [2020-10-16T17:37:27.990Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:37:28.031Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:37:28.717Z] $ docker top 3a2e0ccaa866189140ffd40de08bf7aa5e7db65acac4394e101fa77354dfce31 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:37:29.247Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:37:29.247Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:37:34.693Z] $ docker stop --time=1 3a2e0ccaa866189140ffd40de08bf7aa5e7db65acac4394e101fa77354dfce31 [2020-10-16T17:37:36.072Z] $ docker rm -f 3a2e0ccaa866189140ffd40de08bf7aa5e7db65acac4394e101fa77354dfce31 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:37:36.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:37:36.565Z] . [Pipeline] withDockerContainer [2020-10-16T17:37:36.662Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:37:36.705Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:37:37.368Z] $ docker top 6bb99e39e3e602fd3904e985d7e47f3464bc2470f3c3001f2ff3c5d5cd601753 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:37:37.943Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:37:37.943Z] + tee [2020-10-16T17:37:37.944Z] clair timeout 1m0s [2020-10-16T17:37:37.944Z] docker timeout: 1m0s [2020-10-16T17:37:37.944Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:37:38.997Z] $ docker stop --time=1 6bb99e39e3e602fd3904e985d7e47f3464bc2470f3c3001f2ff3c5d5cd601753 [2020-10-16T17:37:40.336Z] $ docker rm -f 6bb99e39e3e602fd3904e985d7e47f3464bc2470f3c3001f2ff3c5d5cd601753 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:37:40.868Z] + mkdir -p /w/workspace/edgex-go/195/clair-reports [Pipeline] echo [2020-10-16T17:37:40.884Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/195/clair-reports/clair_results_docker-core-data-go_ac3e8062abd2d502e6786212d70751ef8e8769d6.html [Pipeline] writeFile [Pipeline] step [2020-10-16T17:37:40.950Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:37:41.296Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:37:41.296Z] . [Pipeline] withDockerContainer [2020-10-16T17:37:41.395Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:37:41.447Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:37:42.059Z] $ docker top eb4a2e0ab3ad2576695da1354459b5daae6788dfaa8de70ba4633b2da4529fe2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:37:42.614Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:37:42.614Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:37:45.333Z] $ docker stop --time=1 eb4a2e0ab3ad2576695da1354459b5daae6788dfaa8de70ba4633b2da4529fe2 [2020-10-16T17:37:46.718Z] $ docker rm -f eb4a2e0ab3ad2576695da1354459b5daae6788dfaa8de70ba4633b2da4529fe2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:37:47.184Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:37:47.184Z] . [Pipeline] withDockerContainer [2020-10-16T17:37:47.286Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:37:47.329Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:37:47.912Z] $ docker top cbbe02bec3d8b6c5108e1232efd4ad3ec5118a6fe3d139933dab91a46399eb10 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:37:48.469Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:37:48.469Z] + tee [2020-10-16T17:37:48.469Z] clair timeout 1m0s [2020-10-16T17:37:48.469Z] docker timeout: 1m0s [2020-10-16T17:37:48.469Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:37:49.145Z] $ docker stop --time=1 cbbe02bec3d8b6c5108e1232efd4ad3ec5118a6fe3d139933dab91a46399eb10 [2020-10-16T17:37:50.476Z] $ docker rm -f cbbe02bec3d8b6c5108e1232efd4ad3ec5118a6fe3d139933dab91a46399eb10 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:37:50.966Z] + mkdir -p /w/workspace/edgex-go/195/clair-reports [Pipeline] echo [2020-10-16T17:37:50.980Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/195/clair-reports/clair_results_docker-core-metadata-go_ac3e8062abd2d502e6786212d70751ef8e8769d6.html [Pipeline] writeFile [Pipeline] step [2020-10-16T17:37:51.056Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:37:51.402Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:37:51.402Z] . [Pipeline] withDockerContainer [2020-10-16T17:37:51.499Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:37:51.541Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:37:52.244Z] $ docker top 3e9fed180ddb48c65f379be35891ae7f54349817a930956faced4ca5edf52ba2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:37:52.779Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:37:52.779Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:37:57.206Z] $ docker stop --time=1 3e9fed180ddb48c65f379be35891ae7f54349817a930956faced4ca5edf52ba2 [2020-10-16T17:37:58.558Z] $ docker rm -f 3e9fed180ddb48c65f379be35891ae7f54349817a930956faced4ca5edf52ba2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:37:59.073Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:37:59.074Z] . [Pipeline] withDockerContainer [2020-10-16T17:37:59.172Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:37:59.210Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:37:59.877Z] $ docker top 6e8e6702d09fa40ce446f2c2c167dabbce897a81e00c9d791bae9f050aa054ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:38:00.424Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:38:00.424Z] + tee [2020-10-16T17:38:00.424Z] clair timeout 1m0s [2020-10-16T17:38:00.424Z] docker timeout: 1m0s [2020-10-16T17:38:00.424Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:38:01.469Z] $ docker stop --time=1 6e8e6702d09fa40ce446f2c2c167dabbce897a81e00c9d791bae9f050aa054ac [2020-10-16T17:38:03.186Z] $ docker rm -f 6e8e6702d09fa40ce446f2c2c167dabbce897a81e00c9d791bae9f050aa054ac [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:38:03.710Z] + mkdir -p /w/workspace/edgex-go/195/clair-reports [Pipeline] echo [2020-10-16T17:38:03.723Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/195/clair-reports/clair_results_docker-security-proxy-setup-go_ac3e8062abd2d502e6786212d70751ef8e8769d6.html [Pipeline] writeFile [Pipeline] step [2020-10-16T17:38:03.779Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:38:04.124Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:38:04.124Z] . [Pipeline] withDockerContainer [2020-10-16T17:38:04.223Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:38:04.264Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:38:04.939Z] $ docker top fc5b286349d7249670ac93fc6c322270caa82dce7eddcc6486ffd5cd0fd54c23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:38:05.460Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:38:05.461Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:38:13.767Z] $ docker stop --time=1 fc5b286349d7249670ac93fc6c322270caa82dce7eddcc6486ffd5cd0fd54c23 [2020-10-16T17:38:15.126Z] $ docker rm -f fc5b286349d7249670ac93fc6c322270caa82dce7eddcc6486ffd5cd0fd54c23 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:38:15.599Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:38:15.599Z] . [Pipeline] withDockerContainer [2020-10-16T17:38:15.696Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:38:15.736Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:38:16.341Z] $ docker top d5d3973bb0fb6faf73693007ec3d131e8188838b10152adba66d59e002207222 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:38:16.847Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:38:16.847Z] + tee [2020-10-16T17:38:16.847Z] clair timeout 1m0s [2020-10-16T17:38:16.847Z] docker timeout: 1m0s [2020-10-16T17:38:16.847Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:38:18.332Z] $ docker stop --time=1 d5d3973bb0fb6faf73693007ec3d131e8188838b10152adba66d59e002207222 [2020-10-16T17:38:19.683Z] $ docker rm -f d5d3973bb0fb6faf73693007ec3d131e8188838b10152adba66d59e002207222 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:38:20.170Z] + mkdir -p /w/workspace/edgex-go/195/clair-reports [Pipeline] echo [2020-10-16T17:38:20.184Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/195/clair-reports/clair_results_docker-security-secrets-setup-go_ac3e8062abd2d502e6786212d70751ef8e8769d6.html [Pipeline] writeFile [Pipeline] step [2020-10-16T17:38:20.259Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:38:20.595Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:38:20.595Z] . [Pipeline] withDockerContainer [2020-10-16T17:38:20.695Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:38:20.737Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:38:21.322Z] $ docker top b0580f4929019b07678691c09f55b185aeddaebc2ef699a3f07410f4b4dbf512 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:38:21.840Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:38:21.840Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:38:32.009Z] $ docker stop --time=1 b0580f4929019b07678691c09f55b185aeddaebc2ef699a3f07410f4b4dbf512 [2020-10-16T17:38:33.363Z] $ docker rm -f b0580f4929019b07678691c09f55b185aeddaebc2ef699a3f07410f4b4dbf512 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:38:33.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:38:33.839Z] . [Pipeline] withDockerContainer [2020-10-16T17:38:33.933Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:38:33.973Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:38:34.552Z] $ docker top 11b20510d9ca8433d54313585852d55a7b2f8c7815bf3cbb5fece30960fcd417 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:38:35.065Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:38:35.065Z] + tee [2020-10-16T17:38:35.065Z] clair timeout 1m0s [2020-10-16T17:38:35.065Z] docker timeout: 1m0s [2020-10-16T17:38:35.065Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:38:36.545Z] $ docker stop --time=1 11b20510d9ca8433d54313585852d55a7b2f8c7815bf3cbb5fece30960fcd417 [2020-10-16T17:38:37.894Z] $ docker rm -f 11b20510d9ca8433d54313585852d55a7b2f8c7815bf3cbb5fece30960fcd417 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:38:38.362Z] + mkdir -p /w/workspace/edgex-go/195/clair-reports [Pipeline] echo [2020-10-16T17:38:38.375Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/195/clair-reports/clair_results_docker-security-secretstore-setup-go_ac3e8062abd2d502e6786212d70751ef8e8769d6.html [Pipeline] writeFile [Pipeline] step [2020-10-16T17:38:38.426Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:38:38.793Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:38:38.794Z] . [Pipeline] withDockerContainer [2020-10-16T17:38:38.890Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:38:38.928Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:38:39.568Z] $ docker top 2678330aaaa0c942fdaf25a9e0790e98a1e343bcfa24c51653c557553c4ac84c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:38:40.094Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:38:40.094Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:38:43.573Z] $ docker stop --time=1 2678330aaaa0c942fdaf25a9e0790e98a1e343bcfa24c51653c557553c4ac84c [2020-10-16T17:38:44.914Z] $ docker rm -f 2678330aaaa0c942fdaf25a9e0790e98a1e343bcfa24c51653c557553c4ac84c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:38:45.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:38:45.463Z] . [Pipeline] withDockerContainer [2020-10-16T17:38:45.554Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:38:45.738Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:38:46.357Z] $ docker top 717b6187cbed381d81f700a477b59ad2740d20988298359cb25d943f519256e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:38:46.861Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:38:46.862Z] + tee [2020-10-16T17:38:46.862Z] clair timeout 1m0s [2020-10-16T17:38:46.862Z] docker timeout: 1m0s [2020-10-16T17:38:46.862Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:38:47.530Z] $ docker stop --time=1 717b6187cbed381d81f700a477b59ad2740d20988298359cb25d943f519256e7 [2020-10-16T17:38:48.873Z] $ docker rm -f 717b6187cbed381d81f700a477b59ad2740d20988298359cb25d943f519256e7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:38:49.343Z] + mkdir -p /w/workspace/edgex-go/195/clair-reports [Pipeline] echo [2020-10-16T17:38:49.355Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/195/clair-reports/clair_results_docker-support-logging-go_ac3e8062abd2d502e6786212d70751ef8e8769d6.html [Pipeline] writeFile [Pipeline] step [2020-10-16T17:38:49.411Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:38:49.739Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:38:49.739Z] . [Pipeline] withDockerContainer [2020-10-16T17:38:49.834Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:38:49.895Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:38:50.503Z] $ docker top 2b2f38647afc17991efd2b1d2c088b7a48eaaf0874051d273113547b6bf3a6d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:38:51.003Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:38:51.003Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:38:56.438Z] $ docker stop --time=1 2b2f38647afc17991efd2b1d2c088b7a48eaaf0874051d273113547b6bf3a6d9 [2020-10-16T17:38:57.775Z] $ docker rm -f 2b2f38647afc17991efd2b1d2c088b7a48eaaf0874051d273113547b6bf3a6d9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:38:58.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:38:58.244Z] . [Pipeline] withDockerContainer [2020-10-16T17:38:58.342Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:38:58.379Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:38:59.023Z] $ docker top 4d31dd0ab03247cc4c98729adc7540585512db16edc7aeaabd5d2c5c7ec9e2d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:38:59.531Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:38:59.532Z] + tee [2020-10-16T17:38:59.532Z] clair timeout 1m0s [2020-10-16T17:38:59.532Z] docker timeout: 1m0s [2020-10-16T17:38:59.532Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:39:00.576Z] $ docker stop --time=1 4d31dd0ab03247cc4c98729adc7540585512db16edc7aeaabd5d2c5c7ec9e2d2 [2020-10-16T17:39:01.937Z] $ docker rm -f 4d31dd0ab03247cc4c98729adc7540585512db16edc7aeaabd5d2c5c7ec9e2d2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:39:02.422Z] + mkdir -p /w/workspace/edgex-go/195/clair-reports [Pipeline] echo [2020-10-16T17:39:02.435Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/195/clair-reports/clair_results_docker-support-notifications-go_ac3e8062abd2d502e6786212d70751ef8e8769d6.html [Pipeline] writeFile [Pipeline] step [2020-10-16T17:39:02.483Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:39:02.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:39:02.818Z] . [Pipeline] withDockerContainer [2020-10-16T17:39:02.919Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:39:02.959Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:39:03.644Z] $ docker top e6392c4623dce8b465090b74499f44f14697c2cc1c55f9f1219904d9222d55ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:39:04.149Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:39:04.149Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:39:06.917Z] $ docker stop --time=1 e6392c4623dce8b465090b74499f44f14697c2cc1c55f9f1219904d9222d55ad [2020-10-16T17:39:08.278Z] $ docker rm -f e6392c4623dce8b465090b74499f44f14697c2cc1c55f9f1219904d9222d55ad [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:39:08.910Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:39:08.910Z] . [Pipeline] withDockerContainer [2020-10-16T17:39:09.019Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:39:09.062Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:39:09.649Z] $ docker top 1c61e02869515bbc759855a9733a7cf6f186063acc505af69f6243076661ea1a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:39:10.147Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:39:10.147Z] + tee [2020-10-16T17:39:10.147Z] clair timeout 1m0s [2020-10-16T17:39:10.147Z] docker timeout: 1m0s [2020-10-16T17:39:10.147Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:39:10.826Z] $ docker stop --time=1 1c61e02869515bbc759855a9733a7cf6f186063acc505af69f6243076661ea1a [2020-10-16T17:39:12.165Z] $ docker rm -f 1c61e02869515bbc759855a9733a7cf6f186063acc505af69f6243076661ea1a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:39:12.626Z] + mkdir -p /w/workspace/edgex-go/195/clair-reports [Pipeline] echo [2020-10-16T17:39:12.640Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/195/clair-reports/clair_results_docker-support-scheduler-go_ac3e8062abd2d502e6786212d70751ef8e8769d6.html [Pipeline] writeFile [Pipeline] step [2020-10-16T17:39:12.687Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:39:13.023Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:39:13.023Z] . [Pipeline] withDockerContainer [2020-10-16T17:39:13.123Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:39:13.163Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:39:13.719Z] $ docker top 4375f7081eece28b12773ed88c0f315d32f6d6106327054d18c51f1ef3c28494 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:39:14.265Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:39:14.265Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:39:29.377Z] $ docker stop --time=1 4375f7081eece28b12773ed88c0f315d32f6d6106327054d18c51f1ef3c28494 [2020-10-16T17:39:30.767Z] $ docker rm -f 4375f7081eece28b12773ed88c0f315d32f6d6106327054d18c51f1ef3c28494 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:39:31.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:39:31.271Z] . [Pipeline] withDockerContainer [2020-10-16T17:39:31.380Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:39:31.442Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:39:32.121Z] $ docker top 3fd03f8fb48eed72489cc672a93acddc58f8aea2446648e8582f7dcdbb80d585 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:39:32.672Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:39:32.673Z] + tee [2020-10-16T17:39:32.673Z] clair timeout 1m0s [2020-10-16T17:39:32.673Z] docker timeout: 1m0s [2020-10-16T17:39:32.673Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:39:34.692Z] $ docker stop --time=1 3fd03f8fb48eed72489cc672a93acddc58f8aea2446648e8582f7dcdbb80d585 [2020-10-16T17:39:38.122Z] $ docker rm -f 3fd03f8fb48eed72489cc672a93acddc58f8aea2446648e8582f7dcdbb80d585 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:39:38.585Z] + mkdir -p /w/workspace/edgex-go/195/clair-reports [Pipeline] echo [2020-10-16T17:39:38.602Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/195/clair-reports/clair_results_docker-sys-mgmt-agent-go_ac3e8062abd2d502e6786212d70751ef8e8769d6.html [Pipeline] writeFile [Pipeline] step [2020-10-16T17:39:38.705Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:39:39.059Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:39:39.059Z] . [Pipeline] withDockerContainer [2020-10-16T17:39:39.155Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:39:39.363Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:39:40.039Z] $ docker top e717bfe73366874572807b3aea743a829b847b4c27f76e04f8bc26b9d445cec2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:39:40.680Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:39:40.680Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:39:43.488Z] $ docker stop --time=1 e717bfe73366874572807b3aea743a829b847b4c27f76e04f8bc26b9d445cec2 [2020-10-16T17:39:44.847Z] $ docker rm -f e717bfe73366874572807b3aea743a829b847b4c27f76e04f8bc26b9d445cec2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:39:45.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:39:45.410Z] . [Pipeline] withDockerContainer [2020-10-16T17:39:45.504Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:39:45.548Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:39:46.166Z] $ docker top f68d6be81b9b317700673445126eed1f4f050cb7af2f9746c79aa6b34f12cd43 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:39:46.669Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:39:46.669Z] [2020-10-16T17:39:46.669Z] clair timeout 1m0s [2020-10-16T17:39:46.669Z] docker timeout: 1m0s [2020-10-16T17:39:46.669Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:39:47.353Z] $ docker stop --time=1 f68d6be81b9b317700673445126eed1f4f050cb7af2f9746c79aa6b34f12cd43 [2020-10-16T17:39:48.696Z] $ docker rm -f f68d6be81b9b317700673445126eed1f4f050cb7af2f9746c79aa6b34f12cd43 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:39:49.150Z] + mkdir -p /w/workspace/edgex-go/195/clair-reports [Pipeline] echo [2020-10-16T17:39:49.163Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/195/clair-reports/clair_results_docker-core-command-go-arm64_ac3e8062abd2d502e6786212d70751ef8e8769d6.html [Pipeline] writeFile [Pipeline] step [2020-10-16T17:39:49.216Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:39:49.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:39:49.554Z] . [Pipeline] withDockerContainer [2020-10-16T17:39:49.651Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:39:49.692Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:39:50.305Z] $ docker top ccad26bbfb669465c37c32fb21f42dcca71e86fff36bd978427afcaf013699cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:39:50.867Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:39:50.867Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:39:56.325Z] $ docker stop --time=1 ccad26bbfb669465c37c32fb21f42dcca71e86fff36bd978427afcaf013699cc [2020-10-16T17:39:57.662Z] $ docker rm -f ccad26bbfb669465c37c32fb21f42dcca71e86fff36bd978427afcaf013699cc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:39:58.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:39:58.150Z] . [Pipeline] withDockerContainer [2020-10-16T17:39:58.245Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:39:58.285Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:39:58.953Z] $ docker top ed4712d6f1102312400c89875efcce793a10080d0c5915cb736a470b04dd1d52 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:39:59.528Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:39:59.528Z] + tee [2020-10-16T17:39:59.528Z] clair timeout 1m0s [2020-10-16T17:39:59.528Z] docker timeout: 1m0s [2020-10-16T17:39:59.528Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:40:00.651Z] $ docker stop --time=1 ed4712d6f1102312400c89875efcce793a10080d0c5915cb736a470b04dd1d52 [2020-10-16T17:40:02.003Z] $ docker rm -f ed4712d6f1102312400c89875efcce793a10080d0c5915cb736a470b04dd1d52 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:40:02.518Z] + mkdir -p /w/workspace/edgex-go/195/clair-reports [Pipeline] echo [2020-10-16T17:40:02.532Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/195/clair-reports/clair_results_docker-core-data-go-arm64_ac3e8062abd2d502e6786212d70751ef8e8769d6.html [Pipeline] writeFile [Pipeline] step [2020-10-16T17:40:02.584Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:40:02.925Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:40:02.925Z] . [Pipeline] withDockerContainer [2020-10-16T17:40:03.040Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:40:03.081Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:40:03.864Z] $ docker top 7d7161f9174db6d99d041e5c8336eae7afc999d676a39b0feee7928ae7d06a46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:40:04.471Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:40:04.471Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:40:07.259Z] $ docker stop --time=1 7d7161f9174db6d99d041e5c8336eae7afc999d676a39b0feee7928ae7d06a46 [2020-10-16T17:40:08.589Z] $ docker rm -f 7d7161f9174db6d99d041e5c8336eae7afc999d676a39b0feee7928ae7d06a46 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:40:09.053Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:40:09.053Z] . [Pipeline] withDockerContainer [2020-10-16T17:40:09.155Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:40:09.202Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:40:09.775Z] $ docker top 1c273ed2033948bc1e58c72582c3ae4cf60cc6f36049d4a95b0f9f37f9d1268a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:40:10.279Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:40:10.279Z] + tee [2020-10-16T17:40:10.279Z] clair timeout 1m0s [2020-10-16T17:40:10.279Z] docker timeout: 1m0s [2020-10-16T17:40:10.279Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:40:10.978Z] $ docker stop --time=1 1c273ed2033948bc1e58c72582c3ae4cf60cc6f36049d4a95b0f9f37f9d1268a [2020-10-16T17:40:12.313Z] $ docker rm -f 1c273ed2033948bc1e58c72582c3ae4cf60cc6f36049d4a95b0f9f37f9d1268a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:40:12.777Z] + mkdir -p /w/workspace/edgex-go/195/clair-reports [Pipeline] echo [2020-10-16T17:40:12.790Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/195/clair-reports/clair_results_docker-core-metadata-go-arm64_ac3e8062abd2d502e6786212d70751ef8e8769d6.html [Pipeline] writeFile [Pipeline] step [2020-10-16T17:40:12.851Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:40:13.187Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:40:13.187Z] . [Pipeline] withDockerContainer [2020-10-16T17:40:13.290Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:40:13.331Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:40:13.962Z] $ docker top 518d67a49cf401e4905056c7e5843042acd92c360ed7f78b29188ecb6c543716 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:40:14.506Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:40:14.506Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:40:20.046Z] $ docker stop --time=1 518d67a49cf401e4905056c7e5843042acd92c360ed7f78b29188ecb6c543716 [2020-10-16T17:40:21.412Z] $ docker rm -f 518d67a49cf401e4905056c7e5843042acd92c360ed7f78b29188ecb6c543716 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:40:21.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:40:21.957Z] . [Pipeline] withDockerContainer [2020-10-16T17:40:22.049Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:40:22.085Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:40:22.736Z] $ docker top 41e511858c05df0783c4a2811af0b9fa23ab74b1a861fe208c1137957d207a53 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:40:23.274Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:40:23.274Z] + tee [2020-10-16T17:40:23.274Z] clair timeout 1m0s [2020-10-16T17:40:23.274Z] docker timeout: 1m0s [2020-10-16T17:40:23.274Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:40:24.320Z] $ docker stop --time=1 41e511858c05df0783c4a2811af0b9fa23ab74b1a861fe208c1137957d207a53 [2020-10-16T17:40:25.657Z] $ docker rm -f 41e511858c05df0783c4a2811af0b9fa23ab74b1a861fe208c1137957d207a53 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:40:26.218Z] + mkdir -p /w/workspace/edgex-go/195/clair-reports [Pipeline] echo [2020-10-16T17:40:26.231Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/195/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_ac3e8062abd2d502e6786212d70751ef8e8769d6.html [Pipeline] writeFile [Pipeline] step [2020-10-16T17:40:26.286Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:40:26.630Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:40:26.631Z] . [Pipeline] withDockerContainer [2020-10-16T17:40:26.728Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:40:26.773Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:40:27.399Z] $ docker top daaa31f82431edb0606e6bdd04e9aa804db2ca6b596c0ecbfa977199c4bde821 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:40:27.917Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:40:27.917Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:40:36.289Z] $ docker stop --time=1 daaa31f82431edb0606e6bdd04e9aa804db2ca6b596c0ecbfa977199c4bde821 [2020-10-16T17:40:38.391Z] $ docker rm -f daaa31f82431edb0606e6bdd04e9aa804db2ca6b596c0ecbfa977199c4bde821 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:40:38.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:40:38.854Z] . [Pipeline] withDockerContainer [2020-10-16T17:40:38.974Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:40:39.016Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:40:39.686Z] $ docker top c5dd117cff6070fa9a9e1800bd3d4581b7d8413c38607cd3c063839c4cf286ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:40:40.211Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:40:40.211Z] + tee [2020-10-16T17:40:40.211Z] clair timeout 1m0s [2020-10-16T17:40:40.211Z] docker timeout: 1m0s [2020-10-16T17:40:40.211Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:40:41.698Z] $ docker stop --time=1 c5dd117cff6070fa9a9e1800bd3d4581b7d8413c38607cd3c063839c4cf286ab [2020-10-16T17:40:43.042Z] $ docker rm -f c5dd117cff6070fa9a9e1800bd3d4581b7d8413c38607cd3c063839c4cf286ab [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:40:43.522Z] + mkdir -p /w/workspace/edgex-go/195/clair-reports [Pipeline] echo [2020-10-16T17:40:43.535Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/195/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_ac3e8062abd2d502e6786212d70751ef8e8769d6.html [Pipeline] writeFile [Pipeline] step [2020-10-16T17:40:43.595Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:40:43.933Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:40:43.933Z] . [Pipeline] withDockerContainer [2020-10-16T17:40:44.033Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:40:44.073Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:40:44.645Z] $ docker top 27187b1f9d0a4251d5a49416b337a870083bbd6b49aae291dab68159e6be2f97 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:40:45.191Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:40:45.191Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:40:55.342Z] $ docker stop --time=1 27187b1f9d0a4251d5a49416b337a870083bbd6b49aae291dab68159e6be2f97 [2020-10-16T17:40:56.671Z] $ docker rm -f 27187b1f9d0a4251d5a49416b337a870083bbd6b49aae291dab68159e6be2f97 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:40:57.163Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:40:57.163Z] . [Pipeline] withDockerContainer [2020-10-16T17:40:57.262Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:40:57.302Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:40:57.942Z] $ docker top e70422c8413f50333e01e0b1903039b7d14952dea4f1119c3dccd622343ee174 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:40:58.465Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:40:58.466Z] + tee [2020-10-16T17:40:58.466Z] clair timeout 1m0s [2020-10-16T17:40:58.466Z] docker timeout: 1m0s [2020-10-16T17:40:58.466Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:40:59.947Z] $ docker stop --time=1 e70422c8413f50333e01e0b1903039b7d14952dea4f1119c3dccd622343ee174 [2020-10-16T17:41:01.316Z] $ docker rm -f e70422c8413f50333e01e0b1903039b7d14952dea4f1119c3dccd622343ee174 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:41:01.799Z] + mkdir -p /w/workspace/edgex-go/195/clair-reports [Pipeline] echo [2020-10-16T17:41:01.814Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/195/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_ac3e8062abd2d502e6786212d70751ef8e8769d6.html [Pipeline] writeFile [Pipeline] step [2020-10-16T17:41:01.875Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:41:02.231Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:41:02.231Z] . [Pipeline] withDockerContainer [2020-10-16T17:41:02.334Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:41:02.371Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:41:03.045Z] $ docker top e7d56397c178e85ee53e8961504b097c1a5a8ce0f16bc1cca8e494ea199a0171 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:41:03.643Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:41:03.643Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:41:07.675Z] $ docker stop --time=1 e7d56397c178e85ee53e8961504b097c1a5a8ce0f16bc1cca8e494ea199a0171 [2020-10-16T17:41:09.076Z] $ docker rm -f e7d56397c178e85ee53e8961504b097c1a5a8ce0f16bc1cca8e494ea199a0171 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:41:09.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:41:09.556Z] . [Pipeline] withDockerContainer [2020-10-16T17:41:09.654Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:41:09.700Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:41:10.346Z] $ docker top 5cfefa23d1a6f2829b5dc42f7984e67e7a31f760308f7e6e2e6008f483248270 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:41:10.931Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:41:10.931Z] + tee [2020-10-16T17:41:10.931Z] clair timeout 1m0s [2020-10-16T17:41:10.931Z] docker timeout: 1m0s [2020-10-16T17:41:10.931Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:41:11.648Z] $ docker stop --time=1 5cfefa23d1a6f2829b5dc42f7984e67e7a31f760308f7e6e2e6008f483248270 [2020-10-16T17:41:13.006Z] $ docker rm -f 5cfefa23d1a6f2829b5dc42f7984e67e7a31f760308f7e6e2e6008f483248270 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:41:13.483Z] + mkdir -p /w/workspace/edgex-go/195/clair-reports [Pipeline] echo [2020-10-16T17:41:13.502Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/195/clair-reports/clair_results_docker-support-logging-go-arm64_ac3e8062abd2d502e6786212d70751ef8e8769d6.html [Pipeline] writeFile [Pipeline] step [2020-10-16T17:41:13.557Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:41:13.904Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:41:13.904Z] . [Pipeline] withDockerContainer [2020-10-16T17:41:14.003Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:41:14.052Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:41:14.666Z] $ docker top 945607d5e6e0c683455fcee3aa24d581551efbd3f736d428f2d204dc58dd5bfb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:41:15.218Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:41:15.218Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:41:20.785Z] $ docker stop --time=1 945607d5e6e0c683455fcee3aa24d581551efbd3f736d428f2d204dc58dd5bfb [2020-10-16T17:41:22.155Z] $ docker rm -f 945607d5e6e0c683455fcee3aa24d581551efbd3f736d428f2d204dc58dd5bfb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:41:22.629Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:41:22.629Z] . [Pipeline] withDockerContainer [2020-10-16T17:41:22.726Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:41:22.766Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:41:23.474Z] $ docker top d0648e91a22b2d16009b5a9ee7d67637dc16596c416624ba81d80c6f9e2d99e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:41:24.017Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:41:24.017Z] + tee [2020-10-16T17:41:24.017Z] clair timeout 1m0s [2020-10-16T17:41:24.017Z] docker timeout: 1m0s [2020-10-16T17:41:24.017Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:41:25.062Z] $ docker stop --time=1 d0648e91a22b2d16009b5a9ee7d67637dc16596c416624ba81d80c6f9e2d99e3 [2020-10-16T17:41:26.416Z] $ docker rm -f d0648e91a22b2d16009b5a9ee7d67637dc16596c416624ba81d80c6f9e2d99e3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:41:26.959Z] + mkdir -p /w/workspace/edgex-go/195/clair-reports [Pipeline] echo [2020-10-16T17:41:26.973Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/195/clair-reports/clair_results_docker-support-notifications-go-arm64_ac3e8062abd2d502e6786212d70751ef8e8769d6.html [Pipeline] writeFile [Pipeline] step [2020-10-16T17:41:27.052Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:41:27.407Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:41:27.408Z] . [Pipeline] withDockerContainer [2020-10-16T17:41:27.505Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:41:27.545Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:41:28.213Z] $ docker top 31ed31dcf9770f5a31686b832d8a7fb9a9a8ddcc5376ba7ac990d8c60264ea64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:41:28.752Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:41:28.752Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:41:31.441Z] $ docker stop --time=1 31ed31dcf9770f5a31686b832d8a7fb9a9a8ddcc5376ba7ac990d8c60264ea64 [2020-10-16T17:41:32.790Z] $ docker rm -f 31ed31dcf9770f5a31686b832d8a7fb9a9a8ddcc5376ba7ac990d8c60264ea64 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:41:33.258Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:41:33.258Z] . [Pipeline] withDockerContainer [2020-10-16T17:41:33.354Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:41:33.395Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:41:33.984Z] $ docker top 7c2ebaf87f327e060e1a9f7bbf38b2db4ec820bc313161d51c63f1879421adff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:41:34.497Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:41:34.497Z] + tee [2020-10-16T17:41:34.497Z] clair timeout 1m0s [2020-10-16T17:41:34.497Z] docker timeout: 1m0s [2020-10-16T17:41:34.497Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:41:35.178Z] $ docker stop --time=1 7c2ebaf87f327e060e1a9f7bbf38b2db4ec820bc313161d51c63f1879421adff [2020-10-16T17:41:36.539Z] $ docker rm -f 7c2ebaf87f327e060e1a9f7bbf38b2db4ec820bc313161d51c63f1879421adff [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:41:37.013Z] + mkdir -p /w/workspace/edgex-go/195/clair-reports [Pipeline] echo [2020-10-16T17:41:37.026Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/195/clair-reports/clair_results_docker-support-scheduler-go-arm64_ac3e8062abd2d502e6786212d70751ef8e8769d6.html [Pipeline] writeFile [Pipeline] step [2020-10-16T17:41:37.080Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:41:37.422Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:41:37.422Z] . [Pipeline] withDockerContainer [2020-10-16T17:41:37.525Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:41:37.580Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:41:38.272Z] $ docker top c79a0f03d3004314a816fe208068c39c7efdbe1197ff99a929891b3345f6e2c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:41:38.805Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:41:38.806Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:41:57.158Z] $ docker stop --time=1 c79a0f03d3004314a816fe208068c39c7efdbe1197ff99a929891b3345f6e2c2 [2020-10-16T17:41:58.536Z] $ docker rm -f c79a0f03d3004314a816fe208068c39c7efdbe1197ff99a929891b3345f6e2c2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:41:59.030Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T17:41:59.030Z] . [Pipeline] withDockerContainer [2020-10-16T17:41:59.143Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:41:59.184Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:41:59.945Z] $ docker top f3dc7110e125774655e9a3ad1aa19cd851d3abd7a6a4f87ba638a4e63ccea707 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T17:42:00.495Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ac3e8062abd2d502e6786212d70751ef8e8769d6 [2020-10-16T17:42:00.495Z] + tee [2020-10-16T17:42:00.495Z] clair timeout 1m0s [2020-10-16T17:42:00.495Z] docker timeout: 1m0s [2020-10-16T17:42:00.495Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T17:42:02.540Z] $ docker stop --time=1 f3dc7110e125774655e9a3ad1aa19cd851d3abd7a6a4f87ba638a4e63ccea707 [2020-10-16T17:42:03.915Z] $ docker rm -f f3dc7110e125774655e9a3ad1aa19cd851d3abd7a6a4f87ba638a4e63ccea707 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T17:42:04.430Z] + mkdir -p /w/workspace/edgex-go/195/clair-reports [Pipeline] echo [2020-10-16T17:42:04.445Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/195/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_ac3e8062abd2d502e6786212d70751ef8e8769d6.html [Pipeline] writeFile [Pipeline] step [2020-10-16T17:42:04.496Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-16T17:42:05.001Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T17:42:05.051Z] provisioning config files... [2020-10-16T17:42:05.061Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/195@tmp/config5143705095360331380tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-16T17:42:05.430Z] --> edgex-publish-swagger.sh [2020-10-16T17:42:05.430Z] === Publish openapi/v1 API === [2020-10-16T17:42:05.430Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-16T17:42:05.430Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-16T17:42:05.430Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T17:42:05.430Z] Dload Upload Total Spent Left Speed [2020-10-16T17:42:07.079Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 7979 0:00:01 0:00:01 --:--:-- 7988 100 10521 0 0 100 10521 0 6813 0:00:01 0:00:01 --:--:-- 6814 100 10521 0 0 100 10521 0 6813 0:00:01 0:00:01 --:--:-- 6814 [2020-10-16T17:42:07.079Z] [2020-10-16T17:42:07.079Z] [2020-10-16T17:42:07.079Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-16T17:42:07.079Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T17:42:07.079Z] Dload Upload Total Spent Left Speed [2020-10-16T17:42:08.475Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 27033 0:00:01 0:00:01 --:--:-- 27039 100 32556 0 0 100 32556 0 26943 0:00:01 0:00:01 --:--:-- 26950 [2020-10-16T17:42:08.475Z] [2020-10-16T17:42:08.475Z] [2020-10-16T17:42:08.475Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-16T17:42:08.475Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T17:42:08.475Z] Dload Upload Total Spent Left Speed [2020-10-16T17:42:09.419Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 61248 0:00:01 0:00:01 --:--:-- 61280 100 73720 0 0 100 73720 0 59209 0:00:01 0:00:01 --:--:-- 59260 [2020-10-16T17:42:09.419Z] [2020-10-16T17:42:09.419Z] [2020-10-16T17:42:09.419Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-16T17:42:09.419Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T17:42:09.419Z] Dload Upload Total Spent Left Speed [2020-10-16T17:42:10.810Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11952 0:00:01 0:00:01 --:--:-- 11954 100 13580 0 0 100 13580 0 11950 0:00:01 0:00:01 --:--:-- 11954 [2020-10-16T17:42:10.810Z] [2020-10-16T17:42:10.810Z] [2020-10-16T17:42:10.810Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-16T17:42:10.810Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T17:42:10.810Z] Dload Upload Total Spent Left Speed [2020-10-16T17:42:11.755Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 32440 0:00:01 0:00:01 --:--:-- 32461 100 38889 0 0 100 38889 0 32041 0:00:01 0:00:01 --:--:-- 32060 [2020-10-16T17:42:11.755Z] [2020-10-16T17:42:11.755Z] [2020-10-16T17:42:11.755Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-16T17:42:11.755Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T17:42:11.755Z] Dload Upload Total Spent Left Speed [2020-10-16T17:42:13.043Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 14377 --:--:-- --:--:-- --:--:-- 14377 [2020-10-16T17:42:13.043Z] [2020-10-16T17:42:13.043Z] [2020-10-16T17:42:13.043Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-16T17:42:13.043Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T17:42:13.043Z] Dload Upload Total Spent Left Speed [2020-10-16T17:42:13.987Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4263 --:--:-- --:--:-- --:--:-- 4262 [2020-10-16T17:42:13.987Z] [2020-10-16T17:42:13.987Z] [2020-10-16T17:42:13.987Z] === Publish openapi/v2 API === [2020-10-16T17:42:13.987Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-16T17:42:13.987Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-16T17:42:13.987Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T17:42:13.987Z] Dload Upload Total Spent Left Speed [2020-10-16T17:42:14.931Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 30412 --:--:-- --:--:-- --:--:-- 30417 [2020-10-16T17:42:14.931Z] [2020-10-16T17:42:14.931Z] [2020-10-16T17:42:14.931Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-16T17:42:14.931Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T17:42:14.931Z] Dload Upload Total Spent Left Speed [2020-10-16T17:42:15.874Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65648 0 0 100 65648 0 55495 0:00:01 0:00:01 --:--:-- 55492 100 65648 0 0 100 65648 0 55397 0:00:01 0:00:01 --:--:-- 55399 [2020-10-16T17:42:15.874Z] [2020-10-16T17:42:15.874Z] [2020-10-16T17:42:15.874Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-16T17:42:16.135Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T17:42:16.135Z] Dload Upload Total Spent Left Speed [2020-10-16T17:42:17.078Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 119k --:--:-- --:--:-- --:--:-- 119k 100 119k 0 0 100 119k 0 119k --:--:-- --:--:-- --:--:-- 119k [2020-10-16T17:42:17.078Z] [2020-10-16T17:42:17.078Z] [2020-10-16T17:42:17.079Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-16T17:42:17.079Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T17:42:17.079Z] Dload Upload Total Spent Left Speed [2020-10-16T17:42:18.464Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 19737 0:00:01 0:00:01 --:--:-- 19742 100 23691 0 0 100 23691 0 18837 0:00:01 0:00:01 --:--:-- 18847 [2020-10-16T17:42:18.464Z] [2020-10-16T17:42:18.464Z] [2020-10-16T17:42:18.464Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-16T17:42:18.464Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T17:42:18.464Z] Dload Upload Total Spent Left Speed [2020-10-16T17:42:19.409Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 61765 0:00:01 0:00:01 --:--:-- 61825 100 62691 0 0 100 62691 0 61755 0:00:01 0:00:01 --:--:-- 61764 [2020-10-16T17:42:19.409Z] [2020-10-16T17:42:19.409Z] [2020-10-16T17:42:19.409Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-16T17:42:19.409Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T17:42:19.409Z] Dload Upload Total Spent Left Speed [2020-10-16T17:42:20.352Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 40018 0:00:01 0:00:01 --:--:-- 40032 100 46198 0 0 100 46198 0 40013 0:00:01 0:00:01 --:--:-- 40032 [2020-10-16T17:42:20.352Z] [2020-10-16T17:42:20.352Z] [2020-10-16T17:42:20.352Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-16T17:42:20.352Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T17:42:20.352Z] Dload Upload Total Spent Left Speed [2020-10-16T17:42:21.557Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 21792 0:00:01 0:00:01 --:--:-- 21806 100 23725 0 0 100 23725 0 21788 0:00:01 0:00:01 --:--:-- 21806 [2020-10-16T17:42:21.557Z] [2020-10-16T17:42:21.557Z] [Pipeline] } [2020-10-16T17:42:21.566Z] 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-16T17:42:22.493Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T17:42:22.493Z] . [Pipeline] withDockerContainer [2020-10-16T17:42:22.588Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:42:22.631Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:42:23.342Z] $ docker top bbe07bca726ee69718d26747629ae04afdf8ca43908b13e857ad25696beab382 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T17:42:23.656Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T17:42:23.656Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T17:42:23.867Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T17:42:23.869Z] $ docker exec bbe07bca726ee69718d26747629ae04afdf8ca43908b13e857ad25696beab382 ssh-agent [2020-10-16T17:42:24.042Z] SSH_AUTH_SOCK=/tmp/ssh-QhMwGlRtzgHQ/agent.11 [2020-10-16T17:42:24.042Z] SSH_AGENT_PID=17 [2020-10-16T17:42:24.049Z] Running ssh-add (command line suppressed) [2020-10-16T17:42:24.172Z] Identity added: /w/workspace/edgex-go/195@tmp/private_key_1042023534353267903.key (/w/workspace/edgex-go/195@tmp/private_key_1042023534353267903.key) [2020-10-16T17:42:24.228Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T17:42:24.560Z] + git semver tag [2020-10-16T17:42:24.822Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T17:42:24.822Z] # $GIT_DIR = /w/workspace/edgex-go/195/.git [2020-10-16T17:42:24.822Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/195 [2020-10-16T17:42:24.822Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T17:42:24.822Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T17:42:24.822Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T17:42:24.822Z] # $SEMVER_BRANCH = master [2020-10-16T17:42:24.822Z] # $SEMVER_DIR = /w/workspace/edgex-go/195/.semver [2020-10-16T17:42:24.822Z] # ac3e8062abd2d502e6786212d70751ef8e8769d6 HEAD [2020-10-16T17:42:25.104Z] # -> Force: false [2020-10-16T17:42:25.104Z] # f8b22f37d0261a34eb09a3fa215ff8edee0ee51c refs/tags/v1.2.2-dev.79 [Pipeline] } [2020-10-16T17:42:25.114Z] $ docker exec --env ******** --env ******** bbe07bca726ee69718d26747629ae04afdf8ca43908b13e857ad25696beab382 ssh-agent -k [2020-10-16T17:42:25.260Z] unset SSH_AUTH_SOCK; [2020-10-16T17:42:25.261Z] unset SSH_AGENT_PID; [2020-10-16T17:42:25.261Z] echo Agent pid 17 killed; [2020-10-16T17:42:25.322Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T17:42:25.832Z] + git semver [Pipeline] } [2020-10-16T17:42:25.846Z] $ docker stop --time=1 bbe07bca726ee69718d26747629ae04afdf8ca43908b13e857ad25696beab382 [2020-10-16T17:42:27.200Z] $ docker rm -f bbe07bca726ee69718d26747629ae04afdf8ca43908b13e857ad25696beab382 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:42:27.856Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T17:42:27.856Z] [2020-10-16T17:42:27.856Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:42:28.200Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T17:42:28.201Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-16T17:42:28.201Z] ab5ef0e58194: Pulling fs layer [2020-10-16T17:42:28.201Z] 9712f1f96733: Pulling fs layer [2020-10-16T17:42:28.201Z] 63f879dbbcfc: Pulling fs layer [2020-10-16T17:42:28.201Z] 0d9ebad4ef96: Pulling fs layer [2020-10-16T17:42:28.201Z] e9a5061849ea: Pulling fs layer [2020-10-16T17:42:28.201Z] d747dcd14b5f: Pulling fs layer [2020-10-16T17:42:28.201Z] 2de7ff778b66: Pulling fs layer [2020-10-16T17:42:28.201Z] 0d9ebad4ef96: Waiting [2020-10-16T17:42:28.201Z] e9a5061849ea: Waiting [2020-10-16T17:42:28.201Z] d747dcd14b5f: Waiting [2020-10-16T17:42:28.201Z] 2de7ff778b66: Waiting [2020-10-16T17:42:28.201Z] 9712f1f96733: Verifying Checksum [2020-10-16T17:42:28.201Z] 9712f1f96733: Download complete [2020-10-16T17:42:29.589Z] 63f879dbbcfc: Verifying Checksum [2020-10-16T17:42:29.589Z] 63f879dbbcfc: Download complete [2020-10-16T17:42:29.852Z] e9a5061849ea: Verifying Checksum [2020-10-16T17:42:29.852Z] e9a5061849ea: Download complete [2020-10-16T17:42:29.852Z] d747dcd14b5f: Download complete [2020-10-16T17:42:30.424Z] 2de7ff778b66: Verifying Checksum [2020-10-16T17:42:30.424Z] 2de7ff778b66: Download complete [2020-10-16T17:42:30.424Z] 0d9ebad4ef96: Verifying Checksum [2020-10-16T17:42:30.424Z] 0d9ebad4ef96: Download complete [2020-10-16T17:42:30.685Z] ab5ef0e58194: Verifying Checksum [2020-10-16T17:42:30.685Z] ab5ef0e58194: Download complete [2020-10-16T17:42:34.950Z] ab5ef0e58194: Pull complete [2020-10-16T17:42:34.950Z] 9712f1f96733: Pull complete [2020-10-16T17:42:36.870Z] 63f879dbbcfc: Pull complete [2020-10-16T17:42:45.036Z] 0d9ebad4ef96: Pull complete [2020-10-16T17:42:45.036Z] e9a5061849ea: Pull complete [2020-10-16T17:42:45.036Z] d747dcd14b5f: Pull complete [2020-10-16T17:42:49.255Z] 2de7ff778b66: Pull complete [2020-10-16T17:42:49.255Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-16T17:42:49.255Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T17:42:49.255Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-16T17:42:49.430Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:42:49.472Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:42:53.404Z] $ docker top efc28d59bd00ab1d13eed51e8d143b121bf06477d309cad3f71c342e81f49b4d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-16T17:42:53.666Z] provisioning config files... [2020-10-16T17:42:53.677Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/195@tmp/config8764942306790087494tmp [2020-10-16T17:42:53.695Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/195@tmp/config4095882660808624666tmp [2020-10-16T17:42:53.710Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/195@tmp/config748753302376658668tmp [Pipeline] { [Pipeline] echo [2020-10-16T17:42:53.765Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T17:42:54.057Z] ---> sigul-configuration.sh [2020-10-16T17:42:54.057Z] gpg: directory `/root/.gnupg' created [2020-10-16T17:42:54.057Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-16T17:42:54.057Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-16T17:42:54.057Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-16T17:42:54.057Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-16T17:42:54.057Z] gpg: CAST5 encrypted data [2020-10-16T17:42:54.318Z] gpg: encrypted with 1 passphrase [2020-10-16T17:42:54.318Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-16T17:42:54.616Z] + mkdir /home/jenkins [2020-10-16T17:42:54.616Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-16T17:42:54.911Z] + 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-16T17:42:54.921Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T17:42:55.212Z] ---> sigul-install.sh [2020-10-16T17:43:01.806Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-16T17:43:02.111Z] + git tag --list [2020-10-16T17:43:02.111Z] 0.6.0 [2020-10-16T17:43:02.111Z] 0.6.1 [2020-10-16T17:43:02.111Z] 0.7.0 [2020-10-16T17:43:02.111Z] 0.7.1 [2020-10-16T17:43:02.111Z] v1.0.0 [2020-10-16T17:43:02.111Z] v1.0.1 [2020-10-16T17:43:02.111Z] v1.1.0 [2020-10-16T17:43:02.111Z] v1.2.0 [2020-10-16T17:43:02.111Z] v1.2.1 [2020-10-16T17:43:02.111Z] v1.2.2-dev.1 [2020-10-16T17:43:02.111Z] v1.2.2-dev.10 [2020-10-16T17:43:02.111Z] v1.2.2-dev.11 [2020-10-16T17:43:02.111Z] v1.2.2-dev.12 [2020-10-16T17:43:02.111Z] v1.2.2-dev.13 [2020-10-16T17:43:02.111Z] v1.2.2-dev.14 [2020-10-16T17:43:02.111Z] v1.2.2-dev.15 [2020-10-16T17:43:02.111Z] v1.2.2-dev.16 [2020-10-16T17:43:02.111Z] v1.2.2-dev.17 [2020-10-16T17:43:02.111Z] v1.2.2-dev.18 [2020-10-16T17:43:02.111Z] v1.2.2-dev.19 [2020-10-16T17:43:02.111Z] v1.2.2-dev.2 [2020-10-16T17:43:02.111Z] v1.2.2-dev.20 [2020-10-16T17:43:02.111Z] v1.2.2-dev.21 [2020-10-16T17:43:02.111Z] v1.2.2-dev.22 [2020-10-16T17:43:02.111Z] v1.2.2-dev.23 [2020-10-16T17:43:02.111Z] v1.2.2-dev.24 [2020-10-16T17:43:02.111Z] v1.2.2-dev.25 [2020-10-16T17:43:02.111Z] v1.2.2-dev.26 [2020-10-16T17:43:02.111Z] v1.2.2-dev.27 [2020-10-16T17:43:02.111Z] v1.2.2-dev.28 [2020-10-16T17:43:02.111Z] v1.2.2-dev.29 [2020-10-16T17:43:02.111Z] v1.2.2-dev.3 [2020-10-16T17:43:02.111Z] v1.2.2-dev.30 [2020-10-16T17:43:02.111Z] v1.2.2-dev.31 [2020-10-16T17:43:02.111Z] v1.2.2-dev.32 [2020-10-16T17:43:02.111Z] v1.2.2-dev.33 [2020-10-16T17:43:02.111Z] v1.2.2-dev.34 [2020-10-16T17:43:02.111Z] v1.2.2-dev.35 [2020-10-16T17:43:02.111Z] v1.2.2-dev.36 [2020-10-16T17:43:02.111Z] v1.2.2-dev.37 [2020-10-16T17:43:02.111Z] v1.2.2-dev.38 [2020-10-16T17:43:02.111Z] v1.2.2-dev.39 [2020-10-16T17:43:02.111Z] v1.2.2-dev.4 [2020-10-16T17:43:02.111Z] v1.2.2-dev.40 [2020-10-16T17:43:02.111Z] v1.2.2-dev.41 [2020-10-16T17:43:02.111Z] v1.2.2-dev.42 [2020-10-16T17:43:02.111Z] v1.2.2-dev.43 [2020-10-16T17:43:02.111Z] v1.2.2-dev.44 [2020-10-16T17:43:02.111Z] v1.2.2-dev.45 [2020-10-16T17:43:02.111Z] v1.2.2-dev.46 [2020-10-16T17:43:02.111Z] v1.2.2-dev.47 [2020-10-16T17:43:02.111Z] v1.2.2-dev.48 [2020-10-16T17:43:02.111Z] v1.2.2-dev.49 [2020-10-16T17:43:02.111Z] v1.2.2-dev.5 [2020-10-16T17:43:02.111Z] v1.2.2-dev.50 [2020-10-16T17:43:02.111Z] v1.2.2-dev.51 [2020-10-16T17:43:02.111Z] v1.2.2-dev.52 [2020-10-16T17:43:02.111Z] v1.2.2-dev.53 [2020-10-16T17:43:02.111Z] v1.2.2-dev.54 [2020-10-16T17:43:02.111Z] v1.2.2-dev.55 [2020-10-16T17:43:02.111Z] v1.2.2-dev.56 [2020-10-16T17:43:02.111Z] v1.2.2-dev.57 [2020-10-16T17:43:02.111Z] v1.2.2-dev.58 [2020-10-16T17:43:02.111Z] v1.2.2-dev.59 [2020-10-16T17:43:02.111Z] v1.2.2-dev.6 [2020-10-16T17:43:02.111Z] v1.2.2-dev.60 [2020-10-16T17:43:02.111Z] v1.2.2-dev.61 [2020-10-16T17:43:02.111Z] v1.2.2-dev.62 [2020-10-16T17:43:02.111Z] v1.2.2-dev.63 [2020-10-16T17:43:02.111Z] v1.2.2-dev.64 [2020-10-16T17:43:02.111Z] v1.2.2-dev.65 [2020-10-16T17:43:02.111Z] v1.2.2-dev.66 [2020-10-16T17:43:02.111Z] v1.2.2-dev.67 [2020-10-16T17:43:02.111Z] v1.2.2-dev.68 [2020-10-16T17:43:02.111Z] v1.2.2-dev.69 [2020-10-16T17:43:02.111Z] v1.2.2-dev.7 [2020-10-16T17:43:02.111Z] v1.2.2-dev.70 [2020-10-16T17:43:02.111Z] v1.2.2-dev.71 [2020-10-16T17:43:02.111Z] v1.2.2-dev.72 [2020-10-16T17:43:02.111Z] v1.2.2-dev.73 [2020-10-16T17:43:02.111Z] v1.2.2-dev.74 [2020-10-16T17:43:02.111Z] v1.2.2-dev.75 [2020-10-16T17:43:02.111Z] v1.2.2-dev.76 [2020-10-16T17:43:02.111Z] v1.2.2-dev.77 [2020-10-16T17:43:02.111Z] v1.2.2-dev.78 [2020-10-16T17:43:02.111Z] v1.2.2-dev.79 [2020-10-16T17:43:02.111Z] v1.2.2-dev.8 [2020-10-16T17:43:02.111Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-16T17:43:02.420Z] + lftools sign git-tag v1.2.2-dev.79 [2020-10-16T17:43:03.808Z] Signing Git tag with Sigul... [2020-10-16T17:43:03.808Z] Signing v1.2.2-dev.79 [Pipeline] echo [2020-10-16T17:43:04.845Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T17:43:05.171Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-16T17:43:05.181Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-16T17:43:05.285Z] $ docker stop --time=1 efc28d59bd00ab1d13eed51e8d143b121bf06477d309cad3f71c342e81f49b4d [2020-10-16T17:43:07.484Z] $ docker rm -f efc28d59bd00ab1d13eed51e8d143b121bf06477d309cad3f71c342e81f49b4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:43:08.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T17:43:08.389Z] . [Pipeline] withDockerContainer [2020-10-16T17:43:08.496Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:43:08.541Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:43:09.427Z] $ docker top 86b9250e6649da4bff242e70ec7f2ffd8db357f0b93375e18f48b5f38ae36a46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T17:43:09.706Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T17:43:09.706Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T17:43:09.886Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T17:43:09.888Z] $ docker exec 86b9250e6649da4bff242e70ec7f2ffd8db357f0b93375e18f48b5f38ae36a46 ssh-agent [2020-10-16T17:43:10.073Z] SSH_AUTH_SOCK=/tmp/ssh-lbzKRYYeubGf/agent.11 [2020-10-16T17:43:10.073Z] SSH_AGENT_PID=17 [2020-10-16T17:43:10.082Z] Running ssh-add (command line suppressed) [2020-10-16T17:43:10.207Z] Identity added: /w/workspace/edgex-go/195@tmp/private_key_214984055894191428.key (/w/workspace/edgex-go/195@tmp/private_key_214984055894191428.key) [2020-10-16T17:43:10.261Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T17:43:10.634Z] + git semver bump pre [2020-10-16T17:43:10.634Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T17:43:10.634Z] # $GIT_DIR = /w/workspace/edgex-go/195/.git [2020-10-16T17:43:10.634Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/195 [2020-10-16T17:43:10.634Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T17:43:10.634Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T17:43:10.634Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T17:43:10.634Z] # $SEMVER_BRANCH = master [2020-10-16T17:43:10.634Z] # $SEMVER_DIR = /w/workspace/edgex-go/195/.semver [2020-10-16T17:43:10.634Z] 1.2.2-dev.80 [Pipeline] } [2020-10-16T17:43:10.645Z] $ docker exec --env ******** --env ******** 86b9250e6649da4bff242e70ec7f2ffd8db357f0b93375e18f48b5f38ae36a46 ssh-agent -k [2020-10-16T17:43:10.768Z] unset SSH_AUTH_SOCK; [2020-10-16T17:43:10.768Z] unset SSH_AGENT_PID; [2020-10-16T17:43:10.768Z] echo Agent pid 17 killed; [2020-10-16T17:43:10.826Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T17:43:11.300Z] + git semver [Pipeline] } [2020-10-16T17:43:11.316Z] $ docker stop --time=1 86b9250e6649da4bff242e70ec7f2ffd8db357f0b93375e18f48b5f38ae36a46 [2020-10-16T17:43:12.677Z] $ docker rm -f 86b9250e6649da4bff242e70ec7f2ffd8db357f0b93375e18f48b5f38ae36a46 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:43:13.231Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T17:43:13.231Z] . [Pipeline] withDockerContainer [2020-10-16T17:43:13.330Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:43:13.368Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-16T17:43:13.968Z] $ docker top 4f248863a724cc1cf92c41577bfd8fba2fd4cc4ea418a7a498a9d80d43621134 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T17:43:14.289Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T17:43:14.289Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T17:43:14.472Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T17:43:14.475Z] $ docker exec 4f248863a724cc1cf92c41577bfd8fba2fd4cc4ea418a7a498a9d80d43621134 ssh-agent [2020-10-16T17:43:14.643Z] SSH_AUTH_SOCK=/tmp/ssh-QzRHr7F92GCy/agent.11 [2020-10-16T17:43:14.643Z] SSH_AGENT_PID=16 [2020-10-16T17:43:14.650Z] Running ssh-add (command line suppressed) [2020-10-16T17:43:14.775Z] Identity added: /w/workspace/edgex-go/195@tmp/private_key_6795164282268171038.key (/w/workspace/edgex-go/195@tmp/private_key_6795164282268171038.key) [2020-10-16T17:43:14.832Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T17:43:15.170Z] + git semver push [2020-10-16T17:43:15.171Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T17:43:15.171Z] # $GIT_DIR = /w/workspace/edgex-go/195/.git [2020-10-16T17:43:15.171Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/195 [2020-10-16T17:43:15.171Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T17:43:15.171Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T17:43:15.171Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T17:43:15.171Z] # $SEMVER_BRANCH = master [2020-10-16T17:43:15.171Z] # $SEMVER_DIR = /w/workspace/edgex-go/195/.semver [Pipeline] } [2020-10-16T17:43:25.191Z] $ docker exec --env ******** --env ******** 4f248863a724cc1cf92c41577bfd8fba2fd4cc4ea418a7a498a9d80d43621134 ssh-agent -k [2020-10-16T17:43:25.336Z] unset SSH_AUTH_SOCK; [2020-10-16T17:43:25.336Z] unset SSH_AGENT_PID; [2020-10-16T17:43:25.336Z] echo Agent pid 16 killed; [2020-10-16T17:43:25.396Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T17:43:25.949Z] + git semver [Pipeline] } [2020-10-16T17:43:25.972Z] $ docker stop --time=1 4f248863a724cc1cf92c41577bfd8fba2fd4cc4ea418a7a498a9d80d43621134 [2020-10-16T17:43:27.327Z] $ docker rm -f 4f248863a724cc1cf92c41577bfd8fba2fd4cc4ea418a7a498a9d80d43621134 [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-16T17:43:28.651Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T17:43:29.531Z] ---> package-listing.sh [2020-10-16T17:43:29.531Z] ++ facter osfamily [2020-10-16T17:43:29.531Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-16T17:43:29.531Z] + OS_FAMILY=redhat [2020-10-16T17:43:29.531Z] + workspace=/w/workspace/edgex-go/195 [2020-10-16T17:43:29.531Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-16T17:43:29.531Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-16T17:43:29.531Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-16T17:43:29.531Z] + PACKAGES=/tmp/packages_start.txt [2020-10-16T17:43:29.531Z] + '[' /w/workspace/edgex-go/195 ']' [2020-10-16T17:43:29.531Z] + PACKAGES=/tmp/packages_end.txt [2020-10-16T17:43:29.531Z] + case "${OS_FAMILY}" in [2020-10-16T17:43:29.531Z] + rpm -qa [2020-10-16T17:43:29.531Z] + sort [2020-10-16T17:43:33.748Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-16T17:43:33.748Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-16T17:43:33.748Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-16T17:43:33.748Z] + '[' /w/workspace/edgex-go/195 ']' [2020-10-16T17:43:33.748Z] + mkdir -p /w/workspace/edgex-go/195/archives/ [2020-10-16T17:43:33.748Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/195/archives/ [Pipeline] echo [2020-10-16T17:43:33.760Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/195/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-16T17:43:34.046Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:43:34.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T17:43:34.349Z] [2020-10-16T17:43:34.349Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-16T17:43:34.695Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T17:43:34.695Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-16T17:43:34.695Z] df20fa9351a1: Already exists [2020-10-16T17:43:34.695Z] 36b3adc4ff6f: Pulling fs layer [2020-10-16T17:43:34.695Z] 8ad3a11d3b57: Pulling fs layer [2020-10-16T17:43:34.695Z] 46f8f816bc3b: Pulling fs layer [2020-10-16T17:43:34.695Z] 93b61091891f: Pulling fs layer [2020-10-16T17:43:34.695Z] 93b9cdb0e59b: Pulling fs layer [2020-10-16T17:43:34.695Z] 93b61091891f: Waiting [2020-10-16T17:43:34.695Z] 5e14af77c1be: Pulling fs layer [2020-10-16T17:43:34.695Z] 01666e4c0597: Pulling fs layer [2020-10-16T17:43:34.695Z] aa168da1d23b: Pulling fs layer [2020-10-16T17:43:34.695Z] 93b9cdb0e59b: Waiting [2020-10-16T17:43:34.695Z] 5e14af77c1be: Waiting [2020-10-16T17:43:34.695Z] 01666e4c0597: Waiting [2020-10-16T17:43:34.695Z] aa168da1d23b: Waiting [2020-10-16T17:43:34.695Z] 46f8f816bc3b: Verifying Checksum [2020-10-16T17:43:34.695Z] 46f8f816bc3b: Download complete [2020-10-16T17:43:34.695Z] 36b3adc4ff6f: Download complete [2020-10-16T17:43:34.695Z] 93b9cdb0e59b: Verifying Checksum [2020-10-16T17:43:34.695Z] 93b9cdb0e59b: Download complete [2020-10-16T17:43:34.695Z] 5e14af77c1be: Verifying Checksum [2020-10-16T17:43:34.695Z] 5e14af77c1be: Download complete [2020-10-16T17:43:34.957Z] 01666e4c0597: Verifying Checksum [2020-10-16T17:43:34.957Z] 01666e4c0597: Download complete [2020-10-16T17:43:34.957Z] 93b61091891f: Verifying Checksum [2020-10-16T17:43:34.957Z] 93b61091891f: Download complete [2020-10-16T17:43:34.957Z] 8ad3a11d3b57: Verifying Checksum [2020-10-16T17:43:34.957Z] 8ad3a11d3b57: Download complete [2020-10-16T17:43:35.242Z] 36b3adc4ff6f: Pull complete [2020-10-16T17:43:35.818Z] 8ad3a11d3b57: Pull complete [2020-10-16T17:43:36.080Z] 46f8f816bc3b: Pull complete [2020-10-16T17:43:37.027Z] aa168da1d23b: Verifying Checksum [2020-10-16T17:43:37.027Z] aa168da1d23b: Download complete [2020-10-16T17:43:37.969Z] 93b61091891f: Pull complete [2020-10-16T17:43:37.969Z] 93b9cdb0e59b: Pull complete [2020-10-16T17:43:38.230Z] 5e14af77c1be: Pull complete [2020-10-16T17:43:38.230Z] 01666e4c0597: Pull complete [2020-10-16T17:43:44.857Z] aa168da1d23b: Pull complete [2020-10-16T17:43:44.857Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-16T17:43:44.857Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T17:43:44.857Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-16T17:43:45.136Z] prd-centos7-docker-4c-2g-5923 does not seem to be running inside a container [2020-10-16T17:43:45.179Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/195/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/195 -v /w/workspace/edgex-go/195:/w/workspace/edgex-go/195:rw,z -v /w/workspace/edgex-go/195@tmp:/w/workspace/edgex-go/195@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-16T17:43:48.103Z] $ docker top e370387d37803f1f754f76580bf9769a766c24e8366d3d72f12b44945e3a94e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T17:43:48.597Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-16T17:43:48.894Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-16T17:43:49.192Z] + ls /var/log/sa-host [2020-10-16T17:43:49.192Z] + sadf -c /var/log/sa-host/sa05 [2020-10-16T17:43:49.192Z] file_magic: OK [2020-10-16T17:43:49.192Z] HZ: Using current value: 100 [2020-10-16T17:43:49.192Z] file_header: OK [2020-10-16T17:43:49.192Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-16T17:43:49.192Z] Statistics: [2020-10-16T17:43:49.192Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T17:43:49.192Z] File successfully converted to sysstat format version 12.2.1 [2020-10-16T17:43:49.192Z] + sadf -c /var/log/sa-host/sa16 [2020-10-16T17:43:49.192Z] file_magic: OK [2020-10-16T17:43:49.192Z] HZ: Using current value: 100 [2020-10-16T17:43:49.192Z] file_header: OK [2020-10-16T17:43:49.192Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-16T17:43:49.192Z] Statistics: [2020-10-16T17:43:49.192Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T17:43:49.192Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T17:43:49.819Z] provisioning config files... [2020-10-16T17:43:49.842Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/195@tmp/config4819199847631350135tmp [Pipeline] { [Pipeline] echo [2020-10-16T17:43:49.911Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T17:43:50.205Z] ---> create-netrc.sh [Pipeline] } [2020-10-16T17:43:50.214Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-16T17:43:50.328Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T17:43:50.623Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-16T17:43:50.633Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T17:43:50.929Z] ---> sudo-logs.sh [2020-10-16T17:43:50.929Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-16T17:43:50.939Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T17:43:51.232Z] ---> job-cost.sh [2020-10-16T17:43:51.233Z] lf-activate-venv: SKIPPING [2020-10-16T17:43:51.233Z] INFO: No Stack... [2020-10-16T17:43:53.147Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-16T17:43:53.407Z] INFO: Archiving Costs [Pipeline] echo [2020-10-16T17:43:53.421Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T17:43:53.712Z] ---> logs-deploy.sh [2020-10-16T17:43:53.712Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/195 [2020-10-16T17:43:53.712Z] INFO: archiving workspace using pattern(s): [2020-10-16T17:43:55.097Z] Archives upload complete. [2020-10-16T17:43:55.097Z] INFO: archiving logs to Nexus [2020-10-16T17:43:56.042Z] ---> uname -a: [2020-10-16T17:43:56.042Z] Linux prd-centos7-docker-4c-2g-5923.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-16T17:43:56.042Z] [2020-10-16T17:43:56.042Z]