Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8dfe40242627ba8773ad25c3a239435623502a60 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2242 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/153 [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/153 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 8dfe40242627ba8773ad25c3a239435623502a60 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8dfe40242627ba8773ad25c3a239435623502a60 # timeout=10 Commit message: "Merge pull request #2722 from cloudxxx8/issue-2718" > git rev-list --no-walk 232887870e4327e6d5a5e574ab709e2221db01d1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-30T08:03:22.849Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-30T08:03:23.111Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-30T08:03:23.206Z] ========================================================= [2020-09-30T08:03:23.207Z] EdgeX Global Pipelines Version Info [2020-09-30T08:03:23.207Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-30T08:03:25.321Z] ------------------- [2020-09-30T08:03:25.321Z] stable info: [2020-09-30T08:03:25.321Z] ------------------- [2020-09-30T08:03:25.321Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-30T08:03:25.321Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-09-30T08:03:25.321Z] Message: update stable to v1.0.131 [2020-09-30T08:03:25.897Z] ------------------- [2020-09-30T08:03:25.897Z] experimental info: [2020-09-30T08:03:25.897Z] ------------------- [2020-09-30T08:03:25.897Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-30T08:03:25.897Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-09-30T08:03:25.897Z] Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-09-30T08:03:26.239Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-09-30T08:03:26.329Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-09-30T08:03:26.420Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-30T08:03:26.526Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-30T08:03:26.613Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-30T08:03:26.699Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-30T08:03:26.820Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-30T08:03:26.908Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-09-30T08:03:27.016Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-09-30T08:03:27.103Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-09-30T08:03:27.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-30T08:03:27.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-30T08:03:27.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-30T08:03:27.449Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-30T08:03:27.551Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-30T08:03:27.639Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-30T08:03:27.721Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-30T08:03:27.805Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-30T08:03:27.898Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-30T08:03:27.984Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-09-30T08:03:28.077Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-30T08:03:28.179Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-30T08:03:28.274Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-30T08:03:28.381Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-30T08:03:28.470Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8dfe40242627ba8773ad25c3a239435623502a60 [Pipeline] echo [2020-09-30T08:03:28.551Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8dfe402 [Pipeline] echo [2020-09-30T08:03:28.636Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-09-30T08:03:29.059Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-09-30T08:03:29.059Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-30T08:03:29.059Z] ++ dirname cmd/core-command/Dockerfile [2020-09-30T08:03:29.059Z] ++ cut -d/ -f2 [2020-09-30T08:03:29.059Z] + echo core-command,cmd/core-command/Dockerfile [2020-09-30T08:03:29.059Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-30T08:03:29.059Z] ++ dirname cmd/core-data/Dockerfile [2020-09-30T08:03:29.059Z] ++ cut -d/ -f2 [2020-09-30T08:03:29.059Z] + echo core-data,cmd/core-data/Dockerfile [2020-09-30T08:03:29.059Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-30T08:03:29.059Z] ++ dirname cmd/core-metadata/Dockerfile [2020-09-30T08:03:29.059Z] ++ cut -d/ -f2 [2020-09-30T08:03:29.059Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-09-30T08:03:29.059Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-30T08:03:29.059Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-09-30T08:03:29.059Z] ++ cut -d/ -f2 [2020-09-30T08:03:29.059Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-09-30T08:03:29.059Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-30T08:03:29.059Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-09-30T08:03:29.059Z] ++ cut -d/ -f2 [2020-09-30T08:03:29.059Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-09-30T08:03:29.059Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-30T08:03:29.059Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-09-30T08:03:29.059Z] ++ cut -d/ -f2 [2020-09-30T08:03:29.059Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-09-30T08:03:29.059Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-30T08:03:29.059Z] ++ dirname cmd/support-logging/Dockerfile [2020-09-30T08:03:29.059Z] ++ cut -d/ -f2 [2020-09-30T08:03:29.059Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-09-30T08:03:29.059Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-30T08:03:29.059Z] ++ dirname cmd/support-notifications/Dockerfile [2020-09-30T08:03:29.059Z] ++ cut -d/ -f2 [2020-09-30T08:03:29.059Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-09-30T08:03:29.059Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-30T08:03:29.059Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-09-30T08:03:29.059Z] ++ cut -d/ -f2 [2020-09-30T08:03:29.059Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-09-30T08:03:29.059Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-30T08:03:29.059Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-09-30T08:03:29.059Z] ++ cut -d/ -f2 [2020-09-30T08:03:29.059Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-09-30T08:03:29.122Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:03:30.582Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-30T08:03:30.854Z] [2020-09-30T08:03:30.854Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:03:31.263Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-30T08:03:31.263Z] latest: Pulling from edgex-devops/git-semver [2020-09-30T08:03:31.263Z] 31603596830f: Pulling fs layer [2020-09-30T08:03:31.263Z] 2a8b12db71e7: Pulling fs layer [2020-09-30T08:03:31.263Z] 6ca5941a6612: Pulling fs layer [2020-09-30T08:03:31.263Z] ecc8261a40a4: Pulling fs layer [2020-09-30T08:03:31.263Z] ecc8261a40a4: Waiting [2020-09-30T08:03:31.535Z] 2a8b12db71e7: Verifying Checksum [2020-09-30T08:03:31.535Z] 2a8b12db71e7: Download complete [2020-09-30T08:03:31.535Z] 31603596830f: Verifying Checksum [2020-09-30T08:03:31.535Z] 31603596830f: Download complete [2020-09-30T08:03:31.812Z] ecc8261a40a4: Verifying Checksum [2020-09-30T08:03:31.812Z] ecc8261a40a4: Download complete [2020-09-30T08:03:31.812Z] 6ca5941a6612: Verifying Checksum [2020-09-30T08:03:31.812Z] 6ca5941a6612: Download complete [2020-09-30T08:03:32.093Z] 31603596830f: Pull complete [2020-09-30T08:03:32.361Z] 2a8b12db71e7: Pull complete [2020-09-30T08:03:33.354Z] 6ca5941a6612: Pull complete [2020-09-30T08:03:33.635Z] ecc8261a40a4: Pull complete [2020-09-30T08:03:33.635Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-30T08:03:33.635Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-30T08:03:33.635Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-30T08:03:33.779Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:03:33.865Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-30T08:03:36.523Z] $ docker top ad01a655487a28b68f35a4fe59088d4a341eca60662671c306ec750dee121be1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-30T08:03:36.835Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-30T08:03:36.835Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-30T08:03:37.239Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-30T08:03:37.247Z] $ docker exec ad01a655487a28b68f35a4fe59088d4a341eca60662671c306ec750dee121be1 ssh-agent [2020-09-30T08:03:37.495Z] SSH_AUTH_SOCK=/tmp/ssh-xHn6yFuKFFLN/agent.12 [2020-09-30T08:03:37.495Z] SSH_AGENT_PID=18 [2020-09-30T08:03:37.617Z] Running ssh-add (command line suppressed) [2020-09-30T08:03:37.820Z] Identity added: /w/workspace/edgex-go/153@tmp/private_key_4688835115658112100.key (/w/workspace/edgex-go/153@tmp/private_key_4688835115658112100.key) [2020-09-30T08:03:37.922Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-30T08:03:38.281Z] + git describe --exact-match --tags HEAD [2020-09-30T08:03:38.281Z] fatal: no tag exactly matches '8dfe40242627ba8773ad25c3a239435623502a60' [Pipeline] } [2020-09-30T08:03:38.311Z] $ docker exec --env ******** --env ******** ad01a655487a28b68f35a4fe59088d4a341eca60662671c306ec750dee121be1 ssh-agent -k [2020-09-30T08:03:38.520Z] unset SSH_AUTH_SOCK; [2020-09-30T08:03:38.520Z] unset SSH_AGENT_PID; [2020-09-30T08:03:38.521Z] echo Agent pid 18 killed; [2020-09-30T08:03:38.576Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-30T08:03:38.662Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-30T08:03:38.662Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-30T08:03:38.763Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-30T08:03:38.763Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-30T08:03:38.955Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-30T08:03:38.963Z] $ docker exec ad01a655487a28b68f35a4fe59088d4a341eca60662671c306ec750dee121be1 ssh-agent [2020-09-30T08:03:39.207Z] SSH_AUTH_SOCK=/tmp/ssh-Dlsxu2q2YjfR/agent.47 [2020-09-30T08:03:39.207Z] SSH_AGENT_PID=53 [2020-09-30T08:03:39.217Z] Running ssh-add (command line suppressed) [2020-09-30T08:03:39.368Z] Identity added: /w/workspace/edgex-go/153@tmp/private_key_368216484404701571.key (/w/workspace/edgex-go/153@tmp/private_key_368216484404701571.key) [2020-09-30T08:03:39.459Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-30T08:03:39.826Z] + git semver init [2020-09-30T08:03:39.826Z] # -> Open(): unable to determine branch for HEAD [2020-09-30T08:03:39.826Z] # $GIT_DIR = /w/workspace/edgex-go/153/.git [2020-09-30T08:03:39.826Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/153 [2020-09-30T08:03:39.826Z] # $SEMVER_REMOTE_NAME = origin [2020-09-30T08:03:39.826Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-30T08:03:39.826Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-30T08:03:39.826Z] # $SEMVER_BRANCH = master [2020-09-30T08:03:39.826Z] # $SEMVER_TEMP = /tmp/semver-023600728 [2020-09-30T08:03:39.826Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-09-30T08:04:06.689Z] # '/tmp/semver-023600728' -> '/w/workspace/edgex-go/153/.semver' [2020-09-30T08:04:06.689Z] # -> Force: false [2020-09-30T08:04:06.689Z] # $SEMVER_DIR = /w/workspace/edgex-go/153/.semver [Pipeline] } [2020-09-30T08:04:06.721Z] $ docker exec --env ******** --env ******** ad01a655487a28b68f35a4fe59088d4a341eca60662671c306ec750dee121be1 ssh-agent -k [2020-09-30T08:04:07.070Z] unset SSH_AUTH_SOCK; [2020-09-30T08:04:07.072Z] unset SSH_AGENT_PID; [2020-09-30T08:04:07.072Z] echo Agent pid 53 killed; [2020-09-30T08:04:07.140Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-30T08:04:07.614Z] + git semver [Pipeline] } [2020-09-30T08:04:07.635Z] $ docker stop --time=1 ad01a655487a28b68f35a4fe59088d4a341eca60662671c306ec750dee121be1 [2020-09-30T08:04:09.348Z] $ docker rm -f ad01a655487a28b68f35a4fe59088d4a341eca60662671c306ec750dee121be1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-30T08:04:27.067Z] Stashed 55 file(s) [Pipeline] echo [2020-09-30T08:04:27.069Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.38 [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] { [2020-09-30T08:04:27.619Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2233 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] echo [2020-09-30T08:04:27.661Z] ========================================================= [2020-09-30T08:04:27.661Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-30T08:04:27.661Z] ========================================================= [Pipeline] { [Pipeline] ws [2020-09-30T08:04:27.722Z] Running in /w/workspace/edgex-go/153 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] checkout [2020-09-30T08:04:28.023Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-09-30T08:04:32.154Z] using credential edgex-jenkins-ssh [2020-09-30T08:04:32.215Z] Cloning the remote Git repository [2020-09-30T08:04:32.282Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-09-30T08:04:32.387Z] > git init /w/workspace/edgex-go/153 # timeout=10 [2020-09-30T08:04:32.469Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-30T08:04:32.470Z] > git --version # timeout=10 [2020-09-30T08:04:32.486Z] > git --version # 'git version 2.17.1' [2020-09-30T08:04:32.488Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-30T08:04:32.544Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-30T08:04:33.378Z] Sending build context to Docker daemon 324.5MB [2020-09-30T08:04:33.378Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-30T08:04:33.378Z] Step 2/7 : FROM ${BASE} [2020-09-30T08:04:33.378Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-30T08:04:33.378Z] df20fa9351a1: Pulling fs layer [2020-09-30T08:04:33.378Z] ed8968b2872e: Pulling fs layer [2020-09-30T08:04:33.378Z] a92cc7c5fd73: Pulling fs layer [2020-09-30T08:04:33.378Z] e871e8e8d7a9: Pulling fs layer [2020-09-30T08:04:33.378Z] e73272ec9a57: Pulling fs layer [2020-09-30T08:04:33.378Z] 1e910a182e73: Pulling fs layer [2020-09-30T08:04:33.378Z] 4e634b169226: Pulling fs layer [2020-09-30T08:04:33.378Z] e73272ec9a57: Waiting [2020-09-30T08:04:33.378Z] 1e910a182e73: Waiting [2020-09-30T08:04:33.378Z] 4e634b169226: Waiting [2020-09-30T08:04:33.378Z] e871e8e8d7a9: Waiting [2020-09-30T08:04:33.378Z] a92cc7c5fd73: Verifying Checksum [2020-09-30T08:04:33.378Z] a92cc7c5fd73: Download complete [2020-09-30T08:04:33.378Z] ed8968b2872e: Verifying Checksum [2020-09-30T08:04:33.378Z] ed8968b2872e: Download complete [2020-09-30T08:04:33.378Z] e73272ec9a57: Verifying Checksum [2020-09-30T08:04:33.378Z] e73272ec9a57: Download complete [2020-09-30T08:04:33.378Z] 1e910a182e73: Verifying Checksum [2020-09-30T08:04:33.378Z] 1e910a182e73: Download complete [2020-09-30T08:04:33.378Z] df20fa9351a1: Verifying Checksum [2020-09-30T08:04:33.378Z] df20fa9351a1: Download complete [2020-09-30T08:04:33.975Z] df20fa9351a1: Pull complete [2020-09-30T08:04:33.975Z] ed8968b2872e: Pull complete [2020-09-30T08:04:34.241Z] a92cc7c5fd73: Pull complete [2020-09-30T08:04:36.844Z] 4e634b169226: Verifying Checksum [2020-09-30T08:04:36.844Z] 4e634b169226: Download complete [2020-09-30T08:04:37.812Z] e871e8e8d7a9: Verifying Checksum [2020-09-30T08:04:37.812Z] e871e8e8d7a9: Download complete [2020-09-30T08:04:46.057Z] e871e8e8d7a9: Pull complete [2020-09-30T08:04:46.057Z] e73272ec9a57: Pull complete [2020-09-30T08:04:46.057Z] 1e910a182e73: Pull complete [2020-09-30T08:04:50.326Z] 4e634b169226: Pull complete [2020-09-30T08:04:50.326Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-30T08:04:50.326Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-30T08:04:50.326Z] ---> f7629b54cfaa [2020-09-30T08:04:50.326Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-09-30T08:04:50.614Z] ---> Running in 6d643d5e2b38 [2020-09-30T08:04:51.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T08:04:52.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T08:04:53.582Z] (1/12) Installing libmagic (5.38-r0) [2020-09-30T08:04:53.852Z] (2/12) Installing file (5.38-r0) [2020-09-30T08:04:53.852Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-30T08:04:53.852Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-30T08:05:03.902Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-30T08:05:03.902Z] (6/12) Installing patch (2.7.6-r6) [2020-09-30T08:05:03.902Z] (7/12) Installing build-base (0.5-r2) [2020-09-30T08:05:03.911Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-30T08:05:03.932Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-30T08:05:03.961Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-30T08:05:03.993Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-30T08:05:03.994Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-30T08:05:04.005Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-30T08:05:04.166Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-30T08:05:04.166Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-30T08:05:04.166Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-30T08:05:04.430Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-30T08:05:04.430Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-30T08:05:04.430Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T08:05:04.430Z] OK: 233 MiB in 51 packages [2020-09-30T08:05:04.520Z] Checking out Revision 8dfe40242627ba8773ad25c3a239435623502a60 (master) [2020-09-30T08:05:04.554Z] > git config core.sparsecheckout # timeout=10 [2020-09-30T08:05:04.566Z] > git checkout -f 8dfe40242627ba8773ad25c3a239435623502a60 # timeout=10 [2020-09-30T08:05:08.736Z] Removing intermediate container 6d643d5e2b38 [2020-09-30T08:05:08.736Z] ---> d157aa298b3f [2020-09-30T08:05:08.736Z] Step 4/7 : WORKDIR /edgex-go [2020-09-30T08:05:08.736Z] ---> Running in 51cd27693537 [2020-09-30T08:05:08.736Z] Removing intermediate container 51cd27693537 [2020-09-30T08:05:08.736Z] ---> 690468f6b878 [2020-09-30T08:05:08.736Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-30T08:05:08.736Z] latest: Pulling from library/docker [2020-09-30T08:05:08.736Z] df20fa9351a1: Already exists [2020-09-30T08:05:08.736Z] 25ad7478873d: Pulling fs layer [2020-09-30T08:05:08.736Z] 4684f6177b5d: Pulling fs layer [2020-09-30T08:05:08.736Z] 8ba584e970af: Pulling fs layer [2020-09-30T08:05:08.736Z] 3cdc74d2b06d: Pulling fs layer [2020-09-30T08:05:08.736Z] 4cf5a0d07c1f: Pulling fs layer [2020-09-30T08:05:08.736Z] fca0ccc462d5: Pulling fs layer [2020-09-30T08:05:08.736Z] 3cdc74d2b06d: Waiting [2020-09-30T08:05:08.736Z] 4cf5a0d07c1f: Waiting [2020-09-30T08:05:08.736Z] fca0ccc462d5: Waiting [2020-09-30T08:05:08.736Z] 4684f6177b5d: Download complete [2020-09-30T08:05:09.005Z] 25ad7478873d: Verifying Checksum [2020-09-30T08:05:09.005Z] 25ad7478873d: Download complete [2020-09-30T08:05:09.005Z] 3cdc74d2b06d: Verifying Checksum [2020-09-30T08:05:09.005Z] 3cdc74d2b06d: Download complete [2020-09-30T08:05:09.005Z] 4cf5a0d07c1f: Verifying Checksum [2020-09-30T08:05:09.005Z] 4cf5a0d07c1f: Download complete [2020-09-30T08:05:09.005Z] fca0ccc462d5: Verifying Checksum [2020-09-30T08:05:09.005Z] fca0ccc462d5: Download complete [2020-09-30T08:05:09.046Z] Commit message: "Merge pull request #2722 from cloudxxx8/issue-2718" [2020-09-30T08:05:09.289Z] 25ad7478873d: Pull complete [Pipeline] withEnv [Pipeline] { [2020-09-30T08:05:09.565Z] 4684f6177b5d: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-30T08:05:09.842Z] 8ba584e970af: Verifying Checksum [2020-09-30T08:05:09.842Z] 8ba584e970af: Download complete [2020-09-30T08:05:13.320Z] 8ba584e970af: Pull complete [2020-09-30T08:05:13.588Z] 3cdc74d2b06d: Pull complete [2020-09-30T08:05:13.856Z] 4cf5a0d07c1f: Pull complete [2020-09-30T08:05:13.856Z] fca0ccc462d5: Pull complete [2020-09-30T08:05:13.856Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-30T08:05:13.856Z] Status: Downloaded newer image for docker:latest [2020-09-30T08:05:15.870Z] ---> f63d4852040e [2020-09-30T08:05:15.870Z] Step 6/7 : COPY go.mod . [2020-09-30T08:05:16.493Z] ---> 54a92da12a49 [2020-09-30T08:05:16.493Z] Step 7/7 : RUN go mod download [2020-09-30T08:05:16.493Z] ---> Running in 92b7898b5d4b [Pipeline] echo [2020-09-30T08:05:20.915Z] ========================================================= [2020-09-30T08:05:20.915Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-30T08:05:20.915Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:05:21.820Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-09-30T08:05:26.152Z] Sending build context to Docker daemon 324.5MB [2020-09-30T08:05:26.152Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-30T08:05:26.152Z] Step 2/7 : FROM ${BASE} [2020-09-30T08:05:26.152Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-30T08:05:26.152Z] b538f80385f9: Pulling fs layer [2020-09-30T08:05:26.152Z] 74f711af9a0d: Pulling fs layer [2020-09-30T08:05:26.152Z] 99f96fe45779: Pulling fs layer [2020-09-30T08:05:26.152Z] 8529a6b9a6be: Pulling fs layer [2020-09-30T08:05:26.152Z] 45590311c82a: Pulling fs layer [2020-09-30T08:05:26.152Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-30T08:05:26.152Z] 209524e5b208: Pulling fs layer [2020-09-30T08:05:26.152Z] 45590311c82a: Waiting [2020-09-30T08:05:26.152Z] 69ca0ff8b7b3: Waiting [2020-09-30T08:05:26.152Z] 209524e5b208: Waiting [2020-09-30T08:05:26.152Z] 8529a6b9a6be: Waiting [2020-09-30T08:05:26.152Z] 99f96fe45779: Verifying Checksum [2020-09-30T08:05:26.152Z] 99f96fe45779: Download complete [2020-09-30T08:05:26.152Z] 74f711af9a0d: Verifying Checksum [2020-09-30T08:05:26.152Z] 74f711af9a0d: Download complete [2020-09-30T08:05:26.428Z] 45590311c82a: Verifying Checksum [2020-09-30T08:05:26.428Z] 45590311c82a: Download complete [2020-09-30T08:05:26.428Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-30T08:05:26.428Z] 69ca0ff8b7b3: Download complete [2020-09-30T08:05:26.428Z] b538f80385f9: Download complete [2020-09-30T08:05:27.028Z] b538f80385f9: Pull complete [2020-09-30T08:05:28.027Z] 74f711af9a0d: Pull complete [2020-09-30T08:05:28.303Z] 99f96fe45779: Pull complete [2020-09-30T08:05:29.297Z] 209524e5b208: Verifying Checksum [2020-09-30T08:05:29.297Z] 209524e5b208: Download complete [2020-09-30T08:05:29.894Z] 8529a6b9a6be: Verifying Checksum [2020-09-30T08:05:29.894Z] 8529a6b9a6be: Download complete [2020-09-30T08:05:38.718Z] Removing intermediate container 92b7898b5d4b [2020-09-30T08:05:38.718Z] ---> 0a326fdfe862 [2020-09-30T08:05:38.718Z] Successfully built 0a326fdfe862 [2020-09-30T08:05:38.718Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:05:39.077Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-30T08:05:39.385Z] . [Pipeline] withDockerContainer [2020-09-30T08:05:39.672Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:05:39.948Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-30T08:05:40.088Z] 8529a6b9a6be: Pull complete [2020-09-30T08:05:40.363Z] 45590311c82a: Pull complete [2020-09-30T08:05:40.641Z] 69ca0ff8b7b3: Pull complete [2020-09-30T08:05:40.818Z] $ docker top 8dedd401595018cb71d9194da801fd679f5030193a2a055fc598707d84a638ba -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T08:05:41.383Z] + go version [2020-09-30T08:05:41.383Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-30T08:05:41.405Z] $ docker stop --time=1 8dedd401595018cb71d9194da801fd679f5030193a2a055fc598707d84a638ba [2020-09-30T08:05:42.889Z] $ docker rm -f 8dedd401595018cb71d9194da801fd679f5030193a2a055fc598707d84a638ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-09-30T08:05:44.060Z] 209524e5b208: Pull complete [2020-09-30T08:05:44.060Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-30T08:05:44.060Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-30T08:05:44.060Z] ---> 5bddaf1c2fca [2020-09-30T08:05:44.060Z] 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 [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:05:46.987Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-30T08:05:46.987Z] [2020-09-30T08:05:46.987Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:05:47.347Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-30T08:05:47.347Z] latest: Pulling from edgex-devops/edgex-compose [2020-09-30T08:05:47.347Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-30T08:05:47.347Z] ca9280d653b3: Pulling fs layer [2020-09-30T08:05:47.347Z] 7e9c9ca2126c: Pulling fs layer [2020-09-30T08:05:47.347Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-30T08:05:47.347Z] cbdbe7a5bc2a: Download complete [2020-09-30T08:05:47.942Z] cbdbe7a5bc2a: Pull complete [2020-09-30T08:05:47.942Z] ca9280d653b3: Verifying Checksum [2020-09-30T08:05:47.942Z] ca9280d653b3: Download complete [2020-09-30T08:05:49.470Z] ---> Running in e5c365d272a3 [2020-09-30T08:05:49.927Z] ca9280d653b3: Pull complete [2020-09-30T08:05:49.927Z] 7e9c9ca2126c: Download complete [2020-09-30T08:05:50.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T08:05:51.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T08:05:52.012Z] (1/12) Installing libmagic (5.38-r0) [2020-09-30T08:05:52.282Z] (2/12) Installing file (5.38-r0) [2020-09-30T08:05:52.552Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-30T08:05:52.552Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-30T08:05:55.927Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-30T08:05:55.927Z] (6/12) Installing patch (2.7.6-r6) [2020-09-30T08:05:55.927Z] (7/12) Installing build-base (0.5-r2) [2020-09-30T08:05:56.199Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-30T08:05:56.199Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-30T08:05:56.199Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-30T08:05:56.476Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-30T08:05:56.476Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-30T08:05:56.476Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T08:05:56.476Z] OK: 217 MiB in 51 packages [2020-09-30T08:05:58.156Z] 7e9c9ca2126c: Pull complete [2020-09-30T08:05:58.156Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-09-30T08:05:58.156Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-30T08:05:58.156Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-09-30T08:05:58.367Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:05:58.434Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-09-30T08:06:00.466Z] $ docker top 16c2745b34e41838de3544f6c4489073536fcf6bc5cbee42261054eb173fb890 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T08:06:00.785Z] Removing intermediate container e5c365d272a3 [2020-09-30T08:06:00.785Z] ---> 9d1508c4e579 [2020-09-30T08:06:00.785Z] Step 4/7 : WORKDIR /edgex-go [2020-09-30T08:06:00.785Z] ---> Running in 655459f67a5f [2020-09-30T08:06:01.025Z] + docker-compose build --help [2020-09-30T08:06:01.025Z] + grep parallel [2020-09-30T08:06:01.383Z] Removing intermediate container 655459f67a5f [2020-09-30T08:06:01.383Z] ---> 0054e27e299f [2020-09-30T08:06:01.383Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-30T08:06:01.655Z] latest: Pulling from library/docker [2020-09-30T08:06:01.655Z] b538f80385f9: Already exists [2020-09-30T08:06:01.655Z] 259a493cd78d: Pulling fs layer [2020-09-30T08:06:01.655Z] b8e66b5100f5: Pulling fs layer [2020-09-30T08:06:01.655Z] 7f8258a56ab6: Pulling fs layer [2020-09-30T08:06:01.655Z] 75a0a0ebb566: Pulling fs layer [2020-09-30T08:06:01.655Z] 4a2c62f0a2a3: Pulling fs layer [2020-09-30T08:06:01.655Z] 294320357d30: Pulling fs layer [2020-09-30T08:06:01.655Z] 75a0a0ebb566: Waiting [2020-09-30T08:06:01.656Z] 294320357d30: Waiting [2020-09-30T08:06:01.656Z] 4a2c62f0a2a3: Waiting [2020-09-30T08:06:01.936Z] b8e66b5100f5: Verifying Checksum [2020-09-30T08:06:01.936Z] b8e66b5100f5: Download complete [2020-09-30T08:06:01.936Z] 259a493cd78d: Verifying Checksum [2020-09-30T08:06:01.936Z] 259a493cd78d: Download complete [2020-09-30T08:06:01.936Z] 75a0a0ebb566: Verifying Checksum [2020-09-30T08:06:01.936Z] 75a0a0ebb566: Download complete [2020-09-30T08:06:02.040Z] --parallel Build images in parallel. [2020-09-30T08:06:02.213Z] 4a2c62f0a2a3: Verifying Checksum [2020-09-30T08:06:02.213Z] 4a2c62f0a2a3: Download complete [2020-09-30T08:06:02.213Z] 294320357d30: Verifying Checksum [2020-09-30T08:06:02.213Z] 294320357d30: Download complete [Pipeline] } [2020-09-30T08:06:02.339Z] $ docker stop --time=1 16c2745b34e41838de3544f6c4489073536fcf6bc5cbee42261054eb173fb890 [2020-09-30T08:06:02.491Z] 259a493cd78d: Pull complete [2020-09-30T08:06:03.088Z] b8e66b5100f5: Pull complete [2020-09-30T08:06:03.362Z] 7f8258a56ab6: Verifying Checksum [2020-09-30T08:06:03.362Z] 7f8258a56ab6: Download complete [2020-09-30T08:06:03.808Z] $ docker rm -f 16c2745b34e41838de3544f6c4489073536fcf6bc5cbee42261054eb173fb890 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:06:04.467Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-30T08:06:04.467Z] . [Pipeline] withDockerContainer [2020-09-30T08:06:04.585Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:06:04.641Z] $ 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/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-09-30T08:06:05.350Z] $ docker top e8a63c89bc54a50fd5b9e209624a1086b36b401225213bb41d345c28cc2a6124 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T08:06:05.877Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-30T08:06:06.763Z] 7f8258a56ab6: Pull complete [2020-09-30T08:06:06.763Z] 75a0a0ebb566: Pull complete [2020-09-30T08:06:07.298Z] Building docker-core-command-go ... [2020-09-30T08:06:07.298Z] Building docker-core-data-go ... [2020-09-30T08:06:07.298Z] Building docker-core-metadata-go ... [2020-09-30T08:06:07.298Z] Building docker-security-proxy-setup-go ... [2020-09-30T08:06:07.298Z] Building docker-security-secrets-setup-go ... [2020-09-30T08:06:07.298Z] Building docker-security-secretstore-setup-go ... [2020-09-30T08:06:07.298Z] Building docker-support-logging-go ... [2020-09-30T08:06:07.298Z] Building docker-support-notifications-go ... [2020-09-30T08:06:07.298Z] Building docker-support-scheduler-go ... [2020-09-30T08:06:07.298Z] Building docker-sys-mgmt-agent-go ... [2020-09-30T08:06:07.298Z] Building docker-support-notifications-go [2020-09-30T08:06:07.298Z] Building docker-core-data-go [2020-09-30T08:06:07.298Z] Building docker-security-secretstore-setup-go [2020-09-30T08:06:07.298Z] Building docker-sys-mgmt-agent-go [2020-09-30T08:06:07.298Z] Building docker-security-proxy-setup-go [2020-09-30T08:06:07.360Z] 4a2c62f0a2a3: Pull complete [2020-09-30T08:06:07.634Z] 294320357d30: Pull complete [2020-09-30T08:06:07.635Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-30T08:06:07.635Z] Status: Downloaded newer image for docker:latest [2020-09-30T08:06:11.031Z] ---> 998d65c34058 [2020-09-30T08:06:11.031Z] Step 6/7 : COPY go.mod . [2020-09-30T08:06:11.626Z] ---> 916058a91ae0 [2020-09-30T08:06:11.626Z] Step 7/7 : RUN go mod download [2020-09-30T08:06:11.903Z] ---> Running in d1c792c4c80c [2020-09-30T08:06:38.723Z] Removing intermediate container d1c792c4c80c [2020-09-30T08:06:38.723Z] ---> da7850ddc86d [2020-09-30T08:06:38.723Z] Successfully built da7850ddc86d [2020-09-30T08:06:38.723Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:06:39.134Z] + docker inspect -f . ci-base-image-arm64 [2020-09-30T08:06:39.134Z] . [Pipeline] withDockerContainer [2020-09-30T08:06:39.414Z] prd-ubuntu18.04-docker-arm64-4c-16g-2233 does not seem to be running inside a container [2020-09-30T08:06:39.513Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-30T08:06:39.646Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T08:06:39.646Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-30T08:06:39.646Z] ---> 0a326fdfe862 [2020-09-30T08:06:39.646Z] Step 3/20 : WORKDIR /edgex-go [2020-09-30T08:06:39.646Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T08:06:39.646Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-30T08:06:39.646Z] ---> 0a326fdfe862 [2020-09-30T08:06:39.646Z] Step 3/23 : WORKDIR /edgex-go [2020-09-30T08:06:39.646Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T08:06:39.646Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-30T08:06:39.646Z] ---> 0a326fdfe862 [2020-09-30T08:06:39.646Z] Step 3/24 : WORKDIR /edgex-go [2020-09-30T08:06:39.646Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T08:06:39.646Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-30T08:06:39.646Z] ---> 0a326fdfe862 [2020-09-30T08:06:39.646Z] Step 3/27 : WORKDIR /edgex-go [2020-09-30T08:06:39.646Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T08:06:39.646Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-30T08:06:39.646Z] ---> 0a326fdfe862 [2020-09-30T08:06:39.646Z] Step 3/26 : WORKDIR /edgex-go [2020-09-30T08:06:39.646Z] ---> Running in 55ee5388e545 [2020-09-30T08:06:39.646Z] ---> Running in 7a739c40fc51 [2020-09-30T08:06:39.646Z] ---> Running in db4e2156b83e [2020-09-30T08:06:39.646Z] ---> Running in 714c6da96f31 [2020-09-30T08:06:39.646Z] ---> Running in 6da3d15bb666 [2020-09-30T08:06:39.646Z] Removing intermediate container db4e2156b83e [2020-09-30T08:06:39.646Z] ---> e6d78b14ddbe [2020-09-30T08:06:39.646Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T08:06:39.646Z] Removing intermediate container 7a739c40fc51 [2020-09-30T08:06:39.646Z] ---> ad111641be2f [2020-09-30T08:06:39.646Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T08:06:39.646Z] Removing intermediate container 6da3d15bb666 [2020-09-30T08:06:39.646Z] ---> 7c77927e5bc9 [2020-09-30T08:06:39.646Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T08:06:39.646Z] Removing intermediate container 714c6da96f31 [2020-09-30T08:06:39.646Z] ---> ed5c851f16e6 [2020-09-30T08:06:39.646Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 55ee5388e545 [2020-09-30T08:06:39.646Z] [2020-09-30T08:06:39.646Z] ---> dbd1937dadc8 [2020-09-30T08:06:39.646Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T08:06:39.646Z] ---> Running in 1f1d7f262357 [2020-09-30T08:06:39.646Z] ---> Running in 73c2214a7e4c [2020-09-30T08:06:39.646Z] ---> Running in 7d2807f6a6ac [2020-09-30T08:06:39.646Z] ---> Running in 1b7e0b31624c [2020-09-30T08:06:39.646Z] ---> Running in ccd72b483fd1 [2020-09-30T08:06:41.105Z] Removing intermediate container 73c2214a7e4c [2020-09-30T08:06:41.105Z] ---> 328ee830a6aa [2020-09-30T08:06:41.105Z] Step 5/20 : RUN apk update && apk add make git [2020-09-30T08:06:41.105Z] ---> Running in e654a930a52d [2020-09-30T08:06:41.105Z] Removing intermediate container 7d2807f6a6ac [2020-09-30T08:06:41.105Z] ---> a955cd035703 [2020-09-30T08:06:41.105Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-30T08:06:41.105Z] Removing intermediate container 1f1d7f262357 [2020-09-30T08:06:41.105Z] ---> 3bf3c1b2ea5f [2020-09-30T08:06:41.105Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-30T08:06:41.373Z] ---> Running in aff539fa322e [2020-09-30T08:06:41.373Z] ---> Running in 4589a262538b [2020-09-30T08:06:41.422Z] $ docker top fa159a80d656e275eb664654aac0876f7a65c06bd5047b72c7889edd00c2f077 -eo pid,comm [2020-09-30T08:06:41.645Z] Removing intermediate container 1b7e0b31624c [2020-09-30T08:06:41.645Z] ---> a473e5365235 [2020-09-30T08:06:41.645Z] Step 5/26 : RUN apk update && apk add make git [2020-09-30T08:06:41.645Z] Removing intermediate container ccd72b483fd1 [2020-09-30T08:06:41.645Z] ---> a57e3f0409ea [2020-09-30T08:06:41.645Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [Pipeline] { [Pipeline] sh [2020-09-30T08:06:41.908Z] ---> Running in 0622fc2fad4a [2020-09-30T08:06:42.488Z] ---> Running in da24161decda [2020-09-30T08:06:42.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T08:06:42.845Z] + go version [2020-09-30T08:06:42.845Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-30T08:06:42.881Z] $ docker stop --time=1 fa159a80d656e275eb664654aac0876f7a65c06bd5047b72c7889edd00c2f077 [2020-09-30T08:06:43.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T08:06:43.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T08:06:43.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T08:06:43.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T08:06:43.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T08:06:43.923Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T08:06:43.923Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T08:06:43.923Z] OK: 12752 distinct packages available [2020-09-30T08:06:44.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T08:06:44.194Z] OK: 233 MiB in 51 packages [2020-09-30T08:06:44.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T08:06:44.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T08:06:44.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T08:06:44.768Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T08:06:44.769Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T08:06:44.769Z] OK: 12752 distinct packages available [2020-09-30T08:06:44.906Z] $ docker rm -f fa159a80d656e275eb664654aac0876f7a65c06bd5047b72c7889edd00c2f077 [2020-09-30T08:06:45.055Z] Removing intermediate container e654a930a52d [2020-09-30T08:06:45.055Z] ---> e65f0db90ff5 [2020-09-30T08:06:45.055Z] Step 6/20 : COPY go.mod . [2020-09-30T08:06:45.055Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T08:06:45.055Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T08:06:45.055Z] OK: 12752 distinct packages available [2020-09-30T08:06:45.055Z] OK: 233 MiB in 51 packages [2020-09-30T08:06:45.055Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T08:06:45.055Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T08:06:45.055Z] OK: 12752 distinct packages available [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-09-30T08:06:45.333Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T08:06:45.333Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T08:06:45.333Z] OK: 12752 distinct packages available [2020-09-30T08:06:45.333Z] OK: 233 MiB in 51 packages [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [2020-09-30T08:06:45.602Z] OK: 233 MiB in 51 packages [2020-09-30T08:06:45.602Z] ---> cfd254a8078d [2020-09-30T08:06:45.602Z] Step 7/20 : RUN go mod download [2020-09-30T08:06:45.602Z] OK: 233 MiB in 51 packages [2020-09-30T08:06:45.602Z] ---> Running in a1a7ac62e54b [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:06:46.144Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-30T08:06:46.144Z] [2020-09-30T08:06:46.144Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-30T08:06:46.192Z] Removing intermediate container 4589a262538b [2020-09-30T08:06:46.192Z] ---> beb4abf5de86 [2020-09-30T08:06:46.192Z] Step 6/27 : COPY go.mod . [Pipeline] isUnix [2020-09-30T08:06:46.468Z] Removing intermediate container aff539fa322e [2020-09-30T08:06:46.468Z] ---> 83b10c132fa6 [2020-09-30T08:06:46.468Z] Step 6/23 : COPY go.mod . [Pipeline] sh [2020-09-30T08:06:46.769Z] Removing intermediate container da24161decda [2020-09-30T08:06:46.769Z] ---> 412f134a9a25 [2020-09-30T08:06:46.769Z] Step 6/24 : COPY go.mod . [2020-09-30T08:06:46.769Z] ---> 8d9be55773cc [2020-09-30T08:06:46.769Z] Step 7/27 : RUN go mod download [2020-09-30T08:06:46.769Z] Removing intermediate container 0622fc2fad4a [2020-09-30T08:06:46.769Z] ---> 20f419bd3e34 [2020-09-30T08:06:46.769Z] Step 6/26 : COPY go.mod . [2020-09-30T08:06:46.769Z] ---> Running in be0f65a6d7d7 [2020-09-30T08:06:46.804Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-30T08:06:46.804Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-09-30T08:06:46.804Z] 29e5d40040c1: Pulling fs layer [2020-09-30T08:06:46.804Z] 1ce36da41761: Pulling fs layer [2020-09-30T08:06:46.804Z] 25b303627fd3: Pulling fs layer [2020-09-30T08:06:47.041Z] ---> 8551dc6ad3fe [2020-09-30T08:06:47.041Z] Step 7/23 : RUN go mod download [2020-09-30T08:06:47.078Z] 29e5d40040c1: Verifying Checksum [2020-09-30T08:06:47.078Z] 29e5d40040c1: Download complete [2020-09-30T08:06:47.309Z] ---> 03036cb90622 [2020-09-30T08:06:47.309Z] Step 7/24 : RUN go mod download [2020-09-30T08:06:47.309Z] ---> Running in 0155d27dd36f [2020-09-30T08:06:47.309Z] ---> c4e012066103 [2020-09-30T08:06:47.309Z] Step 7/26 : RUN go mod download [2020-09-30T08:06:47.309Z] ---> Running in da456339a196 [2020-09-30T08:06:47.577Z] ---> Running in 94b250e8630b [2020-09-30T08:06:47.677Z] 29e5d40040c1: Pull complete [2020-09-30T08:06:47.677Z] 1ce36da41761: Download complete [2020-09-30T08:06:49.031Z] Removing intermediate container a1a7ac62e54b [2020-09-30T08:06:49.031Z] ---> 42ada4aefa47 [2020-09-30T08:06:49.031Z] Step 8/20 : COPY . . [2020-09-30T08:06:49.031Z] Removing intermediate container be0f65a6d7d7 [2020-09-30T08:06:49.031Z] ---> 56e6a25ce873 [2020-09-30T08:06:49.031Z] Step 8/27 : COPY . . [2020-09-30T08:06:49.117Z] 1ce36da41761: Pull complete [2020-09-30T08:06:49.117Z] 25b303627fd3: Verifying Checksum [2020-09-30T08:06:49.117Z] 25b303627fd3: Download complete [2020-09-30T08:06:49.648Z] Removing intermediate container 0155d27dd36f [2020-09-30T08:06:49.649Z] ---> bd7e9450a94d [2020-09-30T08:06:49.649Z] Step 8/23 : COPY . . [2020-09-30T08:06:51.126Z] Removing intermediate container da456339a196 [2020-09-30T08:06:51.126Z] ---> edf23ecc5c12 [2020-09-30T08:06:51.126Z] Step 8/24 : COPY . . [2020-09-30T08:06:52.622Z] Removing intermediate container 94b250e8630b [2020-09-30T08:06:52.622Z] ---> db181fbfcd28 [2020-09-30T08:06:52.622Z] Step 8/26 : COPY . . [2020-09-30T08:06:59.274Z] 25b303627fd3: Pull complete [2020-09-30T08:06:59.275Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-09-30T08:06:59.275Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-30T08:06:59.275Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-09-30T08:06:59.497Z] prd-ubuntu18.04-docker-arm64-4c-16g-2233 does not seem to be running inside a container [2020-09-30T08:06:59.591Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-09-30T08:07:02.930Z] $ docker top 5892eebd33d51139cf777dfc8e96654a9d44482ca0f6e797d4969f4e9d178b94 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T08:07:04.389Z] + docker-compose build --help [2020-09-30T08:07:04.389Z] + grep parallel [2020-09-30T08:07:07.768Z] --parallel Build images in parallel. [Pipeline] } [2020-09-30T08:07:07.805Z] $ docker stop --time=1 5892eebd33d51139cf777dfc8e96654a9d44482ca0f6e797d4969f4e9d178b94 [2020-09-30T08:07:09.783Z] $ docker rm -f 5892eebd33d51139cf777dfc8e96654a9d44482ca0f6e797d4969f4e9d178b94 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:07:10.668Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-30T08:07:10.668Z] . [Pipeline] withDockerContainer [2020-09-30T08:07:10.915Z] prd-ubuntu18.04-docker-arm64-4c-16g-2233 does not seem to be running inside a container [2020-09-30T08:07:11.017Z] $ 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/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-09-30T08:07:12.443Z] $ docker top 5de9007d42ae20f116fa2a04771f800150aeb050bbd36d38c945af500c975300 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T08:07:13.479Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-30T08:07:16.865Z] Building docker-core-command-go ... [2020-09-30T08:07:16.865Z] Building docker-core-data-go ... [2020-09-30T08:07:16.865Z] Building docker-core-metadata-go ... [2020-09-30T08:07:16.865Z] Building docker-security-proxy-setup-go ... [2020-09-30T08:07:16.865Z] Building docker-security-secrets-setup-go ... [2020-09-30T08:07:16.865Z] Building docker-security-secretstore-setup-go ... [2020-09-30T08:07:16.865Z] Building docker-support-logging-go ... [2020-09-30T08:07:16.865Z] Building docker-support-notifications-go ... [2020-09-30T08:07:16.865Z] Building docker-support-scheduler-go ... [2020-09-30T08:07:16.865Z] Building docker-sys-mgmt-agent-go ... [2020-09-30T08:07:16.865Z] Building docker-core-command-go [2020-09-30T08:07:16.865Z] Building docker-support-notifications-go [2020-09-30T08:07:16.865Z] Building docker-core-metadata-go [2020-09-30T08:07:16.865Z] Building docker-security-secrets-setup-go [2020-09-30T08:07:16.865Z] Building docker-support-logging-go [2020-09-30T08:07:25.470Z] ---> 9465b214cf3a [2020-09-30T08:07:25.470Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-09-30T08:07:25.470Z] ---> faa15eec3ead [2020-09-30T08:07:25.470Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-30T08:07:25.470Z] ---> 497e924d1ea5 [2020-09-30T08:07:25.470Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-30T08:07:25.746Z] ---> Running in fc9d5bd51b20 [2020-09-30T08:07:25.746Z] ---> Running in 364cdf496345 [2020-09-30T08:07:25.746Z] ---> 6e40753d8f14 [2020-09-30T08:07:25.746Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-30T08:07:25.746Z] ---> Running in 167ce5b1331e [2020-09-30T08:07:26.015Z] ---> fbf96c2616c1 [2020-09-30T08:07:26.015Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-30T08:07:26.015Z] ---> Running in 9b080899f987 [2020-09-30T08:07:26.015Z] ---> Running in b71c9eccc48c [2020-09-30T08:07:28.035Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-30T08:07:28.035Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-30T08:07:28.035Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-30T08:07:28.035Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-30T08:07:28.035Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o cmd/core-data/core-data ./cmd/core-data [2020-09-30T08:08:00.509Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-30T08:08:04.851Z] Removing intermediate container 9b080899f987 [2020-09-30T08:08:04.851Z] ---> 529a576b7b6a [2020-09-30T08:08:04.851Z] [2020-09-30T08:08:04.851Z] Step 10/20 : FROM alpine [2020-09-30T08:08:05.152Z] latest: Pulling from library/alpine [2020-09-30T08:08:05.435Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-30T08:08:05.704Z] Status: Downloaded newer image for alpine:latest [2020-09-30T08:08:05.705Z] ---> a24bb4013296 [2020-09-30T08:08:05.705Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-30T08:08:05.705Z] ---> Running in 92df5f57099e [2020-09-30T08:08:05.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-30T08:08:07.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T08:08:07.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T08:08:08.482Z] v3.12.0-355-gd6f249c14e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-30T08:08:08.482Z] v3.12.0-356-g20de812e98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-30T08:08:08.482Z] OK: 12750 distinct packages available [2020-09-30T08:08:08.809Z] Removing intermediate container fc9d5bd51b20 [2020-09-30T08:08:08.809Z] ---> 2f09574a68b6 [2020-09-30T08:08:08.809Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-30T08:08:08.809Z] ---> Running in 4ac1112c0db7 [2020-09-30T08:08:09.094Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-30T08:08:09.094Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-30T08:08:09.094Z] (3/4) Installing libcurl (7.69.1-r1) [2020-09-30T08:08:09.094Z] (4/4) Installing curl (7.69.1-r1) [2020-09-30T08:08:09.094Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T08:08:09.426Z] Executing ca-certificates-20191127-r4.trigger [2020-09-30T08:08:09.426Z] OK: 7 MiB in 18 packages [2020-09-30T08:08:11.549Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-30T08:08:13.543Z] Removing intermediate container 92df5f57099e [2020-09-30T08:08:13.543Z] ---> 144a681d2ea8 [2020-09-30T08:08:13.543Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-30T08:08:15.655Z] ---> Running in 3879daec3e63 [2020-09-30T08:08:15.655Z] Removing intermediate container 364cdf496345 [2020-09-30T08:08:15.655Z] ---> 57b6cc6f15da [2020-09-30T08:08:15.655Z] [2020-09-30T08:08:15.655Z] Step 10/26 : FROM alpine:3.10 [2020-09-30T08:08:15.655Z] Removing intermediate container 167ce5b1331e [2020-09-30T08:08:15.655Z] ---> b2e0a965a4e9 [2020-09-30T08:08:15.655Z] [2020-09-30T08:08:15.655Z] Step 10/24 : FROM scratch [2020-09-30T08:08:15.655Z] ---> [2020-09-30T08:08:15.655Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-30T08:08:15.655Z] 3.10: Pulling from library/alpine [2020-09-30T08:08:16.006Z] Removing intermediate container 3879daec3e63 [2020-09-30T08:08:16.007Z] ---> f01b07e5e930 [2020-09-30T08:08:16.007Z] Step 13/20 : WORKDIR /edgex [2020-09-30T08:08:16.007Z] Removing intermediate container 4ac1112c0db7 [2020-09-30T08:08:16.007Z] ---> 667e58f92d42 [2020-09-30T08:08:16.007Z] [2020-09-30T08:08:16.007Z] Step 11/27 : FROM docker:latest [2020-09-30T08:08:16.007Z] ---> 809cc4dba987 [2020-09-30T08:08:16.007Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-30T08:08:16.007Z] ---> Running in e2e06ca30a7e [2020-09-30T08:08:16.354Z] ---> Running in 83c2df1ac210 [2020-09-30T08:08:16.354Z] ---> Running in 57d1b0fa33b5 [2020-09-30T08:08:16.874Z] Removing intermediate container e2e06ca30a7e [2020-09-30T08:08:16.874Z] ---> 00672525c503 [2020-09-30T08:08:16.874Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-30T08:08:17.926Z] ---> Running in e8fccc282f3c [2020-09-30T08:08:17.926Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-30T08:08:17.926Z] Removing intermediate container 83c2df1ac210 [2020-09-30T08:08:17.926Z] ---> 4cc832f34a86 [2020-09-30T08:08:17.926Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-30T08:08:17.926Z] Status: Downloaded newer image for alpine:3.10 [2020-09-30T08:08:17.926Z] ---> be4e4bea2c2e [2020-09-30T08:08:17.926Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-30T08:08:18.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T08:08:18.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T08:08:18.879Z] ---> Running in 5587db282db3 [2020-09-30T08:08:18.879Z] (1/2) Installing readline (8.0.4-r0) [2020-09-30T08:08:18.879Z] Removing intermediate container e8fccc282f3c [2020-09-30T08:08:18.879Z] ---> 671244120595 [2020-09-30T08:08:18.879Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-30T08:08:18.879Z] (2/2) Installing bash (5.0.17-r0) [2020-09-30T08:08:18.879Z] Executing bash-5.0.17-r0.post-install [2020-09-30T08:08:18.879Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T08:08:18.879Z] Removing intermediate container b71c9eccc48c [2020-09-30T08:08:18.879Z] ---> 8796a2d95f76 [2020-09-30T08:08:18.879Z] [2020-09-30T08:08:18.879Z] Step 10/23 : FROM alpine [2020-09-30T08:08:18.879Z] ---> a24bb4013296 [2020-09-30T08:08:18.879Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-30T08:08:18.879Z] OK: 12 MiB in 22 packages [2020-09-30T08:08:18.879Z] ---> f7eca551b0a2 [2020-09-30T08:08:18.879Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-30T08:08:19.261Z] ---> Running in 7e4acac344ab [2020-09-30T08:08:19.261Z] ---> Running in b5ba89c2ac56 [2020-09-30T08:08:19.966Z] Removing intermediate container 7e4acac344ab [2020-09-30T08:08:19.966Z] ---> b472d95f9987 [2020-09-30T08:08:19.966Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-30T08:08:19.966Z] Removing intermediate container b5ba89c2ac56 [2020-09-30T08:08:19.966Z] ---> 114064d74d0f [2020-09-30T08:08:19.966Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-30T08:08:20.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-09-30T08:08:20.607Z] ---> 4c4a2f020439 [2020-09-30T08:08:20.607Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-30T08:08:20.607Z] ---> Running in ec5af2ba3f70 [2020-09-30T08:08:20.933Z] ---> dbe0b561194e [2020-09-30T08:08:20.933Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-30T08:08:20.933Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-09-30T08:08:20.933Z] ---> Running in e6de8dbfccbc [2020-09-30T08:08:20.933Z] Removing intermediate container 57d1b0fa33b5 [2020-09-30T08:08:20.933Z] ---> f40dfb630a41 [2020-09-30T08:08:20.933Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-30T08:08:21.242Z] Removing intermediate container ec5af2ba3f70 [2020-09-30T08:08:21.242Z] ---> 7320f8fd5d2d [2020-09-30T08:08:21.242Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-30T08:08:21.242Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-30T08:08:21.242Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-30T08:08:21.242Z] OK: 10346 distinct packages available [2020-09-30T08:08:21.242Z] ---> Running in 4bc7bfa7f08a [2020-09-30T08:08:21.242Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-30T08:08:21.522Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-30T08:08:21.522Z] (3/5) Installing libcurl (7.66.0-r1) [2020-09-30T08:08:21.522Z] (4/5) Installing curl (7.66.0-r1) [2020-09-30T08:08:21.522Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-30T08:08:21.522Z] Executing busybox-1.30.1-r3.trigger [2020-09-30T08:08:21.522Z] Executing ca-certificates-20191127-r2.trigger [2020-09-30T08:08:21.522Z] OK: 7 MiB in 19 packages [2020-09-30T08:08:21.796Z] ---> Running in 519e002bc7d8 [2020-09-30T08:08:21.796Z] Removing intermediate container e6de8dbfccbc [2020-09-30T08:08:21.796Z] ---> 04e126c98604 [2020-09-30T08:08:21.796Z] Step 17/20 : CMD ["--init=true"] [2020-09-30T08:08:22.397Z] ---> 1d0c34905d50 [2020-09-30T08:08:22.397Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-30T08:08:22.397Z] ---> Running in 6be87ef0761d [2020-09-30T08:08:22.397Z] Removing intermediate container 519e002bc7d8 [2020-09-30T08:08:22.397Z] ---> 2510bcfb72fb [2020-09-30T08:08:22.397Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T08:08:22.725Z] ---> Running in 32646d8dfcac [2020-09-30T08:08:23.486Z] Removing intermediate container 6be87ef0761d [2020-09-30T08:08:23.486Z] ---> 9d4165a0f198 [2020-09-30T08:08:23.486Z] Step 18/20 : LABEL arch=x86_64 [2020-09-30T08:08:23.858Z] Removing intermediate container 5587db282db3 [2020-09-30T08:08:23.858Z] ---> 7c22a05def6e [2020-09-30T08:08:23.858Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-30T08:08:23.858Z] ---> 3133d4516d5a [2020-09-30T08:08:23.858Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-30T08:08:23.858Z] ---> Running in c168e98bb7d1 [2020-09-30T08:08:23.858Z] ---> Running in 97dd16da304b [2020-09-30T08:08:24.190Z] Removing intermediate container c168e98bb7d1 [2020-09-30T08:08:24.190Z] ---> 506d746e897d [2020-09-30T08:08:24.190Z] Step 19/20 : LABEL git_sha=8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:08:24.190Z] ---> Running in d5fd52cb03a4 [2020-09-30T08:08:24.190Z] ---> 1b4fd01c9c2a [2020-09-30T08:08:24.190Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-30T08:08:24.190Z] Removing intermediate container 4bc7bfa7f08a [2020-09-30T08:08:24.190Z] ---> 58e3ed264943 [2020-09-30T08:08:24.190Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-30T08:08:24.190Z] Removing intermediate container 97dd16da304b [2020-09-30T08:08:24.190Z] ---> f8b04c21d811 [2020-09-30T08:08:24.190Z] Step 13/26 : WORKDIR / [2020-09-30T08:08:24.558Z] ---> Running in e0b26d79a0c5 [2020-09-30T08:08:24.558Z] ---> Running in 3ca7b1d04ca5 [2020-09-30T08:08:24.847Z] Removing intermediate container d5fd52cb03a4 [2020-09-30T08:08:24.847Z] ---> c3943d26388d [2020-09-30T08:08:24.847Z] Step 20/20 : LABEL version=1.2.2-dev.38 [2020-09-30T08:08:24.847Z] ---> Running in ae95da6d9836 [2020-09-30T08:08:24.847Z] Removing intermediate container e0b26d79a0c5 [2020-09-30T08:08:24.847Z] ---> 2f3b57611ec1 [2020-09-30T08:08:24.847Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-30T08:08:25.139Z] Removing intermediate container 32646d8dfcac [2020-09-30T08:08:25.139Z] ---> e2fb74fa6171 [2020-09-30T08:08:25.139Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-30T08:08:25.139Z] Removing intermediate container 3ca7b1d04ca5 [2020-09-30T08:08:25.139Z] ---> 4b1b1d096dd4 [2020-09-30T08:08:25.139Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-09-30T08:08:25.139Z] ---> Running in 6c3ed5039e25 [2020-09-30T08:08:25.480Z] ---> eb5000b559d7 [2020-09-30T08:08:25.480Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-30T08:08:25.480Z] ---> Running in 266f438c0b1e [2020-09-30T08:08:25.480Z] Removing intermediate container ae95da6d9836 [2020-09-30T08:08:25.480Z] ---> 9ad9105cfdc3 [2020-09-30T08:08:25.480Z] [2020-09-30T08:08:25.772Z] ---> 272b1a4ef521 [2020-09-30T08:08:25.772Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-09-30T08:08:25.773Z] Removing intermediate container 6c3ed5039e25 [2020-09-30T08:08:25.773Z] ---> 678919a4849c [2020-09-30T08:08:25.773Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-30T08:08:25.773Z] Successfully built 9ad9105cfdc3 [2020-09-30T08:08:25.773Z] ---> b368f71187a6 [2020-09-30T08:08:25.773Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-30T08:08:26.103Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-09-30T08:08:26.104Z] Building docker-core-command-go [2020-09-30T08:08:26.104Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 390dc806b0f6 [2020-09-30T08:08:26.104Z] ---> Running in cc7844eaf4ea [2020-09-30T08:08:26.104Z] ---> b86aa2ff58ca [2020-09-30T08:08:26.104Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-30T08:08:26.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T08:08:26.382Z] Removing intermediate container 390dc806b0f6 [2020-09-30T08:08:26.382Z] ---> 5df93774e8fc [2020-09-30T08:08:26.382Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-30T08:08:26.382Z] Removing intermediate container cc7844eaf4ea [2020-09-30T08:08:26.382Z] ---> 26f6b6e626ad [2020-09-30T08:08:26.382Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T08:08:26.716Z] ---> Running in 9b251b014962 [2020-09-30T08:08:27.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T08:08:27.298Z] ---> aefcc6a55a39 [2020-09-30T08:08:27.298Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-30T08:08:27.298Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-30T08:08:27.573Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-30T08:08:27.573Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-30T08:08:27.573Z] ---> 9b4c98d5454f [2020-09-30T08:08:27.573Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-30T08:08:27.573Z] Removing intermediate container 9b251b014962 [2020-09-30T08:08:27.573Z] ---> 7cffb6b2727e [2020-09-30T08:08:27.573Z] Step 22/24 : LABEL arch=x86_64 [2020-09-30T08:08:27.865Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-30T08:08:27.865Z] ---> Running in 5702113e1c03 [2020-09-30T08:08:27.865Z] ---> e10c20efddad [2020-09-30T08:08:27.865Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-30T08:08:27.865Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-30T08:08:28.524Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T08:08:28.524Z] OK: 8 MiB in 19 packages [2020-09-30T08:08:30.122Z] ---> 520041235b15 [2020-09-30T08:08:30.122Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-30T08:08:30.122Z] Removing intermediate container 5702113e1c03 [2020-09-30T08:08:30.122Z] ---> 5c73b975838e [2020-09-30T08:08:30.122Z] Step 23/24 : LABEL git_sha=8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:08:30.122Z] ---> Running in 92b46b7b7ea9 [2020-09-30T08:08:30.122Z] ---> e38526cc30b7 [2020-09-30T08:08:30.122Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-30T08:08:30.768Z] Removing intermediate container 92b46b7b7ea9 [2020-09-30T08:08:30.768Z] ---> 0be030155244 [2020-09-30T08:08:30.768Z] Step 24/24 : LABEL version=1.2.2-dev.38 [2020-09-30T08:08:30.768Z] Removing intermediate container 266f438c0b1e [2020-09-30T08:08:30.768Z] ---> 2a8720c56a06 [2020-09-30T08:08:30.768Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-30T08:08:30.768Z] ---> Running in a75dc28ba1e9 [2020-09-30T08:08:31.409Z] ---> dadef611c276 [2020-09-30T08:08:31.409Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-09-30T08:08:31.724Z] ---> Running in 34e7aedc9cd6 [2020-09-30T08:08:31.724Z] ---> 91ea8c435975 [2020-09-30T08:08:31.724Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-30T08:08:32.064Z] Removing intermediate container a75dc28ba1e9 [2020-09-30T08:08:32.064Z] ---> 8bf0ada8f0d1 [2020-09-30T08:08:32.064Z] [2020-09-30T08:08:32.064Z] ---> d1745f6845e6 [2020-09-30T08:08:32.064Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-30T08:08:32.372Z] Successfully built 8bf0ada8f0d1 [2020-09-30T08:08:32.372Z] Successfully tagged docker-support-notifications-go:latest [2020-09-30T08:08:32.372Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2020-09-30T08:08:33.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T08:08:33.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T08:08:33.828Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-30T08:08:33.828Z] (2/33) Installing expat (2.2.9-r1) [2020-09-30T08:08:33.828Z] (3/33) Installing libffi (3.3-r2) [2020-09-30T08:08:33.828Z] (4/33) Installing gdbm (1.13-r1) [2020-09-30T08:08:34.179Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-30T08:08:34.179Z] ---> 1511243ca0b0 [2020-09-30T08:08:34.179Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-30T08:08:34.179Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-30T08:08:34.179Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-30T08:08:34.948Z] ---> 4e7de7ead5eb [2020-09-30T08:08:34.948Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-30T08:08:38.653Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T08:08:38.654Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-30T08:08:38.654Z] ---> da7850ddc86d [2020-09-30T08:08:38.654Z] Step 3/22 : WORKDIR /edgex-go [2020-09-30T08:08:38.654Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T08:08:38.654Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-30T08:08:38.654Z] ---> da7850ddc86d [2020-09-30T08:08:38.654Z] Step 3/24 : WORKDIR /edgex-go [2020-09-30T08:08:38.654Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T08:08:38.654Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-30T08:08:38.654Z] ---> da7850ddc86d [2020-09-30T08:08:38.654Z] Step 3/22 : WORKDIR /edgex-go [2020-09-30T08:08:38.654Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T08:08:38.654Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-30T08:08:38.654Z] ---> da7850ddc86d [2020-09-30T08:08:38.654Z] Step 3/22 : WORKDIR /edgex-go [2020-09-30T08:08:38.654Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T08:08:38.654Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-30T08:08:38.654Z] ---> da7850ddc86d [2020-09-30T08:08:38.654Z] Step 3/29 : WORKDIR /edgex-go [2020-09-30T08:08:39.542Z] ---> b9fd76c3f574 [2020-09-30T08:08:39.542Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-30T08:08:39.636Z] ---> Running in 5fc63b25a84d [2020-09-30T08:08:39.637Z] ---> Running in 0602f908616a [2020-09-30T08:08:39.637Z] ---> Running in 95cff796e069 [2020-09-30T08:08:39.637Z] ---> Running in 1c5662c87f1c [2020-09-30T08:08:39.637Z] ---> Running in 40a51dd27fd3 [2020-09-30T08:08:40.309Z] Removing intermediate container 40a51dd27fd3 [2020-09-30T08:08:40.309Z] ---> 43984e997fe1 [2020-09-30T08:08:40.309Z] Step 4/29 : RUN apk update && apk add make git [2020-09-30T08:08:40.309Z] Removing intermediate container 5fc63b25a84d [2020-09-30T08:08:40.309Z] ---> 50f461dafec2 [2020-09-30T08:08:40.309Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T08:08:40.309Z] Removing intermediate container 95cff796e069 [2020-09-30T08:08:40.309Z] ---> 082cfd599173 [2020-09-30T08:08:40.309Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T08:08:40.621Z] Removing intermediate container 1c5662c87f1c [2020-09-30T08:08:40.621Z] ---> c01c89795d72 [2020-09-30T08:08:40.621Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T08:08:40.621Z] Removing intermediate container 0602f908616a [2020-09-30T08:08:40.621Z] ---> 3136bf487b8f [2020-09-30T08:08:40.621Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T08:08:40.621Z] ---> Running in 7a12402eee91 [2020-09-30T08:08:40.621Z] ---> Running in 74538841d39e [2020-09-30T08:08:40.621Z] ---> Running in ce3c9a160eea [2020-09-30T08:08:40.900Z] ---> Running in d40b12b43133 [2020-09-30T08:08:40.900Z] ---> Running in 0fd2eec51a47 [2020-09-30T08:08:40.985Z] ---> Running in 1ec120a7acad [2020-09-30T08:08:40.986Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-30T08:08:40.986Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-30T08:08:40.986Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-30T08:08:40.986Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-30T08:08:40.986Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-30T08:08:40.986Z] ---> ca0020432b2a [2020-09-30T08:08:40.986Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-30T08:08:40.986Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-30T08:08:40.986Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-30T08:08:41.577Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-30T08:08:41.577Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-30T08:08:41.860Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-30T08:08:41.860Z] ---> Running in fd9bb7c29f13 [2020-09-30T08:08:41.860Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-30T08:08:42.125Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-30T08:08:42.125Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-30T08:08:42.408Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-30T08:08:42.408Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-30T08:08:42.408Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-30T08:08:42.675Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-30T08:08:42.675Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-30T08:08:43.397Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T08:08:43.397Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-30T08:08:43.397Z] ---> 0a326fdfe862 [2020-09-30T08:08:43.397Z] Step 3/22 : WORKDIR /edgex-go [2020-09-30T08:08:43.397Z] ---> Using cache [2020-09-30T08:08:43.397Z] ---> dbd1937dadc8 [2020-09-30T08:08:43.397Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T08:08:43.397Z] ---> Using cache [2020-09-30T08:08:43.397Z] ---> a473e5365235 [2020-09-30T08:08:43.397Z] Step 5/22 : RUN apk update && apk add make git [2020-09-30T08:08:43.397Z] ---> Using cache [2020-09-30T08:08:43.397Z] ---> 20f419bd3e34 [2020-09-30T08:08:43.398Z] Step 6/22 : COPY go.mod . [2020-09-30T08:08:43.398Z] ---> Using cache [2020-09-30T08:08:43.398Z] ---> c4e012066103 [2020-09-30T08:08:43.398Z] Step 7/22 : RUN go mod download [2020-09-30T08:08:43.398Z] ---> Using cache [2020-09-30T08:08:43.398Z] ---> db181fbfcd28 [2020-09-30T08:08:43.398Z] Step 8/22 : COPY . . [2020-09-30T08:08:43.762Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-30T08:08:43.762Z] ---> Using cache [2020-09-30T08:08:43.762Z] ---> 9465b214cf3a [2020-09-30T08:08:43.762Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-30T08:08:43.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T08:08:44.459Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-30T08:08:44.459Z] Removing intermediate container fd9bb7c29f13 [2020-09-30T08:08:44.459Z] ---> 1eb1c0b1e4fa [2020-09-30T08:08:44.459Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T08:08:44.459Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-30T08:08:44.459Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-30T08:08:44.459Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-30T08:08:44.794Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-30T08:08:44.794Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-30T08:08:44.794Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-30T08:08:44.794Z] ---> Running in ad70dd914d12 [2020-09-30T08:08:44.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T08:08:45.111Z] ---> Running in c2901a8d9351 [2020-09-30T08:08:45.111Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T08:08:45.111Z] OK: 71 MiB in 55 packages [2020-09-30T08:08:45.825Z] Removing intermediate container c2901a8d9351 [2020-09-30T08:08:45.825Z] ---> 50e0a9182f84 [2020-09-30T08:08:45.825Z] Step 21/23 : LABEL arch=x86_64 [2020-09-30T08:08:45.906Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T08:08:45.907Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T08:08:45.907Z] OK: 12623 distinct packages available [2020-09-30T08:08:45.907Z] Removing intermediate container 7a12402eee91 [2020-09-30T08:08:45.907Z] ---> b4f473e4ed1d [2020-09-30T08:08:45.907Z] Step 5/22 : RUN apk update && apk add make git [2020-09-30T08:08:46.174Z] ---> Running in e8f9fec8a009 [2020-09-30T08:08:46.220Z] ---> Running in 7db8c5173009 [2020-09-30T08:08:46.220Z] Removing intermediate container d40b12b43133 [2020-09-30T08:08:46.220Z] ---> 62d14c0b0f2d [2020-09-30T08:08:46.220Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-30T08:08:46.547Z] ---> Running in bd6abfd52379 [2020-09-30T08:08:46.547Z] OK: 217 MiB in 51 packages [2020-09-30T08:08:46.863Z] Removing intermediate container ce3c9a160eea [2020-09-30T08:08:46.863Z] ---> 743508946d1c [2020-09-30T08:08:46.863Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-30T08:08:46.863Z] Removing intermediate container 0fd2eec51a47 [2020-09-30T08:08:46.863Z] ---> 9d34271512b9 [2020-09-30T08:08:46.863Z] Step 5/22 : RUN apk update && apk add make git [2020-09-30T08:08:47.172Z] ---> Running in 0ba2158a3e44 [2020-09-30T08:08:47.172Z] ---> Running in 4c0e702c745c [2020-09-30T08:08:47.297Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o cmd/core-command/core-command ./cmd/core-command [2020-09-30T08:08:47.297Z] Removing intermediate container 1ec120a7acad [2020-09-30T08:08:47.297Z] ---> fecaa4b20bc9 [2020-09-30T08:08:47.297Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-30T08:08:47.952Z] Removing intermediate container e8f9fec8a009 [2020-09-30T08:08:47.952Z] ---> 0942597e9bb2 [2020-09-30T08:08:47.952Z] Step 22/23 : LABEL git_sha=8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:08:48.605Z] ---> Running in ba78f0704afc [2020-09-30T08:08:48.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T08:08:48.703Z] Removing intermediate container 74538841d39e [2020-09-30T08:08:48.703Z] ---> 5e4b0c6ed377 [2020-09-30T08:08:48.703Z] Step 5/29 : COPY go.mod . [2020-09-30T08:08:48.968Z] ---> Running in 7242f8a845fd [2020-09-30T08:08:49.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T08:08:49.305Z] Removing intermediate container ba78f0704afc [2020-09-30T08:08:49.305Z] ---> f268599429f4 [2020-09-30T08:08:49.305Z] Step 24/26 : LABEL arch=x86_64 [2020-09-30T08:08:49.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T08:08:49.621Z] Removing intermediate container 7242f8a845fd [2020-09-30T08:08:49.621Z] ---> ceae55622894 [2020-09-30T08:08:49.621Z] Step 23/23 : LABEL version=1.2.2-dev.38 [2020-09-30T08:08:49.678Z] ---> d0a28fc9230d [2020-09-30T08:08:49.678Z] Step 6/29 : RUN go mod download [2020-09-30T08:08:49.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T08:08:49.678Z] ---> Running in b34212fd392d [2020-09-30T08:08:49.934Z] ---> Running in 05e90ad3494b [2020-09-30T08:08:49.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T08:08:49.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T08:08:50.232Z] ---> Running in 15f833c62272 [2020-09-30T08:08:50.317Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T08:08:50.317Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T08:08:50.317Z] OK: 12623 distinct packages available [2020-09-30T08:08:50.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T08:08:50.929Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T08:08:50.929Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-30T08:08:50.929Z] ---> 0a326fdfe862 [2020-09-30T08:08:50.929Z] Step 3/21 : WORKDIR /edgex-go [2020-09-30T08:08:50.929Z] ---> Using cache [2020-09-30T08:08:50.929Z] ---> dbd1937dadc8 [2020-09-30T08:08:50.929Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T08:08:50.929Z] ---> Using cache [2020-09-30T08:08:50.929Z] ---> a473e5365235 [2020-09-30T08:08:50.929Z] Step 5/21 : RUN apk update && apk add make git [2020-09-30T08:08:50.929Z] ---> Using cache [2020-09-30T08:08:50.929Z] ---> 20f419bd3e34 [2020-09-30T08:08:50.929Z] Step 6/21 : COPY go.mod . [2020-09-30T08:08:50.929Z] ---> Using cache [2020-09-30T08:08:50.929Z] ---> c4e012066103 [2020-09-30T08:08:50.929Z] Step 7/21 : RUN go mod download [2020-09-30T08:08:50.929Z] ---> Using cache [2020-09-30T08:08:50.929Z] ---> db181fbfcd28 [2020-09-30T08:08:50.929Z] Step 8/21 : COPY . . [2020-09-30T08:08:50.929Z] ---> Using cache [2020-09-30T08:08:50.929Z] ---> 9465b214cf3a [2020-09-30T08:08:50.929Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-30T08:08:51.006Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T08:08:51.006Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T08:08:51.006Z] OK: 12623 distinct packages available [2020-09-30T08:08:51.006Z] OK: 217 MiB in 51 packages [2020-09-30T08:08:51.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T08:08:51.316Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T08:08:51.316Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T08:08:51.316Z] OK: 12623 distinct packages available [2020-09-30T08:08:51.558Z] Removing intermediate container 05e90ad3494b [2020-09-30T08:08:51.558Z] ---> cde7c627d48e [2020-09-30T08:08:51.558Z] Step 25/26 : LABEL git_sha=8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:08:51.623Z] OK: 217 MiB in 51 packages [2020-09-30T08:08:51.921Z] ---> Running in 4fe33b59f3fc [2020-09-30T08:08:51.921Z] Removing intermediate container 15f833c62272 [2020-09-30T08:08:51.921Z] ---> efe9d32c683c [2020-09-30T08:08:51.921Z] [2020-09-30T08:08:51.921Z] ---> Running in 3ffa6c60a9c8 [2020-09-30T08:08:52.263Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T08:08:52.264Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T08:08:52.264Z] OK: 12623 distinct packages available [2020-09-30T08:08:52.264Z] OK: 217 MiB in 51 packages [2020-09-30T08:08:52.565Z] Successfully built efe9d32c683c [2020-09-30T08:08:52.565Z] Successfully tagged docker-core-data-go:latest [2020-09-30T08:08:52.565Z] Building docker-core-metadata-go [2020-09-30T08:08:52.883Z]  Building docker-core-data-go ... done Removing intermediate container 3ffa6c60a9c8 [2020-09-30T08:08:52.883Z] ---> 30b4e8a464d4 [2020-09-30T08:08:52.883Z] Step 26/26 : LABEL version=1.2.2-dev.38 [2020-09-30T08:08:52.903Z] Removing intermediate container 7db8c5173009 [2020-09-30T08:08:52.903Z] ---> ff299e98c02a [2020-09-30T08:08:52.903Z] Step 6/22 : COPY go.mod . [2020-09-30T08:08:53.194Z] OK: 217 MiB in 51 packages [2020-09-30T08:08:53.194Z] OK: 217 MiB in 51 packages [2020-09-30T08:08:53.216Z] ---> Running in 01b038fede28 [2020-09-30T08:08:53.489Z] Removing intermediate container bd6abfd52379 [2020-09-30T08:08:53.489Z] ---> d5ec33bdc5a7 [2020-09-30T08:08:53.489Z] Step 6/24 : COPY go.mod . [2020-09-30T08:08:53.787Z] Removing intermediate container b34212fd392d [2020-09-30T08:08:53.787Z] ---> 97bd6e2652c6 [2020-09-30T08:08:53.787Z] Step 7/29 : COPY . . [2020-09-30T08:08:53.787Z] ---> 90d22debea57 [2020-09-30T08:08:53.787Z] Step 7/22 : RUN go mod download [2020-09-30T08:08:53.849Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-30T08:08:54.072Z] ---> Running in 3850f7b9b83d [2020-09-30T08:08:54.157Z] Removing intermediate container 01b038fede28 [2020-09-30T08:08:54.157Z] ---> 4099b63f38fc [2020-09-30T08:08:54.157Z] [2020-09-30T08:08:54.704Z] ---> 3a4920dbd082 [2020-09-30T08:08:54.704Z] Step 7/24 : RUN go mod download [2020-09-30T08:08:54.993Z] ---> Running in c08bb06829de [2020-09-30T08:08:55.270Z] Removing intermediate container 0ba2158a3e44 [2020-09-30T08:08:55.270Z] ---> 603fba623e0f [2020-09-30T08:08:55.270Z] Step 6/22 : COPY go.mod . [2020-09-30T08:08:55.555Z] Removing intermediate container 4c0e702c745c [2020-09-30T08:08:55.555Z] ---> 26bf49d1eb31 [2020-09-30T08:08:55.555Z] Step 6/22 : COPY go.mod . [2020-09-30T08:08:55.754Z] Successfully built 4099b63f38fc [2020-09-30T08:08:56.288Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-09-30T08:08:56.288Z] Building docker-security-secrets-setup-go [2020-09-30T08:08:57.042Z] ---> a792a7bc22ce [2020-09-30T08:08:57.042Z] Step 7/22 : RUN go mod download [2020-09-30T08:08:57.042Z] ---> c743363a9edd [2020-09-30T08:08:57.042Z] Step 7/22 : RUN go mod download [2020-09-30T08:08:57.334Z] ---> Running in 19d795b3a63d [2020-09-30T08:08:57.628Z] ---> Running in f5f4e394a84b [2020-09-30T08:08:58.662Z] Removing intermediate container 3850f7b9b83d [2020-09-30T08:08:58.662Z] ---> 87d00aa3aeba [2020-09-30T08:08:58.662Z] Step 8/22 : COPY . . [2020-09-30T08:09:00.144Z] Removing intermediate container c08bb06829de [2020-09-30T08:09:00.144Z] ---> d9227dd3ff3b [2020-09-30T08:09:00.144Z] Step 8/24 : COPY . . [2020-09-30T08:09:04.526Z] Removing intermediate container 19d795b3a63d [2020-09-30T08:09:04.526Z] ---> 078a292d6afb [2020-09-30T08:09:04.526Z] Step 8/22 : COPY . . [2020-09-30T08:09:04.526Z] Removing intermediate container f5f4e394a84b [2020-09-30T08:09:04.526Z] ---> ddb523cc3d0c [2020-09-30T08:09:04.526Z] Step 8/22 : COPY . . [2020-09-30T08:09:15.063Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 34e7aedc9cd6 [2020-09-30T08:09:15.063Z] ---> e36d0c93f383 [2020-09-30T08:09:15.063Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-30T08:09:17.736Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T08:09:17.736Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-30T08:09:17.736Z] ---> 0a326fdfe862 [2020-09-30T08:09:17.736Z] Step 3/22 : WORKDIR /edgex-go [2020-09-30T08:09:17.736Z] ---> Using cache [2020-09-30T08:09:17.736Z] ---> dbd1937dadc8 [2020-09-30T08:09:17.736Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T08:09:17.736Z] ---> Using cache [2020-09-30T08:09:17.736Z] ---> a473e5365235 [2020-09-30T08:09:17.736Z] Step 5/22 : RUN apk update && apk add make git [2020-09-30T08:09:17.736Z] ---> Using cache [2020-09-30T08:09:17.736Z] ---> 20f419bd3e34 [2020-09-30T08:09:17.736Z] Step 6/22 : COPY go.mod . [2020-09-30T08:09:17.736Z] ---> Using cache [2020-09-30T08:09:17.736Z] ---> c4e012066103 [2020-09-30T08:09:17.737Z] Step 7/22 : RUN go mod download [2020-09-30T08:09:17.737Z] ---> Using cache [2020-09-30T08:09:17.737Z] ---> db181fbfcd28 [2020-09-30T08:09:17.737Z] Step 8/22 : COPY . . [2020-09-30T08:09:17.737Z] ---> Using cache [2020-09-30T08:09:17.737Z] ---> 9465b214cf3a [2020-09-30T08:09:17.737Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-30T08:09:18.739Z] ---> Running in 810a641a5cac [2020-09-30T08:09:18.739Z] ---> Running in 8b83bc1893ba [2020-09-30T08:09:19.682Z] ---> 25465c1a7451 [2020-09-30T08:09:19.682Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-30T08:09:20.684Z] ---> Running in 4998d91a65c0 [2020-09-30T08:09:20.836Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T08:09:20.836Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-30T08:09:20.836Z] ---> 0a326fdfe862 [2020-09-30T08:09:20.836Z] Step 3/29 : WORKDIR /edgex-go [2020-09-30T08:09:20.836Z] ---> Using cache [2020-09-30T08:09:20.836Z] ---> dbd1937dadc8 [2020-09-30T08:09:20.836Z] Step 4/29 : RUN apk update && apk add make git [2020-09-30T08:09:20.966Z] ---> b1f1ed1a92a8 [2020-09-30T08:09:20.966Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-30T08:09:20.966Z] ---> 07149d03c9be [2020-09-30T08:09:20.966Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-30T08:09:21.250Z] ---> f7b914562c35 [2020-09-30T08:09:21.250Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-30T08:09:21.250Z] ---> Running in 83ef508476b9 [2020-09-30T08:09:21.251Z] ---> Running in af1e0e1fa862 [2020-09-30T08:09:21.251Z] ---> Running in 18e10406ce4c [2020-09-30T08:09:21.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-30T08:09:21.529Z] ---> cc2d61b7b72f [2020-09-30T08:09:21.529Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-30T08:09:22.032Z] ---> Running in 2014096e87d9 [2020-09-30T08:09:22.134Z] ---> Running in 4ae6a039da70 [2020-09-30T08:09:22.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-30T08:09:23.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T08:09:24.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T08:09:24.215Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-30T08:09:24.440Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T08:09:24.440Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T08:09:24.440Z] OK: 12752 distinct packages available [2020-09-30T08:09:24.501Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-30T08:09:24.738Z] OK: 233 MiB in 51 packages [2020-09-30T08:09:24.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o cmd/core-command/core-command ./cmd/core-command [2020-09-30T08:09:24.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-30T08:09:27.405Z] Removing intermediate container ad70dd914d12 [2020-09-30T08:09:27.405Z] ---> 127bb5fac5f0 [2020-09-30T08:09:27.405Z] [2020-09-30T08:09:27.405Z] Step 10/22 : FROM scratch [2020-09-30T08:09:27.405Z] ---> [2020-09-30T08:09:27.405Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-30T08:09:27.405Z] Removing intermediate container 2014096e87d9 [2020-09-30T08:09:27.405Z] ---> 7a6ba3b56340 [2020-09-30T08:09:27.405Z] Step 5/29 : COPY go.mod . [2020-09-30T08:09:28.180Z] Collecting docker-compose==1.23.2 [2020-09-30T08:09:28.478Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-30T08:09:28.791Z] ---> d3ba4fe1441c [2020-09-30T08:09:28.791Z] Step 6/29 : RUN go mod download [2020-09-30T08:09:29.429Z] ---> Running in 89c6b6f9c691 [2020-09-30T08:09:29.429Z] Collecting docopt<0.7,>=0.6.1 [2020-09-30T08:09:29.429Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-30T08:09:29.732Z] ---> Running in 2eda3c5f25d9 [2020-09-30T08:09:30.353Z] Removing intermediate container 89c6b6f9c691 [2020-09-30T08:09:30.353Z] ---> 3048ab9f2163 [2020-09-30T08:09:30.353Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-30T08:09:30.353Z] Removing intermediate container 4fe33b59f3fc [2020-09-30T08:09:30.353Z] ---> 9a76bc52e220 [2020-09-30T08:09:30.353Z] [2020-09-30T08:09:30.353Z] Step 10/21 : FROM scratch [2020-09-30T08:09:30.353Z] ---> [2020-09-30T08:09:30.353Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-30T08:09:30.353Z] ---> Using cache [2020-09-30T08:09:30.353Z] ---> 3048ab9f2163 [2020-09-30T08:09:30.353Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-30T08:09:30.353Z] ---> Running in 8eb570cb069d [2020-09-30T08:09:30.633Z] ---> Running in 52691da7bd42 [2020-09-30T08:09:30.633Z] Collecting texttable<0.10,>=0.9.0 [2020-09-30T08:09:30.633Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-30T08:09:30.915Z] Removing intermediate container 8eb570cb069d [2020-09-30T08:09:30.915Z] ---> 852d5ca201cf [2020-09-30T08:09:30.915Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-30T08:09:30.915Z] Removing intermediate container 52691da7bd42 [2020-09-30T08:09:30.915Z] ---> 8bf8b5b8dfec [2020-09-30T08:09:30.915Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-30T08:09:31.202Z] ---> Running in cea2e943390d [2020-09-30T08:09:31.202Z] ---> Running in 5b7618d4edb8 [2020-09-30T08:09:32.669Z] Collecting docker<4.0,>=3.6.0 [2020-09-30T08:09:32.669Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-30T08:09:32.939Z] Removing intermediate container 5b7618d4edb8 [2020-09-30T08:09:32.939Z] ---> d0b29b7741d2 [2020-09-30T08:09:32.939Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-30T08:09:32.939Z] Removing intermediate container cea2e943390d [2020-09-30T08:09:32.939Z] ---> 57931d0d8724 [2020-09-30T08:09:32.939Z] Step 14/22 : WORKDIR / [2020-09-30T08:09:33.219Z] ---> Running in 5bcffc52a364 [2020-09-30T08:09:33.219Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-30T08:09:33.219Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-30T08:09:33.505Z] Removing intermediate container 5bcffc52a364 [2020-09-30T08:09:33.505Z] ---> 871864fde3fd [2020-09-30T08:09:33.505Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-30T08:09:33.505Z] Collecting cached-property<2,>=1.2.0 [2020-09-30T08:09:33.505Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-09-30T08:09:33.505Z] ---> 25275c52a9db [2020-09-30T08:09:33.505Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-30T08:09:33.793Z] Collecting PyYAML<4,>=3.10 [2020-09-30T08:09:33.793Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-30T08:09:34.081Z] ---> 7a76f482b208 [2020-09-30T08:09:34.082Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-30T08:09:35.645Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-30T08:09:35.645Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-30T08:09:35.645Z] ---> 142fcb4a6353 [2020-09-30T08:09:35.645Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-30T08:09:35.645Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-30T08:09:35.645Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-30T08:09:35.645Z] ---> 00675bb651be [2020-09-30T08:09:35.645Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-30T08:09:35.943Z] Removing intermediate container 2eda3c5f25d9 [2020-09-30T08:09:35.944Z] ---> 43b2f979eb86 [2020-09-30T08:09:35.944Z] Step 7/29 : COPY . . [2020-09-30T08:09:35.944Z] ---> 46cfc947ca62 [2020-09-30T08:09:35.944Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-30T08:09:36.255Z] ---> Running in c1416491432f [2020-09-30T08:09:36.255Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-09-30T08:09:36.556Z] Collecting jsonschema<3,>=2.5.1 [2020-09-30T08:09:36.556Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-30T08:09:37.572Z] ---> b97b894b728c [2020-09-30T08:09:37.572Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-30T08:09:38.212Z] Collecting docker-pycreds>=0.4.0 [2020-09-30T08:09:38.212Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-30T08:09:38.212Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-09-30T08:09:38.494Z] Collecting idna<2.8,>=2.5 [2020-09-30T08:09:38.494Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-30T08:09:38.802Z] Removing intermediate container c1416491432f [2020-09-30T08:09:38.802Z] ---> cbbdecb4887d [2020-09-30T08:09:38.802Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T08:09:38.802Z] ---> Running in 088eeb124ae1 [2020-09-30T08:09:39.099Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-09-30T08:09:39.391Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-30T08:09:39.392Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-30T08:09:40.401Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-30T08:09:40.401Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-30T08:09:40.401Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-30T08:09:40.401Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-30T08:09:40.401Z] ---> Running in a09a4b063001 [2020-09-30T08:09:40.401Z] Installing collected packages: docopt, texttable, docker-pycreds, websocket-client, idna, urllib3, requests, docker, cached-property, PyYAML, dockerpty, jsonschema, docker-compose [2020-09-30T08:09:40.401Z] Running setup.py install for docopt: started [2020-09-30T08:09:42.410Z] Running setup.py install for docopt: finished with status 'done' [2020-09-30T08:09:42.410Z] Running setup.py install for texttable: started [2020-09-30T08:09:42.711Z] Running setup.py install for texttable: finished with status 'done' [2020-09-30T08:09:43.337Z] Removing intermediate container a09a4b063001 [2020-09-30T08:09:43.337Z] ---> 0a683b8be9d8 [2020-09-30T08:09:43.337Z] Step 19/21 : LABEL arch=x86_64 [2020-09-30T08:09:43.605Z] Removing intermediate container 088eeb124ae1 [2020-09-30T08:09:43.605Z] ---> 9443cecce7b3 [2020-09-30T08:09:43.605Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T08:09:45.055Z] Attempting uninstall: idna [2020-09-30T08:09:45.056Z] Found existing installation: idna 2.9 [2020-09-30T08:09:45.056Z] Uninstalling idna-2.9: [2020-09-30T08:09:45.056Z] ---> Running in 7203d023a2aa [2020-09-30T08:09:45.693Z] Successfully uninstalled idna-2.9 [2020-09-30T08:09:46.325Z] ---> Running in d36a8621b60a [2020-09-30T08:09:46.325Z] Attempting uninstall: urllib3 [2020-09-30T08:09:46.325Z] Found existing installation: urllib3 1.25.9 [2020-09-30T08:09:46.325Z] Uninstalling urllib3-1.25.9: [2020-09-30T08:09:47.309Z] Successfully uninstalled urllib3-1.25.9 [2020-09-30T08:09:47.309Z] Removing intermediate container 7203d023a2aa [2020-09-30T08:09:47.309Z] ---> cbb437d3fcb7 [2020-09-30T08:09:47.309Z] Step 20/21 : LABEL git_sha=8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:09:48.724Z] ---> Running in 3417a265eef5 [2020-09-30T08:09:48.724Z] Attempting uninstall: requests [2020-09-30T08:09:48.724Z] Found existing installation: requests 2.23.0 [2020-09-30T08:09:48.724Z] Uninstalling requests-2.23.0: [2020-09-30T08:09:48.724Z] Removing intermediate container d36a8621b60a [2020-09-30T08:09:48.724Z] ---> a7280d5ea7d7 [2020-09-30T08:09:48.724Z] Step 20/22 : LABEL arch=x86_64 [2020-09-30T08:09:48.724Z] Successfully uninstalled requests-2.23.0 [2020-09-30T08:09:49.830Z] ---> Running in 32b763e60adc [2020-09-30T08:09:50.479Z] Removing intermediate container 3417a265eef5 [2020-09-30T08:09:50.479Z] ---> 5f7b78dd6d4c [2020-09-30T08:09:50.479Z] Step 21/21 : LABEL version=1.2.2-dev.38 [2020-09-30T08:09:50.759Z] Running setup.py install for PyYAML: started [2020-09-30T08:09:50.759Z] ---> Running in 7d0201feef90 [2020-09-30T08:09:51.373Z] Removing intermediate container 32b763e60adc [2020-09-30T08:09:51.373Z] ---> 57f33a9f3302 [2020-09-30T08:09:51.373Z] Step 21/22 : LABEL git_sha=8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:09:52.115Z] ---> Running in 26bc878bd042 [2020-09-30T08:09:52.408Z] Removing intermediate container 7d0201feef90 [2020-09-30T08:09:52.408Z] ---> 4ee13895b883 [2020-09-30T08:09:52.408Z] [2020-09-30T08:09:52.700Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-30T08:09:52.700Z] Running setup.py install for dockerpty: started [2020-09-30T08:09:53.092Z] Successfully built 4ee13895b883 [2020-09-30T08:09:53.092Z] Successfully tagged docker-support-scheduler-go:latest [2020-09-30T08:09:53.092Z] Building docker-support-logging-go [2020-09-30T08:09:53.397Z]  Building docker-support-scheduler-go ... done Removing intermediate container 26bc878bd042 [2020-09-30T08:09:53.397Z] ---> 7ca292cf70d1 [2020-09-30T08:09:53.397Z] Step 22/22 : LABEL version=1.2.2-dev.38 [2020-09-30T08:09:54.414Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-30T08:09:55.435Z] ---> Running in 0b9d02ab10d3 [2020-09-30T08:09:59.845Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-09-30T08:09:59.845Z] Removing intermediate container 0b9d02ab10d3 [2020-09-30T08:09:59.845Z] ---> 8dc514ab7623 [2020-09-30T08:09:59.845Z] [2020-09-30T08:10:00.118Z] Successfully built 8dc514ab7623 [2020-09-30T08:10:00.118Z] Successfully tagged docker-core-command-go:latest [2020-09-30T08:10:00.118Z]  Building docker-core-command-go ... done  ---> 92a1ff5e8937 [2020-09-30T08:10:00.118Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-30T08:10:00.385Z] ---> Running in d64bfe95e7bb [2020-09-30T08:10:01.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-30T08:10:10.409Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T08:10:10.410Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-30T08:10:10.410Z] ---> 0a326fdfe862 [2020-09-30T08:10:10.410Z] Step 3/22 : WORKDIR /edgex-go [2020-09-30T08:10:10.410Z] ---> Using cache [2020-09-30T08:10:10.410Z] ---> dbd1937dadc8 [2020-09-30T08:10:10.410Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T08:10:10.410Z] ---> Using cache [2020-09-30T08:10:10.410Z] ---> a473e5365235 [2020-09-30T08:10:10.410Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-30T08:10:10.410Z] ---> Running in 7c0c27a5c653 [2020-09-30T08:10:10.410Z] Removing intermediate container 810a641a5cac [2020-09-30T08:10:10.410Z] ---> 7e4540f533d1 [2020-09-30T08:10:10.410Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-30T08:10:10.688Z] Removing intermediate container 8b83bc1893ba [2020-09-30T08:10:10.688Z] ---> 6181ae4480b9 [2020-09-30T08:10:10.688Z] [2020-09-30T08:10:10.688Z] Step 10/22 : FROM scratch [2020-09-30T08:10:10.688Z] ---> [2020-09-30T08:10:10.688Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-30T08:10:10.688Z] ---> Running in 6b0f69b4357a [2020-09-30T08:10:11.725Z] ---> Using cache [2020-09-30T08:10:11.725Z] ---> 3048ab9f2163 [2020-09-30T08:10:11.725Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-30T08:10:12.018Z] ---> Running in b519cf64817d [2020-09-30T08:10:12.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T08:10:12.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T08:10:12.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T08:10:12.348Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-30T08:10:12.348Z] (2/3) Installing libcurl (7.69.1-r1) [2020-09-30T08:10:12.348Z] (3/3) Installing curl (7.69.1-r1) [2020-09-30T08:10:12.348Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T08:10:12.649Z] OK: 72 MiB in 58 packages [2020-09-30T08:10:12.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T08:10:13.240Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T08:10:13.240Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T08:10:13.240Z] OK: 12752 distinct packages available [2020-09-30T08:10:13.519Z] Removing intermediate container b519cf64817d [2020-09-30T08:10:13.519Z] ---> 529358be710d [2020-09-30T08:10:13.519Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-30T08:10:13.519Z] OK: 233 MiB in 51 packages [2020-09-30T08:10:13.831Z] ---> Running in 1cbaceced0d3 [2020-09-30T08:10:14.127Z] OK: 233 MiB in 51 packages [2020-09-30T08:10:14.127Z] Removing intermediate container 1cbaceced0d3 [2020-09-30T08:10:14.127Z] ---> bd02248bd4ab [2020-09-30T08:10:14.127Z] Step 14/22 : WORKDIR / [2020-09-30T08:10:14.127Z] ---> Running in 532f6c5e461c [2020-09-30T08:10:14.419Z] Removing intermediate container 6b0f69b4357a [2020-09-30T08:10:14.419Z] ---> fb5fe80a7910 [2020-09-30T08:10:14.419Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-30T08:10:14.419Z] ---> Running in 27915885bd91 [2020-09-30T08:10:14.419Z] Removing intermediate container 532f6c5e461c [2020-09-30T08:10:14.419Z] ---> 729126e03c78 [2020-09-30T08:10:14.419Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-30T08:10:14.691Z] Removing intermediate container 27915885bd91 [2020-09-30T08:10:14.691Z] ---> ebee66da3729 [2020-09-30T08:10:14.691Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T08:10:14.966Z] ---> Running in 3bde145eb3bb [2020-09-30T08:10:14.966Z] Removing intermediate container 7c0c27a5c653 [2020-09-30T08:10:14.966Z] ---> da6a3ebcddb4 [2020-09-30T08:10:14.966Z] Step 6/22 : COPY go.mod . [2020-09-30T08:10:14.966Z] ---> e433dec9f555 [2020-09-30T08:10:14.966Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-30T08:10:15.581Z] Removing intermediate container 3bde145eb3bb [2020-09-30T08:10:15.581Z] ---> 5140dc590d45 [2020-09-30T08:10:15.581Z] Step 25/27 : LABEL arch=x86_64 [2020-09-30T08:10:15.581Z] ---> b62be9c2dc2a [2020-09-30T08:10:15.581Z] Step 7/22 : RUN go mod download [2020-09-30T08:10:15.581Z] ---> Running in 205adc07f6d2 [2020-09-30T08:10:15.581Z] ---> Running in 20e6c39c50c2 [2020-09-30T08:10:16.183Z] Removing intermediate container 205adc07f6d2 [2020-09-30T08:10:16.183Z] ---> f7229013a965 [2020-09-30T08:10:16.183Z] Step 26/27 : LABEL git_sha=8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:10:16.183Z] ---> Running in 58c3bb14dee6 [2020-09-30T08:10:16.183Z] ---> e8c14f65ad9b [2020-09-30T08:10:16.183Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-30T08:10:16.801Z] Removing intermediate container 58c3bb14dee6 [2020-09-30T08:10:16.801Z] ---> 99b07ee85d65 [2020-09-30T08:10:16.801Z] Step 27/27 : LABEL version=1.2.2-dev.38 [2020-09-30T08:10:16.801Z] ---> Running in 64517a5860ec [2020-09-30T08:10:17.087Z] ---> c51229940990 [2020-09-30T08:10:17.087Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-30T08:10:17.087Z] ---> Running in a7b55c67dbcd [2020-09-30T08:10:17.087Z] Removing intermediate container 64517a5860ec [2020-09-30T08:10:17.087Z] ---> b99ce3e2e80e [2020-09-30T08:10:17.087Z] [2020-09-30T08:10:17.365Z] Successfully built b99ce3e2e80e [2020-09-30T08:10:17.365Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-09-30T08:10:17.661Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a7b55c67dbcd [2020-09-30T08:10:17.661Z] ---> ef53303c788a [2020-09-30T08:10:17.661Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T08:10:17.661Z] ---> Running in 7ea34f960c58 [2020-09-30T08:10:18.318Z] Removing intermediate container 7ea34f960c58 [2020-09-30T08:10:18.318Z] ---> 1be1bb916b84 [2020-09-30T08:10:18.318Z] Step 20/22 : LABEL arch=x86_64 [2020-09-30T08:10:18.318Z] Removing intermediate container 20e6c39c50c2 [2020-09-30T08:10:18.318Z] ---> 1fcfc98c1332 [2020-09-30T08:10:18.318Z] Step 8/22 : COPY . . [2020-09-30T08:10:18.318Z] ---> Running in dce288e48c77 [2020-09-30T08:10:18.926Z] Removing intermediate container dce288e48c77 [2020-09-30T08:10:18.926Z] ---> 629ddfcb3a53 [2020-09-30T08:10:18.926Z] Step 21/22 : LABEL git_sha=8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:10:19.539Z] ---> Running in 1e7e4cc0745d [2020-09-30T08:10:19.811Z] Removing intermediate container 1e7e4cc0745d [2020-09-30T08:10:19.811Z] ---> 63a3432ef4d7 [2020-09-30T08:10:19.811Z] Step 22/22 : LABEL version=1.2.2-dev.38 [2020-09-30T08:10:21.794Z] ---> Running in 03aebd7c7a5a [2020-09-30T08:10:25.206Z] Removing intermediate container 03aebd7c7a5a [2020-09-30T08:10:25.206Z] ---> b84db3b48b61 [2020-09-30T08:10:25.206Z] [2020-09-30T08:10:25.511Z] Successfully built b84db3b48b61 [2020-09-30T08:10:25.794Z] Successfully tagged docker-core-metadata-go:latest [2020-09-30T08:10:29.213Z]  Building docker-core-metadata-go ... done Removing intermediate container d64bfe95e7bb [2020-09-30T08:10:29.213Z] ---> d9340fd34d0a [2020-09-30T08:10:29.213Z] [2020-09-30T08:10:29.213Z] Step 9/29 : FROM alpine:latest [2020-09-30T08:10:29.213Z] ---> a24bb4013296 [2020-09-30T08:10:29.213Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-30T08:10:29.486Z] ---> Running in 0512ed406114 [2020-09-30T08:10:30.898Z] Removing intermediate container 0512ed406114 [2020-09-30T08:10:30.898Z] ---> 33b82493ef01 [2020-09-30T08:10:30.899Z] Step 11/29 : USER root [2020-09-30T08:10:30.899Z] ---> Running in decb89e5abc7 [2020-09-30T08:10:30.899Z] ---> 7586d6fed1cd [2020-09-30T08:10:30.899Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-30T08:10:31.195Z] ---> Running in 51a2b9e0f5f8 [2020-09-30T08:10:31.195Z] Removing intermediate container decb89e5abc7 [2020-09-30T08:10:31.195Z] ---> 4ae8f734f737 [2020-09-30T08:10:31.195Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-30T08:10:31.195Z] ---> Running in 4def6262c294 [2020-09-30T08:10:31.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-30T08:10:32.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-30T08:10:32.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-30T08:10:32.628Z] v3.12.0-355-gd6f249c14e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-30T08:10:32.628Z] v3.12.0-356-g20de812e98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-30T08:10:32.628Z] OK: 12750 distinct packages available [2020-09-30T08:10:32.906Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-30T08:10:32.906Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-30T08:10:32.906Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T08:10:32.906Z] Executing ca-certificates-20191127-r4.trigger [2020-09-30T08:10:33.193Z] OK: 6 MiB in 16 packages [2020-09-30T08:10:35.230Z] Removing intermediate container 4def6262c294 [2020-09-30T08:10:35.230Z] ---> 13eae8c27ed6 [2020-09-30T08:10:35.230Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-30T08:10:35.230Z] ---> Running in d0e6f011f74a [2020-09-30T08:10:35.531Z] Removing intermediate container d0e6f011f74a [2020-09-30T08:10:35.531Z] ---> 7a79b2b0fb95 [2020-09-30T08:10:35.531Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-30T08:10:35.531Z] ---> Running in 41d1de063850 [2020-09-30T08:10:35.826Z] Removing intermediate container 41d1de063850 [2020-09-30T08:10:35.827Z] ---> 0792ef516228 [2020-09-30T08:10:35.827Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-30T08:10:36.096Z] ---> Running in ee36849412eb [2020-09-30T08:10:38.261Z] Removing intermediate container ee36849412eb [2020-09-30T08:10:38.261Z] ---> 9ea64b37712f [2020-09-30T08:10:38.261Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-30T08:10:39.290Z] ---> ed9798319900 [2020-09-30T08:10:39.290Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-30T08:10:39.564Z] ---> fdd6c33a5813 [2020-09-30T08:10:39.564Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-30T08:10:40.674Z] ---> a795b3b82991 [2020-09-30T08:10:40.674Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-30T08:10:40.985Z] ---> 2949c8bdd463 [2020-09-30T08:10:40.985Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-30T08:10:42.113Z] ---> 837844494a96 [2020-09-30T08:10:42.113Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-30T08:10:42.113Z] ---> Running in b97adad66d1d [2020-09-30T08:10:45.593Z] Removing intermediate container b97adad66d1d [2020-09-30T08:10:45.593Z] ---> 020b8a4a6440 [2020-09-30T08:10:45.593Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-30T08:10:45.940Z] ---> ff0c48e28f73 [2020-09-30T08:10:45.940Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-30T08:10:45.940Z] ---> Running in 9030c9d09d58 [2020-09-30T08:10:46.648Z] Removing intermediate container 4998d91a65c0 [2020-09-30T08:10:46.648Z] ---> daa308bc5820 [2020-09-30T08:10:46.648Z] [2020-09-30T08:10:46.648Z] Step 9/29 : FROM alpine:latest [2020-09-30T08:10:46.648Z] latest: Pulling from library/alpine [2020-09-30T08:10:46.648Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-30T08:10:46.648Z] Status: Downloaded newer image for alpine:latest [2020-09-30T08:10:46.648Z] ---> 62ee0e9f8440 [2020-09-30T08:10:46.648Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-30T08:10:46.648Z] ---> Running in 79c1f07a5edc [2020-09-30T08:10:46.648Z] Removing intermediate container 79c1f07a5edc [2020-09-30T08:10:46.648Z] ---> 095cfeb190e7 [2020-09-30T08:10:46.648Z] Step 11/29 : USER root [2020-09-30T08:10:46.648Z] ---> Running in a982a74cc2ba [2020-09-30T08:10:46.648Z] Removing intermediate container a982a74cc2ba [2020-09-30T08:10:46.648Z] ---> 69fd126408a4 [2020-09-30T08:10:46.648Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-30T08:10:46.928Z] ---> Running in cc6f372b2a58 [2020-09-30T08:10:47.951Z] Removing intermediate container 9030c9d09d58 [2020-09-30T08:10:47.951Z] ---> 593690479a0b [2020-09-30T08:10:47.951Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-30T08:10:48.914Z] ---> Running in 03693713232f [2020-09-30T08:10:49.292Z] Removing intermediate container 51a2b9e0f5f8 [2020-09-30T08:10:49.292Z] ---> 46be020fdb53 [2020-09-30T08:10:49.292Z] [2020-09-30T08:10:49.292Z] Step 10/22 : FROM scratch [2020-09-30T08:10:49.292Z] ---> [2020-09-30T08:10:49.292Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-30T08:10:49.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T08:10:49.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T08:10:49.900Z] ---> Using cache [2020-09-30T08:10:49.900Z] ---> 00672525c503 [2020-09-30T08:10:49.900Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-30T08:10:49.900Z] ---> Running in b5f6e39fa597 [2020-09-30T08:10:50.195Z] v3.12.0-355-gd6f249c14e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-30T08:10:50.195Z] v3.12.0-356-g20de812e98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-30T08:10:50.195Z] OK: 12621 distinct packages available [2020-09-30T08:10:50.493Z] Removing intermediate container b5f6e39fa597 [2020-09-30T08:10:50.493Z] ---> 4c32ca3cf82e [2020-09-30T08:10:50.493Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-30T08:10:50.493Z] ---> Running in 09e16499c173 [2020-09-30T08:10:50.790Z] Removing intermediate container 09e16499c173 [2020-09-30T08:10:50.790Z] ---> fa49cf5581ed [2020-09-30T08:10:50.790Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-30T08:10:50.801Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-30T08:10:51.071Z] ---> bb239afe3658 [2020-09-30T08:10:51.071Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-30T08:10:51.071Z] Removing intermediate container 03693713232f [2020-09-30T08:10:51.071Z] ---> 9ce02421e374 [2020-09-30T08:10:51.071Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-30T08:10:51.080Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-30T08:10:51.080Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T08:10:51.080Z] Executing ca-certificates-20191127-r4.trigger [2020-09-30T08:10:51.341Z] ---> Running in 60c2d8e3aec8 [2020-09-30T08:10:51.624Z] ---> 1f53f41c5bc9 [2020-09-30T08:10:51.624Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-30T08:10:51.624Z] Removing intermediate container 60c2d8e3aec8 [2020-09-30T08:10:51.624Z] ---> 409c4767d0a4 [2020-09-30T08:10:51.624Z] Step 26/29 : CMD [ "generate" ] [2020-09-30T08:10:51.624Z] ---> Running in 2eb5f19d2966 [2020-09-30T08:10:51.693Z] OK: 6 MiB in 16 packages [2020-09-30T08:10:51.902Z] Removing intermediate container 2eb5f19d2966 [2020-09-30T08:10:51.902Z] ---> 4884f360bb0c [2020-09-30T08:10:51.902Z] Step 27/29 : LABEL arch=x86_64 [2020-09-30T08:10:52.176Z] ---> Running in 4340a2db7e15 [2020-09-30T08:10:52.176Z] ---> 071bb2de584f [2020-09-30T08:10:52.176Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-30T08:10:52.449Z] Removing intermediate container 4340a2db7e15 [2020-09-30T08:10:52.449Z] ---> 7a5abee22c09 [2020-09-30T08:10:52.449Z] Step 28/29 : LABEL git_sha=8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:10:52.718Z] ---> Running in 5275b39a05db [2020-09-30T08:10:52.718Z] ---> 0958b2a5a81c [2020-09-30T08:10:52.718Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-30T08:10:52.718Z] ---> Running in 36f433db186d [2020-09-30T08:10:52.718Z] Removing intermediate container 5275b39a05db [2020-09-30T08:10:52.718Z] ---> 748340ac829b [2020-09-30T08:10:52.718Z] Step 29/29 : LABEL version=1.2.2-dev.38 [2020-09-30T08:10:52.992Z] ---> Running in 352920bb9891 [2020-09-30T08:10:52.992Z] Removing intermediate container 36f433db186d [2020-09-30T08:10:52.992Z] ---> dd05528df6ba [2020-09-30T08:10:52.992Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T08:10:52.992Z] ---> Running in d235dfec6a6f [2020-09-30T08:10:52.992Z] Removing intermediate container 352920bb9891 [2020-09-30T08:10:52.992Z] ---> e88f2c46abf0 [2020-09-30T08:10:52.992Z] [2020-09-30T08:10:53.271Z] Successfully built e88f2c46abf0 [2020-09-30T08:10:53.271Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-09-30T08:10:53.271Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container d235dfec6a6f [2020-09-30T08:10:53.271Z] ---> ad12260706fd [2020-09-30T08:10:53.271Z] Step 20/22 : LABEL arch=x86_64 [2020-09-30T08:10:53.271Z] ---> Running in 171f39f93789 [2020-09-30T08:10:53.537Z] Removing intermediate container 171f39f93789 [2020-09-30T08:10:53.537Z] ---> dcc9d99b7720 [2020-09-30T08:10:53.537Z] Step 21/22 : LABEL git_sha=8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:10:53.537Z] ---> Running in 666d682d5c9e [2020-09-30T08:10:53.806Z] Removing intermediate container 666d682d5c9e [2020-09-30T08:10:53.806Z] ---> 9926f1023962 [2020-09-30T08:10:53.806Z] Step 22/22 : LABEL version=1.2.2-dev.38 [2020-09-30T08:10:53.806Z] ---> Running in 3df88ed404f5 [2020-09-30T08:10:54.068Z] Removing intermediate container 3df88ed404f5 [2020-09-30T08:10:54.069Z] ---> b1701597a3dc [2020-09-30T08:10:54.069Z] [2020-09-30T08:10:54.331Z] Successfully built b1701597a3dc [2020-09-30T08:10:54.331Z] Successfully tagged docker-support-logging-go:latest [2020-09-30T08:10:54.343Z] Removing intermediate container cc6f372b2a58 [2020-09-30T08:10:54.343Z] ---> d478a7852944 [2020-09-30T08:10:54.343Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-30T08:10:54.343Z] ---> Running in ffb1f9b060ee [2020-09-30T08:10:54.606Z]  Building docker-support-logging-go ... done  [Pipeline] } [2020-09-30T08:10:54.634Z] $ docker stop --time=1 e8a63c89bc54a50fd5b9e209624a1086b36b401225213bb41d345c28cc2a6124 [2020-09-30T08:10:54.953Z] Removing intermediate container ffb1f9b060ee [2020-09-30T08:10:54.953Z] ---> b1c4ca18bb0c [2020-09-30T08:10:54.953Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-30T08:10:55.234Z] ---> Running in 7c9c570a5933 [2020-09-30T08:10:56.253Z] Removing intermediate container 7c9c570a5933 [2020-09-30T08:10:56.253Z] ---> 85a2e41572b7 [2020-09-30T08:10:56.253Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-30T08:10:56.463Z] $ docker rm -f e8a63c89bc54a50fd5b9e209624a1086b36b401225213bb41d345c28cc2a6124 [2020-09-30T08:10:56.535Z] ---> Running in f959359f34ea [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:10:57.129Z] + docker images [2020-09-30T08:10:57.129Z] + grep docker [2020-09-30T08:10:57.129Z] docker-support-logging-go latest b1701597a3dc 4 seconds ago 11.1MB [2020-09-30T08:10:57.129Z] docker-security-secrets-setup-go latest e88f2c46abf0 5 seconds ago 24MB [2020-09-30T08:10:57.129Z] docker-core-metadata-go latest b84db3b48b61 36 seconds ago 14.1MB [2020-09-30T08:10:57.129Z] docker-sys-mgmt-agent-go latest b99ce3e2e80e 41 seconds ago 290MB [2020-09-30T08:10:57.129Z] docker-core-command-go latest 8dc514ab7623 58 seconds ago 12.2MB [2020-09-30T08:10:57.129Z] docker-support-scheduler-go latest 4ee13895b883 About a minute ago 12.3MB [2020-09-30T08:10:57.129Z] docker-security-secretstore-setup-go latest 4099b63f38fc 2 minutes ago 32.4MB [2020-09-30T08:10:57.129Z] docker-core-data-go latest efe9d32c683c 2 minutes ago 23.6MB [2020-09-30T08:10:57.129Z] docker-support-notifications-go latest 8bf0ada8f0d1 2 minutes ago 13.6MB [2020-09-30T08:10:57.129Z] docker-security-proxy-setup-go latest 9ad9105cfdc3 2 minutes ago 15.8MB [2020-09-30T08:10:57.129Z] docker latest 809cc4dba987 12 days ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-30T08:10:57.750Z] provisioning config files... [2020-09-30T08:10:57.846Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/153@tmp/config3615012031690722361tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-30T08:10:58.315Z] ---> docker-login.sh [2020-09-30T08:10:58.315Z] nexus3.edgexfoundry.org:10001 [2020-09-30T08:10:58.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-30T08:10:58.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-30T08:10:58.585Z] Configure a credential helper to remove this warning. See [2020-09-30T08:10:58.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-30T08:10:58.585Z] [2020-09-30T08:10:58.585Z] Login Succeeded [2020-09-30T08:10:58.585Z] nexus3.edgexfoundry.org:10002 [2020-09-30T08:10:58.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-30T08:10:58.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-30T08:10:58.850Z] Configure a credential helper to remove this warning. See [2020-09-30T08:10:58.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-30T08:10:58.850Z] [2020-09-30T08:10:58.850Z] Login Succeeded [2020-09-30T08:10:58.850Z] nexus3.edgexfoundry.org:10003 [2020-09-30T08:10:59.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-30T08:10:59.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-30T08:10:59.129Z] Configure a credential helper to remove this warning. See [2020-09-30T08:10:59.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-30T08:10:59.129Z] [2020-09-30T08:10:59.129Z] Login Succeeded [2020-09-30T08:10:59.129Z] nexus3.edgexfoundry.org:10004 [2020-09-30T08:10:59.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-30T08:10:59.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-30T08:10:59.479Z] Configure a credential helper to remove this warning. See [2020-09-30T08:10:59.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-30T08:10:59.479Z] [2020-09-30T08:10:59.479Z] Login Succeeded [2020-09-30T08:10:59.479Z] docker.io [2020-09-30T08:10:59.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-30T08:10:59.982Z] Removing intermediate container 18e10406ce4c [2020-09-30T08:10:59.982Z] ---> 168c69d7797b [2020-09-30T08:10:59.982Z] [2020-09-30T08:10:59.982Z] Step 10/22 : FROM scratch [2020-09-30T08:10:59.982Z] ---> [2020-09-30T08:10:59.982Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-30T08:11:00.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-30T08:11:00.062Z] Configure a credential helper to remove this warning. See [2020-09-30T08:11:00.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-30T08:11:00.062Z] [2020-09-30T08:11:00.062Z] Login Succeeded [2020-09-30T08:11:00.062Z] ---> docker-login.sh ends [Pipeline] } [2020-09-30T08:11:00.082Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2020-09-30T08:11:00.268Z] ---> Running in 94d821735687 [Pipeline] // withEnv [Pipeline] echo [2020-09-30T08:11:00.413Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-09-30T08:11:00.413Z] 8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:00.413Z] 1.2.2-dev.38 [2020-09-30T08:11:00.413Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:00.413Z] master [2020-09-30T08:11:00.413Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:00.944Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:8dfe40242627ba8773ad25c3a239435623502a60 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:01.251Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:01.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-30T08:11:01.251Z] 9fea8233f60d: Preparing [2020-09-30T08:11:01.251Z] 26183722e79a: Preparing [2020-09-30T08:11:01.251Z] 3d4d820ad8b1: Preparing [2020-09-30T08:11:01.275Z] Removing intermediate container 94d821735687 [2020-09-30T08:11:01.275Z] ---> 45d6e5f90716 [2020-09-30T08:11:01.275Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-30T08:11:01.275Z] ---> Running in 3fb04c50bd24 [2020-09-30T08:11:01.518Z] 9fea8233f60d: Pushed [2020-09-30T08:11:01.518Z] 3d4d820ad8b1: Pushed [2020-09-30T08:11:01.562Z] Removing intermediate container f959359f34ea [2020-09-30T08:11:01.562Z] ---> 03778f60bb92 [2020-09-30T08:11:01.562Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-30T08:11:02.185Z] Removing intermediate container 3fb04c50bd24 [2020-09-30T08:11:02.185Z] ---> 72e29d11523d [2020-09-30T08:11:02.185Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-30T08:11:02.185Z] ---> Running in 4ccaac2aedfe [2020-09-30T08:11:02.926Z] 26183722e79a: Pushed [2020-09-30T08:11:02.926Z] 8dfe40242627ba8773ad25c3a239435623502a60: digest: sha256:37ff801968a5d96e59d355e305a93c19bcaaa3f4b0090c4dae4389cfb40f2988 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:03.196Z] Removing intermediate container 4ccaac2aedfe [2020-09-30T08:11:03.196Z] ---> 7c3c82a5cf03 [2020-09-30T08:11:03.196Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-30T08:11:03.244Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:03.487Z] ---> 4a63adf964d9 [2020-09-30T08:11:03.487Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-30T08:11:03.553Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.38 [2020-09-30T08:11:03.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-30T08:11:03.553Z] 9fea8233f60d: Preparing [2020-09-30T08:11:03.553Z] 26183722e79a: Preparing [2020-09-30T08:11:03.553Z] 3d4d820ad8b1: Preparing [2020-09-30T08:11:03.553Z] 3d4d820ad8b1: Layer already exists [2020-09-30T08:11:03.553Z] 26183722e79a: Layer already exists [2020-09-30T08:11:03.553Z] 9fea8233f60d: Layer already exists [2020-09-30T08:11:03.553Z] 1.2.2-dev.38: digest: sha256:37ff801968a5d96e59d355e305a93c19bcaaa3f4b0090c4dae4389cfb40f2988 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:03.878Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:04.188Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:04.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-30T08:11:04.188Z] 9fea8233f60d: Preparing [2020-09-30T08:11:04.188Z] 26183722e79a: Preparing [2020-09-30T08:11:04.188Z] 3d4d820ad8b1: Preparing [2020-09-30T08:11:04.188Z] 26183722e79a: Layer already exists [2020-09-30T08:11:04.188Z] 9fea8233f60d: Layer already exists [2020-09-30T08:11:04.188Z] 3d4d820ad8b1: Layer already exists [2020-09-30T08:11:04.188Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38: digest: sha256:37ff801968a5d96e59d355e305a93c19bcaaa3f4b0090c4dae4389cfb40f2988 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:04.490Z] ---> 4e31667ce187 [2020-09-30T08:11:04.490Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-30T08:11:04.499Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:04.806Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-09-30T08:11:04.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-30T08:11:04.806Z] 9fea8233f60d: Preparing [2020-09-30T08:11:04.806Z] 26183722e79a: Preparing [2020-09-30T08:11:04.806Z] 3d4d820ad8b1: Preparing [2020-09-30T08:11:04.806Z] 26183722e79a: Layer already exists [2020-09-30T08:11:04.806Z] 9fea8233f60d: Layer already exists [2020-09-30T08:11:04.806Z] 3d4d820ad8b1: Layer already exists [2020-09-30T08:11:04.806Z] master: digest: sha256:37ff801968a5d96e59d355e305a93c19bcaaa3f4b0090c4dae4389cfb40f2988 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T08:11:05.062Z] ===================================================== [2020-09-30T08:11:05.102Z] ---> e402dcae4ea4 [2020-09-30T08:11:05.102Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [Pipeline] echo [2020-09-30T08:11:05.108Z] taggedImages: [2020-09-30T08:11:05.108Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:05.108Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.38 [2020-09-30T08:11:05.108Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:05.108Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-09-30T08:11:05.178Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-09-30T08:11:05.178Z] 8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:05.178Z] 1.2.2-dev.38 [2020-09-30T08:11:05.178Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:05.178Z] master [2020-09-30T08:11:05.178Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:05.670Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:8dfe40242627ba8773ad25c3a239435623502a60 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:05.985Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:05.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-30T08:11:05.985Z] 1289bbdd0f84: Preparing [2020-09-30T08:11:05.985Z] 99f43f26e6a5: Preparing [2020-09-30T08:11:05.985Z] 5380485b2c0c: Preparing [2020-09-30T08:11:05.985Z] 0a380ce82a89: Preparing [2020-09-30T08:11:05.985Z] 8bd16742486e: Preparing [2020-09-30T08:11:05.985Z] 50644c29ef5a: Preparing [2020-09-30T08:11:05.985Z] 50644c29ef5a: Waiting [2020-09-30T08:11:06.126Z] ---> df791cb34cd6 [2020-09-30T08:11:06.126Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-30T08:11:06.250Z] 1289bbdd0f84: Pushed [2020-09-30T08:11:06.250Z] 5380485b2c0c: Pushed [2020-09-30T08:11:06.250Z] 8bd16742486e: Pushed [2020-09-30T08:11:06.250Z] 50644c29ef5a: Layer already exists [2020-09-30T08:11:06.409Z] ---> 9201d93bb978 [2020-09-30T08:11:06.409Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-30T08:11:06.518Z] 0a380ce82a89: Pushed [2020-09-30T08:11:07.880Z] ---> 0e58fc738640 [2020-09-30T08:11:07.880Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-30T08:11:07.880Z] ---> f36d4f15d212 [2020-09-30T08:11:07.880Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-30T08:11:07.914Z] 99f43f26e6a5: Pushed [2020-09-30T08:11:07.914Z] 8dfe40242627ba8773ad25c3a239435623502a60: digest: sha256:b8a0df7a26ae3b46771e578dc619a1d0bcdbab626a600a254a323e8319145ed7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:08.226Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:08.533Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.38 [2020-09-30T08:11:08.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-30T08:11:08.533Z] 1289bbdd0f84: Preparing [2020-09-30T08:11:08.533Z] 99f43f26e6a5: Preparing [2020-09-30T08:11:08.533Z] 5380485b2c0c: Preparing [2020-09-30T08:11:08.533Z] 0a380ce82a89: Preparing [2020-09-30T08:11:08.533Z] 8bd16742486e: Preparing [2020-09-30T08:11:08.533Z] 50644c29ef5a: Preparing [2020-09-30T08:11:08.533Z] 50644c29ef5a: Waiting [2020-09-30T08:11:08.533Z] 8bd16742486e: Layer already exists [2020-09-30T08:11:08.533Z] 0a380ce82a89: Layer already exists [2020-09-30T08:11:08.533Z] 5380485b2c0c: Layer already exists [2020-09-30T08:11:08.533Z] 1289bbdd0f84: Layer already exists [2020-09-30T08:11:08.533Z] 99f43f26e6a5: Layer already exists [2020-09-30T08:11:08.533Z] 50644c29ef5a: Layer already exists [2020-09-30T08:11:08.533Z] 1.2.2-dev.38: digest: sha256:b8a0df7a26ae3b46771e578dc619a1d0bcdbab626a600a254a323e8319145ed7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:08.845Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:09.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:09.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-30T08:11:09.154Z] 1289bbdd0f84: Preparing [2020-09-30T08:11:09.154Z] 99f43f26e6a5: Preparing [2020-09-30T08:11:09.154Z] 5380485b2c0c: Preparing [2020-09-30T08:11:09.154Z] 0a380ce82a89: Preparing [2020-09-30T08:11:09.154Z] 8bd16742486e: Preparing [2020-09-30T08:11:09.154Z] 50644c29ef5a: Preparing [2020-09-30T08:11:09.154Z] 50644c29ef5a: Waiting [2020-09-30T08:11:09.154Z] 8bd16742486e: Layer already exists [2020-09-30T08:11:09.154Z] 99f43f26e6a5: Layer already exists [2020-09-30T08:11:09.154Z] 0a380ce82a89: Layer already exists [2020-09-30T08:11:09.154Z] 5380485b2c0c: Layer already exists [2020-09-30T08:11:09.154Z] 1289bbdd0f84: Layer already exists [2020-09-30T08:11:09.154Z] 50644c29ef5a: Layer already exists [2020-09-30T08:11:09.154Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38: digest: sha256:b8a0df7a26ae3b46771e578dc619a1d0bcdbab626a600a254a323e8319145ed7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:09.355Z] ---> 1ed008bc769a [2020-09-30T08:11:09.355Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-30T08:11:09.355Z] ---> 96f3230d6c8d [2020-09-30T08:11:09.355Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-30T08:11:09.355Z] ---> Running in c57d72cc9e46 [2020-09-30T08:11:09.468Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:09.641Z] ---> Running in b91e924a702b [2020-09-30T08:11:09.790Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-09-30T08:11:09.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-30T08:11:09.790Z] 1289bbdd0f84: Preparing [2020-09-30T08:11:09.790Z] 99f43f26e6a5: Preparing [2020-09-30T08:11:09.790Z] 5380485b2c0c: Preparing [2020-09-30T08:11:09.790Z] 0a380ce82a89: Preparing [2020-09-30T08:11:09.790Z] 8bd16742486e: Preparing [2020-09-30T08:11:09.790Z] 50644c29ef5a: Preparing [2020-09-30T08:11:09.790Z] 50644c29ef5a: Waiting [2020-09-30T08:11:09.790Z] 1289bbdd0f84: Layer already exists [2020-09-30T08:11:09.790Z] 5380485b2c0c: Layer already exists [2020-09-30T08:11:09.790Z] 0a380ce82a89: Layer already exists [2020-09-30T08:11:09.790Z] 8bd16742486e: Layer already exists [2020-09-30T08:11:09.790Z] 99f43f26e6a5: Layer already exists [2020-09-30T08:11:09.790Z] 50644c29ef5a: Layer already exists [2020-09-30T08:11:09.790Z] master: digest: sha256:b8a0df7a26ae3b46771e578dc619a1d0bcdbab626a600a254a323e8319145ed7 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T08:11:10.143Z] ===================================================== [Pipeline] echo [2020-09-30T08:11:10.200Z] taggedImages: [2020-09-30T08:11:10.200Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:10.200Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.38 [2020-09-30T08:11:10.200Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:10.200Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-09-30T08:11:10.286Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-09-30T08:11:10.286Z] 8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:10.286Z] 1.2.2-dev.38 [2020-09-30T08:11:10.286Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:10.286Z] master [2020-09-30T08:11:10.286Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:10.696Z] Removing intermediate container b91e924a702b [2020-09-30T08:11:10.696Z] ---> 56448bca4fc8 [2020-09-30T08:11:10.696Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T08:11:10.798Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8dfe40242627ba8773ad25c3a239435623502a60 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:10.974Z] ---> Running in 2586eb2c738a [2020-09-30T08:11:11.115Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:11.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-30T08:11:11.116Z] d440bb94665f: Preparing [2020-09-30T08:11:11.116Z] a3809d28d203: Preparing [2020-09-30T08:11:11.116Z] 7ff5a4e91143: Preparing [2020-09-30T08:11:11.383Z] 7ff5a4e91143: Pushed [2020-09-30T08:11:11.383Z] d440bb94665f: Pushed [2020-09-30T08:11:11.584Z] Removing intermediate container 2586eb2c738a [2020-09-30T08:11:11.584Z] ---> cf5de502c282 [2020-09-30T08:11:11.584Z] Step 20/22 : LABEL arch=arm64 [2020-09-30T08:11:11.869Z] ---> Running in a665e324342e [2020-09-30T08:11:13.319Z] a3809d28d203: Pushed [2020-09-30T08:11:13.329Z] Removing intermediate container a665e324342e [2020-09-30T08:11:13.329Z] ---> 7851cc22ccc8 [2020-09-30T08:11:13.329Z] Step 21/22 : LABEL git_sha=8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:13.329Z] ---> Running in 9d4758d2bbf4 [2020-09-30T08:11:13.900Z] 8dfe40242627ba8773ad25c3a239435623502a60: digest: sha256:3ebef278315b5491e3ded23394d2db29d0ca90791d87ccb920a103af85489c23 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:13.956Z] Removing intermediate container c57d72cc9e46 [2020-09-30T08:11:13.956Z] ---> 10ef675d5b23 [2020-09-30T08:11:13.956Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-30T08:11:14.236Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:14.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.38 [2020-09-30T08:11:14.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-30T08:11:14.551Z] d440bb94665f: Preparing [2020-09-30T08:11:14.551Z] a3809d28d203: Preparing [2020-09-30T08:11:14.551Z] 7ff5a4e91143: Preparing [2020-09-30T08:11:14.551Z] d440bb94665f: Layer already exists [2020-09-30T08:11:14.551Z] a3809d28d203: Layer already exists [2020-09-30T08:11:14.551Z] 7ff5a4e91143: Layer already exists [2020-09-30T08:11:14.551Z] 1.2.2-dev.38: digest: sha256:3ebef278315b5491e3ded23394d2db29d0ca90791d87ccb920a103af85489c23 size: 943 [2020-09-30T08:11:14.569Z] Removing intermediate container 9d4758d2bbf4 [2020-09-30T08:11:14.569Z] ---> ecca33567c50 [2020-09-30T08:11:14.569Z] Step 22/22 : LABEL version=1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:14.864Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:15.170Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:15.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-30T08:11:15.171Z] d440bb94665f: Preparing [2020-09-30T08:11:15.171Z] a3809d28d203: Preparing [2020-09-30T08:11:15.171Z] 7ff5a4e91143: Preparing [2020-09-30T08:11:15.171Z] 7ff5a4e91143: Layer already exists [2020-09-30T08:11:15.171Z] d440bb94665f: Layer already exists [2020-09-30T08:11:15.171Z] a3809d28d203: Layer already exists [2020-09-30T08:11:15.171Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38: digest: sha256:3ebef278315b5491e3ded23394d2db29d0ca90791d87ccb920a103af85489c23 size: 943 [2020-09-30T08:11:15.193Z] ---> Running in 8adcd2b24c0b [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:15.806Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:16.112Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-09-30T08:11:16.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-30T08:11:16.113Z] d440bb94665f: Preparing [2020-09-30T08:11:16.113Z] a3809d28d203: Preparing [2020-09-30T08:11:16.113Z] 7ff5a4e91143: Preparing [2020-09-30T08:11:16.113Z] d440bb94665f: Layer already exists [2020-09-30T08:11:16.113Z] 7ff5a4e91143: Layer already exists [2020-09-30T08:11:16.113Z] a3809d28d203: Layer already exists [2020-09-30T08:11:16.113Z] master: digest: sha256:3ebef278315b5491e3ded23394d2db29d0ca90791d87ccb920a103af85489c23 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [2020-09-30T08:11:16.199Z] ---> bdb5c9fb8e78 [2020-09-30T08:11:16.199Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-30T08:11:16.199Z] Removing intermediate container 8adcd2b24c0b [2020-09-30T08:11:16.199Z] ---> 6debdb76975c [2020-09-30T08:11:16.199Z] [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T08:11:16.301Z] ===================================================== [Pipeline] echo [2020-09-30T08:11:16.355Z] taggedImages: [2020-09-30T08:11:16.355Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:16.355Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.38 [2020-09-30T08:11:16.355Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:16.355Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-09-30T08:11:16.428Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-09-30T08:11:16.428Z] 8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:16.428Z] 1.2.2-dev.38 [2020-09-30T08:11:16.428Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:16.428Z] master [2020-09-30T08:11:16.428Z] ===================================================== [2020-09-30T08:11:16.478Z] ---> Running in d2c4ed2f993c [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:16.966Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8dfe40242627ba8773ad25c3a239435623502a60 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:17.109Z] Successfully built 6debdb76975c [2020-09-30T08:11:17.110Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-09-30T08:11:17.110Z]  Building docker-support-logging-go ... done Building docker-core-data-go [2020-09-30T08:11:17.307Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:17.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-30T08:11:17.307Z] 6540d75d9f1c: Preparing [2020-09-30T08:11:17.307Z] 4574951a3b51: Preparing [2020-09-30T08:11:17.307Z] c29db56e3c3b: Preparing [2020-09-30T08:11:17.307Z] f455219910c4: Preparing [2020-09-30T08:11:17.307Z] 50644c29ef5a: Preparing [2020-09-30T08:11:17.307Z] 50644c29ef5a: Layer already exists [2020-09-30T08:11:17.580Z] c29db56e3c3b: Pushed [2020-09-30T08:11:17.581Z] 4574951a3b51: Pushed [2020-09-30T08:11:17.845Z] f455219910c4: Pushed [2020-09-30T08:11:18.797Z] 6540d75d9f1c: Pushed [2020-09-30T08:11:18.797Z] 8dfe40242627ba8773ad25c3a239435623502a60: digest: sha256:98323a3361a11258b995cb8bbbc3c56605ce8de75575f8b16f9f2cd676b9fc21 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:19.111Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.38 [2020-09-30T08:11:19.119Z] Removing intermediate container af1e0e1fa862 [2020-09-30T08:11:19.119Z] ---> a05f24aa9800 [2020-09-30T08:11:19.119Z] [2020-09-30T08:11:19.119Z] Step 10/24 : FROM scratch [2020-09-30T08:11:19.119Z] ---> [2020-09-30T08:11:19.120Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-30T08:11:19.120Z] ---> Using cache [2020-09-30T08:11:19.120Z] ---> 45d6e5f90716 [2020-09-30T08:11:19.120Z] Step 12/24 : ENV APP_PORT=48060 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:19.419Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.38 [2020-09-30T08:11:19.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-30T08:11:19.419Z] 6540d75d9f1c: Preparing [2020-09-30T08:11:19.419Z] 4574951a3b51: Preparing [2020-09-30T08:11:19.419Z] c29db56e3c3b: Preparing [2020-09-30T08:11:19.419Z] f455219910c4: Preparing [2020-09-30T08:11:19.419Z] 50644c29ef5a: Preparing [2020-09-30T08:11:19.419Z] 4574951a3b51: Layer already exists [2020-09-30T08:11:19.419Z] 6540d75d9f1c: Layer already exists [2020-09-30T08:11:19.419Z] f455219910c4: Layer already exists [2020-09-30T08:11:19.419Z] c29db56e3c3b: Layer already exists [2020-09-30T08:11:19.419Z] 50644c29ef5a: Layer already exists [2020-09-30T08:11:19.419Z] 1.2.2-dev.38: digest: sha256:98323a3361a11258b995cb8bbbc3c56605ce8de75575f8b16f9f2cd676b9fc21 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:19.741Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:19.744Z] ---> Running in 414bcd4f342d [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:20.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:20.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-30T08:11:20.067Z] 6540d75d9f1c: Preparing [2020-09-30T08:11:20.067Z] 4574951a3b51: Preparing [2020-09-30T08:11:20.067Z] c29db56e3c3b: Preparing [2020-09-30T08:11:20.067Z] f455219910c4: Preparing [2020-09-30T08:11:20.067Z] 50644c29ef5a: Preparing [2020-09-30T08:11:20.067Z] f455219910c4: Layer already exists [2020-09-30T08:11:20.067Z] c29db56e3c3b: Layer already exists [2020-09-30T08:11:20.067Z] 6540d75d9f1c: Layer already exists [2020-09-30T08:11:20.067Z] 50644c29ef5a: Layer already exists [2020-09-30T08:11:20.067Z] 4574951a3b51: Layer already exists [2020-09-30T08:11:20.067Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38: digest: sha256:98323a3361a11258b995cb8bbbc3c56605ce8de75575f8b16f9f2cd676b9fc21 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:20.391Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:20.696Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-09-30T08:11:20.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-30T08:11:20.697Z] 6540d75d9f1c: Preparing [2020-09-30T08:11:20.697Z] 4574951a3b51: Preparing [2020-09-30T08:11:20.697Z] c29db56e3c3b: Preparing [2020-09-30T08:11:20.697Z] f455219910c4: Preparing [2020-09-30T08:11:20.697Z] 50644c29ef5a: Preparing [2020-09-30T08:11:20.697Z] 4574951a3b51: Layer already exists [2020-09-30T08:11:20.697Z] c29db56e3c3b: Layer already exists [2020-09-30T08:11:20.697Z] 50644c29ef5a: Layer already exists [2020-09-30T08:11:20.697Z] 6540d75d9f1c: Layer already exists [2020-09-30T08:11:20.697Z] f455219910c4: Layer already exists [2020-09-30T08:11:20.697Z] master: digest: sha256:98323a3361a11258b995cb8bbbc3c56605ce8de75575f8b16f9f2cd676b9fc21 size: 1364 [Pipeline] } [2020-09-30T08:11:20.737Z] Removing intermediate container 4ae6a039da70 [2020-09-30T08:11:20.737Z] ---> 4ce118e4c037 [2020-09-30T08:11:20.737Z] [2020-09-30T08:11:20.737Z] Step 10/22 : FROM scratch [2020-09-30T08:11:20.737Z] ---> [2020-09-30T08:11:20.737Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-30T08:11:20.737Z] Removing intermediate container 414bcd4f342d [2020-09-30T08:11:20.737Z] ---> 6e7ab7a7e977 [2020-09-30T08:11:20.737Z] Step 13/24 : EXPOSE $APP_PORT [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T08:11:20.915Z] ===================================================== [Pipeline] echo [2020-09-30T08:11:20.960Z] taggedImages: [2020-09-30T08:11:20.960Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:20.960Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.38 [2020-09-30T08:11:20.960Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:20.960Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-09-30T08:11:21.012Z] ---> Running in 18311de61c22 [2020-09-30T08:11:21.012Z] ---> Running in 941ba6001049 [Pipeline] echo [2020-09-30T08:11:21.032Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-09-30T08:11:21.032Z] 8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:21.032Z] 1.2.2-dev.38 [2020-09-30T08:11:21.032Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:21.032Z] master [2020-09-30T08:11:21.032Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:21.564Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8dfe40242627ba8773ad25c3a239435623502a60 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:21.624Z] Removing intermediate container d2c4ed2f993c [2020-09-30T08:11:21.624Z] ---> 7c04da946030 [2020-09-30T08:11:21.624Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-30T08:11:21.875Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:21.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-30T08:11:21.875Z] 7584496e7f96: Preparing [2020-09-30T08:11:21.875Z] 222966a7edbf: Preparing [2020-09-30T08:11:21.875Z] 781345d34f26: Preparing [2020-09-30T08:11:21.875Z] 7ba8bfcf5300: Preparing [2020-09-30T08:11:21.875Z] 7ba8bfcf5300: Preparing [2020-09-30T08:11:21.875Z] 191eee2ef2ed: Preparing [2020-09-30T08:11:21.875Z] c39f3523b6e4: Preparing [2020-09-30T08:11:21.875Z] 54754d278d2b: Preparing [2020-09-30T08:11:21.875Z] 7584496e7f96: Preparing [2020-09-30T08:11:21.875Z] ecff6e5c9bb5: Preparing [2020-09-30T08:11:21.875Z] c925f4b000b2: Preparing [2020-09-30T08:11:21.875Z] a55183d0594e: Preparing [2020-09-30T08:11:21.875Z] 50644c29ef5a: Preparing [2020-09-30T08:11:21.875Z] c39f3523b6e4: Waiting [2020-09-30T08:11:21.875Z] 54754d278d2b: Waiting [2020-09-30T08:11:21.875Z] ecff6e5c9bb5: Waiting [2020-09-30T08:11:21.875Z] c925f4b000b2: Waiting [2020-09-30T08:11:21.875Z] a55183d0594e: Waiting [2020-09-30T08:11:21.875Z] 50644c29ef5a: Waiting [2020-09-30T08:11:21.912Z] ---> Running in 10af354a94cd [2020-09-30T08:11:21.912Z] Removing intermediate container 941ba6001049 [2020-09-30T08:11:21.912Z] ---> 9bbde8a00215 [2020-09-30T08:11:21.912Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-30T08:11:21.912Z] Removing intermediate container 18311de61c22 [2020-09-30T08:11:21.912Z] ---> 2c0ddf1e632f [2020-09-30T08:11:21.912Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-30T08:11:22.139Z] 191eee2ef2ed: Pushed [2020-09-30T08:11:22.139Z] 7ba8bfcf5300: Pushed [2020-09-30T08:11:22.139Z] 222966a7edbf: Pushed [2020-09-30T08:11:22.139Z] 781345d34f26: Pushed [2020-09-30T08:11:22.139Z] c39f3523b6e4: Pushed [2020-09-30T08:11:22.407Z] 54754d278d2b: Pushed [2020-09-30T08:11:22.407Z] ecff6e5c9bb5: Pushed [2020-09-30T08:11:22.407Z] c925f4b000b2: Pushed [2020-09-30T08:11:22.407Z] 50644c29ef5a: Layer already exists [2020-09-30T08:11:22.407Z] a55183d0594e: Pushed [2020-09-30T08:11:22.519Z] ---> Running in 66e7c8b7d3e1 [2020-09-30T08:11:22.980Z] 7584496e7f96: Pushed [2020-09-30T08:11:23.243Z] 8dfe40242627ba8773ad25c3a239435623502a60: digest: sha256:e16711a6c918f19d348c14487d34aa10af3be5fe9d3bbd6681fdf63d992e54d5 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:23.517Z] Removing intermediate container 66e7c8b7d3e1 [2020-09-30T08:11:23.517Z] ---> b12d6125cd1e [2020-09-30T08:11:23.517Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-30T08:11:23.564Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:23.800Z] ---> 15194c68cdca [2020-09-30T08:11:23.801Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-30T08:11:23.801Z] ---> Running in 9861600926b8 [2020-09-30T08:11:23.879Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.38 [2020-09-30T08:11:23.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-30T08:11:23.879Z] 7584496e7f96: Preparing [2020-09-30T08:11:23.879Z] 222966a7edbf: Preparing [2020-09-30T08:11:23.879Z] 781345d34f26: Preparing [2020-09-30T08:11:23.879Z] 7ba8bfcf5300: Preparing [2020-09-30T08:11:23.879Z] 7ba8bfcf5300: Preparing [2020-09-30T08:11:23.879Z] 191eee2ef2ed: Preparing [2020-09-30T08:11:23.879Z] c39f3523b6e4: Preparing [2020-09-30T08:11:23.879Z] 54754d278d2b: Preparing [2020-09-30T08:11:23.879Z] 7584496e7f96: Preparing [2020-09-30T08:11:23.879Z] ecff6e5c9bb5: Preparing [2020-09-30T08:11:23.879Z] c925f4b000b2: Preparing [2020-09-30T08:11:23.879Z] a55183d0594e: Preparing [2020-09-30T08:11:23.879Z] 50644c29ef5a: Preparing [2020-09-30T08:11:23.879Z] c39f3523b6e4: Waiting [2020-09-30T08:11:23.879Z] 54754d278d2b: Waiting [2020-09-30T08:11:23.879Z] ecff6e5c9bb5: Waiting [2020-09-30T08:11:23.879Z] c925f4b000b2: Waiting [2020-09-30T08:11:23.879Z] a55183d0594e: Waiting [2020-09-30T08:11:23.879Z] 50644c29ef5a: Waiting [2020-09-30T08:11:23.879Z] 191eee2ef2ed: Layer already exists [2020-09-30T08:11:23.879Z] 781345d34f26: Layer already exists [2020-09-30T08:11:23.879Z] 7ba8bfcf5300: Layer already exists [2020-09-30T08:11:23.879Z] 7584496e7f96: Layer already exists [2020-09-30T08:11:23.879Z] 222966a7edbf: Layer already exists [2020-09-30T08:11:23.879Z] 54754d278d2b: Layer already exists [2020-09-30T08:11:23.879Z] ecff6e5c9bb5: Layer already exists [2020-09-30T08:11:23.879Z] c39f3523b6e4: Layer already exists [2020-09-30T08:11:23.879Z] c925f4b000b2: Layer already exists [2020-09-30T08:11:23.879Z] a55183d0594e: Layer already exists [2020-09-30T08:11:23.879Z] 50644c29ef5a: Layer already exists [2020-09-30T08:11:23.879Z] 1.2.2-dev.38: digest: sha256:e16711a6c918f19d348c14487d34aa10af3be5fe9d3bbd6681fdf63d992e54d5 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:24.193Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:24.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:24.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-30T08:11:24.504Z] 7584496e7f96: Preparing [2020-09-30T08:11:24.504Z] 222966a7edbf: Preparing [2020-09-30T08:11:24.504Z] 781345d34f26: Preparing [2020-09-30T08:11:24.504Z] 7ba8bfcf5300: Preparing [2020-09-30T08:11:24.504Z] 7ba8bfcf5300: Preparing [2020-09-30T08:11:24.504Z] 191eee2ef2ed: Preparing [2020-09-30T08:11:24.504Z] c39f3523b6e4: Preparing [2020-09-30T08:11:24.504Z] 54754d278d2b: Preparing [2020-09-30T08:11:24.504Z] 7584496e7f96: Preparing [2020-09-30T08:11:24.504Z] ecff6e5c9bb5: Preparing [2020-09-30T08:11:24.504Z] c925f4b000b2: Preparing [2020-09-30T08:11:24.504Z] a55183d0594e: Preparing [2020-09-30T08:11:24.504Z] 50644c29ef5a: Preparing [2020-09-30T08:11:24.504Z] 54754d278d2b: Waiting [2020-09-30T08:11:24.504Z] c925f4b000b2: Waiting [2020-09-30T08:11:24.504Z] a55183d0594e: Waiting [2020-09-30T08:11:24.504Z] 50644c29ef5a: Waiting [2020-09-30T08:11:24.504Z] ecff6e5c9bb5: Waiting [2020-09-30T08:11:24.504Z] c39f3523b6e4: Waiting [2020-09-30T08:11:24.504Z] 781345d34f26: Layer already exists [2020-09-30T08:11:24.504Z] 191eee2ef2ed: Layer already exists [2020-09-30T08:11:24.504Z] 7584496e7f96: Layer already exists [2020-09-30T08:11:24.504Z] 7ba8bfcf5300: Layer already exists [2020-09-30T08:11:24.504Z] 222966a7edbf: Layer already exists [2020-09-30T08:11:24.504Z] 54754d278d2b: Layer already exists [2020-09-30T08:11:24.504Z] c39f3523b6e4: Layer already exists [2020-09-30T08:11:24.504Z] a55183d0594e: Layer already exists [2020-09-30T08:11:24.504Z] c925f4b000b2: Layer already exists [2020-09-30T08:11:24.504Z] ecff6e5c9bb5: Layer already exists [2020-09-30T08:11:24.504Z] 50644c29ef5a: Layer already exists [2020-09-30T08:11:24.768Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38: digest: sha256:e16711a6c918f19d348c14487d34aa10af3be5fe9d3bbd6681fdf63d992e54d5 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:24.818Z] Removing intermediate container 9861600926b8 [2020-09-30T08:11:24.818Z] ---> dde2d8cf40a6 [2020-09-30T08:11:24.818Z] Step 14/22 : WORKDIR / [2020-09-30T08:11:25.090Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-09-30T08:11:25.098Z] ---> Running in b28bdb615782 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:25.394Z] ---> 310e7b2dd828 [2020-09-30T08:11:25.394Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-30T08:11:25.396Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-09-30T08:11:25.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-30T08:11:25.396Z] 7584496e7f96: Preparing [2020-09-30T08:11:25.396Z] 222966a7edbf: Preparing [2020-09-30T08:11:25.396Z] 781345d34f26: Preparing [2020-09-30T08:11:25.396Z] 7ba8bfcf5300: Preparing [2020-09-30T08:11:25.396Z] 7ba8bfcf5300: Preparing [2020-09-30T08:11:25.396Z] 191eee2ef2ed: Preparing [2020-09-30T08:11:25.396Z] c39f3523b6e4: Preparing [2020-09-30T08:11:25.396Z] 54754d278d2b: Preparing [2020-09-30T08:11:25.396Z] 7584496e7f96: Preparing [2020-09-30T08:11:25.396Z] ecff6e5c9bb5: Preparing [2020-09-30T08:11:25.396Z] c925f4b000b2: Preparing [2020-09-30T08:11:25.396Z] a55183d0594e: Preparing [2020-09-30T08:11:25.396Z] 50644c29ef5a: Preparing [2020-09-30T08:11:25.396Z] ecff6e5c9bb5: Waiting [2020-09-30T08:11:25.396Z] 54754d278d2b: Waiting [2020-09-30T08:11:25.396Z] 50644c29ef5a: Waiting [2020-09-30T08:11:25.396Z] a55183d0594e: Waiting [2020-09-30T08:11:25.396Z] c925f4b000b2: Waiting [2020-09-30T08:11:25.396Z] c39f3523b6e4: Waiting [2020-09-30T08:11:25.396Z] 222966a7edbf: Layer already exists [2020-09-30T08:11:25.396Z] 7584496e7f96: Layer already exists [2020-09-30T08:11:25.396Z] 781345d34f26: Layer already exists [2020-09-30T08:11:25.396Z] 191eee2ef2ed: Layer already exists [2020-09-30T08:11:25.396Z] 7ba8bfcf5300: Layer already exists [2020-09-30T08:11:25.396Z] c39f3523b6e4: Layer already exists [2020-09-30T08:11:25.396Z] ecff6e5c9bb5: Layer already exists [2020-09-30T08:11:25.396Z] 54754d278d2b: Layer already exists [2020-09-30T08:11:25.396Z] a55183d0594e: Layer already exists [2020-09-30T08:11:25.396Z] c925f4b000b2: Layer already exists [2020-09-30T08:11:25.396Z] 50644c29ef5a: Layer already exists [2020-09-30T08:11:25.677Z] master: digest: sha256:e16711a6c918f19d348c14487d34aa10af3be5fe9d3bbd6681fdf63d992e54d5 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T08:11:25.894Z] ===================================================== [Pipeline] echo [2020-09-30T08:11:25.951Z] taggedImages: [2020-09-30T08:11:25.951Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:25.951Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.38 [2020-09-30T08:11:25.951Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:25.951Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-09-30T08:11:26.006Z] Removing intermediate container b28bdb615782 [2020-09-30T08:11:26.006Z] ---> c70c750435b2 [2020-09-30T08:11:26.006Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [Pipeline] echo [2020-09-30T08:11:26.028Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-09-30T08:11:26.028Z] 8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:26.028Z] 1.2.2-dev.38 [2020-09-30T08:11:26.028Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:26.028Z] master [2020-09-30T08:11:26.028Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:26.505Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8dfe40242627ba8773ad25c3a239435623502a60 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:26.622Z] Removing intermediate container 10af354a94cd [2020-09-30T08:11:26.622Z] ---> d3a92a216dae [2020-09-30T08:11:26.622Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-30T08:11:26.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:26.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-30T08:11:26.820Z] 7d9b2613e388: Preparing [2020-09-30T08:11:26.820Z] bb509d7019ed: Preparing [2020-09-30T08:11:26.820Z] 43ccdf1cdc3a: Preparing [2020-09-30T08:11:26.820Z] 76aa4619b0c4: Preparing [2020-09-30T08:11:26.820Z] 24bbee38a292: Preparing [2020-09-30T08:11:26.820Z] ab6f4bddc5e8: Preparing [2020-09-30T08:11:26.820Z] 7723e7ed23ec: Preparing [2020-09-30T08:11:26.820Z] fc0a7ea76d85: Preparing [2020-09-30T08:11:26.820Z] b1b8c206cc74: Preparing [2020-09-30T08:11:26.820Z] 32e44c3601d3: Preparing [2020-09-30T08:11:26.820Z] 1b3ee35aacca: Preparing [2020-09-30T08:11:26.820Z] ab6f4bddc5e8: Waiting [2020-09-30T08:11:26.820Z] 7723e7ed23ec: Waiting [2020-09-30T08:11:26.820Z] fc0a7ea76d85: Waiting [2020-09-30T08:11:26.820Z] b1b8c206cc74: Waiting [2020-09-30T08:11:26.820Z] 32e44c3601d3: Waiting [2020-09-30T08:11:26.820Z] 1b3ee35aacca: Waiting [2020-09-30T08:11:27.103Z] 7d9b2613e388: Pushed [2020-09-30T08:11:27.103Z] bb509d7019ed: Pushed [2020-09-30T08:11:27.235Z] ---> 9025ee2f491e [2020-09-30T08:11:27.235Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-30T08:11:27.390Z] 7723e7ed23ec: Pushed [2020-09-30T08:11:27.390Z] ab6f4bddc5e8: Pushed [2020-09-30T08:11:27.516Z] ---> Running in ee96c2fb8cff [2020-09-30T08:11:27.666Z] fc0a7ea76d85: Pushed [2020-09-30T08:11:27.666Z] b1b8c206cc74: Pushed [2020-09-30T08:11:27.666Z] 1b3ee35aacca: Layer already exists [2020-09-30T08:11:27.798Z] ---> 89f8cdbb80ab [2020-09-30T08:11:27.798Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-30T08:11:27.929Z] 43ccdf1cdc3a: Pushed [2020-09-30T08:11:27.929Z] 76aa4619b0c4: Pushed [2020-09-30T08:11:28.190Z] 24bbee38a292: Pushed [2020-09-30T08:11:28.190Z] 32e44c3601d3: Pushed [2020-09-30T08:11:28.415Z] Removing intermediate container ee96c2fb8cff [2020-09-30T08:11:28.415Z] ---> c31e8e300cba [2020-09-30T08:11:28.415Z] Step 26/29 : CMD [ "generate" ] [2020-09-30T08:11:28.451Z] 8dfe40242627ba8773ad25c3a239435623502a60: digest: sha256:d549e0a89b6432b36022551a34e7e8f15c4f93174168bef8f729405531d69df8 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:28.757Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:29.030Z] ---> Running in 0cf20260dfb9 [2020-09-30T08:11:29.057Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.38 [2020-09-30T08:11:29.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-30T08:11:29.057Z] 7d9b2613e388: Preparing [2020-09-30T08:11:29.057Z] bb509d7019ed: Preparing [2020-09-30T08:11:29.057Z] 43ccdf1cdc3a: Preparing [2020-09-30T08:11:29.057Z] 76aa4619b0c4: Preparing [2020-09-30T08:11:29.057Z] 24bbee38a292: Preparing [2020-09-30T08:11:29.057Z] ab6f4bddc5e8: Preparing [2020-09-30T08:11:29.057Z] 7723e7ed23ec: Preparing [2020-09-30T08:11:29.057Z] fc0a7ea76d85: Preparing [2020-09-30T08:11:29.057Z] b1b8c206cc74: Preparing [2020-09-30T08:11:29.057Z] 32e44c3601d3: Preparing [2020-09-30T08:11:29.057Z] 1b3ee35aacca: Preparing [2020-09-30T08:11:29.057Z] ab6f4bddc5e8: Waiting [2020-09-30T08:11:29.057Z] 7723e7ed23ec: Waiting [2020-09-30T08:11:29.057Z] fc0a7ea76d85: Waiting [2020-09-30T08:11:29.057Z] b1b8c206cc74: Waiting [2020-09-30T08:11:29.057Z] 1b3ee35aacca: Waiting [2020-09-30T08:11:29.057Z] 32e44c3601d3: Waiting [2020-09-30T08:11:29.057Z] 24bbee38a292: Layer already exists [2020-09-30T08:11:29.057Z] bb509d7019ed: Layer already exists [2020-09-30T08:11:29.057Z] 76aa4619b0c4: Layer already exists [2020-09-30T08:11:29.057Z] 7d9b2613e388: Layer already exists [2020-09-30T08:11:29.057Z] 43ccdf1cdc3a: Layer already exists [2020-09-30T08:11:29.057Z] ab6f4bddc5e8: Layer already exists [2020-09-30T08:11:29.057Z] fc0a7ea76d85: Layer already exists [2020-09-30T08:11:29.057Z] 7723e7ed23ec: Layer already exists [2020-09-30T08:11:29.057Z] b1b8c206cc74: Layer already exists [2020-09-30T08:11:29.057Z] 32e44c3601d3: Layer already exists [2020-09-30T08:11:29.057Z] 1b3ee35aacca: Layer already exists [2020-09-30T08:11:29.057Z] 1.2.2-dev.38: digest: sha256:d549e0a89b6432b36022551a34e7e8f15c4f93174168bef8f729405531d69df8 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:29.304Z] ---> 602b4cd9987d [2020-09-30T08:11:29.304Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-30T08:11:29.364Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:29.592Z] ---> 96631d2054b9 [2020-09-30T08:11:29.592Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-30T08:11:29.667Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:29.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-30T08:11:29.667Z] 7d9b2613e388: Preparing [2020-09-30T08:11:29.667Z] bb509d7019ed: Preparing [2020-09-30T08:11:29.667Z] 43ccdf1cdc3a: Preparing [2020-09-30T08:11:29.667Z] 76aa4619b0c4: Preparing [2020-09-30T08:11:29.667Z] 24bbee38a292: Preparing [2020-09-30T08:11:29.667Z] ab6f4bddc5e8: Preparing [2020-09-30T08:11:29.667Z] 7723e7ed23ec: Preparing [2020-09-30T08:11:29.667Z] fc0a7ea76d85: Preparing [2020-09-30T08:11:29.667Z] b1b8c206cc74: Preparing [2020-09-30T08:11:29.667Z] 32e44c3601d3: Preparing [2020-09-30T08:11:29.667Z] 1b3ee35aacca: Preparing [2020-09-30T08:11:29.667Z] ab6f4bddc5e8: Waiting [2020-09-30T08:11:29.667Z] 7723e7ed23ec: Waiting [2020-09-30T08:11:29.667Z] fc0a7ea76d85: Waiting [2020-09-30T08:11:29.667Z] b1b8c206cc74: Waiting [2020-09-30T08:11:29.667Z] 32e44c3601d3: Waiting [2020-09-30T08:11:29.667Z] 1b3ee35aacca: Waiting [2020-09-30T08:11:29.667Z] 76aa4619b0c4: Layer already exists [2020-09-30T08:11:29.667Z] 7d9b2613e388: Layer already exists [2020-09-30T08:11:29.667Z] 24bbee38a292: Layer already exists [2020-09-30T08:11:29.667Z] 43ccdf1cdc3a: Layer already exists [2020-09-30T08:11:29.667Z] bb509d7019ed: Layer already exists [2020-09-30T08:11:29.667Z] 7723e7ed23ec: Layer already exists [2020-09-30T08:11:29.667Z] ab6f4bddc5e8: Layer already exists [2020-09-30T08:11:29.667Z] 32e44c3601d3: Layer already exists [2020-09-30T08:11:29.667Z] fc0a7ea76d85: Layer already exists [2020-09-30T08:11:29.667Z] b1b8c206cc74: Layer already exists [2020-09-30T08:11:29.667Z] 1b3ee35aacca: Layer already exists [2020-09-30T08:11:29.667Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38: digest: sha256:d549e0a89b6432b36022551a34e7e8f15c4f93174168bef8f729405531d69df8 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:29.874Z] Removing intermediate container 83ef508476b9 [2020-09-30T08:11:29.874Z] ---> deba460ff458 [2020-09-30T08:11:29.874Z] [2020-09-30T08:11:29.874Z] Step 10/22 : FROM scratch [2020-09-30T08:11:29.874Z] ---> [2020-09-30T08:11:29.874Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-30T08:11:29.975Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:30.158Z] Removing intermediate container 0cf20260dfb9 [2020-09-30T08:11:30.158Z] ---> c13df9abae79 [2020-09-30T08:11:30.158Z] Step 27/29 : LABEL arch=arm64 [2020-09-30T08:11:30.158Z] ---> Using cache [2020-09-30T08:11:30.158Z] ---> 2c0ddf1e632f [2020-09-30T08:11:30.158Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-30T08:11:30.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-09-30T08:11:30.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-30T08:11:30.292Z] 7d9b2613e388: Preparing [2020-09-30T08:11:30.292Z] bb509d7019ed: Preparing [2020-09-30T08:11:30.292Z] 43ccdf1cdc3a: Preparing [2020-09-30T08:11:30.292Z] 76aa4619b0c4: Preparing [2020-09-30T08:11:30.292Z] 24bbee38a292: Preparing [2020-09-30T08:11:30.292Z] ab6f4bddc5e8: Preparing [2020-09-30T08:11:30.292Z] 7723e7ed23ec: Preparing [2020-09-30T08:11:30.292Z] fc0a7ea76d85: Preparing [2020-09-30T08:11:30.292Z] b1b8c206cc74: Preparing [2020-09-30T08:11:30.292Z] 32e44c3601d3: Preparing [2020-09-30T08:11:30.292Z] 1b3ee35aacca: Preparing [2020-09-30T08:11:30.292Z] ab6f4bddc5e8: Waiting [2020-09-30T08:11:30.292Z] 7723e7ed23ec: Waiting [2020-09-30T08:11:30.292Z] 1b3ee35aacca: Waiting [2020-09-30T08:11:30.292Z] fc0a7ea76d85: Waiting [2020-09-30T08:11:30.292Z] b1b8c206cc74: Waiting [2020-09-30T08:11:30.292Z] 32e44c3601d3: Waiting [2020-09-30T08:11:30.292Z] 24bbee38a292: Layer already exists [2020-09-30T08:11:30.292Z] 43ccdf1cdc3a: Layer already exists [2020-09-30T08:11:30.292Z] bb509d7019ed: Layer already exists [2020-09-30T08:11:30.292Z] 7d9b2613e388: Layer already exists [2020-09-30T08:11:30.292Z] 76aa4619b0c4: Layer already exists [2020-09-30T08:11:30.292Z] fc0a7ea76d85: Layer already exists [2020-09-30T08:11:30.292Z] ab6f4bddc5e8: Layer already exists [2020-09-30T08:11:30.292Z] 7723e7ed23ec: Layer already exists [2020-09-30T08:11:30.292Z] b1b8c206cc74: Layer already exists [2020-09-30T08:11:30.292Z] 32e44c3601d3: Layer already exists [2020-09-30T08:11:30.292Z] 1b3ee35aacca: Layer already exists [2020-09-30T08:11:30.434Z] ---> Running in aad0a7c6b859 [2020-09-30T08:11:30.553Z] master: digest: sha256:d549e0a89b6432b36022551a34e7e8f15c4f93174168bef8f729405531d69df8 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-09-30T08:11:30.711Z] ---> Running in 9fced9bec156 [Pipeline] // withEnv [Pipeline] echo [2020-09-30T08:11:30.786Z] ===================================================== [Pipeline] echo [2020-09-30T08:11:30.831Z] taggedImages: [2020-09-30T08:11:30.831Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:30.831Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.38 [2020-09-30T08:11:30.831Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:30.831Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-09-30T08:11:30.897Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-09-30T08:11:30.897Z] 8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:30.897Z] 1.2.2-dev.38 [2020-09-30T08:11:30.897Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:30.897Z] master [2020-09-30T08:11:30.897Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-09-30T08:11:30.983Z] ---> ae1a2b6fb186 [2020-09-30T08:11:30.983Z] Step 18/22 : ENTRYPOINT ["/core-command"] [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:31.261Z] Removing intermediate container aad0a7c6b859 [2020-09-30T08:11:31.261Z] ---> ebccf3fd0cea [2020-09-30T08:11:31.261Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-30T08:11:31.261Z] ---> Running in cb67ff3b07d6 [2020-09-30T08:11:31.261Z] ---> Running in 07fe5f6240e8 [2020-09-30T08:11:31.410Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:8dfe40242627ba8773ad25c3a239435623502a60 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:31.542Z] ---> e89c48b9e056 [2020-09-30T08:11:31.542Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-30T08:11:31.542Z] Removing intermediate container 9fced9bec156 [2020-09-30T08:11:31.542Z] ---> 9b43fd5c6d3d [2020-09-30T08:11:31.542Z] Step 28/29 : LABEL git_sha=8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:31.821Z] ---> Running in 9ed12667dd73 [2020-09-30T08:11:31.821Z] Removing intermediate container cb67ff3b07d6 [2020-09-30T08:11:31.821Z] ---> ae267a8e1103 [2020-09-30T08:11:31.821Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T08:11:31.840Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:31.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-30T08:11:31.840Z] fb7606210f35: Preparing [2020-09-30T08:11:31.840Z] 741f713d0c5d: Preparing [2020-09-30T08:11:31.840Z] 651800f05ebe: Preparing [2020-09-30T08:11:31.840Z] c82fe48eeebf: Preparing [2020-09-30T08:11:31.840Z] fb7606210f35: Pushed [2020-09-30T08:11:31.840Z] 651800f05ebe: Pushed [2020-09-30T08:11:32.098Z] Removing intermediate container 07fe5f6240e8 [2020-09-30T08:11:32.098Z] ---> a8686bd1e5e4 [2020-09-30T08:11:32.098Z] Step 14/22 : WORKDIR / [2020-09-30T08:11:32.114Z] c82fe48eeebf: Pushed [2020-09-30T08:11:32.377Z] ---> Running in 5211dc98ba71 [2020-09-30T08:11:32.377Z] ---> Running in be1ce1cee290 [2020-09-30T08:11:32.654Z] Removing intermediate container 9ed12667dd73 [2020-09-30T08:11:32.654Z] ---> 0fc34cebac22 [2020-09-30T08:11:32.654Z] Step 29/29 : LABEL version=1.2.2-dev.38 [2020-09-30T08:11:32.654Z] ---> 3a9f9d50a643 [2020-09-30T08:11:32.654Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-30T08:11:32.941Z] ---> Running in 62a519ae48e1 [2020-09-30T08:11:32.941Z] ---> Running in bac7d506b667 [2020-09-30T08:11:32.941Z] Removing intermediate container 5211dc98ba71 [2020-09-30T08:11:32.941Z] ---> 6010671ea9d7 [2020-09-30T08:11:32.941Z] Step 20/22 : LABEL arch=arm64 [2020-09-30T08:11:33.061Z] 741f713d0c5d: Pushed [2020-09-30T08:11:33.225Z] Removing intermediate container be1ce1cee290 [2020-09-30T08:11:33.225Z] ---> 4bf232163254 [2020-09-30T08:11:33.225Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-30T08:11:33.225Z] ---> Running in e57c80145fa2 [2020-09-30T08:11:33.324Z] 8dfe40242627ba8773ad25c3a239435623502a60: digest: sha256:0fc9d783f87a9e904bd364b31a25317770777d88dd91be8c9771495ede0593a0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:33.640Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:33.836Z] Removing intermediate container bac7d506b667 [2020-09-30T08:11:33.836Z] ---> 5962c190de70 [2020-09-30T08:11:33.836Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T08:11:33.836Z] Removing intermediate container 62a519ae48e1 [2020-09-30T08:11:33.836Z] ---> a432537262ef [2020-09-30T08:11:33.836Z] [2020-09-30T08:11:33.948Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.38 [2020-09-30T08:11:33.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-30T08:11:33.948Z] fb7606210f35: Preparing [2020-09-30T08:11:33.948Z] 741f713d0c5d: Preparing [2020-09-30T08:11:33.948Z] 651800f05ebe: Preparing [2020-09-30T08:11:33.948Z] c82fe48eeebf: Preparing [2020-09-30T08:11:33.948Z] 651800f05ebe: Layer already exists [2020-09-30T08:11:33.948Z] c82fe48eeebf: Layer already exists [2020-09-30T08:11:33.948Z] fb7606210f35: Layer already exists [2020-09-30T08:11:33.948Z] 741f713d0c5d: Layer already exists [2020-09-30T08:11:33.948Z] 1.2.2-dev.38: digest: sha256:0fc9d783f87a9e904bd364b31a25317770777d88dd91be8c9771495ede0593a0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:34.123Z] ---> Running in 48ad169423ed [2020-09-30T08:11:34.123Z] Removing intermediate container e57c80145fa2 [2020-09-30T08:11:34.123Z] ---> cc470dc971b7 [2020-09-30T08:11:34.123Z] Step 21/22 : LABEL git_sha=8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:34.259Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:34.399Z] ---> 510957063366 [2020-09-30T08:11:34.399Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-30T08:11:34.399Z] Successfully built a432537262ef [2020-09-30T08:11:34.558Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:34.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-30T08:11:34.558Z] fb7606210f35: Preparing [2020-09-30T08:11:34.558Z] 741f713d0c5d: Preparing [2020-09-30T08:11:34.558Z] 651800f05ebe: Preparing [2020-09-30T08:11:34.558Z] c82fe48eeebf: Preparing [2020-09-30T08:11:34.558Z] fb7606210f35: Layer already exists [2020-09-30T08:11:34.558Z] c82fe48eeebf: Layer already exists [2020-09-30T08:11:34.558Z] 651800f05ebe: Layer already exists [2020-09-30T08:11:34.558Z] 741f713d0c5d: Layer already exists [2020-09-30T08:11:34.558Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38: digest: sha256:0fc9d783f87a9e904bd364b31a25317770777d88dd91be8c9771495ede0593a0 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:34.674Z] ---> Running in 3e262a902a19 [2020-09-30T08:11:34.674Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-09-30T08:11:34.674Z] Building docker-security-secretstore-setup-go [2020-09-30T08:11:34.864Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:34.947Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 48ad169423ed [2020-09-30T08:11:34.947Z] ---> 79b0c2413446 [2020-09-30T08:11:34.947Z] Step 22/24 : LABEL arch=arm64 [2020-09-30T08:11:35.174Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-09-30T08:11:35.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-30T08:11:35.174Z] fb7606210f35: Preparing [2020-09-30T08:11:35.174Z] 741f713d0c5d: Preparing [2020-09-30T08:11:35.174Z] 651800f05ebe: Preparing [2020-09-30T08:11:35.174Z] c82fe48eeebf: Preparing [2020-09-30T08:11:35.174Z] 651800f05ebe: Layer already exists [2020-09-30T08:11:35.174Z] 741f713d0c5d: Layer already exists [2020-09-30T08:11:35.174Z] c82fe48eeebf: Layer already exists [2020-09-30T08:11:35.174Z] fb7606210f35: Layer already exists [2020-09-30T08:11:35.174Z] master: digest: sha256:0fc9d783f87a9e904bd364b31a25317770777d88dd91be8c9771495ede0593a0 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T08:11:35.354Z] ===================================================== [Pipeline] echo [2020-09-30T08:11:35.398Z] taggedImages: [2020-09-30T08:11:35.398Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:35.398Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.38 [2020-09-30T08:11:35.398Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:35.398Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-09-30T08:11:35.463Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-09-30T08:11:35.464Z] 8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:35.464Z] 1.2.2-dev.38 [2020-09-30T08:11:35.464Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:35.464Z] master [2020-09-30T08:11:35.464Z] ===================================================== [2020-09-30T08:11:35.544Z] Removing intermediate container 3e262a902a19 [2020-09-30T08:11:35.544Z] ---> 27d6afa205a0 [2020-09-30T08:11:35.544Z] Step 22/22 : LABEL version=1.2.2-dev.38 [2020-09-30T08:11:35.544Z] ---> Running in 89c4d6eaa3a0 [2020-09-30T08:11:35.544Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T08:11:35.544Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-30T08:11:35.544Z] ---> da7850ddc86d [2020-09-30T08:11:35.544Z] Step 3/23 : WORKDIR /edgex-go [2020-09-30T08:11:35.544Z] ---> Using cache [2020-09-30T08:11:35.544Z] ---> 3136bf487b8f [2020-09-30T08:11:35.544Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T08:11:35.544Z] ---> Using cache [2020-09-30T08:11:35.544Z] ---> 9d34271512b9 [2020-09-30T08:11:35.544Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:35.827Z] ---> Running in 34ff82c8ed25 [2020-09-30T08:11:35.980Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8dfe40242627ba8773ad25c3a239435623502a60 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:36.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:36.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-30T08:11:36.284Z] 695d31ed6703: Preparing [2020-09-30T08:11:36.284Z] 508e1c89cde9: Preparing [2020-09-30T08:11:36.284Z] d6a50e781e14: Preparing [2020-09-30T08:11:36.284Z] 9c12a43ef260: Preparing [2020-09-30T08:11:36.284Z] 1ea474960813: Preparing [2020-09-30T08:11:36.284Z] 746ddde5f376: Preparing [2020-09-30T08:11:36.284Z] 746ddde5f376: Waiting [2020-09-30T08:11:36.491Z] ---> Running in 61e12ae5252a [2020-09-30T08:11:36.491Z] ---> 7194c1015b89 [2020-09-30T08:11:36.491Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-30T08:11:36.549Z] 695d31ed6703: Pushed [2020-09-30T08:11:36.549Z] d6a50e781e14: Pushed [2020-09-30T08:11:36.549Z] 9c12a43ef260: Pushed [2020-09-30T08:11:36.790Z] Removing intermediate container 89c4d6eaa3a0 [2020-09-30T08:11:36.790Z] ---> db5a533824af [2020-09-30T08:11:36.790Z] Step 23/24 : LABEL git_sha=8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:36.813Z] 746ddde5f376: Pushed [2020-09-30T08:11:36.813Z] 1ea474960813: Pushed [2020-09-30T08:11:37.102Z] ---> Running in 4c62ecc29fa7 [2020-09-30T08:11:37.414Z] Removing intermediate container 61e12ae5252a [2020-09-30T08:11:37.414Z] ---> ed6f9b9eb3df [2020-09-30T08:11:37.414Z] [2020-09-30T08:11:37.756Z] 508e1c89cde9: Pushed [2020-09-30T08:11:38.018Z] 8dfe40242627ba8773ad25c3a239435623502a60: digest: sha256:b9ad36f419b68374e78ce3d52565bc63a6009701542e43b20c0bf6a38b9378ca size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:38.361Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:38.513Z] Successfully built ed6f9b9eb3df [2020-09-30T08:11:38.514Z] Successfully tagged docker-core-command-go-arm64:latest [2020-09-30T08:11:38.514Z] Building docker-sys-mgmt-agent-go [2020-09-30T08:11:38.664Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.38 [2020-09-30T08:11:38.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-30T08:11:38.664Z] 695d31ed6703: Preparing [2020-09-30T08:11:38.664Z] 508e1c89cde9: Preparing [2020-09-30T08:11:38.664Z] d6a50e781e14: Preparing [2020-09-30T08:11:38.664Z] 9c12a43ef260: Preparing [2020-09-30T08:11:38.664Z] 1ea474960813: Preparing [2020-09-30T08:11:38.664Z] 746ddde5f376: Preparing [2020-09-30T08:11:38.664Z] 746ddde5f376: Waiting [2020-09-30T08:11:38.664Z] 1ea474960813: Layer already exists [2020-09-30T08:11:38.664Z] 508e1c89cde9: Layer already exists [2020-09-30T08:11:38.664Z] 695d31ed6703: Layer already exists [2020-09-30T08:11:38.664Z] 9c12a43ef260: Layer already exists [2020-09-30T08:11:38.664Z] d6a50e781e14: Layer already exists [2020-09-30T08:11:38.664Z] 746ddde5f376: Layer already exists [2020-09-30T08:11:38.664Z] 1.2.2-dev.38: digest: sha256:b9ad36f419b68374e78ce3d52565bc63a6009701542e43b20c0bf6a38b9378ca size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:38.811Z]  Building docker-core-command-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T08:11:38.811Z] ---> 423facbdd9ed [2020-09-30T08:11:38.811Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-30T08:11:38.811Z] Removing intermediate container 4c62ecc29fa7 [2020-09-30T08:11:38.811Z] ---> e8d8aaddd596 [2020-09-30T08:11:38.811Z] Step 24/24 : LABEL version=1.2.2-dev.38 [2020-09-30T08:11:38.974Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:39.119Z] ---> Running in 81c2c3234f76 [2020-09-30T08:11:39.119Z] ---> Running in 7d3a2329a87b [2020-09-30T08:11:39.297Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:39.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-30T08:11:39.297Z] 695d31ed6703: Preparing [2020-09-30T08:11:39.297Z] 508e1c89cde9: Preparing [2020-09-30T08:11:39.297Z] d6a50e781e14: Preparing [2020-09-30T08:11:39.297Z] 9c12a43ef260: Preparing [2020-09-30T08:11:39.297Z] 1ea474960813: Preparing [2020-09-30T08:11:39.297Z] 746ddde5f376: Preparing [2020-09-30T08:11:39.297Z] 746ddde5f376: Waiting [2020-09-30T08:11:39.297Z] 9c12a43ef260: Layer already exists [2020-09-30T08:11:39.297Z] 508e1c89cde9: Layer already exists [2020-09-30T08:11:39.297Z] 695d31ed6703: Layer already exists [2020-09-30T08:11:39.297Z] 1ea474960813: Layer already exists [2020-09-30T08:11:39.297Z] d6a50e781e14: Layer already exists [2020-09-30T08:11:39.297Z] 746ddde5f376: Layer already exists [2020-09-30T08:11:39.297Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38: digest: sha256:b9ad36f419b68374e78ce3d52565bc63a6009701542e43b20c0bf6a38b9378ca size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:39.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T08:11:39.630Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:39.662Z] Removing intermediate container 81c2c3234f76 [2020-09-30T08:11:39.662Z] ---> dbe47fe382e4 [2020-09-30T08:11:39.662Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T08:11:39.662Z] Removing intermediate container 7d3a2329a87b [2020-09-30T08:11:39.662Z] ---> 4884a2b3f7fd [2020-09-30T08:11:39.662Z] [2020-09-30T08:11:39.971Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-09-30T08:11:39.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-30T08:11:39.971Z] 695d31ed6703: Preparing [2020-09-30T08:11:39.971Z] 508e1c89cde9: Preparing [2020-09-30T08:11:39.971Z] d6a50e781e14: Preparing [2020-09-30T08:11:39.971Z] 9c12a43ef260: Preparing [2020-09-30T08:11:39.971Z] 1ea474960813: Preparing [2020-09-30T08:11:39.971Z] 746ddde5f376: Preparing [2020-09-30T08:11:39.971Z] 746ddde5f376: Waiting [2020-09-30T08:11:39.971Z] d6a50e781e14: Layer already exists [2020-09-30T08:11:39.971Z] 508e1c89cde9: Layer already exists [2020-09-30T08:11:39.971Z] 695d31ed6703: Layer already exists [2020-09-30T08:11:39.971Z] 1ea474960813: Layer already exists [2020-09-30T08:11:39.971Z] 9c12a43ef260: Layer already exists [2020-09-30T08:11:39.971Z] 746ddde5f376: Layer already exists [2020-09-30T08:11:39.971Z] master: digest: sha256:b9ad36f419b68374e78ce3d52565bc63a6009701542e43b20c0bf6a38b9378ca size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-09-30T08:11:40.273Z] Successfully built 4884a2b3f7fd [2020-09-30T08:11:40.273Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-09-30T08:11:40.273Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2020-09-30T08:11:40.273Z] ---> Running in 0457a847dad2 [Pipeline] echo [2020-09-30T08:11:40.329Z] ===================================================== [Pipeline] echo [2020-09-30T08:11:40.375Z] taggedImages: [2020-09-30T08:11:40.375Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:40.375Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.38 [2020-09-30T08:11:40.375Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:40.375Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-09-30T08:11:40.440Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-09-30T08:11:40.440Z] 8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:40.440Z] 1.2.2-dev.38 [2020-09-30T08:11:40.440Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:40.440Z] master [2020-09-30T08:11:40.440Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-09-30T08:11:40.548Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T08:11:40.548Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T08:11:40.548Z] OK: 12623 distinct packages available [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:40.999Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8dfe40242627ba8773ad25c3a239435623502a60 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:41.157Z] Removing intermediate container 0457a847dad2 [2020-09-30T08:11:41.157Z] ---> 3f10a9e8dc67 [2020-09-30T08:11:41.157Z] Step 20/22 : LABEL arch=arm64 [2020-09-30T08:11:41.157Z] OK: 217 MiB in 51 packages [2020-09-30T08:11:41.157Z] ---> Running in 2716c246eff9 [2020-09-30T08:11:41.338Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:41.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-30T08:11:41.338Z] 95fa4d022312: Preparing [2020-09-30T08:11:41.338Z] cc86aee561ca: Preparing [2020-09-30T08:11:41.338Z] c8f850094792: Preparing [2020-09-30T08:11:41.608Z] c8f850094792: Pushed [2020-09-30T08:11:41.608Z] 95fa4d022312: Pushed [2020-09-30T08:11:42.588Z] Removing intermediate container 2716c246eff9 [2020-09-30T08:11:42.588Z] ---> 1637cb0e4fab [2020-09-30T08:11:42.588Z] Step 21/22 : LABEL git_sha=8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:42.860Z] Removing intermediate container 34ff82c8ed25 [2020-09-30T08:11:42.860Z] ---> a23853d6ebe1 [2020-09-30T08:11:42.860Z] Step 6/23 : COPY go.mod . [2020-09-30T08:11:42.860Z] ---> Running in b9028c0c05a6 [2020-09-30T08:11:43.546Z] cc86aee561ca: Pushed [2020-09-30T08:11:43.546Z] 8dfe40242627ba8773ad25c3a239435623502a60: digest: sha256:351b11fdc20b85d64fc2d56293089eb0577b5c627a258ec1c46b7bc86b3c1e8b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:43.843Z] ---> c507bae3614e [2020-09-30T08:11:43.844Z] Step 7/23 : RUN go mod download [2020-09-30T08:11:43.844Z] Removing intermediate container b9028c0c05a6 [2020-09-30T08:11:43.844Z] ---> 84f6278d6933 [2020-09-30T08:11:43.844Z] Step 22/22 : LABEL version=1.2.2-dev.38 [2020-09-30T08:11:43.862Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:44.113Z] ---> Running in 20c436f692a4 [2020-09-30T08:11:44.113Z] ---> Running in fcd95c98996e [2020-09-30T08:11:44.171Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.38 [2020-09-30T08:11:44.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-30T08:11:44.171Z] 95fa4d022312: Preparing [2020-09-30T08:11:44.171Z] cc86aee561ca: Preparing [2020-09-30T08:11:44.171Z] c8f850094792: Preparing [2020-09-30T08:11:44.171Z] 95fa4d022312: Layer already exists [2020-09-30T08:11:44.171Z] c8f850094792: Layer already exists [2020-09-30T08:11:44.171Z] cc86aee561ca: Layer already exists [2020-09-30T08:11:44.171Z] 1.2.2-dev.38: digest: sha256:351b11fdc20b85d64fc2d56293089eb0577b5c627a258ec1c46b7bc86b3c1e8b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:44.492Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:44.705Z] Removing intermediate container 20c436f692a4 [2020-09-30T08:11:44.705Z] ---> 330632d578d1 [2020-09-30T08:11:44.705Z] [2020-09-30T08:11:44.802Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:44.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-30T08:11:44.802Z] 95fa4d022312: Preparing [2020-09-30T08:11:44.802Z] cc86aee561ca: Preparing [2020-09-30T08:11:44.802Z] c8f850094792: Preparing [2020-09-30T08:11:44.802Z] 95fa4d022312: Layer already exists [2020-09-30T08:11:44.802Z] cc86aee561ca: Layer already exists [2020-09-30T08:11:44.802Z] c8f850094792: Layer already exists [2020-09-30T08:11:44.802Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38: digest: sha256:351b11fdc20b85d64fc2d56293089eb0577b5c627a258ec1c46b7bc86b3c1e8b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:45.113Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:45.298Z] Successfully built 330632d578d1 [2020-09-30T08:11:45.298Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-09-30T08:11:45.299Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2020-09-30T08:11:45.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-09-30T08:11:45.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-30T08:11:45.584Z] 95fa4d022312: Preparing [2020-09-30T08:11:45.584Z] cc86aee561ca: Preparing [2020-09-30T08:11:45.584Z] c8f850094792: Preparing [2020-09-30T08:11:45.584Z] cc86aee561ca: Layer already exists [2020-09-30T08:11:45.584Z] 95fa4d022312: Layer already exists [2020-09-30T08:11:45.584Z] c8f850094792: Layer already exists [2020-09-30T08:11:45.584Z] master: digest: sha256:351b11fdc20b85d64fc2d56293089eb0577b5c627a258ec1c46b7bc86b3c1e8b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T08:11:45.762Z] ===================================================== [Pipeline] echo [2020-09-30T08:11:45.817Z] taggedImages: [2020-09-30T08:11:45.817Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:45.817Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.38 [2020-09-30T08:11:45.817Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:45.817Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-09-30T08:11:45.879Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-09-30T08:11:45.879Z] 8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:45.879Z] 1.2.2-dev.38 [2020-09-30T08:11:45.879Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:45.879Z] master [2020-09-30T08:11:45.879Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:46.348Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8dfe40242627ba8773ad25c3a239435623502a60 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:46.661Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:11:46.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-30T08:11:46.661Z] c5a46534dcb3: Preparing [2020-09-30T08:11:46.661Z] f4e2850bad86: Preparing [2020-09-30T08:11:46.661Z] 12e2617d292e: Preparing [2020-09-30T08:11:46.661Z] 9c265810adc9: Preparing [2020-09-30T08:11:46.661Z] 4e4313e7cf42: Preparing [2020-09-30T08:11:46.661Z] 7bd86e310430: Preparing [2020-09-30T08:11:46.661Z] a0bfd8d359c9: Preparing [2020-09-30T08:11:46.661Z] 527eef706b20: Preparing [2020-09-30T08:11:46.661Z] 224742e9e948: Preparing [2020-09-30T08:11:46.661Z] 5391e5290f13: Preparing [2020-09-30T08:11:46.661Z] 13baed61c795: Preparing [2020-09-30T08:11:46.661Z] 51d6d3d09136: Preparing [2020-09-30T08:11:46.661Z] 1507bc794612: Preparing [2020-09-30T08:11:46.661Z] 50644c29ef5a: Preparing [2020-09-30T08:11:46.661Z] 7bd86e310430: Waiting [2020-09-30T08:11:46.661Z] a0bfd8d359c9: Waiting [2020-09-30T08:11:46.661Z] 527eef706b20: Waiting [2020-09-30T08:11:46.661Z] 224742e9e948: Waiting [2020-09-30T08:11:46.661Z] 5391e5290f13: Waiting [2020-09-30T08:11:46.661Z] 13baed61c795: Waiting [2020-09-30T08:11:46.661Z] 51d6d3d09136: Waiting [2020-09-30T08:11:46.661Z] 1507bc794612: Waiting [2020-09-30T08:11:46.661Z] 50644c29ef5a: Waiting [2020-09-30T08:11:46.943Z] 4e4313e7cf42: Pushed [2020-09-30T08:11:46.943Z] c5a46534dcb3: Pushed [2020-09-30T08:11:47.208Z] 9c265810adc9: Pushed [2020-09-30T08:11:47.208Z] 527eef706b20: Layer already exists [2020-09-30T08:11:47.478Z] 224742e9e948: Layer already exists [2020-09-30T08:11:47.478Z] 5391e5290f13: Layer already exists [2020-09-30T08:11:47.478Z] a0bfd8d359c9: Pushed [2020-09-30T08:11:47.478Z] 51d6d3d09136: Layer already exists [2020-09-30T08:11:47.478Z] 13baed61c795: Layer already exists [2020-09-30T08:11:47.478Z] 50644c29ef5a: Layer already exists [2020-09-30T08:11:47.478Z] 1507bc794612: Layer already exists [2020-09-30T08:11:47.911Z] Removing intermediate container fcd95c98996e [2020-09-30T08:11:47.911Z] ---> 70fca5abb5a5 [2020-09-30T08:11:47.911Z] Step 8/23 : COPY . . [2020-09-30T08:11:48.056Z] 7bd86e310430: Pushed [2020-09-30T08:11:48.319Z] f4e2850bad86: Pushed [2020-09-30T08:11:58.409Z] 12e2617d292e: Pushed [2020-09-30T08:11:58.409Z] 8dfe40242627ba8773ad25c3a239435623502a60: digest: sha256:604ba3f6bdbb97427054b88c752bcb3f24869d964c8791d45204da96666ec0f2 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:58.734Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:59.054Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.38 [2020-09-30T08:11:59.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-30T08:11:59.054Z] c5a46534dcb3: Preparing [2020-09-30T08:11:59.054Z] f4e2850bad86: Preparing [2020-09-30T08:11:59.054Z] 12e2617d292e: Preparing [2020-09-30T08:11:59.054Z] 9c265810adc9: Preparing [2020-09-30T08:11:59.054Z] 4e4313e7cf42: Preparing [2020-09-30T08:11:59.054Z] 7bd86e310430: Preparing [2020-09-30T08:11:59.054Z] a0bfd8d359c9: Preparing [2020-09-30T08:11:59.054Z] 527eef706b20: Preparing [2020-09-30T08:11:59.054Z] 224742e9e948: Preparing [2020-09-30T08:11:59.054Z] 5391e5290f13: Preparing [2020-09-30T08:11:59.054Z] 13baed61c795: Preparing [2020-09-30T08:11:59.054Z] 51d6d3d09136: Preparing [2020-09-30T08:11:59.054Z] 1507bc794612: Preparing [2020-09-30T08:11:59.054Z] 50644c29ef5a: Preparing [2020-09-30T08:11:59.054Z] 5391e5290f13: Waiting [2020-09-30T08:11:59.054Z] 51d6d3d09136: Waiting [2020-09-30T08:11:59.054Z] 527eef706b20: Waiting [2020-09-30T08:11:59.054Z] 224742e9e948: Waiting [2020-09-30T08:11:59.054Z] 50644c29ef5a: Waiting [2020-09-30T08:11:59.054Z] 1507bc794612: Waiting [2020-09-30T08:11:59.054Z] 12e2617d292e: Layer already exists [2020-09-30T08:11:59.054Z] f4e2850bad86: Layer already exists [2020-09-30T08:11:59.054Z] 9c265810adc9: Layer already exists [2020-09-30T08:11:59.054Z] 4e4313e7cf42: Layer already exists [2020-09-30T08:11:59.054Z] c5a46534dcb3: Layer already exists [2020-09-30T08:11:59.054Z] 7bd86e310430: Layer already exists [2020-09-30T08:11:59.054Z] 527eef706b20: Layer already exists [2020-09-30T08:11:59.054Z] 224742e9e948: Layer already exists [2020-09-30T08:11:59.054Z] a0bfd8d359c9: Layer already exists [2020-09-30T08:11:59.054Z] 5391e5290f13: Layer already exists [2020-09-30T08:11:59.054Z] 50644c29ef5a: Layer already exists [2020-09-30T08:11:59.054Z] 1507bc794612: Layer already exists [2020-09-30T08:11:59.054Z] 51d6d3d09136: Layer already exists [2020-09-30T08:11:59.054Z] 13baed61c795: Layer already exists [2020-09-30T08:11:59.318Z] 1.2.2-dev.38: digest: sha256:604ba3f6bdbb97427054b88c752bcb3f24869d964c8791d45204da96666ec0f2 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:59.633Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:11:59.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:11:59.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-30T08:11:59.950Z] c5a46534dcb3: Preparing [2020-09-30T08:11:59.950Z] f4e2850bad86: Preparing [2020-09-30T08:11:59.950Z] 12e2617d292e: Preparing [2020-09-30T08:11:59.950Z] 9c265810adc9: Preparing [2020-09-30T08:11:59.950Z] 4e4313e7cf42: Preparing [2020-09-30T08:11:59.950Z] 7bd86e310430: Preparing [2020-09-30T08:11:59.950Z] a0bfd8d359c9: Preparing [2020-09-30T08:11:59.950Z] 527eef706b20: Preparing [2020-09-30T08:11:59.950Z] 224742e9e948: Preparing [2020-09-30T08:11:59.950Z] 5391e5290f13: Preparing [2020-09-30T08:11:59.950Z] 13baed61c795: Preparing [2020-09-30T08:11:59.950Z] 51d6d3d09136: Preparing [2020-09-30T08:11:59.950Z] 1507bc794612: Preparing [2020-09-30T08:11:59.950Z] 50644c29ef5a: Preparing [2020-09-30T08:11:59.950Z] 7bd86e310430: Waiting [2020-09-30T08:11:59.950Z] a0bfd8d359c9: Waiting [2020-09-30T08:11:59.950Z] 527eef706b20: Waiting [2020-09-30T08:11:59.950Z] 224742e9e948: Waiting [2020-09-30T08:11:59.950Z] 5391e5290f13: Waiting [2020-09-30T08:11:59.950Z] 13baed61c795: Waiting [2020-09-30T08:11:59.950Z] 51d6d3d09136: Waiting [2020-09-30T08:11:59.950Z] 1507bc794612: Waiting [2020-09-30T08:11:59.950Z] 50644c29ef5a: Waiting [2020-09-30T08:11:59.950Z] 4e4313e7cf42: Layer already exists [2020-09-30T08:11:59.950Z] 9c265810adc9: Layer already exists [2020-09-30T08:11:59.950Z] c5a46534dcb3: Layer already exists [2020-09-30T08:11:59.950Z] f4e2850bad86: Layer already exists [2020-09-30T08:11:59.950Z] 12e2617d292e: Layer already exists [2020-09-30T08:11:59.950Z] 7bd86e310430: Layer already exists [2020-09-30T08:11:59.950Z] a0bfd8d359c9: Layer already exists [2020-09-30T08:11:59.950Z] 224742e9e948: Layer already exists [2020-09-30T08:11:59.950Z] 527eef706b20: Layer already exists [2020-09-30T08:11:59.950Z] 5391e5290f13: Layer already exists [2020-09-30T08:11:59.950Z] 13baed61c795: Layer already exists [2020-09-30T08:11:59.950Z] 51d6d3d09136: Layer already exists [2020-09-30T08:11:59.950Z] 1507bc794612: Layer already exists [2020-09-30T08:11:59.950Z] 50644c29ef5a: Layer already exists [2020-09-30T08:11:59.950Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38: digest: sha256:604ba3f6bdbb97427054b88c752bcb3f24869d964c8791d45204da96666ec0f2 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:12:00.272Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:12:00.586Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-09-30T08:12:00.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-30T08:12:00.586Z] c5a46534dcb3: Preparing [2020-09-30T08:12:00.586Z] f4e2850bad86: Preparing [2020-09-30T08:12:00.586Z] 12e2617d292e: Preparing [2020-09-30T08:12:00.586Z] 9c265810adc9: Preparing [2020-09-30T08:12:00.586Z] 4e4313e7cf42: Preparing [2020-09-30T08:12:00.586Z] 7bd86e310430: Preparing [2020-09-30T08:12:00.586Z] a0bfd8d359c9: Preparing [2020-09-30T08:12:00.586Z] 527eef706b20: Preparing [2020-09-30T08:12:00.586Z] 224742e9e948: Preparing [2020-09-30T08:12:00.586Z] 5391e5290f13: Preparing [2020-09-30T08:12:00.586Z] 13baed61c795: Preparing [2020-09-30T08:12:00.586Z] 51d6d3d09136: Preparing [2020-09-30T08:12:00.586Z] 1507bc794612: Preparing [2020-09-30T08:12:00.586Z] 50644c29ef5a: Preparing [2020-09-30T08:12:00.586Z] 7bd86e310430: Waiting [2020-09-30T08:12:00.586Z] a0bfd8d359c9: Waiting [2020-09-30T08:12:00.586Z] 527eef706b20: Waiting [2020-09-30T08:12:00.586Z] 224742e9e948: Waiting [2020-09-30T08:12:00.586Z] 5391e5290f13: Waiting [2020-09-30T08:12:00.586Z] 13baed61c795: Waiting [2020-09-30T08:12:00.586Z] 51d6d3d09136: Waiting [2020-09-30T08:12:00.586Z] 1507bc794612: Waiting [2020-09-30T08:12:00.586Z] 50644c29ef5a: Waiting [2020-09-30T08:12:00.586Z] 9c265810adc9: Layer already exists [2020-09-30T08:12:00.586Z] c5a46534dcb3: Layer already exists [2020-09-30T08:12:00.586Z] 4e4313e7cf42: Layer already exists [2020-09-30T08:12:00.586Z] f4e2850bad86: Layer already exists [2020-09-30T08:12:00.586Z] 12e2617d292e: Layer already exists [2020-09-30T08:12:00.586Z] a0bfd8d359c9: Layer already exists [2020-09-30T08:12:00.586Z] 7bd86e310430: Layer already exists [2020-09-30T08:12:00.586Z] 527eef706b20: Layer already exists [2020-09-30T08:12:00.586Z] 224742e9e948: Layer already exists [2020-09-30T08:12:00.586Z] 5391e5290f13: Layer already exists [2020-09-30T08:12:00.586Z] 50644c29ef5a: Layer already exists [2020-09-30T08:12:00.586Z] 1507bc794612: Layer already exists [2020-09-30T08:12:00.586Z] 51d6d3d09136: Layer already exists [2020-09-30T08:12:00.586Z] 13baed61c795: Layer already exists [2020-09-30T08:12:00.586Z] master: digest: sha256:604ba3f6bdbb97427054b88c752bcb3f24869d964c8791d45204da96666ec0f2 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T08:12:01.114Z] ===================================================== [Pipeline] echo [2020-09-30T08:12:01.163Z] taggedImages: [2020-09-30T08:12:01.163Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:12:01.163Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.38 [2020-09-30T08:12:01.163Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:12:01.163Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-30T08:12:06.232Z] ---> 38aa86640a5a [2020-09-30T08:12:06.232Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-30T08:12:06.232Z] ---> Running in eca826fafdeb [2020-09-30T08:12:07.209Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o cmd/core-data/core-data ./cmd/core-data [2020-09-30T08:12:17.405Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T08:12:17.405Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-30T08:12:17.405Z] ---> da7850ddc86d [2020-09-30T08:12:17.405Z] Step 3/26 : WORKDIR /edgex-go [2020-09-30T08:12:17.405Z] ---> Using cache [2020-09-30T08:12:17.405Z] ---> 3136bf487b8f [2020-09-30T08:12:17.405Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T08:12:17.405Z] ---> Using cache [2020-09-30T08:12:17.405Z] ---> 9d34271512b9 [2020-09-30T08:12:17.405Z] Step 5/26 : RUN apk update && apk add make git [2020-09-30T08:12:17.405Z] ---> Using cache [2020-09-30T08:12:17.405Z] ---> 26bf49d1eb31 [2020-09-30T08:12:17.405Z] Step 6/26 : COPY go.mod . [2020-09-30T08:12:17.405Z] ---> Using cache [2020-09-30T08:12:17.405Z] ---> c743363a9edd [2020-09-30T08:12:17.405Z] Step 7/26 : RUN go mod download [2020-09-30T08:12:17.405Z] ---> Using cache [2020-09-30T08:12:17.405Z] ---> ddb523cc3d0c [2020-09-30T08:12:17.405Z] Step 8/26 : COPY . . [2020-09-30T08:12:17.405Z] ---> Using cache [2020-09-30T08:12:17.405Z] ---> cc2d61b7b72f [2020-09-30T08:12:17.405Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-09-30T08:12:21.762Z] ---> Running in 7bf0f1ce0360 [2020-09-30T08:12:23.766Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-30T08:12:29.252Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T08:12:29.252Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-30T08:12:29.252Z] ---> da7850ddc86d [2020-09-30T08:12:29.252Z] Step 3/27 : WORKDIR /edgex-go [2020-09-30T08:12:29.252Z] ---> Using cache [2020-09-30T08:12:29.252Z] ---> 3136bf487b8f [2020-09-30T08:12:29.252Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T08:12:29.252Z] ---> Using cache [2020-09-30T08:12:29.252Z] ---> 9d34271512b9 [2020-09-30T08:12:29.252Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-30T08:12:29.538Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T08:12:29.538Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-30T08:12:29.538Z] ---> da7850ddc86d [2020-09-30T08:12:29.538Z] Step 3/21 : WORKDIR /edgex-go [2020-09-30T08:12:29.538Z] ---> Using cache [2020-09-30T08:12:29.538Z] ---> 3136bf487b8f [2020-09-30T08:12:29.538Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T08:12:29.538Z] ---> Using cache [2020-09-30T08:12:29.538Z] ---> 9d34271512b9 [2020-09-30T08:12:29.538Z] Step 5/21 : RUN apk update && apk add make git [2020-09-30T08:12:29.538Z] ---> Using cache [2020-09-30T08:12:29.538Z] ---> 26bf49d1eb31 [2020-09-30T08:12:29.538Z] Step 6/21 : COPY go.mod . [2020-09-30T08:12:29.538Z] ---> Using cache [2020-09-30T08:12:29.538Z] ---> c743363a9edd [2020-09-30T08:12:29.538Z] Step 7/21 : RUN go mod download [2020-09-30T08:12:29.538Z] ---> Using cache [2020-09-30T08:12:29.538Z] ---> ddb523cc3d0c [2020-09-30T08:12:29.538Z] Step 8/21 : COPY . . [2020-09-30T08:12:29.538Z] ---> Using cache [2020-09-30T08:12:29.538Z] ---> cc2d61b7b72f [2020-09-30T08:12:29.538Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-30T08:12:30.554Z] ---> Running in 61f33729bdf3 [2020-09-30T08:12:30.554Z] ---> Running in 6e29b15e286c [2020-09-30T08:12:33.228Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-30T08:12:33.228Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-30T08:12:33.228Z] ---> da7850ddc86d [2020-09-30T08:12:33.228Z] Step 3/20 : WORKDIR /edgex-go [2020-09-30T08:12:33.228Z] ---> Using cache [2020-09-30T08:12:33.228Z] ---> 3136bf487b8f [2020-09-30T08:12:33.228Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T08:12:33.228Z] ---> Using cache [2020-09-30T08:12:33.228Z] ---> 9d34271512b9 [2020-09-30T08:12:33.228Z] Step 5/20 : RUN apk update && apk add make git [2020-09-30T08:12:33.228Z] ---> Using cache [2020-09-30T08:12:33.228Z] ---> 26bf49d1eb31 [2020-09-30T08:12:33.228Z] Step 6/20 : COPY go.mod . [2020-09-30T08:12:33.228Z] ---> Using cache [2020-09-30T08:12:33.513Z] ---> c743363a9edd [2020-09-30T08:12:33.513Z] Step 7/20 : RUN go mod download [2020-09-30T08:12:33.513Z] ---> Using cache [2020-09-30T08:12:33.513Z] ---> ddb523cc3d0c [2020-09-30T08:12:33.513Z] Step 8/20 : COPY . . [2020-09-30T08:12:33.513Z] ---> Using cache [2020-09-30T08:12:33.513Z] ---> cc2d61b7b72f [2020-09-30T08:12:33.513Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-30T08:12:33.513Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-30T08:12:33.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T08:12:34.088Z] ---> Running in af67d99075e0 [2020-09-30T08:12:35.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T08:12:36.543Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-30T08:12:37.540Z] v3.12.0-355-gd6f249c14e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-30T08:12:37.540Z] v3.12.0-356-g20de812e98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-30T08:12:37.540Z] OK: 12623 distinct packages available [2020-09-30T08:12:38.148Z] OK: 217 MiB in 51 packages [2020-09-30T08:12:40.158Z] Removing intermediate container 61f33729bdf3 [2020-09-30T08:12:40.158Z] ---> dff88a1e254b [2020-09-30T08:12:40.158Z] Step 6/27 : COPY go.mod . [2020-09-30T08:12:41.161Z] ---> 6d508c42a429 [2020-09-30T08:12:41.161Z] Step 7/27 : RUN go mod download [2020-09-30T08:12:41.161Z] ---> Running in c6e55374e4ae [2020-09-30T08:12:46.622Z] Removing intermediate container c6e55374e4ae [2020-09-30T08:12:46.622Z] ---> e4ff022d0965 [2020-09-30T08:12:46.622Z] Step 8/27 : COPY . . [2020-09-30T08:13:05.045Z] ---> 74beb41ccbf2 [2020-09-30T08:13:05.046Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-30T08:13:05.323Z] ---> Running in c37be01b45b2 [2020-09-30T08:13:07.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-30T08:13:47.066Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-30T08:13:52.497Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-30T08:13:59.253Z] Removing intermediate container af67d99075e0 [2020-09-30T08:13:59.253Z] ---> ca48599b1833 [2020-09-30T08:13:59.253Z] [2020-09-30T08:13:59.253Z] Step 10/20 : FROM alpine [2020-09-30T08:13:59.253Z] ---> 62ee0e9f8440 [2020-09-30T08:13:59.253Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-30T08:13:59.253Z] ---> Running in 720a130c8270 [2020-09-30T08:14:01.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T08:14:01.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T08:14:02.856Z] v3.12.0-355-gd6f249c14e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-30T08:14:02.856Z] v3.12.0-356-g20de812e98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-30T08:14:02.856Z] OK: 12621 distinct packages available [2020-09-30T08:14:04.308Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-30T08:14:04.308Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-30T08:14:04.308Z] (3/4) Installing libcurl (7.69.1-r1) [2020-09-30T08:14:04.308Z] (4/4) Installing curl (7.69.1-r1) [2020-09-30T08:14:04.308Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T08:14:04.308Z] Executing ca-certificates-20191127-r4.trigger [2020-09-30T08:14:04.584Z] OK: 7 MiB in 18 packages [2020-09-30T08:14:04.861Z] Removing intermediate container 7bf0f1ce0360 [2020-09-30T08:14:04.862Z] ---> cb80a8bf5c7d [2020-09-30T08:14:04.862Z] [2020-09-30T08:14:04.862Z] Step 10/26 : FROM alpine:3.10 [2020-09-30T08:14:05.142Z] 3.10: Pulling from library/alpine [2020-09-30T08:14:07.785Z] Removing intermediate container 720a130c8270 [2020-09-30T08:14:07.785Z] ---> 8251ac9da840 [2020-09-30T08:14:07.785Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-30T08:14:07.785Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-30T08:14:07.785Z] Status: Downloaded newer image for alpine:3.10 [2020-09-30T08:14:07.785Z] ---> 536a684cf733 [2020-09-30T08:14:07.785Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-30T08:14:07.785Z] ---> Running in c1e47ad7beb1 [2020-09-30T08:14:07.785Z] ---> Running in a5ff6a3e3fe3 [2020-09-30T08:14:08.388Z] Removing intermediate container c1e47ad7beb1 [2020-09-30T08:14:08.388Z] ---> 60e5a8ab441f [2020-09-30T08:14:08.388Z] Step 13/20 : WORKDIR /edgex [2020-09-30T08:14:08.999Z] ---> Running in 9760183b21f3 [2020-09-30T08:14:09.602Z] Removing intermediate container 9760183b21f3 [2020-09-30T08:14:09.602Z] ---> 3233e04d00ee [2020-09-30T08:14:09.602Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-30T08:14:11.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-09-30T08:14:11.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-09-30T08:14:11.327Z] ---> 343fcaddefe9 [2020-09-30T08:14:11.327Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-30T08:14:11.930Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-30T08:14:11.930Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-30T08:14:11.930Z] OK: 10167 distinct packages available [2020-09-30T08:14:12.531Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-30T08:14:12.809Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-30T08:14:12.809Z] (3/5) Installing libcurl (7.66.0-r1) [2020-09-30T08:14:12.809Z] (4/5) Installing curl (7.66.0-r1) [2020-09-30T08:14:12.809Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-30T08:14:12.809Z] Executing busybox-1.30.1-r3.trigger [2020-09-30T08:14:12.809Z] Executing ca-certificates-20191127-r2.trigger [2020-09-30T08:14:13.086Z] ---> f4888671c9a4 [2020-09-30T08:14:13.086Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-30T08:14:13.362Z] OK: 7 MiB in 19 packages [2020-09-30T08:14:13.363Z] ---> Running in 1d69a8a68070 [2020-09-30T08:14:14.360Z] Removing intermediate container 1d69a8a68070 [2020-09-30T08:14:14.360Z] ---> e23115a5d663 [2020-09-30T08:14:14.360Z] Step 17/20 : CMD ["--init=true"] [2020-09-30T08:14:14.641Z] ---> Running in 2e887974f659 [2020-09-30T08:14:15.638Z] Removing intermediate container 2e887974f659 [2020-09-30T08:14:15.638Z] ---> 2ce197b3402f [2020-09-30T08:14:15.638Z] Step 18/20 : LABEL arch=arm64 [2020-09-30T08:14:15.923Z] Removing intermediate container a5ff6a3e3fe3 [2020-09-30T08:14:15.923Z] ---> 25ed43fc5c11 [2020-09-30T08:14:15.923Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-30T08:14:15.923Z] ---> Running in ffe6cdac126c [2020-09-30T08:14:16.265Z] ---> Running in 144a5a8f6650 [2020-09-30T08:14:16.733Z] Removing intermediate container ffe6cdac126c [2020-09-30T08:14:16.733Z] ---> 1edf7da42765 [2020-09-30T08:14:16.733Z] Step 19/20 : LABEL git_sha=8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:14:17.059Z] ---> Running in 42fbb4b2a1e2 [2020-09-30T08:14:17.059Z] Removing intermediate container 144a5a8f6650 [2020-09-30T08:14:17.059Z] ---> d8cf6b2818ab [2020-09-30T08:14:17.059Z] Step 13/26 : WORKDIR / [2020-09-30T08:14:17.349Z] ---> Running in e4b3d04677b5 [2020-09-30T08:14:17.965Z] Removing intermediate container 42fbb4b2a1e2 [2020-09-30T08:14:17.965Z] ---> c7a6e5b6c7db [2020-09-30T08:14:17.965Z] Step 20/20 : LABEL version=1.2.2-dev.38 [2020-09-30T08:14:18.247Z] ---> Running in ce1a4e3ee9be [2020-09-30T08:14:18.534Z] Removing intermediate container e4b3d04677b5 [2020-09-30T08:14:18.534Z] ---> d23442b7be6a [2020-09-30T08:14:18.534Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-09-30T08:14:19.548Z] Removing intermediate container ce1a4e3ee9be [2020-09-30T08:14:19.548Z] ---> 386930f13241 [2020-09-30T08:14:19.548Z] [2020-09-30T08:14:20.654Z] ---> 3270d779d187 [2020-09-30T08:14:20.654Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-09-30T08:14:20.654Z] Successfully built 386930f13241 [2020-09-30T08:14:20.654Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-09-30T08:14:22.115Z]  Building docker-security-proxy-setup-go ... done  ---> 51f80c941397 [2020-09-30T08:14:22.115Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-30T08:14:24.114Z] ---> a4ede3bf7732 [2020-09-30T08:14:24.114Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-30T08:14:24.114Z] Removing intermediate container eca826fafdeb [2020-09-30T08:14:24.114Z] ---> 52c8cdd4bb6e [2020-09-30T08:14:24.114Z] [2020-09-30T08:14:24.114Z] Step 10/23 : FROM alpine [2020-09-30T08:14:24.114Z] ---> 62ee0e9f8440 [2020-09-30T08:14:24.114Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-30T08:14:24.722Z] ---> Running in 095cdef8f404 [2020-09-30T08:14:25.002Z] ---> 886db9a2c141 [2020-09-30T08:14:25.002Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-30T08:14:25.281Z] Removing intermediate container 095cdef8f404 [2020-09-30T08:14:25.281Z] ---> a46478779102 [2020-09-30T08:14:25.281Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-30T08:14:25.560Z] ---> Running in a621dd223333 [2020-09-30T08:14:26.181Z] Removing intermediate container 6e29b15e286c [2020-09-30T08:14:26.181Z] ---> 14ba6227d692 [2020-09-30T08:14:26.181Z] [2020-09-30T08:14:26.181Z] Step 10/21 : FROM scratch [2020-09-30T08:14:26.181Z] ---> [2020-09-30T08:14:26.181Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-30T08:14:26.181Z] Removing intermediate container a621dd223333 [2020-09-30T08:14:26.181Z] ---> d8be3d20b102 [2020-09-30T08:14:26.181Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-30T08:14:26.463Z] ---> Using cache [2020-09-30T08:14:26.463Z] ---> 2c0ddf1e632f [2020-09-30T08:14:26.463Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-30T08:14:26.463Z] ---> Running in b0e5e27da043 [2020-09-30T08:14:26.463Z] ---> Running in e71a9a46eb8b [2020-09-30T08:14:26.463Z] ---> 0ae0f102348f [2020-09-30T08:14:26.463Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-30T08:14:27.079Z] Removing intermediate container b0e5e27da043 [2020-09-30T08:14:27.079Z] ---> 7be0b7ccc105 [2020-09-30T08:14:27.079Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-30T08:14:27.355Z] ---> Running in 8e5e6b137da4 [2020-09-30T08:14:27.355Z] Removing intermediate container e71a9a46eb8b [2020-09-30T08:14:27.355Z] ---> b2ca741157af [2020-09-30T08:14:27.355Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-30T08:14:27.355Z] ---> Running in 78b194d02337 [2020-09-30T08:14:28.357Z] ---> 50fbe0aa988b [2020-09-30T08:14:28.358Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-30T08:14:28.358Z] Removing intermediate container 78b194d02337 [2020-09-30T08:14:28.358Z] ---> 00032880e31b [2020-09-30T08:14:28.358Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-30T08:14:29.351Z] ---> 84389c987e38 [2020-09-30T08:14:29.351Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-30T08:14:29.952Z] ---> e9895bc84b2c [2020-09-30T08:14:29.952Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-30T08:14:30.944Z] Removing intermediate container 8e5e6b137da4 [2020-09-30T08:14:30.944Z] ---> e61cb516a8f3 [2020-09-30T08:14:30.944Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-30T08:14:30.944Z] ---> Running in 342f81e7b0eb [2020-09-30T08:14:30.944Z] ---> 8cfa3e1f39f3 [2020-09-30T08:14:30.944Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-30T08:14:30.944Z] ---> 5f4c13df6065 [2020-09-30T08:14:30.944Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-30T08:14:31.224Z] ---> Running in ad1111090444 [2020-09-30T08:14:31.508Z] Removing intermediate container c37be01b45b2 [2020-09-30T08:14:31.508Z] ---> 6866ce66af1c [2020-09-30T08:14:31.508Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-30T08:14:31.793Z] ---> Running in de24de8408e9 [2020-09-30T08:14:32.407Z] ---> 43e7280d5386 [2020-09-30T08:14:32.407Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-30T08:14:32.407Z] ---> Running in 8a9f264678aa [2020-09-30T08:14:33.016Z] Removing intermediate container 8a9f264678aa [2020-09-30T08:14:33.016Z] ---> 26d93bc28911 [2020-09-30T08:14:33.016Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T08:14:33.296Z] ---> Running in 3cbd2e7d350f [2020-09-30T08:14:33.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T08:14:33.902Z] Removing intermediate container 3cbd2e7d350f [2020-09-30T08:14:33.902Z] ---> 7903f71e9096 [2020-09-30T08:14:33.902Z] Step 19/21 : LABEL arch=arm64 [2020-09-30T08:14:33.902Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.38" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-30T08:14:33.902Z] ---> Running in 4dddaff7b304 [2020-09-30T08:14:34.507Z] Removing intermediate container 4dddaff7b304 [2020-09-30T08:14:34.507Z] ---> 6a0ae1cc03e3 [2020-09-30T08:14:34.507Z] Step 20/21 : LABEL git_sha=8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:14:34.507Z] Removing intermediate container ad1111090444 [2020-09-30T08:14:34.507Z] ---> 8dfcfeb8761d [2020-09-30T08:14:34.507Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-30T08:14:34.790Z] ---> Running in dbe7624ce997 [2020-09-30T08:14:34.790Z] ---> Running in f55f9b18d805 [2020-09-30T08:14:34.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T08:14:35.069Z] Removing intermediate container dbe7624ce997 [2020-09-30T08:14:35.069Z] ---> 11f2d90c09a3 [2020-09-30T08:14:35.069Z] Step 21/21 : LABEL version=1.2.2-dev.38 [2020-09-30T08:14:35.349Z] Removing intermediate container f55f9b18d805 [2020-09-30T08:14:35.349Z] ---> 53c82b25d852 [2020-09-30T08:14:35.349Z] Step 24/26 : LABEL arch=arm64 [2020-09-30T08:14:35.349Z] ---> Running in 187a4c8cc372 [2020-09-30T08:14:35.627Z] ---> Running in 86bd3b731732 [2020-09-30T08:14:35.906Z] Removing intermediate container 187a4c8cc372 [2020-09-30T08:14:35.906Z] ---> 67b96160e2d5 [2020-09-30T08:14:35.906Z] [2020-09-30T08:14:36.183Z] Removing intermediate container 86bd3b731732 [2020-09-30T08:14:36.183Z] ---> 332f5d85dff9 [2020-09-30T08:14:36.183Z] Step 25/26 : LABEL git_sha=8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:14:36.459Z] Successfully built 67b96160e2d5 [2020-09-30T08:14:36.459Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-09-30T08:14:36.459Z]  Building docker-support-scheduler-go ... done  ---> Running in ee8cf29af520 [2020-09-30T08:14:36.736Z] Removing intermediate container de24de8408e9 [2020-09-30T08:14:36.736Z] ---> bb68fc404828 [2020-09-30T08:14:36.736Z] [2020-09-30T08:14:36.736Z] Step 11/27 : FROM docker:latest [2020-09-30T08:14:36.736Z] ---> 45884bde0078 [2020-09-30T08:14:36.736Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-30T08:14:37.010Z] Removing intermediate container ee8cf29af520 [2020-09-30T08:14:37.010Z] ---> 5e4d5f04ed6f [2020-09-30T08:14:37.010Z] Step 26/26 : LABEL version=1.2.2-dev.38 [2020-09-30T08:14:37.010Z] ---> Running in 7f8e3f79e5aa [2020-09-30T08:14:37.287Z] ---> Running in 5840c3d9a032 [2020-09-30T08:14:37.565Z] Removing intermediate container 5840c3d9a032 [2020-09-30T08:14:37.565Z] ---> 93d25f3bf1ed [2020-09-30T08:14:37.565Z] [2020-09-30T08:14:38.168Z] Successfully built 93d25f3bf1ed [2020-09-30T08:14:38.168Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-09-30T08:14:38.781Z]  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T08:14:38.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T08:14:39.382Z] (1/2) Installing readline (8.0.4-r0) [2020-09-30T08:14:39.382Z] (2/2) Installing bash (5.0.17-r0) [2020-09-30T08:14:39.656Z] Executing bash-5.0.17-r0.post-install [2020-09-30T08:14:39.656Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T08:14:39.656Z] OK: 12 MiB in 22 packages [2020-09-30T08:14:41.109Z] Removing intermediate container 7f8e3f79e5aa [2020-09-30T08:14:41.109Z] ---> f7efdc990806 [2020-09-30T08:14:41.109Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-30T08:14:41.109Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-30T08:14:41.109Z] ---> Running in a6ad982c3f7d [2020-09-30T08:14:41.109Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-30T08:14:42.099Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-30T08:14:43.543Z] Removing intermediate container a6ad982c3f7d [2020-09-30T08:14:43.543Z] ---> e3b477afffe7 [2020-09-30T08:14:43.543Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-30T08:14:43.543Z] ---> Running in 017c4cc63590 [2020-09-30T08:14:44.143Z] Removing intermediate container 017c4cc63590 [2020-09-30T08:14:44.143Z] ---> 388bb29dea0f [2020-09-30T08:14:44.143Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-30T08:14:44.143Z] ---> Running in 96265bd42ea9 [2020-09-30T08:14:44.742Z] Removing intermediate container 96265bd42ea9 [2020-09-30T08:14:44.742Z] ---> 3f554a66aa1e [2020-09-30T08:14:44.742Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-30T08:14:44.742Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-30T08:14:44.742Z] ---> Running in edccf41614db [2020-09-30T08:14:45.343Z] Removing intermediate container edccf41614db [2020-09-30T08:14:45.343Z] ---> d95dd79ce6d5 [2020-09-30T08:14:45.343Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-30T08:14:46.328Z] ---> 5c03fe641d8f [2020-09-30T08:14:46.328Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-30T08:14:46.605Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-30T08:14:46.605Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T08:14:46.884Z] OK: 8 MiB in 19 packages [2020-09-30T08:14:47.166Z] ---> 0ba786e512c3 [2020-09-30T08:14:47.166Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-30T08:14:48.151Z] Removing intermediate container 342f81e7b0eb [2020-09-30T08:14:48.151Z] ---> 20d21e1308c8 [2020-09-30T08:14:48.151Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-30T08:14:48.151Z] ---> 1709435db372 [2020-09-30T08:14:48.151Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-09-30T08:14:48.426Z] ---> Running in f645456a312f [2020-09-30T08:14:49.026Z] ---> d7685c582109 [2020-09-30T08:14:49.026Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-30T08:14:50.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T08:14:50.016Z] ---> 196325a7baaa [2020-09-30T08:14:50.016Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-30T08:14:50.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T08:14:51.005Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-30T08:14:51.005Z] (2/33) Installing expat (2.2.9-r1) [2020-09-30T08:14:51.005Z] (3/33) Installing libffi (3.3-r2) [2020-09-30T08:14:51.005Z] (4/33) Installing gdbm (1.13-r1) [2020-09-30T08:14:51.005Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-30T08:14:51.005Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-30T08:14:51.005Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-30T08:14:51.005Z] ---> 74333f84e119 [2020-09-30T08:14:51.005Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-30T08:14:51.005Z] ---> Running in bffb2f5449eb [2020-09-30T08:14:51.993Z] Removing intermediate container bffb2f5449eb [2020-09-30T08:14:51.993Z] ---> e4c4b9ae4c5c [2020-09-30T08:14:51.993Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T08:14:52.267Z] ---> Running in 3b73bb1d7efd [2020-09-30T08:14:52.869Z] Removing intermediate container 3b73bb1d7efd [2020-09-30T08:14:52.869Z] ---> 8a28f1844f7b [2020-09-30T08:14:52.869Z] Step 21/23 : LABEL arch=arm64 [2020-09-30T08:14:52.869Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-30T08:14:52.869Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-30T08:14:52.869Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-30T08:14:52.869Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-30T08:14:52.869Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-30T08:14:52.869Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-30T08:14:53.143Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-30T08:14:53.143Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-30T08:14:53.143Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-30T08:14:53.143Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-30T08:14:53.143Z] ---> Running in 5b17d1bb6e28 [2020-09-30T08:14:53.143Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-30T08:14:53.143Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-30T08:14:53.143Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-30T08:14:53.143Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-30T08:14:53.143Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-30T08:14:53.143Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-30T08:14:53.418Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-30T08:14:53.418Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-30T08:14:53.418Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-30T08:14:53.418Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-30T08:14:53.418Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-30T08:14:53.418Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-30T08:14:53.418Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-30T08:14:53.418Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-30T08:14:53.418Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-30T08:14:53.418Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-30T08:14:53.691Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T08:14:53.691Z] OK: 71 MiB in 55 packages [2020-09-30T08:14:53.691Z] Removing intermediate container 5b17d1bb6e28 [2020-09-30T08:14:53.691Z] ---> 8de27624f395 [2020-09-30T08:14:53.691Z] Step 22/23 : LABEL git_sha=8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:14:53.691Z] ---> Running in bd0fa7a7e798 [2020-09-30T08:14:54.295Z] Removing intermediate container bd0fa7a7e798 [2020-09-30T08:14:54.296Z] ---> ab74699fd5e1 [2020-09-30T08:14:54.296Z] Step 23/23 : LABEL version=1.2.2-dev.38 [2020-09-30T08:14:54.575Z] ---> Running in 7dee252d81c9 [2020-09-30T08:14:55.177Z] Removing intermediate container 7dee252d81c9 [2020-09-30T08:14:55.177Z] ---> eafe3dcda3e6 [2020-09-30T08:14:55.177Z] [2020-09-30T08:14:55.457Z] Successfully built eafe3dcda3e6 [2020-09-30T08:14:55.457Z] Successfully tagged docker-core-data-go-arm64:latest [2020-09-30T08:14:59.774Z]  Building docker-core-data-go ... done Removing intermediate container f645456a312f [2020-09-30T08:14:59.774Z] ---> 32f007fb28a1 [2020-09-30T08:14:59.774Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-30T08:14:59.774Z] ---> Running in b4afea6c5974 [2020-09-30T08:15:05.191Z] Collecting docker-compose==1.23.2 [2020-09-30T08:15:05.191Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-30T08:15:05.191Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-09-30T08:15:05.191Z] Collecting texttable<0.10,>=0.9.0 [2020-09-30T08:15:05.191Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-30T08:15:07.173Z] Collecting cached-property<2,>=1.2.0 [2020-09-30T08:15:07.173Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-09-30T08:15:07.173Z] Collecting docopt<0.7,>=0.6.1 [2020-09-30T08:15:07.447Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-30T08:15:09.425Z] Collecting jsonschema<3,>=2.5.1 [2020-09-30T08:15:09.426Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-30T08:15:10.404Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-30T08:15:10.404Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-30T08:15:11.002Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-30T08:15:11.002Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-30T08:15:11.603Z] Collecting docker<4.0,>=3.6.0 [2020-09-30T08:15:11.604Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-30T08:15:12.201Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-30T08:15:12.201Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-30T08:15:14.827Z] Collecting PyYAML<4,>=3.10 [2020-09-30T08:15:14.827Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-30T08:15:17.450Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-09-30T08:15:17.450Z] Collecting idna<2.8,>=2.5 [2020-09-30T08:15:17.450Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-30T08:15:17.723Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-30T08:15:17.723Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-30T08:15:17.996Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-09-30T08:15:17.996Z] Collecting docker-pycreds>=0.4.0 [2020-09-30T08:15:17.996Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-30T08:15:18.269Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-30T08:15:18.269Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-30T08:15:18.269Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-30T08:15:18.269Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-30T08:15:18.868Z] Installing collected packages: texttable, cached-property, docopt, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, dockerpty, PyYAML, docker-compose [2020-09-30T08:15:18.868Z] Running setup.py install for texttable: started [2020-09-30T08:15:20.847Z] Running setup.py install for texttable: finished with status 'done' [2020-09-30T08:15:20.847Z] Running setup.py install for docopt: started [2020-09-30T08:15:22.826Z] Running setup.py install for docopt: finished with status 'done' [2020-09-30T08:15:22.826Z] Attempting uninstall: idna [2020-09-30T08:15:22.826Z] Found existing installation: idna 2.9 [2020-09-30T08:15:22.826Z] Uninstalling idna-2.9: [2020-09-30T08:15:23.098Z] Successfully uninstalled idna-2.9 [2020-09-30T08:15:23.697Z] Attempting uninstall: urllib3 [2020-09-30T08:15:23.697Z] Found existing installation: urllib3 1.25.9 [2020-09-30T08:15:23.697Z] Uninstalling urllib3-1.25.9: [2020-09-30T08:15:23.971Z] Successfully uninstalled urllib3-1.25.9 [2020-09-30T08:15:24.245Z] Attempting uninstall: requests [2020-09-30T08:15:24.245Z] Found existing installation: requests 2.23.0 [2020-09-30T08:15:24.245Z] Uninstalling requests-2.23.0: [2020-09-30T08:15:24.518Z] Successfully uninstalled requests-2.23.0 [2020-09-30T08:15:25.956Z] Running setup.py install for dockerpty: started [2020-09-30T08:15:27.937Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-30T08:15:27.937Z] Running setup.py install for PyYAML: started [2020-09-30T08:15:29.910Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-30T08:15:30.512Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-09-30T08:15:34.833Z] Removing intermediate container b4afea6c5974 [2020-09-30T08:15:34.833Z] ---> e476114da14a [2020-09-30T08:15:34.833Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-30T08:15:34.833Z] ---> Running in b7a5cbbd8f50 [2020-09-30T08:15:35.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-30T08:15:36.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-30T08:15:36.690Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-30T08:15:36.690Z] (2/3) Installing libcurl (7.69.1-r1) [2020-09-30T08:15:36.690Z] (3/3) Installing curl (7.69.1-r1) [2020-09-30T08:15:36.690Z] Executing busybox-1.31.1-r16.trigger [2020-09-30T08:15:36.690Z] OK: 71 MiB in 58 packages [2020-09-30T08:15:38.132Z] Removing intermediate container b7a5cbbd8f50 [2020-09-30T08:15:38.132Z] ---> 5546dd5f796b [2020-09-30T08:15:38.132Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-30T08:15:38.132Z] ---> Running in 69b0cedaa674 [2020-09-30T08:15:38.736Z] Removing intermediate container 69b0cedaa674 [2020-09-30T08:15:38.736Z] ---> 5d4ce9a7f341 [2020-09-30T08:15:38.736Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-30T08:15:38.736Z] ---> Running in ecafb1eb8f75 [2020-09-30T08:15:39.335Z] Removing intermediate container ecafb1eb8f75 [2020-09-30T08:15:39.335Z] ---> e42e09fec025 [2020-09-30T08:15:39.335Z] Step 25/27 : LABEL arch=arm64 [2020-09-30T08:15:39.335Z] ---> Running in 786c2041dfe5 [2020-09-30T08:15:39.935Z] Removing intermediate container 786c2041dfe5 [2020-09-30T08:15:39.935Z] ---> f2c9677404a1 [2020-09-30T08:15:39.935Z] Step 26/27 : LABEL git_sha=8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:15:39.935Z] ---> Running in cfe86dea745e [2020-09-30T08:15:40.535Z] Removing intermediate container cfe86dea745e [2020-09-30T08:15:40.535Z] ---> 941db693c828 [2020-09-30T08:15:40.535Z] Step 27/27 : LABEL version=1.2.2-dev.38 [2020-09-30T08:15:40.535Z] ---> Running in a0d202cd9682 [2020-09-30T08:15:41.145Z] Removing intermediate container a0d202cd9682 [2020-09-30T08:15:41.146Z] ---> 877cb1fea062 [2020-09-30T08:15:41.146Z] [2020-09-30T08:15:41.428Z] Successfully built 877cb1fea062 [2020-09-30T08:15:41.428Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-09-30T08:15:42.050Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-09-30T08:15:42.069Z] $ docker stop --time=1 5de9007d42ae20f116fa2a04771f800150aeb050bbd36d38c945af500c975300 [2020-09-30T08:15:44.047Z] $ docker rm -f 5de9007d42ae20f116fa2a04771f800150aeb050bbd36d38c945af500c975300 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:15:44.838Z] + + dockergrep images docker [2020-09-30T08:15:44.838Z] [2020-09-30T08:15:45.109Z] docker-sys-mgmt-agent-go-arm64 latest 877cb1fea062 4 seconds ago 270MB [2020-09-30T08:15:45.109Z] docker-core-data-go-arm64 latest eafe3dcda3e6 50 seconds ago 22.2MB [2020-09-30T08:15:45.109Z] docker-security-secretstore-setup-go-arm64 latest 93d25f3bf1ed About a minute ago 30.8MB [2020-09-30T08:15:45.109Z] docker-support-scheduler-go-arm64 latest 67b96160e2d5 About a minute ago 11.5MB [2020-09-30T08:15:45.109Z] docker-security-proxy-setup-go-arm64 latest 386930f13241 About a minute ago 15.1MB [2020-09-30T08:15:45.109Z] docker-core-metadata-go-arm64 latest 330632d578d1 4 minutes ago 13.2MB [2020-09-30T08:15:45.109Z] docker-support-notifications-go-arm64 latest 4884a2b3f7fd 4 minutes ago 12.9MB [2020-09-30T08:15:45.109Z] docker-core-command-go-arm64 latest ed6f9b9eb3df 4 minutes ago 11.4MB [2020-09-30T08:15:45.109Z] docker-security-secrets-setup-go-arm64 latest a432537262ef 4 minutes ago 22.7MB [2020-09-30T08:15:45.109Z] docker-support-logging-go-arm64 latest 6debdb76975c 4 minutes ago 10.6MB [2020-09-30T08:15:45.109Z] docker latest 45884bde0078 12 days ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-30T08:15:45.668Z] provisioning config files... [2020-09-30T08:15:45.722Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/153@tmp/config2254792921905041709tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-30T08:15:46.123Z] ---> docker-login.sh [2020-09-30T08:15:46.123Z] nexus3.edgexfoundry.org:10001 [2020-09-30T08:15:46.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-30T08:15:46.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-30T08:15:46.671Z] Configure a credential helper to remove this warning. See [2020-09-30T08:15:46.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-30T08:15:46.671Z] [2020-09-30T08:15:46.671Z] Login Succeeded [2020-09-30T08:15:46.671Z] nexus3.edgexfoundry.org:10002 [2020-09-30T08:15:46.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-30T08:15:47.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-30T08:15:47.219Z] Configure a credential helper to remove this warning. See [2020-09-30T08:15:47.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-30T08:15:47.219Z] [2020-09-30T08:15:47.219Z] Login Succeeded [2020-09-30T08:15:47.219Z] nexus3.edgexfoundry.org:10003 [2020-09-30T08:15:47.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-30T08:15:47.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-30T08:15:47.766Z] Configure a credential helper to remove this warning. See [2020-09-30T08:15:47.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-30T08:15:47.766Z] [2020-09-30T08:15:47.766Z] Login Succeeded [2020-09-30T08:15:47.766Z] nexus3.edgexfoundry.org:10004 [2020-09-30T08:15:48.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-30T08:15:48.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-30T08:15:48.366Z] Configure a credential helper to remove this warning. See [2020-09-30T08:15:48.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-30T08:15:48.366Z] [2020-09-30T08:15:48.366Z] Login Succeeded [2020-09-30T08:15:48.366Z] docker.io [2020-09-30T08:15:48.962Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-30T08:15:49.234Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-30T08:15:49.234Z] Configure a credential helper to remove this warning. See [2020-09-30T08:15:49.234Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-30T08:15:49.234Z] [2020-09-30T08:15:49.234Z] Login Succeeded [2020-09-30T08:15:49.234Z] ---> docker-login.sh ends [Pipeline] } [2020-09-30T08:15:49.251Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T08:15:49.479Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-09-30T08:15:49.479Z] 8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:15:49.479Z] 1.2.2-dev.38 [2020-09-30T08:15:49.479Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:15:49.479Z] master [2020-09-30T08:15:49.479Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:15:50.013Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:15:50.349Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:15:50.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-30T08:15:50.349Z] 8c944639bc16: Preparing [2020-09-30T08:15:50.349Z] 989ba61ecf2e: Preparing [2020-09-30T08:15:50.349Z] 7b8baca29202: Preparing [2020-09-30T08:15:50.627Z] 7b8baca29202: Pushed [2020-09-30T08:15:50.627Z] 8c944639bc16: Pushed [2020-09-30T08:15:54.108Z] 989ba61ecf2e: Pushed [2020-09-30T08:15:54.108Z] 8dfe40242627ba8773ad25c3a239435623502a60: digest: sha256:a81cb07b9fd3d7dc10959ab0dfe8ed0ce1947c4754857b0f6af17492677f9188 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:15:54.462Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:15:54.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.38 [2020-09-30T08:15:54.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-30T08:15:54.805Z] 8c944639bc16: Preparing [2020-09-30T08:15:54.805Z] 989ba61ecf2e: Preparing [2020-09-30T08:15:54.805Z] 7b8baca29202: Preparing [2020-09-30T08:15:54.805Z] 989ba61ecf2e: Layer already exists [2020-09-30T08:15:54.805Z] 8c944639bc16: Layer already exists [2020-09-30T08:15:54.805Z] 7b8baca29202: Layer already exists [2020-09-30T08:15:55.077Z] 1.2.2-dev.38: digest: sha256:a81cb07b9fd3d7dc10959ab0dfe8ed0ce1947c4754857b0f6af17492677f9188 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:15:55.422Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:15:55.759Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:15:55.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-30T08:15:55.759Z] 8c944639bc16: Preparing [2020-09-30T08:15:55.759Z] 989ba61ecf2e: Preparing [2020-09-30T08:15:55.759Z] 7b8baca29202: Preparing [2020-09-30T08:15:55.759Z] 7b8baca29202: Layer already exists [2020-09-30T08:15:55.759Z] 8c944639bc16: Layer already exists [2020-09-30T08:15:55.759Z] 989ba61ecf2e: Layer already exists [2020-09-30T08:15:56.029Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38: digest: sha256:a81cb07b9fd3d7dc10959ab0dfe8ed0ce1947c4754857b0f6af17492677f9188 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:15:56.378Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:15:56.725Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-09-30T08:15:56.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-30T08:15:56.726Z] 8c944639bc16: Preparing [2020-09-30T08:15:56.726Z] 989ba61ecf2e: Preparing [2020-09-30T08:15:56.726Z] 7b8baca29202: Preparing [2020-09-30T08:15:56.726Z] 7b8baca29202: Layer already exists [2020-09-30T08:15:56.726Z] 8c944639bc16: Layer already exists [2020-09-30T08:15:56.726Z] 989ba61ecf2e: Layer already exists [2020-09-30T08:15:56.995Z] master: digest: sha256:a81cb07b9fd3d7dc10959ab0dfe8ed0ce1947c4754857b0f6af17492677f9188 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T08:15:57.198Z] ===================================================== [Pipeline] echo [2020-09-30T08:15:57.244Z] taggedImages: [2020-09-30T08:15:57.244Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:15:57.244Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.38 [2020-09-30T08:15:57.244Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:15:57.244Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-09-30T08:15:57.312Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-09-30T08:15:57.312Z] 8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:15:57.312Z] 1.2.2-dev.38 [2020-09-30T08:15:57.312Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:15:57.312Z] master [2020-09-30T08:15:57.312Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:15:57.832Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:15:58.180Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:15:58.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-30T08:15:58.180Z] d26825448713: Preparing [2020-09-30T08:15:58.180Z] ff2ab9569296: Preparing [2020-09-30T08:15:58.180Z] 072243433611: Preparing [2020-09-30T08:15:58.180Z] 8fe167beea69: Preparing [2020-09-30T08:15:58.180Z] c44d42a5c1fb: Preparing [2020-09-30T08:15:58.180Z] e2f13739ad41: Preparing [2020-09-30T08:15:58.180Z] e2f13739ad41: Waiting [2020-09-30T08:15:58.453Z] d26825448713: Pushed [2020-09-30T08:15:58.453Z] c44d42a5c1fb: Pushed [2020-09-30T08:15:58.453Z] 072243433611: Pushed [2020-09-30T08:15:58.727Z] e2f13739ad41: Layer already exists [2020-09-30T08:15:59.323Z] 8fe167beea69: Pushed [2020-09-30T08:16:01.938Z] ff2ab9569296: Pushed [2020-09-30T08:16:02.211Z] 8dfe40242627ba8773ad25c3a239435623502a60: digest: sha256:35b9ebb5b1e0f3342a7c9b471edd3765b8025f5236994e1d0dd55617055bf794 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:02.558Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:02.897Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.38 [2020-09-30T08:16:02.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-30T08:16:02.897Z] d26825448713: Preparing [2020-09-30T08:16:02.897Z] ff2ab9569296: Preparing [2020-09-30T08:16:02.897Z] 072243433611: Preparing [2020-09-30T08:16:02.897Z] 8fe167beea69: Preparing [2020-09-30T08:16:02.897Z] c44d42a5c1fb: Preparing [2020-09-30T08:16:02.897Z] e2f13739ad41: Preparing [2020-09-30T08:16:02.897Z] e2f13739ad41: Waiting [2020-09-30T08:16:02.897Z] ff2ab9569296: Layer already exists [2020-09-30T08:16:02.897Z] c44d42a5c1fb: Layer already exists [2020-09-30T08:16:02.897Z] 8fe167beea69: Layer already exists [2020-09-30T08:16:02.897Z] 072243433611: Layer already exists [2020-09-30T08:16:03.171Z] d26825448713: Layer already exists [2020-09-30T08:16:03.171Z] e2f13739ad41: Layer already exists [2020-09-30T08:16:03.171Z] 1.2.2-dev.38: digest: sha256:35b9ebb5b1e0f3342a7c9b471edd3765b8025f5236994e1d0dd55617055bf794 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:03.520Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:03.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:03.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-30T08:16:03.859Z] d26825448713: Preparing [2020-09-30T08:16:03.859Z] ff2ab9569296: Preparing [2020-09-30T08:16:03.859Z] 072243433611: Preparing [2020-09-30T08:16:03.859Z] 8fe167beea69: Preparing [2020-09-30T08:16:03.859Z] c44d42a5c1fb: Preparing [2020-09-30T08:16:03.859Z] e2f13739ad41: Preparing [2020-09-30T08:16:03.859Z] e2f13739ad41: Waiting [2020-09-30T08:16:03.859Z] c44d42a5c1fb: Layer already exists [2020-09-30T08:16:03.859Z] ff2ab9569296: Layer already exists [2020-09-30T08:16:03.859Z] 8fe167beea69: Layer already exists [2020-09-30T08:16:03.859Z] 072243433611: Layer already exists [2020-09-30T08:16:03.859Z] d26825448713: Layer already exists [2020-09-30T08:16:03.859Z] e2f13739ad41: Layer already exists [2020-09-30T08:16:04.131Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38: digest: sha256:35b9ebb5b1e0f3342a7c9b471edd3765b8025f5236994e1d0dd55617055bf794 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:04.478Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:04.823Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-09-30T08:16:04.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-30T08:16:04.823Z] d26825448713: Preparing [2020-09-30T08:16:04.823Z] ff2ab9569296: Preparing [2020-09-30T08:16:04.823Z] 072243433611: Preparing [2020-09-30T08:16:04.823Z] 8fe167beea69: Preparing [2020-09-30T08:16:04.823Z] c44d42a5c1fb: Preparing [2020-09-30T08:16:04.823Z] e2f13739ad41: Preparing [2020-09-30T08:16:04.823Z] e2f13739ad41: Waiting [2020-09-30T08:16:04.823Z] c44d42a5c1fb: Layer already exists [2020-09-30T08:16:04.823Z] 072243433611: Layer already exists [2020-09-30T08:16:04.823Z] d26825448713: Layer already exists [2020-09-30T08:16:04.823Z] ff2ab9569296: Layer already exists [2020-09-30T08:16:04.823Z] 8fe167beea69: Layer already exists [2020-09-30T08:16:04.823Z] e2f13739ad41: Layer already exists [2020-09-30T08:16:05.096Z] master: digest: sha256:35b9ebb5b1e0f3342a7c9b471edd3765b8025f5236994e1d0dd55617055bf794 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T08:16:05.553Z] ===================================================== [Pipeline] echo [2020-09-30T08:16:05.603Z] taggedImages: [2020-09-30T08:16:05.603Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:05.603Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.38 [2020-09-30T08:16:05.603Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:05.603Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-09-30T08:16:05.717Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-09-30T08:16:05.717Z] 8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:05.717Z] 1.2.2-dev.38 [2020-09-30T08:16:05.717Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:05.717Z] master [2020-09-30T08:16:05.717Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:06.256Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:06.604Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:06.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-30T08:16:06.604Z] 634da87abd4b: Preparing [2020-09-30T08:16:06.604Z] db0d4d4da556: Preparing [2020-09-30T08:16:06.604Z] 0b64d8837022: Preparing [2020-09-30T08:16:06.877Z] 634da87abd4b: Pushed [2020-09-30T08:16:06.877Z] 0b64d8837022: Pushed [2020-09-30T08:16:10.284Z] db0d4d4da556: Pushed [2020-09-30T08:16:10.284Z] 8dfe40242627ba8773ad25c3a239435623502a60: digest: sha256:94a04c7c3f15de94e3a06d0fe704119e480086632e2504ae417f5f6e275bce84 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:10.643Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:11.002Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.38 [2020-09-30T08:16:11.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-30T08:16:11.002Z] 634da87abd4b: Preparing [2020-09-30T08:16:11.002Z] db0d4d4da556: Preparing [2020-09-30T08:16:11.002Z] 0b64d8837022: Preparing [2020-09-30T08:16:11.002Z] 634da87abd4b: Layer already exists [2020-09-30T08:16:11.002Z] 0b64d8837022: Layer already exists [2020-09-30T08:16:11.002Z] db0d4d4da556: Layer already exists [2020-09-30T08:16:11.278Z] 1.2.2-dev.38: digest: sha256:94a04c7c3f15de94e3a06d0fe704119e480086632e2504ae417f5f6e275bce84 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:11.641Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:11.993Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:11.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-30T08:16:11.993Z] 634da87abd4b: Preparing [2020-09-30T08:16:11.993Z] db0d4d4da556: Preparing [2020-09-30T08:16:11.993Z] 0b64d8837022: Preparing [2020-09-30T08:16:11.993Z] 0b64d8837022: Layer already exists [2020-09-30T08:16:11.993Z] 634da87abd4b: Layer already exists [2020-09-30T08:16:11.993Z] db0d4d4da556: Layer already exists [2020-09-30T08:16:12.268Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38: digest: sha256:94a04c7c3f15de94e3a06d0fe704119e480086632e2504ae417f5f6e275bce84 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:12.622Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:12.965Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-09-30T08:16:12.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-30T08:16:12.965Z] 634da87abd4b: Preparing [2020-09-30T08:16:12.965Z] db0d4d4da556: Preparing [2020-09-30T08:16:12.965Z] 0b64d8837022: Preparing [2020-09-30T08:16:12.965Z] 0b64d8837022: Layer already exists [2020-09-30T08:16:12.965Z] 634da87abd4b: Layer already exists [2020-09-30T08:16:13.245Z] db0d4d4da556: Layer already exists [2020-09-30T08:16:13.245Z] master: digest: sha256:94a04c7c3f15de94e3a06d0fe704119e480086632e2504ae417f5f6e275bce84 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T08:16:13.477Z] ===================================================== [Pipeline] echo [2020-09-30T08:16:13.525Z] taggedImages: [2020-09-30T08:16:13.525Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:13.525Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.38 [2020-09-30T08:16:13.525Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:13.525Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-09-30T08:16:13.596Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-09-30T08:16:13.596Z] 8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:13.596Z] 1.2.2-dev.38 [2020-09-30T08:16:13.596Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:13.596Z] master [2020-09-30T08:16:13.596Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:14.144Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:14.530Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:14.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-30T08:16:14.530Z] f2e6d565c3c6: Preparing [2020-09-30T08:16:14.530Z] aff835989ebc: Preparing [2020-09-30T08:16:14.530Z] 97192fc3044e: Preparing [2020-09-30T08:16:14.530Z] 4c250f9a563f: Preparing [2020-09-30T08:16:14.530Z] e2f13739ad41: Preparing [2020-09-30T08:16:14.841Z] e2f13739ad41: Layer already exists [2020-09-30T08:16:14.841Z] 97192fc3044e: Pushed [2020-09-30T08:16:14.841Z] aff835989ebc: Pushed [2020-09-30T08:16:15.118Z] 4c250f9a563f: Pushed [2020-09-30T08:16:17.145Z] f2e6d565c3c6: Pushed [2020-09-30T08:16:17.145Z] 8dfe40242627ba8773ad25c3a239435623502a60: digest: sha256:bb7c8637d9cad58135c779e50fff66a304ef5978534505e3324411fd7d7b2f10 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:17.670Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:18.195Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.38 [2020-09-30T08:16:18.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-30T08:16:18.195Z] f2e6d565c3c6: Preparing [2020-09-30T08:16:18.195Z] aff835989ebc: Preparing [2020-09-30T08:16:18.195Z] 97192fc3044e: Preparing [2020-09-30T08:16:18.195Z] 4c250f9a563f: Preparing [2020-09-30T08:16:18.195Z] e2f13739ad41: Preparing [2020-09-30T08:16:18.195Z] e2f13739ad41: Layer already exists [2020-09-30T08:16:18.195Z] f2e6d565c3c6: Layer already exists [2020-09-30T08:16:18.195Z] 4c250f9a563f: Layer already exists [2020-09-30T08:16:18.195Z] aff835989ebc: Layer already exists [2020-09-30T08:16:18.485Z] 97192fc3044e: Layer already exists [2020-09-30T08:16:18.485Z] 1.2.2-dev.38: digest: sha256:bb7c8637d9cad58135c779e50fff66a304ef5978534505e3324411fd7d7b2f10 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:18.886Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:19.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:19.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-30T08:16:19.254Z] f2e6d565c3c6: Preparing [2020-09-30T08:16:19.254Z] aff835989ebc: Preparing [2020-09-30T08:16:19.254Z] 97192fc3044e: Preparing [2020-09-30T08:16:19.254Z] 4c250f9a563f: Preparing [2020-09-30T08:16:19.254Z] e2f13739ad41: Preparing [2020-09-30T08:16:19.528Z] 4c250f9a563f: Layer already exists [2020-09-30T08:16:19.528Z] aff835989ebc: Layer already exists [2020-09-30T08:16:19.528Z] f2e6d565c3c6: Layer already exists [2020-09-30T08:16:19.528Z] e2f13739ad41: Layer already exists [2020-09-30T08:16:19.528Z] 97192fc3044e: Layer already exists [2020-09-30T08:16:19.528Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38: digest: sha256:bb7c8637d9cad58135c779e50fff66a304ef5978534505e3324411fd7d7b2f10 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:19.915Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:20.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-09-30T08:16:20.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-30T08:16:20.280Z] f2e6d565c3c6: Preparing [2020-09-30T08:16:20.280Z] aff835989ebc: Preparing [2020-09-30T08:16:20.280Z] 97192fc3044e: Preparing [2020-09-30T08:16:20.280Z] 4c250f9a563f: Preparing [2020-09-30T08:16:20.280Z] e2f13739ad41: Preparing [2020-09-30T08:16:20.594Z] aff835989ebc: Layer already exists [2020-09-30T08:16:20.594Z] 97192fc3044e: Layer already exists [2020-09-30T08:16:20.594Z] f2e6d565c3c6: Layer already exists [2020-09-30T08:16:20.594Z] e2f13739ad41: Layer already exists [2020-09-30T08:16:20.594Z] 4c250f9a563f: Layer already exists [2020-09-30T08:16:20.594Z] master: digest: sha256:bb7c8637d9cad58135c779e50fff66a304ef5978534505e3324411fd7d7b2f10 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T08:16:20.862Z] ===================================================== [Pipeline] echo [2020-09-30T08:16:20.922Z] taggedImages: [2020-09-30T08:16:20.922Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:20.922Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.38 [2020-09-30T08:16:20.922Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:20.922Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-09-30T08:16:21.009Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-09-30T08:16:21.009Z] 8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:21.009Z] 1.2.2-dev.38 [2020-09-30T08:16:21.009Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:21.009Z] master [2020-09-30T08:16:21.009Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:21.635Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:22.009Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:22.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-30T08:16:22.009Z] 02323fcf0061: Preparing [2020-09-30T08:16:22.009Z] 48fc958b8fbc: Preparing [2020-09-30T08:16:22.009Z] 7bce3653c4a7: Preparing [2020-09-30T08:16:22.009Z] 3b035fcabd14: Preparing [2020-09-30T08:16:22.009Z] 3b035fcabd14: Preparing [2020-09-30T08:16:22.009Z] e632951bb879: Preparing [2020-09-30T08:16:22.009Z] 1e0e9a7aed80: Preparing [2020-09-30T08:16:22.009Z] b09c9f0df516: Preparing [2020-09-30T08:16:22.009Z] 02323fcf0061: Preparing [2020-09-30T08:16:22.009Z] 128aadb60a61: Preparing [2020-09-30T08:16:22.009Z] 5e093a18db2a: Preparing [2020-09-30T08:16:22.009Z] 80beccbd253b: Preparing [2020-09-30T08:16:22.009Z] e2f13739ad41: Preparing [2020-09-30T08:16:22.009Z] b09c9f0df516: Waiting [2020-09-30T08:16:22.009Z] 128aadb60a61: Waiting [2020-09-30T08:16:22.009Z] 1e0e9a7aed80: Waiting [2020-09-30T08:16:22.009Z] 5e093a18db2a: Waiting [2020-09-30T08:16:22.009Z] 80beccbd253b: Waiting [2020-09-30T08:16:22.009Z] e2f13739ad41: Waiting [2020-09-30T08:16:22.293Z] e632951bb879: Pushed [2020-09-30T08:16:22.293Z] 7bce3653c4a7: Pushed [2020-09-30T08:16:22.293Z] 48fc958b8fbc: Pushed [2020-09-30T08:16:22.293Z] 3b035fcabd14: Pushed [2020-09-30T08:16:22.575Z] 1e0e9a7aed80: Pushed [2020-09-30T08:16:22.575Z] 5e093a18db2a: Pushed [2020-09-30T08:16:22.575Z] 128aadb60a61: Pushed [2020-09-30T08:16:22.575Z] b09c9f0df516: Pushed [2020-09-30T08:16:22.865Z] e2f13739ad41: Layer already exists [2020-09-30T08:16:23.192Z] 80beccbd253b: Pushed [2020-09-30T08:16:24.711Z] 02323fcf0061: Pushed [2020-09-30T08:16:24.711Z] 8dfe40242627ba8773ad25c3a239435623502a60: digest: sha256:b803ea4cefb3b372875bd19dede69431e01a0d28c9abfcd3d2a6e76777d0f688 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:25.172Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:25.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.38 [2020-09-30T08:16:25.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-30T08:16:25.585Z] 02323fcf0061: Preparing [2020-09-30T08:16:25.585Z] 48fc958b8fbc: Preparing [2020-09-30T08:16:25.585Z] 7bce3653c4a7: Preparing [2020-09-30T08:16:25.585Z] 3b035fcabd14: Preparing [2020-09-30T08:16:25.585Z] 3b035fcabd14: Preparing [2020-09-30T08:16:25.585Z] e632951bb879: Preparing [2020-09-30T08:16:25.585Z] 1e0e9a7aed80: Preparing [2020-09-30T08:16:25.585Z] b09c9f0df516: Preparing [2020-09-30T08:16:25.585Z] 02323fcf0061: Preparing [2020-09-30T08:16:25.585Z] 128aadb60a61: Preparing [2020-09-30T08:16:25.585Z] 5e093a18db2a: Preparing [2020-09-30T08:16:25.585Z] 80beccbd253b: Preparing [2020-09-30T08:16:25.585Z] e2f13739ad41: Preparing [2020-09-30T08:16:25.585Z] 1e0e9a7aed80: Waiting [2020-09-30T08:16:25.585Z] b09c9f0df516: Waiting [2020-09-30T08:16:25.585Z] 80beccbd253b: Waiting [2020-09-30T08:16:25.585Z] 128aadb60a61: Waiting [2020-09-30T08:16:25.585Z] 5e093a18db2a: Waiting [2020-09-30T08:16:25.585Z] e2f13739ad41: Waiting [2020-09-30T08:16:25.585Z] e632951bb879: Layer already exists [2020-09-30T08:16:25.585Z] 7bce3653c4a7: Layer already exists [2020-09-30T08:16:25.585Z] 48fc958b8fbc: Layer already exists [2020-09-30T08:16:25.585Z] 3b035fcabd14: Layer already exists [2020-09-30T08:16:25.585Z] 02323fcf0061: Layer already exists [2020-09-30T08:16:25.585Z] 1e0e9a7aed80: Layer already exists [2020-09-30T08:16:25.585Z] b09c9f0df516: Layer already exists [2020-09-30T08:16:25.585Z] 5e093a18db2a: Layer already exists [2020-09-30T08:16:25.585Z] 128aadb60a61: Layer already exists [2020-09-30T08:16:25.585Z] 80beccbd253b: Layer already exists [2020-09-30T08:16:25.866Z] e2f13739ad41: Layer already exists [2020-09-30T08:16:25.866Z] 1.2.2-dev.38: digest: sha256:b803ea4cefb3b372875bd19dede69431e01a0d28c9abfcd3d2a6e76777d0f688 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:26.236Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:26.599Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:26.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-30T08:16:26.599Z] 02323fcf0061: Preparing [2020-09-30T08:16:26.599Z] 48fc958b8fbc: Preparing [2020-09-30T08:16:26.599Z] 7bce3653c4a7: Preparing [2020-09-30T08:16:26.599Z] 3b035fcabd14: Preparing [2020-09-30T08:16:26.599Z] 3b035fcabd14: Preparing [2020-09-30T08:16:26.599Z] e632951bb879: Preparing [2020-09-30T08:16:26.599Z] 1e0e9a7aed80: Preparing [2020-09-30T08:16:26.599Z] b09c9f0df516: Preparing [2020-09-30T08:16:26.599Z] 02323fcf0061: Preparing [2020-09-30T08:16:26.599Z] 128aadb60a61: Preparing [2020-09-30T08:16:26.599Z] 5e093a18db2a: Preparing [2020-09-30T08:16:26.599Z] 80beccbd253b: Preparing [2020-09-30T08:16:26.599Z] e2f13739ad41: Preparing [2020-09-30T08:16:26.599Z] 1e0e9a7aed80: Waiting [2020-09-30T08:16:26.599Z] b09c9f0df516: Waiting [2020-09-30T08:16:26.599Z] 128aadb60a61: Waiting [2020-09-30T08:16:26.599Z] 5e093a18db2a: Waiting [2020-09-30T08:16:26.599Z] 80beccbd253b: Waiting [2020-09-30T08:16:26.599Z] e2f13739ad41: Waiting [2020-09-30T08:16:26.599Z] e632951bb879: Layer already exists [2020-09-30T08:16:26.599Z] 7bce3653c4a7: Layer already exists [2020-09-30T08:16:26.599Z] 3b035fcabd14: Layer already exists [2020-09-30T08:16:26.599Z] 48fc958b8fbc: Layer already exists [2020-09-30T08:16:26.599Z] 02323fcf0061: Layer already exists [2020-09-30T08:16:26.599Z] 128aadb60a61: Layer already exists [2020-09-30T08:16:26.599Z] 1e0e9a7aed80: Layer already exists [2020-09-30T08:16:26.599Z] b09c9f0df516: Layer already exists [2020-09-30T08:16:26.599Z] 5e093a18db2a: Layer already exists [2020-09-30T08:16:26.599Z] 80beccbd253b: Layer already exists [2020-09-30T08:16:26.895Z] e2f13739ad41: Layer already exists [2020-09-30T08:16:26.895Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38: digest: sha256:b803ea4cefb3b372875bd19dede69431e01a0d28c9abfcd3d2a6e76777d0f688 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:27.325Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:27.717Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-09-30T08:16:27.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-30T08:16:27.717Z] 02323fcf0061: Preparing [2020-09-30T08:16:27.717Z] 48fc958b8fbc: Preparing [2020-09-30T08:16:27.717Z] 7bce3653c4a7: Preparing [2020-09-30T08:16:27.717Z] 3b035fcabd14: Preparing [2020-09-30T08:16:27.717Z] 3b035fcabd14: Preparing [2020-09-30T08:16:27.717Z] e632951bb879: Preparing [2020-09-30T08:16:27.717Z] 1e0e9a7aed80: Preparing [2020-09-30T08:16:27.717Z] b09c9f0df516: Preparing [2020-09-30T08:16:27.717Z] 02323fcf0061: Preparing [2020-09-30T08:16:27.717Z] 128aadb60a61: Preparing [2020-09-30T08:16:27.717Z] 5e093a18db2a: Preparing [2020-09-30T08:16:27.717Z] 80beccbd253b: Preparing [2020-09-30T08:16:27.717Z] e2f13739ad41: Preparing [2020-09-30T08:16:27.717Z] 128aadb60a61: Waiting [2020-09-30T08:16:27.717Z] 5e093a18db2a: Waiting [2020-09-30T08:16:27.717Z] 80beccbd253b: Waiting [2020-09-30T08:16:27.717Z] e2f13739ad41: Waiting [2020-09-30T08:16:27.717Z] 1e0e9a7aed80: Waiting [2020-09-30T08:16:27.717Z] b09c9f0df516: Waiting [2020-09-30T08:16:27.718Z] e632951bb879: Layer already exists [2020-09-30T08:16:27.718Z] 02323fcf0061: Layer already exists [2020-09-30T08:16:27.718Z] 3b035fcabd14: Layer already exists [2020-09-30T08:16:27.718Z] 7bce3653c4a7: Layer already exists [2020-09-30T08:16:27.718Z] 48fc958b8fbc: Layer already exists [2020-09-30T08:16:27.718Z] b09c9f0df516: Layer already exists [2020-09-30T08:16:27.718Z] 1e0e9a7aed80: Layer already exists [2020-09-30T08:16:27.718Z] 5e093a18db2a: Layer already exists [2020-09-30T08:16:27.718Z] 128aadb60a61: Layer already exists [2020-09-30T08:16:27.718Z] 80beccbd253b: Layer already exists [2020-09-30T08:16:27.718Z] e2f13739ad41: Layer already exists [2020-09-30T08:16:28.020Z] master: digest: sha256:b803ea4cefb3b372875bd19dede69431e01a0d28c9abfcd3d2a6e76777d0f688 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T08:16:28.263Z] ===================================================== [Pipeline] echo [2020-09-30T08:16:28.315Z] taggedImages: [2020-09-30T08:16:28.315Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:28.315Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.38 [2020-09-30T08:16:28.315Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:28.315Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-09-30T08:16:28.395Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-09-30T08:16:28.395Z] 8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:28.395Z] 1.2.2-dev.38 [2020-09-30T08:16:28.395Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:28.395Z] master [2020-09-30T08:16:28.395Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:28.941Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:29.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:29.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-30T08:16:29.323Z] 48a0652022b4: Preparing [2020-09-30T08:16:29.323Z] 9e65018ee7ae: Preparing [2020-09-30T08:16:29.323Z] 22ddd3d66af5: Preparing [2020-09-30T08:16:29.323Z] cbd2a863eda1: Preparing [2020-09-30T08:16:29.323Z] 701593d04068: Preparing [2020-09-30T08:16:29.323Z] d8ed3d886d03: Preparing [2020-09-30T08:16:29.323Z] 0fa7b3fbb59b: Preparing [2020-09-30T08:16:29.323Z] e17c95628e15: Preparing [2020-09-30T08:16:29.323Z] 5db041f1c170: Preparing [2020-09-30T08:16:29.323Z] d7103ef57b39: Preparing [2020-09-30T08:16:29.323Z] 66b385cf80cf: Preparing [2020-09-30T08:16:29.323Z] d8ed3d886d03: Waiting [2020-09-30T08:16:29.323Z] 0fa7b3fbb59b: Waiting [2020-09-30T08:16:29.323Z] e17c95628e15: Waiting [2020-09-30T08:16:29.323Z] 5db041f1c170: Waiting [2020-09-30T08:16:29.323Z] d7103ef57b39: Waiting [2020-09-30T08:16:29.323Z] 66b385cf80cf: Waiting [2020-09-30T08:16:29.619Z] 48a0652022b4: Pushed [2020-09-30T08:16:29.619Z] 9e65018ee7ae: Pushed [2020-09-30T08:16:29.928Z] d8ed3d886d03: Pushed [2020-09-30T08:16:29.928Z] 0fa7b3fbb59b: Pushed [2020-09-30T08:16:30.207Z] e17c95628e15: Pushed [2020-09-30T08:16:30.207Z] 5db041f1c170: Pushed [2020-09-30T08:16:30.207Z] 66b385cf80cf: Layer already exists [2020-09-30T08:16:30.813Z] d7103ef57b39: Pushed [2020-09-30T08:16:31.417Z] 22ddd3d66af5: Pushed [2020-09-30T08:16:31.694Z] 701593d04068: Pushed [2020-09-30T08:16:31.694Z] cbd2a863eda1: Pushed [2020-09-30T08:16:31.971Z] 8dfe40242627ba8773ad25c3a239435623502a60: digest: sha256:3f855d5f39953d11a47b811ad3b01e2b964dc7cec46d436db5a9fdcabc6ab58b size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:32.324Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:32.668Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.38 [2020-09-30T08:16:32.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-30T08:16:32.668Z] 48a0652022b4: Preparing [2020-09-30T08:16:32.668Z] 9e65018ee7ae: Preparing [2020-09-30T08:16:32.668Z] 22ddd3d66af5: Preparing [2020-09-30T08:16:32.668Z] cbd2a863eda1: Preparing [2020-09-30T08:16:32.668Z] 701593d04068: Preparing [2020-09-30T08:16:32.668Z] d8ed3d886d03: Preparing [2020-09-30T08:16:32.668Z] 0fa7b3fbb59b: Preparing [2020-09-30T08:16:32.668Z] e17c95628e15: Preparing [2020-09-30T08:16:32.668Z] 5db041f1c170: Preparing [2020-09-30T08:16:32.668Z] d7103ef57b39: Preparing [2020-09-30T08:16:32.668Z] 66b385cf80cf: Preparing [2020-09-30T08:16:32.668Z] e17c95628e15: Waiting [2020-09-30T08:16:32.668Z] 5db041f1c170: Waiting [2020-09-30T08:16:32.668Z] 66b385cf80cf: Waiting [2020-09-30T08:16:32.668Z] d7103ef57b39: Waiting [2020-09-30T08:16:32.668Z] d8ed3d886d03: Waiting [2020-09-30T08:16:32.668Z] 0fa7b3fbb59b: Waiting [2020-09-30T08:16:32.668Z] 701593d04068: Layer already exists [2020-09-30T08:16:32.950Z] cbd2a863eda1: Layer already exists [2020-09-30T08:16:32.950Z] 48a0652022b4: Layer already exists [2020-09-30T08:16:32.950Z] 22ddd3d66af5: Layer already exists [2020-09-30T08:16:32.950Z] 9e65018ee7ae: Layer already exists [2020-09-30T08:16:32.950Z] d8ed3d886d03: Layer already exists [2020-09-30T08:16:32.950Z] e17c95628e15: Layer already exists [2020-09-30T08:16:32.950Z] 0fa7b3fbb59b: Layer already exists [2020-09-30T08:16:32.950Z] d7103ef57b39: Layer already exists [2020-09-30T08:16:32.950Z] 5db041f1c170: Layer already exists [2020-09-30T08:16:32.950Z] 66b385cf80cf: Layer already exists [2020-09-30T08:16:32.950Z] 1.2.2-dev.38: digest: sha256:3f855d5f39953d11a47b811ad3b01e2b964dc7cec46d436db5a9fdcabc6ab58b size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:33.310Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:33.657Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:33.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-30T08:16:33.657Z] 48a0652022b4: Preparing [2020-09-30T08:16:33.657Z] 9e65018ee7ae: Preparing [2020-09-30T08:16:33.657Z] 22ddd3d66af5: Preparing [2020-09-30T08:16:33.657Z] cbd2a863eda1: Preparing [2020-09-30T08:16:33.657Z] 701593d04068: Preparing [2020-09-30T08:16:33.657Z] d8ed3d886d03: Preparing [2020-09-30T08:16:33.657Z] 0fa7b3fbb59b: Preparing [2020-09-30T08:16:33.657Z] e17c95628e15: Preparing [2020-09-30T08:16:33.657Z] 5db041f1c170: Preparing [2020-09-30T08:16:33.657Z] d7103ef57b39: Preparing [2020-09-30T08:16:33.657Z] 66b385cf80cf: Preparing [2020-09-30T08:16:33.657Z] e17c95628e15: Waiting [2020-09-30T08:16:33.657Z] 5db041f1c170: Waiting [2020-09-30T08:16:33.658Z] d7103ef57b39: Waiting [2020-09-30T08:16:33.658Z] 66b385cf80cf: Waiting [2020-09-30T08:16:33.658Z] 0fa7b3fbb59b: Waiting [2020-09-30T08:16:33.658Z] d8ed3d886d03: Waiting [2020-09-30T08:16:33.658Z] 48a0652022b4: Layer already exists [2020-09-30T08:16:33.658Z] 22ddd3d66af5: Layer already exists [2020-09-30T08:16:33.933Z] 9e65018ee7ae: Layer already exists [2020-09-30T08:16:33.933Z] cbd2a863eda1: Layer already exists [2020-09-30T08:16:33.933Z] 701593d04068: Layer already exists [2020-09-30T08:16:33.933Z] 5db041f1c170: Layer already exists [2020-09-30T08:16:33.933Z] d8ed3d886d03: Layer already exists [2020-09-30T08:16:33.933Z] 0fa7b3fbb59b: Layer already exists [2020-09-30T08:16:33.933Z] e17c95628e15: Layer already exists [2020-09-30T08:16:33.933Z] d7103ef57b39: Layer already exists [2020-09-30T08:16:33.933Z] 66b385cf80cf: Layer already exists [2020-09-30T08:16:33.933Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38: digest: sha256:3f855d5f39953d11a47b811ad3b01e2b964dc7cec46d436db5a9fdcabc6ab58b size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:34.285Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:34.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-09-30T08:16:34.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-30T08:16:34.640Z] 48a0652022b4: Preparing [2020-09-30T08:16:34.640Z] 9e65018ee7ae: Preparing [2020-09-30T08:16:34.640Z] 22ddd3d66af5: Preparing [2020-09-30T08:16:34.640Z] cbd2a863eda1: Preparing [2020-09-30T08:16:34.640Z] 701593d04068: Preparing [2020-09-30T08:16:34.640Z] d8ed3d886d03: Preparing [2020-09-30T08:16:34.640Z] 0fa7b3fbb59b: Preparing [2020-09-30T08:16:34.640Z] e17c95628e15: Preparing [2020-09-30T08:16:34.640Z] 5db041f1c170: Preparing [2020-09-30T08:16:34.640Z] d7103ef57b39: Preparing [2020-09-30T08:16:34.640Z] 66b385cf80cf: Preparing [2020-09-30T08:16:34.640Z] e17c95628e15: Waiting [2020-09-30T08:16:34.640Z] 5db041f1c170: Waiting [2020-09-30T08:16:34.640Z] d7103ef57b39: Waiting [2020-09-30T08:16:34.640Z] d8ed3d886d03: Waiting [2020-09-30T08:16:34.640Z] 66b385cf80cf: Waiting [2020-09-30T08:16:34.640Z] 0fa7b3fbb59b: Waiting [2020-09-30T08:16:34.640Z] 22ddd3d66af5: Layer already exists [2020-09-30T08:16:34.640Z] 9e65018ee7ae: Layer already exists [2020-09-30T08:16:34.921Z] cbd2a863eda1: Layer already exists [2020-09-30T08:16:34.921Z] 701593d04068: Layer already exists [2020-09-30T08:16:34.921Z] 48a0652022b4: Layer already exists [2020-09-30T08:16:34.921Z] d8ed3d886d03: Layer already exists [2020-09-30T08:16:34.921Z] e17c95628e15: Layer already exists [2020-09-30T08:16:34.921Z] 5db041f1c170: Layer already exists [2020-09-30T08:16:34.921Z] d7103ef57b39: Layer already exists [2020-09-30T08:16:34.921Z] 0fa7b3fbb59b: Layer already exists [2020-09-30T08:16:34.921Z] 66b385cf80cf: Layer already exists [2020-09-30T08:16:34.921Z] master: digest: sha256:3f855d5f39953d11a47b811ad3b01e2b964dc7cec46d436db5a9fdcabc6ab58b size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T08:16:35.122Z] ===================================================== [Pipeline] echo [2020-09-30T08:16:35.171Z] taggedImages: [2020-09-30T08:16:35.171Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:35.171Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.38 [2020-09-30T08:16:35.171Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:35.171Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-09-30T08:16:35.257Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-09-30T08:16:35.257Z] 8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:35.257Z] 1.2.2-dev.38 [2020-09-30T08:16:35.257Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:35.257Z] master [2020-09-30T08:16:35.257Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:35.900Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:36.252Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:36.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-30T08:16:36.252Z] a1a2f73ea809: Preparing [2020-09-30T08:16:36.252Z] f221af83537c: Preparing [2020-09-30T08:16:36.252Z] cee0741fb78a: Preparing [2020-09-30T08:16:36.252Z] 8e3af245fdd7: Preparing [2020-09-30T08:16:36.525Z] cee0741fb78a: Pushed [2020-09-30T08:16:36.525Z] a1a2f73ea809: Pushed [2020-09-30T08:16:36.808Z] 8e3af245fdd7: Pushed [2020-09-30T08:16:38.787Z] f221af83537c: Pushed [2020-09-30T08:16:39.064Z] 8dfe40242627ba8773ad25c3a239435623502a60: digest: sha256:2903aaf82539a507a5ad0504a23676aec878f6222e526a12387eb515dc31e945 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:39.417Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:39.769Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.38 [2020-09-30T08:16:39.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-30T08:16:39.769Z] a1a2f73ea809: Preparing [2020-09-30T08:16:39.769Z] f221af83537c: Preparing [2020-09-30T08:16:39.769Z] cee0741fb78a: Preparing [2020-09-30T08:16:39.769Z] 8e3af245fdd7: Preparing [2020-09-30T08:16:39.769Z] f221af83537c: Layer already exists [2020-09-30T08:16:39.769Z] a1a2f73ea809: Layer already exists [2020-09-30T08:16:39.769Z] 8e3af245fdd7: Layer already exists [2020-09-30T08:16:39.769Z] cee0741fb78a: Layer already exists [2020-09-30T08:16:40.043Z] 1.2.2-dev.38: digest: sha256:2903aaf82539a507a5ad0504a23676aec878f6222e526a12387eb515dc31e945 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:40.395Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:40.730Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:40.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-30T08:16:40.730Z] a1a2f73ea809: Preparing [2020-09-30T08:16:40.730Z] f221af83537c: Preparing [2020-09-30T08:16:40.730Z] cee0741fb78a: Preparing [2020-09-30T08:16:40.730Z] 8e3af245fdd7: Preparing [2020-09-30T08:16:41.002Z] f221af83537c: Layer already exists [2020-09-30T08:16:41.002Z] cee0741fb78a: Layer already exists [2020-09-30T08:16:41.002Z] a1a2f73ea809: Layer already exists [2020-09-30T08:16:41.002Z] 8e3af245fdd7: Layer already exists [2020-09-30T08:16:41.002Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38: digest: sha256:2903aaf82539a507a5ad0504a23676aec878f6222e526a12387eb515dc31e945 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:41.341Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:41.679Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-09-30T08:16:41.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-30T08:16:41.679Z] a1a2f73ea809: Preparing [2020-09-30T08:16:41.679Z] f221af83537c: Preparing [2020-09-30T08:16:41.679Z] cee0741fb78a: Preparing [2020-09-30T08:16:41.679Z] 8e3af245fdd7: Preparing [2020-09-30T08:16:41.952Z] cee0741fb78a: Layer already exists [2020-09-30T08:16:41.952Z] f221af83537c: Layer already exists [2020-09-30T08:16:41.952Z] 8e3af245fdd7: Layer already exists [2020-09-30T08:16:41.952Z] a1a2f73ea809: Layer already exists [2020-09-30T08:16:41.952Z] master: digest: sha256:2903aaf82539a507a5ad0504a23676aec878f6222e526a12387eb515dc31e945 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T08:16:42.178Z] ===================================================== [Pipeline] echo [2020-09-30T08:16:42.232Z] taggedImages: [2020-09-30T08:16:42.232Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:42.232Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.38 [2020-09-30T08:16:42.232Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:42.232Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-09-30T08:16:42.299Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-09-30T08:16:42.299Z] 8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:42.299Z] 1.2.2-dev.38 [2020-09-30T08:16:42.299Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:42.299Z] master [2020-09-30T08:16:42.299Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:42.813Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:43.156Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:43.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-30T08:16:43.156Z] fe7f32fb0af1: Preparing [2020-09-30T08:16:43.156Z] c8d824dd0941: Preparing [2020-09-30T08:16:43.156Z] 403c189ed89d: Preparing [2020-09-30T08:16:43.156Z] 6d9c533006fb: Preparing [2020-09-30T08:16:43.156Z] 710a98182e6a: Preparing [2020-09-30T08:16:43.156Z] 126cceeef7e9: Preparing [2020-09-30T08:16:43.156Z] 126cceeef7e9: Waiting [2020-09-30T08:16:43.431Z] 403c189ed89d: Pushed [2020-09-30T08:16:43.431Z] fe7f32fb0af1: Pushed [2020-09-30T08:16:43.705Z] 710a98182e6a: Pushed [2020-09-30T08:16:43.705Z] 6d9c533006fb: Pushed [2020-09-30T08:16:43.982Z] 126cceeef7e9: Pushed [2020-09-30T08:16:46.587Z] c8d824dd0941: Pushed [2020-09-30T08:16:46.587Z] 8dfe40242627ba8773ad25c3a239435623502a60: digest: sha256:210a92552f770a1476da3031c9ddfb7975269cc7ef8b3f16089e9dab509da54f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:46.926Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:47.257Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.38 [2020-09-30T08:16:47.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-30T08:16:47.257Z] fe7f32fb0af1: Preparing [2020-09-30T08:16:47.257Z] c8d824dd0941: Preparing [2020-09-30T08:16:47.257Z] 403c189ed89d: Preparing [2020-09-30T08:16:47.257Z] 6d9c533006fb: Preparing [2020-09-30T08:16:47.257Z] 710a98182e6a: Preparing [2020-09-30T08:16:47.257Z] 126cceeef7e9: Preparing [2020-09-30T08:16:47.257Z] 126cceeef7e9: Waiting [2020-09-30T08:16:47.530Z] 403c189ed89d: Layer already exists [2020-09-30T08:16:47.530Z] 710a98182e6a: Layer already exists [2020-09-30T08:16:47.530Z] c8d824dd0941: Layer already exists [2020-09-30T08:16:47.530Z] fe7f32fb0af1: Layer already exists [2020-09-30T08:16:47.530Z] 6d9c533006fb: Layer already exists [2020-09-30T08:16:47.530Z] 126cceeef7e9: Layer already exists [2020-09-30T08:16:47.530Z] 1.2.2-dev.38: digest: sha256:210a92552f770a1476da3031c9ddfb7975269cc7ef8b3f16089e9dab509da54f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:47.877Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:48.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:48.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-30T08:16:48.249Z] fe7f32fb0af1: Preparing [2020-09-30T08:16:48.249Z] c8d824dd0941: Preparing [2020-09-30T08:16:48.249Z] 403c189ed89d: Preparing [2020-09-30T08:16:48.249Z] 6d9c533006fb: Preparing [2020-09-30T08:16:48.249Z] 710a98182e6a: Preparing [2020-09-30T08:16:48.249Z] 126cceeef7e9: Preparing [2020-09-30T08:16:48.249Z] 126cceeef7e9: Waiting [2020-09-30T08:16:48.529Z] fe7f32fb0af1: Layer already exists [2020-09-30T08:16:48.529Z] 403c189ed89d: Layer already exists [2020-09-30T08:16:48.529Z] c8d824dd0941: Layer already exists [2020-09-30T08:16:48.529Z] 710a98182e6a: Layer already exists [2020-09-30T08:16:48.529Z] 6d9c533006fb: Layer already exists [2020-09-30T08:16:48.529Z] 126cceeef7e9: Layer already exists [2020-09-30T08:16:48.529Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38: digest: sha256:210a92552f770a1476da3031c9ddfb7975269cc7ef8b3f16089e9dab509da54f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:48.889Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:49.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-09-30T08:16:49.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-30T08:16:49.247Z] fe7f32fb0af1: Preparing [2020-09-30T08:16:49.247Z] c8d824dd0941: Preparing [2020-09-30T08:16:49.247Z] 403c189ed89d: Preparing [2020-09-30T08:16:49.247Z] 6d9c533006fb: Preparing [2020-09-30T08:16:49.247Z] 710a98182e6a: Preparing [2020-09-30T08:16:49.247Z] 126cceeef7e9: Preparing [2020-09-30T08:16:49.247Z] 126cceeef7e9: Waiting [2020-09-30T08:16:49.247Z] 403c189ed89d: Layer already exists [2020-09-30T08:16:49.247Z] 710a98182e6a: Layer already exists [2020-09-30T08:16:49.247Z] 6d9c533006fb: Layer already exists [2020-09-30T08:16:49.523Z] c8d824dd0941: Layer already exists [2020-09-30T08:16:49.523Z] fe7f32fb0af1: Layer already exists [2020-09-30T08:16:49.523Z] 126cceeef7e9: Layer already exists [2020-09-30T08:16:49.523Z] master: digest: sha256:210a92552f770a1476da3031c9ddfb7975269cc7ef8b3f16089e9dab509da54f size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T08:16:49.735Z] ===================================================== [Pipeline] echo [2020-09-30T08:16:49.791Z] taggedImages: [2020-09-30T08:16:49.791Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:49.792Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.38 [2020-09-30T08:16:49.792Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:49.792Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-09-30T08:16:49.864Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-09-30T08:16:49.864Z] 8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:49.864Z] 1.2.2-dev.38 [2020-09-30T08:16:49.864Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:49.864Z] master [2020-09-30T08:16:49.864Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:50.412Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:50.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:50.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-30T08:16:50.761Z] 4158d3e6e7e9: Preparing [2020-09-30T08:16:50.761Z] 2f26ff712291: Preparing [2020-09-30T08:16:50.761Z] cac32c373dd8: Preparing [2020-09-30T08:16:51.036Z] cac32c373dd8: Pushed [2020-09-30T08:16:51.036Z] 4158d3e6e7e9: Pushed [2020-09-30T08:16:53.661Z] 2f26ff712291: Pushed [2020-09-30T08:16:53.933Z] 8dfe40242627ba8773ad25c3a239435623502a60: digest: sha256:9e51b082b549fa0d0ea64b57a1acff2711672ead1c9e392fde538c62f74201ab size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:54.277Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:54.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.38 [2020-09-30T08:16:54.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-30T08:16:54.606Z] 4158d3e6e7e9: Preparing [2020-09-30T08:16:54.606Z] 2f26ff712291: Preparing [2020-09-30T08:16:54.606Z] cac32c373dd8: Preparing [2020-09-30T08:16:54.606Z] 2f26ff712291: Layer already exists [2020-09-30T08:16:54.606Z] 4158d3e6e7e9: Layer already exists [2020-09-30T08:16:54.606Z] cac32c373dd8: Layer already exists [2020-09-30T08:16:54.882Z] 1.2.2-dev.38: digest: sha256:9e51b082b549fa0d0ea64b57a1acff2711672ead1c9e392fde538c62f74201ab size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:55.217Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:55.549Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:55.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-30T08:16:55.549Z] 4158d3e6e7e9: Preparing [2020-09-30T08:16:55.549Z] 2f26ff712291: Preparing [2020-09-30T08:16:55.549Z] cac32c373dd8: Preparing [2020-09-30T08:16:55.549Z] cac32c373dd8: Layer already exists [2020-09-30T08:16:55.549Z] 2f26ff712291: Layer already exists [2020-09-30T08:16:55.549Z] 4158d3e6e7e9: Layer already exists [2020-09-30T08:16:55.818Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38: digest: sha256:9e51b082b549fa0d0ea64b57a1acff2711672ead1c9e392fde538c62f74201ab size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:56.153Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:56.482Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-09-30T08:16:56.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-30T08:16:56.482Z] 4158d3e6e7e9: Preparing [2020-09-30T08:16:56.482Z] 2f26ff712291: Preparing [2020-09-30T08:16:56.482Z] cac32c373dd8: Preparing [2020-09-30T08:16:56.482Z] cac32c373dd8: Layer already exists [2020-09-30T08:16:56.482Z] 4158d3e6e7e9: Layer already exists [2020-09-30T08:16:56.482Z] 2f26ff712291: Layer already exists [2020-09-30T08:16:56.752Z] master: digest: sha256:9e51b082b549fa0d0ea64b57a1acff2711672ead1c9e392fde538c62f74201ab size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T08:16:56.944Z] ===================================================== [Pipeline] echo [2020-09-30T08:16:56.988Z] taggedImages: [2020-09-30T08:16:56.988Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:56.988Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.38 [2020-09-30T08:16:56.988Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:56.988Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-09-30T08:16:57.051Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-09-30T08:16:57.051Z] 8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:57.051Z] 1.2.2-dev.38 [2020-09-30T08:16:57.051Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:16:57.051Z] master [2020-09-30T08:16:57.051Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:57.545Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:16:57.887Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:16:57.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-30T08:16:57.887Z] 96eae6c95b11: Preparing [2020-09-30T08:16:57.887Z] 670125f1cdfb: Preparing [2020-09-30T08:16:57.887Z] a0949207e09f: Preparing [2020-09-30T08:16:57.887Z] ea27ce6e7ee5: Preparing [2020-09-30T08:16:57.887Z] 50ee284cb14d: Preparing [2020-09-30T08:16:57.887Z] ee290647dc6f: Preparing [2020-09-30T08:16:57.887Z] 4bd3cd0c0c05: Preparing [2020-09-30T08:16:57.887Z] f875f9e206db: Preparing [2020-09-30T08:16:57.887Z] 3994ac1dcb8b: Preparing [2020-09-30T08:16:57.887Z] 5f2247eaf593: Preparing [2020-09-30T08:16:57.887Z] 62d13be1b083: Preparing [2020-09-30T08:16:57.887Z] 94fdc660876c: Preparing [2020-09-30T08:16:57.887Z] 4e7279dfc0c0: Preparing [2020-09-30T08:16:57.887Z] e2f13739ad41: Preparing [2020-09-30T08:16:57.887Z] ee290647dc6f: Waiting [2020-09-30T08:16:57.887Z] 4bd3cd0c0c05: Waiting [2020-09-30T08:16:57.887Z] f875f9e206db: Waiting [2020-09-30T08:16:57.887Z] 94fdc660876c: Waiting [2020-09-30T08:16:57.887Z] 4e7279dfc0c0: Waiting [2020-09-30T08:16:57.887Z] e2f13739ad41: Waiting [2020-09-30T08:16:57.887Z] 3994ac1dcb8b: Waiting [2020-09-30T08:16:57.887Z] 5f2247eaf593: Waiting [2020-09-30T08:16:57.887Z] 62d13be1b083: Waiting [2020-09-30T08:16:58.504Z] 50ee284cb14d: Pushed [2020-09-30T08:16:58.504Z] 96eae6c95b11: Pushed [2020-09-30T08:16:59.103Z] ea27ce6e7ee5: Pushed [2020-09-30T08:16:59.379Z] f875f9e206db: Layer already exists [2020-09-30T08:16:59.379Z] 3994ac1dcb8b: Layer already exists [2020-09-30T08:16:59.379Z] 5f2247eaf593: Layer already exists [2020-09-30T08:16:59.379Z] 4bd3cd0c0c05: Pushed [2020-09-30T08:16:59.379Z] 62d13be1b083: Layer already exists [2020-09-30T08:16:59.379Z] 94fdc660876c: Layer already exists [2020-09-30T08:16:59.379Z] 4e7279dfc0c0: Layer already exists [2020-09-30T08:16:59.379Z] e2f13739ad41: Layer already exists [2020-09-30T08:16:59.979Z] 670125f1cdfb: Pushed [2020-09-30T08:17:00.953Z] ee290647dc6f: Pushed [2020-09-30T08:17:11.085Z] a0949207e09f: Pushed [2020-09-30T08:17:11.356Z] 8dfe40242627ba8773ad25c3a239435623502a60: digest: sha256:abc35e42ba9628d9d4dd17fbfb5f3770288b21b9f7c83afd337df060ae20a4e1 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:17:11.696Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:17:12.031Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.38 [2020-09-30T08:17:12.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-30T08:17:12.032Z] 96eae6c95b11: Preparing [2020-09-30T08:17:12.032Z] 670125f1cdfb: Preparing [2020-09-30T08:17:12.032Z] a0949207e09f: Preparing [2020-09-30T08:17:12.032Z] ea27ce6e7ee5: Preparing [2020-09-30T08:17:12.032Z] 50ee284cb14d: Preparing [2020-09-30T08:17:12.032Z] ee290647dc6f: Preparing [2020-09-30T08:17:12.032Z] 4bd3cd0c0c05: Preparing [2020-09-30T08:17:12.032Z] f875f9e206db: Preparing [2020-09-30T08:17:12.032Z] 3994ac1dcb8b: Preparing [2020-09-30T08:17:12.032Z] 5f2247eaf593: Preparing [2020-09-30T08:17:12.032Z] 62d13be1b083: Preparing [2020-09-30T08:17:12.032Z] 94fdc660876c: Preparing [2020-09-30T08:17:12.032Z] 4e7279dfc0c0: Preparing [2020-09-30T08:17:12.032Z] e2f13739ad41: Preparing [2020-09-30T08:17:12.032Z] 3994ac1dcb8b: Waiting [2020-09-30T08:17:12.032Z] 94fdc660876c: Waiting [2020-09-30T08:17:12.032Z] 4e7279dfc0c0: Waiting [2020-09-30T08:17:12.032Z] e2f13739ad41: Waiting [2020-09-30T08:17:12.032Z] 5f2247eaf593: Waiting [2020-09-30T08:17:12.032Z] 62d13be1b083: Waiting [2020-09-30T08:17:12.032Z] ee290647dc6f: Waiting [2020-09-30T08:17:12.032Z] 4bd3cd0c0c05: Waiting [2020-09-30T08:17:12.032Z] f875f9e206db: Waiting [2020-09-30T08:17:12.304Z] ea27ce6e7ee5: Layer already exists [2020-09-30T08:17:12.304Z] a0949207e09f: Layer already exists [2020-09-30T08:17:12.304Z] 670125f1cdfb: Layer already exists [2020-09-30T08:17:12.304Z] 50ee284cb14d: Layer already exists [2020-09-30T08:17:12.304Z] 96eae6c95b11: Layer already exists [2020-09-30T08:17:12.304Z] 4bd3cd0c0c05: Layer already exists [2020-09-30T08:17:12.304Z] ee290647dc6f: Layer already exists [2020-09-30T08:17:12.304Z] f875f9e206db: Layer already exists [2020-09-30T08:17:12.304Z] 3994ac1dcb8b: Layer already exists [2020-09-30T08:17:12.304Z] 5f2247eaf593: Layer already exists [2020-09-30T08:17:12.304Z] 62d13be1b083: Layer already exists [2020-09-30T08:17:12.304Z] 4e7279dfc0c0: Layer already exists [2020-09-30T08:17:12.304Z] 94fdc660876c: Layer already exists [2020-09-30T08:17:12.304Z] e2f13739ad41: Layer already exists [2020-09-30T08:17:12.304Z] 1.2.2-dev.38: digest: sha256:abc35e42ba9628d9d4dd17fbfb5f3770288b21b9f7c83afd337df060ae20a4e1 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:17:12.650Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:17:12.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:17:12.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-30T08:17:12.987Z] 96eae6c95b11: Preparing [2020-09-30T08:17:12.987Z] 670125f1cdfb: Preparing [2020-09-30T08:17:12.987Z] a0949207e09f: Preparing [2020-09-30T08:17:12.987Z] ea27ce6e7ee5: Preparing [2020-09-30T08:17:12.987Z] 50ee284cb14d: Preparing [2020-09-30T08:17:12.987Z] ee290647dc6f: Preparing [2020-09-30T08:17:12.987Z] 4bd3cd0c0c05: Preparing [2020-09-30T08:17:12.987Z] f875f9e206db: Preparing [2020-09-30T08:17:12.987Z] 3994ac1dcb8b: Preparing [2020-09-30T08:17:12.987Z] 5f2247eaf593: Preparing [2020-09-30T08:17:12.987Z] 62d13be1b083: Preparing [2020-09-30T08:17:12.987Z] 94fdc660876c: Preparing [2020-09-30T08:17:12.987Z] 4e7279dfc0c0: Preparing [2020-09-30T08:17:12.987Z] e2f13739ad41: Preparing [2020-09-30T08:17:12.987Z] ee290647dc6f: Waiting [2020-09-30T08:17:12.987Z] 4bd3cd0c0c05: Waiting [2020-09-30T08:17:12.987Z] f875f9e206db: Waiting [2020-09-30T08:17:12.987Z] 3994ac1dcb8b: Waiting [2020-09-30T08:17:12.987Z] 5f2247eaf593: Waiting [2020-09-30T08:17:12.987Z] 62d13be1b083: Waiting [2020-09-30T08:17:12.987Z] 94fdc660876c: Waiting [2020-09-30T08:17:12.987Z] 4e7279dfc0c0: Waiting [2020-09-30T08:17:12.987Z] e2f13739ad41: Waiting [2020-09-30T08:17:13.258Z] 50ee284cb14d: Layer already exists [2020-09-30T08:17:13.258Z] a0949207e09f: Layer already exists [2020-09-30T08:17:13.258Z] 96eae6c95b11: Layer already exists [2020-09-30T08:17:13.258Z] ea27ce6e7ee5: Layer already exists [2020-09-30T08:17:13.258Z] 670125f1cdfb: Layer already exists [2020-09-30T08:17:13.258Z] 4bd3cd0c0c05: Layer already exists [2020-09-30T08:17:13.258Z] ee290647dc6f: Layer already exists [2020-09-30T08:17:13.258Z] 3994ac1dcb8b: Layer already exists [2020-09-30T08:17:13.258Z] f875f9e206db: Layer already exists [2020-09-30T08:17:13.258Z] 5f2247eaf593: Layer already exists [2020-09-30T08:17:13.258Z] 62d13be1b083: Layer already exists [2020-09-30T08:17:13.258Z] 94fdc660876c: Layer already exists [2020-09-30T08:17:13.258Z] e2f13739ad41: Layer already exists [2020-09-30T08:17:13.258Z] 4e7279dfc0c0: Layer already exists [2020-09-30T08:17:13.258Z] 8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38: digest: sha256:abc35e42ba9628d9d4dd17fbfb5f3770288b21b9f7c83afd337df060ae20a4e1 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:17:13.599Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:17:13.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-09-30T08:17:13.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-30T08:17:13.949Z] 96eae6c95b11: Preparing [2020-09-30T08:17:13.949Z] 670125f1cdfb: Preparing [2020-09-30T08:17:13.949Z] a0949207e09f: Preparing [2020-09-30T08:17:13.949Z] ea27ce6e7ee5: Preparing [2020-09-30T08:17:13.949Z] 50ee284cb14d: Preparing [2020-09-30T08:17:13.949Z] ee290647dc6f: Preparing [2020-09-30T08:17:13.949Z] 4bd3cd0c0c05: Preparing [2020-09-30T08:17:13.949Z] f875f9e206db: Preparing [2020-09-30T08:17:13.949Z] 3994ac1dcb8b: Preparing [2020-09-30T08:17:13.949Z] 4bd3cd0c0c05: Waiting [2020-09-30T08:17:13.949Z] 5f2247eaf593: Preparing [2020-09-30T08:17:13.949Z] f875f9e206db: Waiting [2020-09-30T08:17:13.949Z] 62d13be1b083: Preparing [2020-09-30T08:17:13.949Z] 94fdc660876c: Preparing [2020-09-30T08:17:13.949Z] 4e7279dfc0c0: Preparing [2020-09-30T08:17:13.949Z] e2f13739ad41: Preparing [2020-09-30T08:17:13.949Z] 3994ac1dcb8b: Waiting [2020-09-30T08:17:13.949Z] ee290647dc6f: Waiting [2020-09-30T08:17:13.949Z] 5f2247eaf593: Waiting [2020-09-30T08:17:13.949Z] 62d13be1b083: Waiting [2020-09-30T08:17:13.949Z] 4e7279dfc0c0: Waiting [2020-09-30T08:17:13.949Z] 94fdc660876c: Waiting [2020-09-30T08:17:13.949Z] e2f13739ad41: Waiting [2020-09-30T08:17:13.949Z] a0949207e09f: Layer already exists [2020-09-30T08:17:13.949Z] 50ee284cb14d: Layer already exists [2020-09-30T08:17:14.225Z] ea27ce6e7ee5: Layer already exists [2020-09-30T08:17:14.225Z] 96eae6c95b11: Layer already exists [2020-09-30T08:17:14.225Z] 670125f1cdfb: Layer already exists [2020-09-30T08:17:14.225Z] 4bd3cd0c0c05: Layer already exists [2020-09-30T08:17:14.225Z] ee290647dc6f: Layer already exists [2020-09-30T08:17:14.225Z] 3994ac1dcb8b: Layer already exists [2020-09-30T08:17:14.225Z] f875f9e206db: Layer already exists [2020-09-30T08:17:14.225Z] 5f2247eaf593: Layer already exists [2020-09-30T08:17:14.225Z] 62d13be1b083: Layer already exists [2020-09-30T08:17:14.225Z] 94fdc660876c: Layer already exists [2020-09-30T08:17:14.225Z] e2f13739ad41: Layer already exists [2020-09-30T08:17:14.225Z] 4e7279dfc0c0: Layer already exists [2020-09-30T08:17:14.225Z] master: digest: sha256:abc35e42ba9628d9d4dd17fbfb5f3770288b21b9f7c83afd337df060ae20a4e1 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-30T08:17:14.450Z] ===================================================== [Pipeline] echo [2020-09-30T08:17:14.503Z] taggedImages: [2020-09-30T08:17:14.503Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:17:14.503Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.38 [2020-09-30T08:17:14.503Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60-1.2.2-dev.38 [2020-09-30T08:17:14.503Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-09-30T08:17:16.584Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-30T08:17:16.587Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-30T08:17:16.636Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:17:17.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-30T08:17:17.313Z] [2020-09-30T08:17:17.313Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:17:17.687Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-30T08:17:17.687Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-30T08:17:17.687Z] cbdbe7a5bc2a: Already exists [2020-09-30T08:17:17.687Z] 408f87550127: Pulling fs layer [2020-09-30T08:17:17.687Z] fe522b08c979: Pulling fs layer [2020-09-30T08:17:17.687Z] 221eaa008020: Pulling fs layer [2020-09-30T08:17:17.687Z] 2a4607e5d6b9: Pulling fs layer [2020-09-30T08:17:17.687Z] 8f79b27c4fd2: Pulling fs layer [2020-09-30T08:17:17.687Z] e5c8dbe1645b: Pulling fs layer [2020-09-30T08:17:17.687Z] 23e8b3b47431: Pulling fs layer [2020-09-30T08:17:17.687Z] 5c568d65a230: Pulling fs layer [2020-09-30T08:17:17.687Z] 8f79b27c4fd2: Waiting [2020-09-30T08:17:17.687Z] e5c8dbe1645b: Waiting [2020-09-30T08:17:17.687Z] 2a4607e5d6b9: Waiting [2020-09-30T08:17:17.687Z] 5c568d65a230: Waiting [2020-09-30T08:17:17.687Z] fe522b08c979: Verifying Checksum [2020-09-30T08:17:17.687Z] fe522b08c979: Download complete [2020-09-30T08:17:17.687Z] 408f87550127: Download complete [2020-09-30T08:17:17.687Z] 2a4607e5d6b9: Verifying Checksum [2020-09-30T08:17:17.687Z] 2a4607e5d6b9: Download complete [2020-09-30T08:17:17.687Z] 8f79b27c4fd2: Verifying Checksum [2020-09-30T08:17:17.687Z] 8f79b27c4fd2: Download complete [2020-09-30T08:17:18.306Z] 408f87550127: Pull complete [2020-09-30T08:17:18.306Z] fe522b08c979: Pull complete [2020-09-30T08:17:19.726Z] e5c8dbe1645b: Verifying Checksum [2020-09-30T08:17:19.726Z] e5c8dbe1645b: Download complete [2020-09-30T08:17:21.694Z] 23e8b3b47431: Verifying Checksum [2020-09-30T08:17:21.694Z] 23e8b3b47431: Download complete [2020-09-30T08:17:21.694Z] 5c568d65a230: Verifying Checksum [2020-09-30T08:17:21.694Z] 5c568d65a230: Download complete [2020-09-30T08:17:23.182Z] 221eaa008020: Verifying Checksum [2020-09-30T08:17:23.182Z] 221eaa008020: Download complete [2020-09-30T08:17:31.425Z] 221eaa008020: Pull complete [2020-09-30T08:17:31.425Z] 2a4607e5d6b9: Pull complete [2020-09-30T08:17:31.425Z] 8f79b27c4fd2: Pull complete [2020-09-30T08:17:34.763Z] e5c8dbe1645b: Pull complete [2020-09-30T08:17:40.104Z] 23e8b3b47431: Pull complete [2020-09-30T08:17:41.057Z] 5c568d65a230: Pull complete [2020-09-30T08:17:41.057Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-30T08:17:41.057Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-30T08:17:41.057Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-30T08:17:41.296Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:17:41.408Z] $ 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/153:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-30T08:17:43.460Z] $ docker top 2eb19ae6b5d8010004e58b725eff40ae1d62cdb2e112417511f10f9b4a81a5a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-30T08:17:44.151Z] + snyk monitor '--org=edgex-jenkins' [2020-09-30T08:17:52.419Z] [2020-09-30T08:17:52.419Z] Monitoring /w/workspace/edgex-go/153 (github.com/edgexfoundry/edgex-go)... [2020-09-30T08:17:52.419Z] [2020-09-30T08:17:52.419Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/6efac505-cc17-4dda-bec8-f5655405abc4 [2020-09-30T08:17:52.419Z] [2020-09-30T08:17:52.419Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-30T08:17:52.419Z] [2020-09-30T08:17:52.419Z] [2020-09-30T08:17:52.419Z] Snyk CLI supports Node.js 8 and higher. [2020-09-30T08:17:52.419Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-30T08:17:52.419Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-30T08:17:52.419Z] [2020-09-30T08:17:52.419Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-30T08:17:52.419Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-30T08:17:52.439Z] $ docker stop --time=1 2eb19ae6b5d8010004e58b725eff40ae1d62cdb2e112417511f10f9b4a81a5a8 [2020-09-30T08:17:55.080Z] $ docker rm -f 2eb19ae6b5d8010004e58b725eff40ae1d62cdb2e112417511f10f9b4a81a5a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:17:56.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:17:56.913Z] [2020-09-30T08:17:56.913Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:17:57.265Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:17:57.265Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-30T08:17:57.266Z] e7c96db7181b: Pulling fs layer [2020-09-30T08:17:57.266Z] 1868ca2cb446: Pulling fs layer [2020-09-30T08:17:57.266Z] 136be5d0fe8e: Pulling fs layer [2020-09-30T08:17:57.266Z] 894bfe63afcb: Pulling fs layer [2020-09-30T08:17:57.266Z] 894bfe63afcb: Waiting [2020-09-30T08:17:57.266Z] 1868ca2cb446: Verifying Checksum [2020-09-30T08:17:57.266Z] 1868ca2cb446: Download complete [2020-09-30T08:17:57.266Z] 136be5d0fe8e: Verifying Checksum [2020-09-30T08:17:57.266Z] 136be5d0fe8e: Download complete [2020-09-30T08:17:57.266Z] e7c96db7181b: Download complete [2020-09-30T08:17:57.531Z] 894bfe63afcb: Verifying Checksum [2020-09-30T08:17:57.531Z] 894bfe63afcb: Download complete [2020-09-30T08:17:57.799Z] e7c96db7181b: Pull complete [2020-09-30T08:17:57.799Z] 1868ca2cb446: Pull complete [2020-09-30T08:17:58.062Z] 136be5d0fe8e: Pull complete [2020-09-30T08:17:58.326Z] 894bfe63afcb: Pull complete [2020-09-30T08:17:58.587Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-30T08:17:58.587Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:17:58.587Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-30T08:17:58.709Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:17:58.764Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:17:59.900Z] $ docker top e6050d50cfd8fff413a28c6f37dc549fa21639f95fbb10596076dc522556fbf2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:18:00.566Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:18:00.566Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:18:03.352Z] $ docker stop --time=1 e6050d50cfd8fff413a28c6f37dc549fa21639f95fbb10596076dc522556fbf2 [2020-09-30T08:18:04.801Z] $ docker rm -f e6050d50cfd8fff413a28c6f37dc549fa21639f95fbb10596076dc522556fbf2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:18:05.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:18:05.359Z] . [Pipeline] withDockerContainer [2020-09-30T08:18:05.484Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:18:05.544Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:18:06.308Z] $ docker top f8884a3e9e51c9130e943bb080fc5459f0c2cefd43ff359e7881661f77195013 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:18:07.168Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:18:07.168Z] + tee [2020-09-30T08:18:07.168Z] clair timeout 1m0s [2020-09-30T08:18:07.168Z] docker timeout: 1m0s [2020-09-30T08:18:07.168Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:18:07.862Z] $ docker stop --time=1 f8884a3e9e51c9130e943bb080fc5459f0c2cefd43ff359e7881661f77195013 [2020-09-30T08:18:09.322Z] $ docker rm -f f8884a3e9e51c9130e943bb080fc5459f0c2cefd43ff359e7881661f77195013 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:18:09.932Z] + mkdir -p /w/workspace/edgex-go/153/clair-reports [Pipeline] echo [2020-09-30T08:18:09.948Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/153/clair-reports/clair_results_docker-core-command-go_8dfe40242627ba8773ad25c3a239435623502a60.html [Pipeline] writeFile [Pipeline] step [2020-09-30T08:18:10.010Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:18:10.420Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:18:10.420Z] . [Pipeline] withDockerContainer [2020-09-30T08:18:10.646Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:18:10.698Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:18:11.547Z] $ docker top 94f0da169711c2ef9799a8827964e98431e5aa3c8f613bd0d0c91d1e1e3d992b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:18:12.212Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:18:12.212Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:18:17.758Z] $ docker stop --time=1 94f0da169711c2ef9799a8827964e98431e5aa3c8f613bd0d0c91d1e1e3d992b [2020-09-30T08:18:19.207Z] $ docker rm -f 94f0da169711c2ef9799a8827964e98431e5aa3c8f613bd0d0c91d1e1e3d992b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:18:19.698Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:18:19.698Z] . [Pipeline] withDockerContainer [2020-09-30T08:18:19.820Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:18:19.882Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:18:20.594Z] $ docker top ba521a75896519bac808bc2bd96b7b91eb6de984d76151ee27d93549182ce41d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:18:21.203Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:18:21.203Z] + tee [2020-09-30T08:18:21.203Z] clair timeout 1m0s [2020-09-30T08:18:21.203Z] docker timeout: 1m0s [2020-09-30T08:18:21.203Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:18:22.265Z] $ docker stop --time=1 ba521a75896519bac808bc2bd96b7b91eb6de984d76151ee27d93549182ce41d [2020-09-30T08:18:23.726Z] $ docker rm -f ba521a75896519bac808bc2bd96b7b91eb6de984d76151ee27d93549182ce41d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:18:24.229Z] + mkdir -p /w/workspace/edgex-go/153/clair-reports [Pipeline] echo [2020-09-30T08:18:24.331Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/153/clair-reports/clair_results_docker-core-data-go_8dfe40242627ba8773ad25c3a239435623502a60.html [Pipeline] writeFile [Pipeline] step [2020-09-30T08:18:24.389Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:18:24.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:18:24.796Z] . [Pipeline] withDockerContainer [2020-09-30T08:18:24.932Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:18:24.983Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:18:25.783Z] $ docker top 74e095f0ce95f2577b45449f00af8f7d4419e7fe0a89f0a6248b5b665d183e72 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:18:26.423Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:18:26.423Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:18:29.152Z] $ docker stop --time=1 74e095f0ce95f2577b45449f00af8f7d4419e7fe0a89f0a6248b5b665d183e72 [2020-09-30T08:18:30.625Z] $ docker rm -f 74e095f0ce95f2577b45449f00af8f7d4419e7fe0a89f0a6248b5b665d183e72 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:18:31.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:18:31.289Z] . [Pipeline] withDockerContainer [2020-09-30T08:18:31.417Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:18:31.475Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:18:32.311Z] $ docker top 27e666c56e7675bf0b324fe229f41da5adbe4f5d8b5e9ac2feb9e8f59b186b39 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:18:32.951Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:18:32.951Z] + tee [2020-09-30T08:18:32.951Z] clair timeout 1m0s [2020-09-30T08:18:32.951Z] docker timeout: 1m0s [2020-09-30T08:18:32.951Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:18:33.656Z] $ docker stop --time=1 27e666c56e7675bf0b324fe229f41da5adbe4f5d8b5e9ac2feb9e8f59b186b39 [2020-09-30T08:18:35.094Z] $ docker rm -f 27e666c56e7675bf0b324fe229f41da5adbe4f5d8b5e9ac2feb9e8f59b186b39 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:18:35.688Z] + mkdir -p /w/workspace/edgex-go/153/clair-reports [Pipeline] echo [2020-09-30T08:18:35.706Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/153/clair-reports/clair_results_docker-core-metadata-go_8dfe40242627ba8773ad25c3a239435623502a60.html [Pipeline] writeFile [Pipeline] step [2020-09-30T08:18:35.802Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:18:36.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:18:36.156Z] . [Pipeline] withDockerContainer [2020-09-30T08:18:36.295Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:18:36.356Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:18:37.200Z] $ docker top 193e60ae8a3cb8e1ba3ec9f8ed92fdc1841f81d456712c8464598db235d82b28 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:18:37.800Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:18:37.800Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:18:42.194Z] $ docker stop --time=1 193e60ae8a3cb8e1ba3ec9f8ed92fdc1841f81d456712c8464598db235d82b28 [2020-09-30T08:18:43.596Z] $ docker rm -f 193e60ae8a3cb8e1ba3ec9f8ed92fdc1841f81d456712c8464598db235d82b28 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:18:44.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:18:44.439Z] . [Pipeline] withDockerContainer [2020-09-30T08:18:44.556Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:18:44.605Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:18:45.300Z] $ docker top 37cd43a22d7fbf6bd6b2182d9edb5d3881d35d42b0351c97598c1c79e554b665 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:18:45.888Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:18:45.889Z] + tee [2020-09-30T08:18:45.889Z] clair timeout 1m0s [2020-09-30T08:18:45.889Z] docker timeout: 1m0s [2020-09-30T08:18:45.889Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:18:46.950Z] $ docker stop --time=1 37cd43a22d7fbf6bd6b2182d9edb5d3881d35d42b0351c97598c1c79e554b665 [2020-09-30T08:18:48.367Z] $ docker rm -f 37cd43a22d7fbf6bd6b2182d9edb5d3881d35d42b0351c97598c1c79e554b665 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:18:48.912Z] + mkdir -p /w/workspace/edgex-go/153/clair-reports [Pipeline] echo [2020-09-30T08:18:48.927Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/153/clair-reports/clair_results_docker-security-proxy-setup-go_8dfe40242627ba8773ad25c3a239435623502a60.html [Pipeline] writeFile [Pipeline] step [2020-09-30T08:18:48.983Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:18:49.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:18:49.329Z] . [Pipeline] withDockerContainer [2020-09-30T08:18:49.632Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:18:49.687Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:18:50.872Z] $ docker top 9ccacfb00f9c90fef72e4346770101e8f2237b98712870968624fc258e5d43f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:18:51.797Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:18:51.797Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:18:58.616Z] $ docker stop --time=1 9ccacfb00f9c90fef72e4346770101e8f2237b98712870968624fc258e5d43f1 [2020-09-30T08:19:00.125Z] $ docker rm -f 9ccacfb00f9c90fef72e4346770101e8f2237b98712870968624fc258e5d43f1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:19:00.694Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:19:00.694Z] . [Pipeline] withDockerContainer [2020-09-30T08:19:00.847Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:19:00.900Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:19:01.715Z] $ docker top bd45d2f3faaec59276138dd695ccb5b41df5ed2e47078a376ce0113419a61516 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:19:02.286Z] + tee [2020-09-30T08:19:02.286Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:19:02.286Z] clair timeout 1m0s [2020-09-30T08:19:02.286Z] docker timeout: 1m0s [2020-09-30T08:19:02.286Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:19:03.798Z] $ docker stop --time=1 bd45d2f3faaec59276138dd695ccb5b41df5ed2e47078a376ce0113419a61516 [2020-09-30T08:19:05.320Z] $ docker rm -f bd45d2f3faaec59276138dd695ccb5b41df5ed2e47078a376ce0113419a61516 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:19:05.850Z] + mkdir -p /w/workspace/edgex-go/153/clair-reports [Pipeline] echo [2020-09-30T08:19:05.866Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/153/clair-reports/clair_results_docker-security-secrets-setup-go_8dfe40242627ba8773ad25c3a239435623502a60.html [Pipeline] writeFile [Pipeline] step [2020-09-30T08:19:05.922Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:19:06.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:19:06.277Z] . [Pipeline] withDockerContainer [2020-09-30T08:19:06.406Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:19:06.473Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:19:07.399Z] $ docker top 623ac32fc5bdbb1a6c246215e5214ec19fe79e74ede8318415a189992fc46a89 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:19:08.045Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:19:08.045Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:19:16.374Z] $ docker stop --time=1 623ac32fc5bdbb1a6c246215e5214ec19fe79e74ede8318415a189992fc46a89 [2020-09-30T08:19:17.773Z] $ docker rm -f 623ac32fc5bdbb1a6c246215e5214ec19fe79e74ede8318415a189992fc46a89 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:19:19.686Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:19:19.686Z] . [Pipeline] withDockerContainer [2020-09-30T08:19:19.811Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:19:19.865Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:19:20.684Z] $ docker top 5099e509b9d3bb0f7d095b046a5fb685d2ec6120f4b6a971b4eeaaa96029f098 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:19:21.310Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:19:21.310Z] + tee [2020-09-30T08:19:21.310Z] clair timeout 1m0s [2020-09-30T08:19:21.310Z] docker timeout: 1m0s [2020-09-30T08:19:21.310Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:19:22.815Z] $ docker stop --time=1 5099e509b9d3bb0f7d095b046a5fb685d2ec6120f4b6a971b4eeaaa96029f098 [2020-09-30T08:19:24.306Z] $ docker rm -f 5099e509b9d3bb0f7d095b046a5fb685d2ec6120f4b6a971b4eeaaa96029f098 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:19:24.809Z] + mkdir -p /w/workspace/edgex-go/153/clair-reports [Pipeline] echo [2020-09-30T08:19:24.826Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/153/clair-reports/clair_results_docker-security-secretstore-setup-go_8dfe40242627ba8773ad25c3a239435623502a60.html [Pipeline] writeFile [Pipeline] step [2020-09-30T08:19:24.881Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:19:25.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:19:25.239Z] . [Pipeline] withDockerContainer [2020-09-30T08:19:25.349Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:19:25.401Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:19:26.096Z] $ docker top cd1a208859d127ef2d477bdeee90c465144b703cee4911bc1d20fa20b32ef270 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:19:26.761Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:19:26.761Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:19:30.375Z] $ docker stop --time=1 cd1a208859d127ef2d477bdeee90c465144b703cee4911bc1d20fa20b32ef270 [2020-09-30T08:19:31.840Z] $ docker rm -f cd1a208859d127ef2d477bdeee90c465144b703cee4911bc1d20fa20b32ef270 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:19:32.392Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:19:32.392Z] . [Pipeline] withDockerContainer [2020-09-30T08:19:32.509Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:19:32.567Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:19:33.394Z] $ docker top a0e17441e83248a2c24a4d07fdd8a0820e0b4e13c91d22219d7ea7e19c47179d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:19:33.954Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:19:33.954Z] + tee [2020-09-30T08:19:33.954Z] clair timeout 1m0s [2020-09-30T08:19:33.954Z] docker timeout: 1m0s [2020-09-30T08:19:33.954Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:19:34.640Z] $ docker stop --time=1 a0e17441e83248a2c24a4d07fdd8a0820e0b4e13c91d22219d7ea7e19c47179d [2020-09-30T08:19:36.042Z] $ docker rm -f a0e17441e83248a2c24a4d07fdd8a0820e0b4e13c91d22219d7ea7e19c47179d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:19:36.586Z] + mkdir -p /w/workspace/edgex-go/153/clair-reports [Pipeline] echo [2020-09-30T08:19:36.601Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/153/clair-reports/clair_results_docker-support-logging-go_8dfe40242627ba8773ad25c3a239435623502a60.html [Pipeline] writeFile [Pipeline] step [2020-09-30T08:19:36.671Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:19:37.020Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:19:37.020Z] . [Pipeline] withDockerContainer [2020-09-30T08:19:37.141Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:19:37.194Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:19:38.114Z] $ docker top e268cb6b4133a6cd9dcb5d864dad73f3a0eebe5b2f3c2ba005d996a6f1d06591 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:19:38.705Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:19:38.705Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:19:43.113Z] $ docker stop --time=1 e268cb6b4133a6cd9dcb5d864dad73f3a0eebe5b2f3c2ba005d996a6f1d06591 [2020-09-30T08:19:44.555Z] $ docker rm -f e268cb6b4133a6cd9dcb5d864dad73f3a0eebe5b2f3c2ba005d996a6f1d06591 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:19:45.051Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:19:45.051Z] . [Pipeline] withDockerContainer [2020-09-30T08:19:45.170Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:19:45.226Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:19:45.990Z] $ docker top 8e99fd1274b52db210047dece83853f93f813646a164143a4a4d9e590d9812ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:19:46.562Z] + tee [2020-09-30T08:19:46.562Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:19:46.562Z] clair timeout 1m0s [2020-09-30T08:19:46.562Z] docker timeout: 1m0s [2020-09-30T08:19:46.562Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:19:47.615Z] $ docker stop --time=1 8e99fd1274b52db210047dece83853f93f813646a164143a4a4d9e590d9812ae [2020-09-30T08:19:49.064Z] $ docker rm -f 8e99fd1274b52db210047dece83853f93f813646a164143a4a4d9e590d9812ae [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:19:49.668Z] + mkdir -p /w/workspace/edgex-go/153/clair-reports [Pipeline] echo [2020-09-30T08:19:49.687Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/153/clair-reports/clair_results_docker-support-notifications-go_8dfe40242627ba8773ad25c3a239435623502a60.html [Pipeline] writeFile [Pipeline] step [2020-09-30T08:19:49.741Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:19:50.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:19:50.095Z] . [Pipeline] withDockerContainer [2020-09-30T08:19:50.223Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:19:50.285Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:19:51.081Z] $ docker top bb7ace5a16b17a5f68013febb89cac8fd10cf3e3a4f1e2fbf15932785c65b3de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:19:51.689Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:19:51.689Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:19:54.415Z] $ docker stop --time=1 bb7ace5a16b17a5f68013febb89cac8fd10cf3e3a4f1e2fbf15932785c65b3de [2020-09-30T08:19:55.904Z] $ docker rm -f bb7ace5a16b17a5f68013febb89cac8fd10cf3e3a4f1e2fbf15932785c65b3de [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:19:56.423Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:19:56.423Z] . [Pipeline] withDockerContainer [2020-09-30T08:19:56.535Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:19:56.581Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:19:57.336Z] $ docker top fc40f85709d897c685fffbfe883d07086ef28f66d20068e0319cca8673482cc3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:19:58.022Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:19:58.022Z] + tee [2020-09-30T08:19:58.022Z] clair timeout 1m0s [2020-09-30T08:19:58.022Z] docker timeout: 1m0s [2020-09-30T08:19:58.022Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:19:58.722Z] $ docker stop --time=1 fc40f85709d897c685fffbfe883d07086ef28f66d20068e0319cca8673482cc3 [2020-09-30T08:20:00.145Z] $ docker rm -f fc40f85709d897c685fffbfe883d07086ef28f66d20068e0319cca8673482cc3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:20:00.728Z] + mkdir -p /w/workspace/edgex-go/153/clair-reports [Pipeline] echo [2020-09-30T08:20:00.744Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/153/clair-reports/clair_results_docker-support-scheduler-go_8dfe40242627ba8773ad25c3a239435623502a60.html [Pipeline] writeFile [Pipeline] step [2020-09-30T08:20:00.808Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:20:01.157Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:20:01.157Z] . [Pipeline] withDockerContainer [2020-09-30T08:20:01.358Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:20:01.466Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:20:02.840Z] $ docker top 05874aa5b50f0a2cbccd27cc7d5eff5f981b1657ab4c33b0d9ba2308d7b5e735 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:20:03.470Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:20:03.470Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:20:18.639Z] $ docker stop --time=1 05874aa5b50f0a2cbccd27cc7d5eff5f981b1657ab4c33b0d9ba2308d7b5e735 [2020-09-30T08:20:20.056Z] $ docker rm -f 05874aa5b50f0a2cbccd27cc7d5eff5f981b1657ab4c33b0d9ba2308d7b5e735 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:20:20.613Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:20:20.613Z] . [Pipeline] withDockerContainer [2020-09-30T08:20:20.731Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:20:20.784Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:20:21.499Z] $ docker top ca72bfee32d2b3a46ce4a947b20c340d170d7248f7c9450f29d33bc260e1eda5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:20:22.087Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:20:22.087Z] + tee [2020-09-30T08:20:22.087Z] clair timeout 1m0s [2020-09-30T08:20:22.087Z] docker timeout: 1m0s [2020-09-30T08:20:22.087Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:20:23.586Z] $ docker stop --time=1 ca72bfee32d2b3a46ce4a947b20c340d170d7248f7c9450f29d33bc260e1eda5 [2020-09-30T08:20:25.042Z] $ docker rm -f ca72bfee32d2b3a46ce4a947b20c340d170d7248f7c9450f29d33bc260e1eda5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:20:25.688Z] + mkdir -p /w/workspace/edgex-go/153/clair-reports [Pipeline] echo [2020-09-30T08:20:25.702Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/153/clair-reports/clair_results_docker-sys-mgmt-agent-go_8dfe40242627ba8773ad25c3a239435623502a60.html [Pipeline] writeFile [Pipeline] step [2020-09-30T08:20:25.758Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:20:26.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:20:26.120Z] . [Pipeline] withDockerContainer [2020-09-30T08:20:26.284Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:20:26.406Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:20:27.233Z] $ docker top bc869a2da3b93d5bd7a630e7e4aa7e4b180de5bbdea6e8dba720ac94341a5f8f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:20:27.811Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:20:27.811Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:20:30.527Z] $ docker stop --time=1 bc869a2da3b93d5bd7a630e7e4aa7e4b180de5bbdea6e8dba720ac94341a5f8f [2020-09-30T08:20:31.940Z] $ docker rm -f bc869a2da3b93d5bd7a630e7e4aa7e4b180de5bbdea6e8dba720ac94341a5f8f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:20:32.414Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:20:32.414Z] . [Pipeline] withDockerContainer [2020-09-30T08:20:32.533Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:20:32.593Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:20:33.469Z] $ docker top 2794e6485e60147215a8451cd872a01ecc9d5c33b1cc6cab14919fbaf2e2ec6c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:20:34.074Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:20:34.074Z] + tee [2020-09-30T08:20:34.074Z] clair timeout 1m0s [2020-09-30T08:20:34.074Z] docker timeout: 1m0s [2020-09-30T08:20:34.074Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:20:34.750Z] $ docker stop --time=1 2794e6485e60147215a8451cd872a01ecc9d5c33b1cc6cab14919fbaf2e2ec6c [2020-09-30T08:20:36.194Z] $ docker rm -f 2794e6485e60147215a8451cd872a01ecc9d5c33b1cc6cab14919fbaf2e2ec6c [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:20:36.696Z] + mkdir -p /w/workspace/edgex-go/153/clair-reports [Pipeline] echo [2020-09-30T08:20:36.712Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/153/clair-reports/clair_results_docker-core-command-go-arm64_8dfe40242627ba8773ad25c3a239435623502a60.html [Pipeline] writeFile [Pipeline] step [2020-09-30T08:20:36.767Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:20:37.133Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:20:37.133Z] . [Pipeline] withDockerContainer [2020-09-30T08:20:37.243Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:20:37.297Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:20:37.983Z] $ docker top 3be38701df796b3ce04ad7a7f0a25b605e7046e683e38649f6ab8055017d9fa6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:20:38.592Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:20:38.592Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:20:44.070Z] $ docker stop --time=1 3be38701df796b3ce04ad7a7f0a25b605e7046e683e38649f6ab8055017d9fa6 [2020-09-30T08:20:45.620Z] $ docker rm -f 3be38701df796b3ce04ad7a7f0a25b605e7046e683e38649f6ab8055017d9fa6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:20:46.144Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:20:46.144Z] . [Pipeline] withDockerContainer [2020-09-30T08:20:46.277Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:20:46.373Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:20:47.165Z] $ docker top cc7493ecd777b5e12c4847459a90ff89927b9c74d3cd02eed402ba2d048bcc2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:20:47.724Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:20:47.724Z] + tee [2020-09-30T08:20:47.724Z] clair timeout 1m0s [2020-09-30T08:20:47.724Z] docker timeout: 1m0s [2020-09-30T08:20:47.724Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:20:48.781Z] $ docker stop --time=1 cc7493ecd777b5e12c4847459a90ff89927b9c74d3cd02eed402ba2d048bcc2f [2020-09-30T08:20:50.285Z] $ docker rm -f cc7493ecd777b5e12c4847459a90ff89927b9c74d3cd02eed402ba2d048bcc2f [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:20:50.842Z] + mkdir -p /w/workspace/edgex-go/153/clair-reports [Pipeline] echo [2020-09-30T08:20:50.858Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/153/clair-reports/clair_results_docker-core-data-go-arm64_8dfe40242627ba8773ad25c3a239435623502a60.html [Pipeline] writeFile [Pipeline] step [2020-09-30T08:20:50.926Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:20:51.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:20:51.275Z] . [Pipeline] withDockerContainer [2020-09-30T08:20:51.424Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:20:51.490Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:20:52.485Z] $ docker top 49a6c8cd3f34275c87843d0e97981fa17ac7ba8462fae2ccc06b88b8019d6f5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:20:53.098Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:20:53.098Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:20:55.893Z] $ docker stop --time=1 49a6c8cd3f34275c87843d0e97981fa17ac7ba8462fae2ccc06b88b8019d6f5d [2020-09-30T08:20:57.300Z] $ docker rm -f 49a6c8cd3f34275c87843d0e97981fa17ac7ba8462fae2ccc06b88b8019d6f5d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:20:57.831Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:20:57.831Z] . [Pipeline] withDockerContainer [2020-09-30T08:20:57.951Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:20:58.001Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:20:58.789Z] $ docker top 7d7e33fbb83410bd9589277af398b2add024afdbb359bb9db4973fddb110fb30 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:20:59.539Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:20:59.539Z] + tee [2020-09-30T08:20:59.539Z] clair timeout 1m0s [2020-09-30T08:20:59.539Z] docker timeout: 1m0s [2020-09-30T08:20:59.539Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:21:00.235Z] $ docker stop --time=1 7d7e33fbb83410bd9589277af398b2add024afdbb359bb9db4973fddb110fb30 [2020-09-30T08:21:01.680Z] $ docker rm -f 7d7e33fbb83410bd9589277af398b2add024afdbb359bb9db4973fddb110fb30 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:21:02.209Z] + mkdir -p /w/workspace/edgex-go/153/clair-reports [Pipeline] echo [2020-09-30T08:21:02.224Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/153/clair-reports/clair_results_docker-core-metadata-go-arm64_8dfe40242627ba8773ad25c3a239435623502a60.html [Pipeline] writeFile [Pipeline] step [2020-09-30T08:21:02.274Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:21:02.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:21:02.625Z] . [Pipeline] withDockerContainer [2020-09-30T08:21:02.747Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:21:02.802Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:21:03.597Z] $ docker top e3ef2e920c5aae6257db854e94b2baa77b46d4ad478500e62c0bbf174f1845d7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:21:04.182Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:21:04.182Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:21:08.574Z] $ docker stop --time=1 e3ef2e920c5aae6257db854e94b2baa77b46d4ad478500e62c0bbf174f1845d7 [2020-09-30T08:21:09.983Z] $ docker rm -f e3ef2e920c5aae6257db854e94b2baa77b46d4ad478500e62c0bbf174f1845d7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:21:10.591Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:21:10.592Z] . [Pipeline] withDockerContainer [2020-09-30T08:21:10.707Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:21:10.765Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:21:11.445Z] $ docker top ea6c4ad5f1c4feeb68a937282167aa874d08718ae1299479308fa04ead3546e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:21:11.976Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:21:11.976Z] + tee [2020-09-30T08:21:11.976Z] clair timeout 1m0s [2020-09-30T08:21:11.976Z] docker timeout: 1m0s [2020-09-30T08:21:11.976Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:21:12.667Z] $ docker stop --time=1 ea6c4ad5f1c4feeb68a937282167aa874d08718ae1299479308fa04ead3546e8 [2020-09-30T08:21:14.462Z] $ docker rm -f ea6c4ad5f1c4feeb68a937282167aa874d08718ae1299479308fa04ead3546e8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:21:14.965Z] + mkdir -p /w/workspace/edgex-go/153/clair-reports [Pipeline] echo [2020-09-30T08:21:14.979Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/153/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_8dfe40242627ba8773ad25c3a239435623502a60.html [Pipeline] writeFile [Pipeline] step [2020-09-30T08:21:15.036Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:21:15.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:21:15.377Z] . [Pipeline] withDockerContainer [2020-09-30T08:21:15.509Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:21:15.556Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:21:16.333Z] $ docker top 6c05e73cba7d9a4d0f820ade257f97c926d43893f246fbcc371d4f03a2daf300 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:21:16.888Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:21:16.888Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:21:23.746Z] $ docker stop --time=1 6c05e73cba7d9a4d0f820ade257f97c926d43893f246fbcc371d4f03a2daf300 [2020-09-30T08:21:25.169Z] $ docker rm -f 6c05e73cba7d9a4d0f820ade257f97c926d43893f246fbcc371d4f03a2daf300 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:21:25.746Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:21:25.746Z] . [Pipeline] withDockerContainer [2020-09-30T08:21:25.861Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:21:25.912Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:21:26.679Z] $ docker top 42b85444b524c44dc60252a9fcaa6deb490067a7b21f8faf1f59fcc4c1952051 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:21:27.233Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:21:27.233Z] + tee [2020-09-30T08:21:27.233Z] clair timeout 1m0s [2020-09-30T08:21:27.233Z] docker timeout: 1m0s [2020-09-30T08:21:27.233Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:21:28.729Z] $ docker stop --time=1 42b85444b524c44dc60252a9fcaa6deb490067a7b21f8faf1f59fcc4c1952051 [2020-09-30T08:21:30.158Z] $ docker rm -f 42b85444b524c44dc60252a9fcaa6deb490067a7b21f8faf1f59fcc4c1952051 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:21:30.743Z] + mkdir -p /w/workspace/edgex-go/153/clair-reports [Pipeline] echo [2020-09-30T08:21:30.764Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/153/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_8dfe40242627ba8773ad25c3a239435623502a60.html [Pipeline] writeFile [Pipeline] step [2020-09-30T08:21:30.821Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:21:31.194Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:21:31.194Z] . [Pipeline] withDockerContainer [2020-09-30T08:21:31.314Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:21:31.365Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:21:32.114Z] $ docker top 0575245f1bce532f13110be186bf99ee6e3f13caf5d1d37ec0976bad118f9235 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:21:32.671Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:21:32.671Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:21:41.278Z] $ docker stop --time=1 0575245f1bce532f13110be186bf99ee6e3f13caf5d1d37ec0976bad118f9235 [2020-09-30T08:21:42.736Z] $ docker rm -f 0575245f1bce532f13110be186bf99ee6e3f13caf5d1d37ec0976bad118f9235 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:21:43.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:21:43.304Z] . [Pipeline] withDockerContainer [2020-09-30T08:21:43.445Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:21:43.519Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:21:44.440Z] $ docker top 601e361e366d4f87cf40f0821cc570db68e792194462866aed30fcf007dc62e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:21:44.978Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:21:44.978Z] + tee [2020-09-30T08:21:44.978Z] clair timeout 1m0s [2020-09-30T08:21:44.978Z] docker timeout: 1m0s [2020-09-30T08:21:44.978Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:21:46.472Z] $ docker stop --time=1 601e361e366d4f87cf40f0821cc570db68e792194462866aed30fcf007dc62e7 [2020-09-30T08:21:47.878Z] $ docker rm -f 601e361e366d4f87cf40f0821cc570db68e792194462866aed30fcf007dc62e7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:21:48.367Z] + mkdir -p /w/workspace/edgex-go/153/clair-reports [Pipeline] echo [2020-09-30T08:21:48.383Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/153/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_8dfe40242627ba8773ad25c3a239435623502a60.html [Pipeline] writeFile [Pipeline] step [2020-09-30T08:21:48.441Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:21:48.789Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:21:48.789Z] . [Pipeline] withDockerContainer [2020-09-30T08:21:48.911Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:21:48.954Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:21:49.620Z] $ docker top fe3bb797b56f23f3c42d0efcf0eaec5026b5cdd3e6ea6d87affedc557d2b711c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:21:50.164Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:21:50.165Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:21:53.749Z] $ docker stop --time=1 fe3bb797b56f23f3c42d0efcf0eaec5026b5cdd3e6ea6d87affedc557d2b711c [2020-09-30T08:21:55.259Z] $ docker rm -f fe3bb797b56f23f3c42d0efcf0eaec5026b5cdd3e6ea6d87affedc557d2b711c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:21:55.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:21:55.872Z] . [Pipeline] withDockerContainer [2020-09-30T08:21:56.011Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:21:56.083Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:21:56.850Z] $ docker top 4071eef4e5e5f40b86a9714a3be9a6a0e7b69bf88fab9cd30b0c5323e1682bdc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:21:57.374Z] + tee [2020-09-30T08:21:57.374Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:21:57.374Z] clair timeout 1m0s [2020-09-30T08:21:57.374Z] docker timeout: 1m0s [2020-09-30T08:21:57.374Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:21:58.055Z] $ docker stop --time=1 4071eef4e5e5f40b86a9714a3be9a6a0e7b69bf88fab9cd30b0c5323e1682bdc [2020-09-30T08:21:59.479Z] $ docker rm -f 4071eef4e5e5f40b86a9714a3be9a6a0e7b69bf88fab9cd30b0c5323e1682bdc [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:22:00.018Z] + mkdir -p /w/workspace/edgex-go/153/clair-reports [Pipeline] echo [2020-09-30T08:22:00.033Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/153/clair-reports/clair_results_docker-support-logging-go-arm64_8dfe40242627ba8773ad25c3a239435623502a60.html [Pipeline] writeFile [Pipeline] step [2020-09-30T08:22:00.202Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:22:00.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:22:00.558Z] . [Pipeline] withDockerContainer [2020-09-30T08:22:00.690Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:22:00.751Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:22:01.483Z] $ docker top 5ec1d4978d249b26f22615789ec1c782f9baadd35ee246e6d0179289cad07fbe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:22:02.118Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:22:02.119Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:22:06.549Z] $ docker stop --time=1 5ec1d4978d249b26f22615789ec1c782f9baadd35ee246e6d0179289cad07fbe [2020-09-30T08:22:08.019Z] $ docker rm -f 5ec1d4978d249b26f22615789ec1c782f9baadd35ee246e6d0179289cad07fbe [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:22:08.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:22:08.524Z] . [Pipeline] withDockerContainer [2020-09-30T08:22:08.657Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:22:08.708Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:22:09.592Z] $ docker top c5d2b02eac055cf44bebcb90f197e24a4bc2bfe05837f3a99eb1d43878ce4fb8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:22:10.183Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:22:10.183Z] + tee [2020-09-30T08:22:10.183Z] clair timeout 1m0s [2020-09-30T08:22:10.183Z] docker timeout: 1m0s [2020-09-30T08:22:10.183Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:22:11.274Z] $ docker stop --time=1 c5d2b02eac055cf44bebcb90f197e24a4bc2bfe05837f3a99eb1d43878ce4fb8 [2020-09-30T08:22:12.690Z] $ docker rm -f c5d2b02eac055cf44bebcb90f197e24a4bc2bfe05837f3a99eb1d43878ce4fb8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:22:13.187Z] + mkdir -p /w/workspace/edgex-go/153/clair-reports [Pipeline] echo [2020-09-30T08:22:13.201Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/153/clair-reports/clair_results_docker-support-notifications-go-arm64_8dfe40242627ba8773ad25c3a239435623502a60.html [Pipeline] writeFile [Pipeline] step [2020-09-30T08:22:13.257Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:22:13.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:22:13.614Z] . [Pipeline] withDockerContainer [2020-09-30T08:22:13.755Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:22:13.812Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:22:14.639Z] $ docker top 3cb1718a2296bb878f2a79413bed7d998257230d7139bd359532beaaae33cb2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:22:15.234Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:22:15.234Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:22:18.145Z] $ docker stop --time=1 3cb1718a2296bb878f2a79413bed7d998257230d7139bd359532beaaae33cb2c [2020-09-30T08:22:19.553Z] $ docker rm -f 3cb1718a2296bb878f2a79413bed7d998257230d7139bd359532beaaae33cb2c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:22:20.099Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:22:20.100Z] . [Pipeline] withDockerContainer [2020-09-30T08:22:20.217Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:22:20.278Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:22:21.059Z] $ docker top bf10357060175df63154a376513f6a8de7281de691cb832e1e58401a9f5932b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:22:21.648Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:22:21.648Z] + tee [2020-09-30T08:22:21.648Z] clair timeout 1m0s [2020-09-30T08:22:21.648Z] docker timeout: 1m0s [2020-09-30T08:22:21.648Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:22:22.344Z] $ docker stop --time=1 bf10357060175df63154a376513f6a8de7281de691cb832e1e58401a9f5932b2 [2020-09-30T08:22:23.718Z] $ docker rm -f bf10357060175df63154a376513f6a8de7281de691cb832e1e58401a9f5932b2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:22:24.206Z] + mkdir -p /w/workspace/edgex-go/153/clair-reports [Pipeline] echo [2020-09-30T08:22:24.221Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/153/clair-reports/clair_results_docker-support-scheduler-go-arm64_8dfe40242627ba8773ad25c3a239435623502a60.html [Pipeline] writeFile [Pipeline] step [2020-09-30T08:22:24.275Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:22:24.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:22:24.647Z] . [Pipeline] withDockerContainer [2020-09-30T08:22:24.772Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:22:24.875Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:22:25.784Z] $ docker top 34a2c5db651c9ef550f9ea70a22c28fb20ea441df8eb26346b90f163bf0bf918 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:22:26.453Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:22:26.453Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:22:41.648Z] $ docker stop --time=1 34a2c5db651c9ef550f9ea70a22c28fb20ea441df8eb26346b90f163bf0bf918 [2020-09-30T08:22:43.133Z] $ docker rm -f 34a2c5db651c9ef550f9ea70a22c28fb20ea441df8eb26346b90f163bf0bf918 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:22:43.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-30T08:22:43.658Z] . [Pipeline] withDockerContainer [2020-09-30T08:22:43.779Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:22:43.834Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-30T08:22:44.665Z] $ docker top b81cda365ba14e98d4437e8fd519ec720bf7aafb2fccb272f3cdd8f49a38ec08 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-30T08:22:45.212Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8dfe40242627ba8773ad25c3a239435623502a60 [2020-09-30T08:22:45.212Z] + tee [2020-09-30T08:22:45.212Z] clair timeout 1m0s [2020-09-30T08:22:45.212Z] docker timeout: 1m0s [2020-09-30T08:22:45.212Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-30T08:22:46.723Z] $ docker stop --time=1 b81cda365ba14e98d4437e8fd519ec720bf7aafb2fccb272f3cdd8f49a38ec08 [2020-09-30T08:22:48.101Z] $ docker rm -f b81cda365ba14e98d4437e8fd519ec720bf7aafb2fccb272f3cdd8f49a38ec08 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-30T08:22:48.739Z] + mkdir -p /w/workspace/edgex-go/153/clair-reports [Pipeline] echo [2020-09-30T08:22:48.753Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/153/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_8dfe40242627ba8773ad25c3a239435623502a60.html [Pipeline] writeFile [Pipeline] step [2020-09-30T08:22:48.808Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-09-30T08:22:49.264Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-30T08:22:49.321Z] provisioning config files... [2020-09-30T08:22:49.350Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/153@tmp/config3347423800492863087tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-30T08:22:49.719Z] --> edgex-publish-swagger.sh [2020-09-30T08:22:49.720Z] === Publish openapi/v1 API === [2020-09-30T08:22:49.720Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-09-30T08:22:49.720Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-30T08:22:49.720Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T08:22:49.720Z] Dload Upload Total Spent Left Speed [2020-09-30T08:22:51.122Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9457 0:00:01 0:00:01 --:--:-- 9469 100 10521 0 0 100 10521 0 9454 0:00:01 0:00:01 --:--:-- 9461 [2020-09-30T08:22:51.122Z] [2020-09-30T08:22:51.122Z] [2020-09-30T08:22:51.122Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-30T08:22:51.122Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T08:22:51.122Z] Dload Upload Total Spent Left Speed [2020-09-30T08:22:52.076Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28053 0:00:01 0:00:01 --:--:-- 28065 100 32556 0 0 100 32556 0 28048 0:00:01 0:00:01 --:--:-- 28065 [2020-09-30T08:22:52.076Z] [2020-09-30T08:22:52.076Z] [2020-09-30T08:22:52.076Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-30T08:22:52.076Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T08:22:52.076Z] Dload Upload Total Spent Left Speed [2020-09-30T08:22:53.041Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 67258 0:00:01 0:00:01 --:--:-- 67324 100 73720 0 0 100 73720 0 67238 0:00:01 0:00:01 --:--:-- 67262 [2020-09-30T08:22:53.041Z] [2020-09-30T08:22:53.041Z] [2020-09-30T08:22:53.041Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-30T08:22:53.041Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T08:22:53.041Z] Dload Upload Total Spent Left Speed [2020-09-30T08:22:54.438Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12416 0:00:01 0:00:01 --:--:-- 12424 100 13580 0 0 100 13580 0 12414 0:00:01 0:00:01 --:--:-- 12424 [2020-09-30T08:22:54.438Z] [2020-09-30T08:22:54.438Z] [2020-09-30T08:22:54.438Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-30T08:22:54.438Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T08:22:54.438Z] Dload Upload Total Spent Left Speed [2020-09-30T08:22:55.384Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 36228 0:00:01 0:00:01 --:--:-- 36243 [2020-09-30T08:22:55.384Z] [2020-09-30T08:22:55.384Z] [2020-09-30T08:22:55.384Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-30T08:22:55.384Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T08:22:55.384Z] Dload Upload Total Spent Left Speed [2020-09-30T08:22:56.605Z] 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 11681 0:00:01 0:00:01 --:--:-- 11678 100 14248 0 0 100 14248 0 11679 0:00:01 0:00:01 --:--:-- 11678 [2020-09-30T08:22:56.605Z] [2020-09-30T08:22:56.605Z] [2020-09-30T08:22:56.605Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-30T08:22:56.605Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T08:22:56.605Z] Dload Upload Total Spent Left Speed [2020-09-30T08:22:57.551Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4209 --:--:-- --:--:-- --:--:-- 4210 100 4109 0 0 100 4109 0 4208 --:--:-- --:--:-- --:--:-- 4205 [2020-09-30T08:22:57.551Z] [2020-09-30T08:22:57.551Z] [2020-09-30T08:22:57.551Z] === Publish openapi/v2 API === [2020-09-30T08:22:57.551Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-30T08:22:57.551Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-30T08:22:57.551Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T08:22:57.551Z] Dload Upload Total Spent Left Speed [2020-09-30T08:22:58.498Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 29715 0:00:01 0:00:01 --:--:-- 29728 100 30234 0 0 100 30234 0 29708 0:00:01 0:00:01 --:--:-- 29728 [2020-09-30T08:22:58.498Z] [2020-09-30T08:22:58.498Z] [2020-09-30T08:22:58.498Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-30T08:22:58.498Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T08:22:58.498Z] Dload Upload Total Spent Left Speed [2020-09-30T08:22:59.887Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59012 0 0 100 59012 0 59206 --:--:-- --:--:-- --:--:-- 59189 100 59012 0 0 100 59012 0 59193 --:--:-- --:--:-- --:--:-- 59189 [2020-09-30T08:22:59.887Z] [2020-09-30T08:22:59.887Z] [2020-09-30T08:22:59.887Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-30T08:22:59.887Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T08:22:59.887Z] Dload Upload Total Spent Left Speed [2020-09-30T08:23:00.883Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68246 0 0 100 68246 0 59829 0:00:01 0:00:01 --:--:-- 59864 100 68246 0 0 100 68246 0 59819 0:00:01 0:00:01 --:--:-- 59864 [2020-09-30T08:23:00.883Z] [2020-09-30T08:23:00.883Z] [2020-09-30T08:23:00.883Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-30T08:23:00.883Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T08:23:00.883Z] Dload Upload Total Spent Left Speed [2020-09-30T08:23:01.847Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 24319 0:00:01 0:00:01 --:--:-- 24339 100 26165 0 0 100 26165 0 24312 0:00:01 0:00:01 --:--:-- 24316 [2020-09-30T08:23:01.847Z] [2020-09-30T08:23:01.847Z] [2020-09-30T08:23:01.847Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-30T08:23:01.847Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T08:23:01.847Z] Dload Upload Total Spent Left Speed [2020-09-30T08:23:03.243Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 57676 0:00:01 0:00:01 --:--:-- 57750 100 63410 0 0 100 63410 0 57665 0:00:01 0:00:01 --:--:-- 57750 [2020-09-30T08:23:03.243Z] [2020-09-30T08:23:03.243Z] [2020-09-30T08:23:03.243Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-30T08:23:03.243Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T08:23:03.243Z] Dload Upload Total Spent Left Speed [2020-09-30T08:23:04.198Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 40080 0:00:01 0:00:01 --:--:-- 40112 100 46049 0 0 100 46049 0 40073 0:00:01 0:00:01 --:--:-- 40112 [2020-09-30T08:23:04.198Z] [2020-09-30T08:23:04.198Z] [2020-09-30T08:23:04.198Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-30T08:23:04.198Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-30T08:23:04.198Z] Dload Upload Total Spent Left Speed [2020-09-30T08:23:05.145Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 22457 0:00:01 0:00:01 --:--:-- 22473 100 24114 0 0 100 24114 0 22452 0:00:01 0:00:01 --:--:-- 22473 [2020-09-30T08:23:05.145Z] [2020-09-30T08:23:05.145Z] [Pipeline] } [2020-09-30T08:23:05.155Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:23:16.086Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-30T08:23:16.361Z] . [Pipeline] withDockerContainer [2020-09-30T08:23:16.597Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:23:16.699Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-30T08:23:17.995Z] $ docker top 0dfd016a70dae500b73af7cff55b95b7678e970248bd8fb6f52ede1d00e099a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-30T08:23:18.415Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-30T08:23:18.415Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-30T08:23:18.866Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-30T08:23:18.903Z] $ docker exec 0dfd016a70dae500b73af7cff55b95b7678e970248bd8fb6f52ede1d00e099a6 ssh-agent [2020-09-30T08:23:19.177Z] SSH_AUTH_SOCK=/tmp/ssh-L70YtAYKrQ8j/agent.13 [2020-09-30T08:23:19.177Z] SSH_AGENT_PID=18 [2020-09-30T08:23:19.240Z] Running ssh-add (command line suppressed) [2020-09-30T08:23:19.432Z] Identity added: /w/workspace/edgex-go/153@tmp/private_key_642237996099863309.key (/w/workspace/edgex-go/153@tmp/private_key_642237996099863309.key) [2020-09-30T08:23:19.527Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-30T08:23:20.165Z] + git semver tag [2020-09-30T08:23:20.165Z] # -> Open(): unable to determine branch for HEAD [2020-09-30T08:23:20.165Z] # $GIT_DIR = /w/workspace/edgex-go/153/.git [2020-09-30T08:23:20.165Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/153 [2020-09-30T08:23:20.165Z] # $SEMVER_REMOTE_NAME = origin [2020-09-30T08:23:20.165Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-30T08:23:20.165Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-30T08:23:20.165Z] # $SEMVER_BRANCH = master [2020-09-30T08:23:20.165Z] # $SEMVER_DIR = /w/workspace/edgex-go/153/.semver [2020-09-30T08:23:20.165Z] # 8dfe40242627ba8773ad25c3a239435623502a60 HEAD [2020-09-30T08:23:20.899Z] # -> Force: false [2020-09-30T08:23:20.899Z] # 88709114b3811d7fd8786ba1862b5f69416ba569 refs/tags/v1.2.2-dev.38 [Pipeline] } [2020-09-30T08:23:20.937Z] $ docker exec --env ******** --env ******** 0dfd016a70dae500b73af7cff55b95b7678e970248bd8fb6f52ede1d00e099a6 ssh-agent -k [2020-09-30T08:23:21.103Z] unset SSH_AUTH_SOCK; [2020-09-30T08:23:21.103Z] unset SSH_AGENT_PID; [2020-09-30T08:23:21.103Z] echo Agent pid 18 killed; [2020-09-30T08:23:21.196Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-30T08:23:21.760Z] + git semver [Pipeline] } [2020-09-30T08:23:21.852Z] $ docker stop --time=1 0dfd016a70dae500b73af7cff55b95b7678e970248bd8fb6f52ede1d00e099a6 [2020-09-30T08:23:23.299Z] $ docker rm -f 0dfd016a70dae500b73af7cff55b95b7678e970248bd8fb6f52ede1d00e099a6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:23:24.030Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-30T08:23:24.030Z] [2020-09-30T08:23:24.030Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:23:24.493Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-30T08:23:24.494Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-30T08:23:24.494Z] ab5ef0e58194: Pulling fs layer [2020-09-30T08:23:24.494Z] 9712f1f96733: Pulling fs layer [2020-09-30T08:23:24.494Z] 63f879dbbcfc: Pulling fs layer [2020-09-30T08:23:24.494Z] 0d9ebad4ef96: Pulling fs layer [2020-09-30T08:23:24.494Z] e9a5061849ea: Pulling fs layer [2020-09-30T08:23:24.494Z] d747dcd14b5f: Pulling fs layer [2020-09-30T08:23:24.494Z] 2de7ff778b66: Pulling fs layer [2020-09-30T08:23:24.494Z] e9a5061849ea: Waiting [2020-09-30T08:23:24.494Z] 2de7ff778b66: Waiting [2020-09-30T08:23:24.494Z] d747dcd14b5f: Waiting [2020-09-30T08:23:24.494Z] 0d9ebad4ef96: Waiting [2020-09-30T08:23:24.494Z] 9712f1f96733: Verifying Checksum [2020-09-30T08:23:24.494Z] 9712f1f96733: Download complete [2020-09-30T08:23:27.098Z] 63f879dbbcfc: Verifying Checksum [2020-09-30T08:23:27.098Z] 63f879dbbcfc: Download complete [2020-09-30T08:23:27.389Z] e9a5061849ea: Verifying Checksum [2020-09-30T08:23:27.389Z] e9a5061849ea: Download complete [2020-09-30T08:23:27.389Z] d747dcd14b5f: Verifying Checksum [2020-09-30T08:23:27.389Z] d747dcd14b5f: Download complete [2020-09-30T08:23:28.863Z] 0d9ebad4ef96: Verifying Checksum [2020-09-30T08:23:28.863Z] 0d9ebad4ef96: Download complete [2020-09-30T08:23:28.863Z] ab5ef0e58194: Verifying Checksum [2020-09-30T08:23:28.863Z] ab5ef0e58194: Download complete [2020-09-30T08:23:28.863Z] 2de7ff778b66: Verifying Checksum [2020-09-30T08:23:28.863Z] 2de7ff778b66: Download complete [2020-09-30T08:23:34.463Z] ab5ef0e58194: Pull complete [2020-09-30T08:23:34.463Z] 9712f1f96733: Pull complete [2020-09-30T08:23:36.449Z] 63f879dbbcfc: Pull complete [2020-09-30T08:23:44.722Z] 0d9ebad4ef96: Pull complete [2020-09-30T08:23:45.350Z] e9a5061849ea: Pull complete [2020-09-30T08:23:45.632Z] d747dcd14b5f: Pull complete [2020-09-30T08:23:48.262Z] 2de7ff778b66: Pull complete [2020-09-30T08:23:48.262Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-30T08:23:48.262Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-30T08:23:48.262Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-30T08:23:48.561Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:23:48.678Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-30T08:23:51.986Z] $ docker top fe7264e649affa6856328a229c0b7475d2e4dad1b74f61b835af8ae0d8c8f1c3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-30T08:23:52.319Z] provisioning config files... [2020-09-30T08:23:52.338Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/153@tmp/config9076542596320104443tmp [2020-09-30T08:23:52.373Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/153@tmp/config1049560071482204911tmp [2020-09-30T08:23:52.426Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/153@tmp/config2577432691763396635tmp [Pipeline] { [Pipeline] echo [2020-09-30T08:23:52.498Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T08:23:52.820Z] ---> sigul-configuration.sh [2020-09-30T08:23:52.820Z] gpg: directory `/root/.gnupg' created [2020-09-30T08:23:52.820Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-30T08:23:52.820Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-30T08:23:52.820Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-30T08:23:52.820Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-30T08:23:52.820Z] gpg: CAST5 encrypted data [2020-09-30T08:23:53.092Z] gpg: encrypted with 1 passphrase [2020-09-30T08:23:53.092Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-30T08:23:53.482Z] + mkdir /home/jenkins [2020-09-30T08:23:53.749Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-30T08:23:54.120Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-09-30T08:23:54.133Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T08:23:54.492Z] ---> sigul-install.sh [2020-09-30T08:24:02.785Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-30T08:24:03.387Z] + git tag --list [2020-09-30T08:24:03.387Z] 0.6.0 [2020-09-30T08:24:03.387Z] 0.6.1 [2020-09-30T08:24:03.387Z] 0.7.0 [2020-09-30T08:24:03.387Z] 0.7.1 [2020-09-30T08:24:03.387Z] v1.0.0 [2020-09-30T08:24:03.387Z] v1.0.1 [2020-09-30T08:24:03.387Z] v1.1.0 [2020-09-30T08:24:03.387Z] v1.2.0 [2020-09-30T08:24:03.387Z] v1.2.1 [2020-09-30T08:24:03.387Z] v1.2.2-dev.1 [2020-09-30T08:24:03.387Z] v1.2.2-dev.10 [2020-09-30T08:24:03.387Z] v1.2.2-dev.11 [2020-09-30T08:24:03.387Z] v1.2.2-dev.12 [2020-09-30T08:24:03.387Z] v1.2.2-dev.13 [2020-09-30T08:24:03.387Z] v1.2.2-dev.14 [2020-09-30T08:24:03.387Z] v1.2.2-dev.15 [2020-09-30T08:24:03.387Z] v1.2.2-dev.16 [2020-09-30T08:24:03.387Z] v1.2.2-dev.17 [2020-09-30T08:24:03.387Z] v1.2.2-dev.18 [2020-09-30T08:24:03.387Z] v1.2.2-dev.19 [2020-09-30T08:24:03.387Z] v1.2.2-dev.2 [2020-09-30T08:24:03.387Z] v1.2.2-dev.20 [2020-09-30T08:24:03.387Z] v1.2.2-dev.21 [2020-09-30T08:24:03.387Z] v1.2.2-dev.22 [2020-09-30T08:24:03.388Z] v1.2.2-dev.23 [2020-09-30T08:24:03.388Z] v1.2.2-dev.24 [2020-09-30T08:24:03.388Z] v1.2.2-dev.25 [2020-09-30T08:24:03.388Z] v1.2.2-dev.26 [2020-09-30T08:24:03.388Z] v1.2.2-dev.27 [2020-09-30T08:24:03.388Z] v1.2.2-dev.28 [2020-09-30T08:24:03.388Z] v1.2.2-dev.29 [2020-09-30T08:24:03.388Z] v1.2.2-dev.3 [2020-09-30T08:24:03.388Z] v1.2.2-dev.30 [2020-09-30T08:24:03.388Z] v1.2.2-dev.31 [2020-09-30T08:24:03.388Z] v1.2.2-dev.32 [2020-09-30T08:24:03.388Z] v1.2.2-dev.33 [2020-09-30T08:24:03.388Z] v1.2.2-dev.34 [2020-09-30T08:24:03.388Z] v1.2.2-dev.35 [2020-09-30T08:24:03.388Z] v1.2.2-dev.36 [2020-09-30T08:24:03.388Z] v1.2.2-dev.37 [2020-09-30T08:24:03.388Z] v1.2.2-dev.38 [2020-09-30T08:24:03.388Z] v1.2.2-dev.4 [2020-09-30T08:24:03.388Z] v1.2.2-dev.5 [2020-09-30T08:24:03.388Z] v1.2.2-dev.6 [2020-09-30T08:24:03.388Z] v1.2.2-dev.7 [2020-09-30T08:24:03.388Z] v1.2.2-dev.8 [2020-09-30T08:24:03.388Z] v1.2.2-dev.9 [Pipeline] sh [2020-09-30T08:24:03.709Z] + lftools sign git-tag v1.2.2-dev.38 [2020-09-30T08:24:05.641Z] Signing Git tag with Sigul... [2020-09-30T08:24:05.641Z] Signing v1.2.2-dev.38 [Pipeline] echo [2020-09-30T08:24:06.611Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T08:24:06.914Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-30T08:24:06.926Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-30T08:24:07.027Z] $ docker stop --time=1 fe7264e649affa6856328a229c0b7475d2e4dad1b74f61b835af8ae0d8c8f1c3 [2020-09-30T08:24:08.848Z] $ docker rm -f fe7264e649affa6856328a229c0b7475d2e4dad1b74f61b835af8ae0d8c8f1c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:24:09.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-30T08:24:09.717Z] . [Pipeline] withDockerContainer [2020-09-30T08:24:09.843Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:24:09.905Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-30T08:24:10.902Z] $ docker top a94f234adee819b81d4d1fd4e4ad8f6f56e19f6bff0f27a0aad45053b3e7ed18 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-30T08:24:11.257Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-30T08:24:11.257Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-30T08:24:11.531Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-30T08:24:11.538Z] $ docker exec a94f234adee819b81d4d1fd4e4ad8f6f56e19f6bff0f27a0aad45053b3e7ed18 ssh-agent [2020-09-30T08:24:11.778Z] SSH_AUTH_SOCK=/tmp/ssh-Uuooy5rzujh8/agent.13 [2020-09-30T08:24:11.778Z] SSH_AGENT_PID=18 [2020-09-30T08:24:11.788Z] Running ssh-add (command line suppressed) [2020-09-30T08:24:11.928Z] Identity added: /w/workspace/edgex-go/153@tmp/private_key_357360459480731619.key (/w/workspace/edgex-go/153@tmp/private_key_357360459480731619.key) [2020-09-30T08:24:11.990Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-30T08:24:12.330Z] + git semver bump pre [2020-09-30T08:24:12.330Z] # -> Open(): unable to determine branch for HEAD [2020-09-30T08:24:12.330Z] # $GIT_DIR = /w/workspace/edgex-go/153/.git [2020-09-30T08:24:12.330Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/153 [2020-09-30T08:24:12.330Z] # $SEMVER_REMOTE_NAME = origin [2020-09-30T08:24:12.330Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-30T08:24:12.330Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-30T08:24:12.330Z] # $SEMVER_BRANCH = master [2020-09-30T08:24:12.330Z] # $SEMVER_DIR = /w/workspace/edgex-go/153/.semver [2020-09-30T08:24:12.330Z] 1.2.2-dev.39 [Pipeline] } [2020-09-30T08:24:12.346Z] $ docker exec --env ******** --env ******** a94f234adee819b81d4d1fd4e4ad8f6f56e19f6bff0f27a0aad45053b3e7ed18 ssh-agent -k [2020-09-30T08:24:12.538Z] unset SSH_AUTH_SOCK; [2020-09-30T08:24:12.538Z] unset SSH_AGENT_PID; [2020-09-30T08:24:12.538Z] echo Agent pid 18 killed; [2020-09-30T08:24:12.616Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-30T08:24:13.092Z] + git semver [Pipeline] } [2020-09-30T08:24:13.113Z] $ docker stop --time=1 a94f234adee819b81d4d1fd4e4ad8f6f56e19f6bff0f27a0aad45053b3e7ed18 [2020-09-30T08:24:14.624Z] $ docker rm -f a94f234adee819b81d4d1fd4e4ad8f6f56e19f6bff0f27a0aad45053b3e7ed18 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-30T08:24:15.215Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-30T08:24:15.215Z] . [Pipeline] withDockerContainer [2020-09-30T08:24:15.374Z] prd-centos7-docker-4c-2g-2242 does not seem to be running inside a container [2020-09-30T08:24:15.618Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/153 -v /w/workspace/edgex-go/153:/w/workspace/edgex-go/153:rw,z -v /w/workspace/edgex-go/153@tmp:/w/workspace/edgex-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-30T08:24:16.644Z] $ docker top f5116c8c4d42579d66d260fbd72b6eebe39dbae66151b810e13c0a6476c662ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-30T08:24:16.994Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-30T08:24:16.994Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-30T08:24:17.326Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-30T08:24:17.332Z] $ docker exec f5116c8c4d42579d66d260fbd72b6eebe39dbae66151b810e13c0a6476c662ac ssh-agent [2020-09-30T08:24:17.590Z] SSH_AUTH_SOCK=/tmp/ssh-t3Ik4CwW1qfh/agent.12 [2020-09-30T08:24:17.590Z] SSH_AGENT_PID=17 [2020-09-30T08:24:17.598Z] Running ssh-add (command line suppressed) [2020-09-30T08:24:17.755Z] Identity added: /w/workspace/edgex-go/153@tmp/private_key_4582478368984852263.key (/w/workspace/edgex-go/153@tmp/private_key_4582478368984852263.key) [2020-09-30T08:24:17.828Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-30T08:24:18.164Z] + git semver push [2020-09-30T08:24:18.164Z] # -> Open(): unable to determine branch for HEAD [2020-09-30T08:24:18.164Z] # $GIT_DIR = /w/workspace/edgex-go/153/.git [2020-09-30T08:24:18.164Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/153 [2020-09-30T08:24:18.164Z] # $SEMVER_REMOTE_NAME = origin [2020-09-30T08:24:18.164Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-30T08:24:18.164Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-30T08:24:18.164Z] # $SEMVER_BRANCH = master [2020-09-30T08:24:18.164Z] # $SEMVER_DIR = /w/workspace/edgex-go/153/.semver [Pipeline] } [2020-09-30T08:24:28.218Z] $ docker exec --env ******** --env ******** f5116c8c4d42579d66d260fbd72b6eebe39dbae66151b810e13c0a6476c662ac ssh-agent -k [2020-09-30T08:24:28.397Z] unset SSH_AUTH_SOCK; [2020-09-30T08:24:28.398Z] unset SSH_AGENT_PID; [2020-09-30T08:24:28.398Z] echo Agent pid 17 killed; [2020-09-30T08:24:28.456Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-30T08:24:28.949Z] + git semver [Pipeline] } [2020-09-30T08:24:28.971Z] $ docker stop --time=1 f5116c8c4d42579d66d260fbd72b6eebe39dbae66151b810e13c0a6476c662ac [2020-09-30T08:24:30.362Z] $ docker rm -f f5116c8c4d42579d66d260fbd72b6eebe39dbae66151b810e13c0a6476c662ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-30T08:24:31.424Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T08:24:32.322Z] ---> package-listing.sh [2020-09-30T08:24:32.322Z] ++ facter osfamily [2020-09-30T08:24:32.322Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-30T08:24:32.322Z] + OS_FAMILY=redhat [2020-09-30T08:24:32.322Z] + workspace=/w/workspace/edgex-go/153 [2020-09-30T08:24:32.322Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-30T08:24:32.322Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-30T08:24:32.322Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-30T08:24:32.322Z] + PACKAGES=/tmp/packages_start.txt [2020-09-30T08:24:32.322Z] + '[' /w/workspace/edgex-go/153 ']' [2020-09-30T08:24:32.322Z] + PACKAGES=/tmp/packages_end.txt [2020-09-30T08:24:32.322Z] + case "${OS_FAMILY}" in [2020-09-30T08:24:32.322Z] + rpm -qa [2020-09-30T08:24:32.322Z] + sort [2020-09-30T08:24:36.550Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-30T08:24:36.550Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-30T08:24:36.550Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-30T08:24:36.550Z] + '[' /w/workspace/edgex-go/153 ']' [2020-09-30T08:24:36.550Z] + mkdir -p /w/workspace/edgex-go/153/archives/ [2020-09-30T08:24:36.550Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/153/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-30T08:24:36.743Z] provisioning config files... [2020-09-30T08:24:36.759Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/153@tmp/config5698488378510545610tmp [Pipeline] { [Pipeline] echo [2020-09-30T08:24:36.826Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T08:24:37.125Z] ---> create-netrc.sh [Pipeline] } [2020-09-30T08:24:37.135Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-09-30T08:24:37.229Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T08:24:37.525Z] ---> python-tools-install.sh [2020-09-30T08:24:37.526Z] Generating Requirements File [2020-09-30T08:26:14.129Z] Python 3.6.8 [2020-09-30T08:26:14.129Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-09-30T08:26:14.129Z] aiohttp==3.6.2 [2020-09-30T08:26:14.129Z] appdirs==1.4.3 [2020-09-30T08:26:14.129Z] argcomplete==1.12.1 [2020-09-30T08:26:14.129Z] aspy.yaml==1.3.0 [2020-09-30T08:26:14.129Z] async-timeout==3.0.1 [2020-09-30T08:26:14.129Z] attrs==19.3.0 [2020-09-30T08:26:14.129Z] Babel==2.8.0 [2020-09-30T08:26:14.129Z] beautifulsoup4==4.8.2 [2020-09-30T08:26:14.129Z] boto3==1.11.6 [2020-09-30T08:26:14.129Z] botocore==1.14.6 [2020-09-30T08:26:14.129Z] bs4==0.0.1 [2020-09-30T08:26:14.129Z] cachetools==4.1.1 [2020-09-30T08:26:14.129Z] certifi==2019.11.28 [2020-09-30T08:26:14.129Z] cffi==1.14.3 [2020-09-30T08:26:14.129Z] cfgv==2.0.1 [2020-09-30T08:26:14.129Z] chardet==3.0.4 [2020-09-30T08:26:14.129Z] click==7.1 [2020-09-30T08:26:14.129Z] cliff==3.4.0 [2020-09-30T08:26:14.129Z] cmd2==1.3.10 [2020-09-30T08:26:14.129Z] colorama==0.4.3 [2020-09-30T08:26:14.129Z] cryptography==3.1.1 [2020-09-30T08:26:14.129Z] debtcollector==2.2.0 [2020-09-30T08:26:14.129Z] decorator==4.4.2 [2020-09-30T08:26:14.129Z] defusedxml==0.6.0 [2020-09-30T08:26:14.129Z] Deprecated==1.2.7 [2020-09-30T08:26:14.129Z] distlib==0.3.1 [2020-09-30T08:26:14.129Z] distro==1.2.0 [2020-09-30T08:26:14.129Z] dnspython==1.16.0 [2020-09-30T08:26:14.129Z] docker==4.2.0 [2020-09-30T08:26:14.129Z] docutils==0.15.2 [2020-09-30T08:26:14.129Z] dogpile.cache==1.0.2 [2020-09-30T08:26:14.129Z] email-validator==1.0.5 [2020-09-30T08:26:14.129Z] filelock==3.0.12 [2020-09-30T08:26:14.129Z] future==0.18.2 [2020-09-30T08:26:14.129Z] google-auth==1.22.0 [2020-09-30T08:26:14.129Z] httplib2==0.17.0 [2020-09-30T08:26:14.129Z] identify==1.4.11 [2020-09-30T08:26:14.129Z] idna==2.9 [2020-09-30T08:26:14.129Z] idna-ssl==1.1.0 [2020-09-30T08:26:14.129Z] importlib-metadata==1.7.0 [2020-09-30T08:26:14.129Z] importlib-resources==1.5.0 [2020-09-30T08:26:14.129Z] iso8601==0.1.13 [2020-09-30T08:26:14.129Z] Jinja2==2.11.1 [2020-09-30T08:26:14.129Z] jmespath==0.10.0 [2020-09-30T08:26:14.129Z] jsonpatch==1.26 [2020-09-30T08:26:14.129Z] jsonpointer==2.0 [2020-09-30T08:26:14.129Z] jsonschema==3.2.0 [2020-09-30T08:26:14.129Z] keystoneauth1==4.2.1 [2020-09-30T08:26:14.129Z] kubernetes==11.0.0 [2020-09-30T08:26:14.129Z] lftools==0.34.2 [2020-09-30T08:26:14.129Z] lxml==4.5.0 [2020-09-30T08:26:14.129Z] MarkupSafe==0.23 [2020-09-30T08:26:14.129Z] msgpack==1.0.0 [2020-09-30T08:26:14.129Z] multi-key-dict==2.0.3 [2020-09-30T08:26:14.129Z] multidict==4.7.6 [2020-09-30T08:26:14.129Z] munch==2.5.0 [2020-09-30T08:26:14.129Z] netaddr==0.8.0 [2020-09-30T08:26:14.129Z] netifaces==0.10.9 [2020-09-30T08:26:14.129Z] niet==1.4.2 [2020-09-30T08:26:14.129Z] nodeenv==1.3.5 [2020-09-30T08:26:14.129Z] oauth2client==4.1.3 [2020-09-30T08:26:14.129Z] oauthlib==3.1.0 [2020-09-30T08:26:14.129Z] openstacksdk==0.50.0 [2020-09-30T08:26:14.129Z] os-client-config==2.1.0 [2020-09-30T08:26:14.129Z] os-service-types==1.7.0 [2020-09-30T08:26:14.129Z] osc-lib==2.2.1 [2020-09-30T08:26:14.129Z] oslo.config==8.3.2 [2020-09-30T08:26:14.129Z] oslo.context==3.1.1 [2020-09-30T08:26:14.129Z] oslo.i18n==5.0.1 [2020-09-30T08:26:14.129Z] oslo.log==4.4.0 [2020-09-30T08:26:14.129Z] oslo.serialization==4.0.1 [2020-09-30T08:26:14.129Z] oslo.utils==4.6.0 [2020-09-30T08:26:14.129Z] packaging==20.4 [2020-09-30T08:26:14.129Z] pbr==5.4.4 [2020-09-30T08:26:14.129Z] pluggy==0.13.1 [2020-09-30T08:26:14.129Z] prettytable==0.7.2 [2020-09-30T08:26:14.129Z] py==1.9.0 [2020-09-30T08:26:14.129Z] pyasn1==0.4.8 [2020-09-30T08:26:14.129Z] pyasn1-modules==0.2.8 [2020-09-30T08:26:14.129Z] pycparser==2.20 [2020-09-30T08:26:14.129Z] pygerrit2==2.0.10 [2020-09-30T08:26:14.129Z] PyGithub==1.46 [2020-09-30T08:26:14.129Z] pyinotify==0.9.6 [2020-09-30T08:26:14.129Z] PyJWT==1.7.1 [2020-09-30T08:26:14.129Z] pyparsing==2.4.7 [2020-09-30T08:26:14.129Z] pyperclip==1.8.0 [2020-09-30T08:26:14.129Z] pyroute2==0.4.13 [2020-09-30T08:26:14.129Z] pyrsistent==0.15.7 [2020-09-30T08:26:14.129Z] PySocks==1.6.8 [2020-09-30T08:26:14.129Z] python-cinderclient==7.2.0 [2020-09-30T08:26:14.129Z] python-dateutil==2.8.1 [2020-09-30T08:26:14.129Z] python-heatclient==2.2.1 [2020-09-30T08:26:14.129Z] python-jenkins==1.7.0 [2020-09-30T08:26:14.129Z] python-keystoneclient==4.1.1 [2020-09-30T08:26:14.129Z] python-magnumclient==3.2.1 [2020-09-30T08:26:14.130Z] python-novaclient==17.2.1 [2020-09-30T08:26:14.130Z] python-openstackclient==5.3.1 [2020-09-30T08:26:14.130Z] python-swiftclient==3.10.1 [2020-09-30T08:26:14.130Z] pytz==2020.1 [2020-09-30T08:26:14.130Z] PyYAML==5.3 [2020-09-30T08:26:14.130Z] requests==2.23.0 [2020-09-30T08:26:14.130Z] requests-oauthlib==1.3.0 [2020-09-30T08:26:14.130Z] requestsexceptions==1.4.0 [2020-09-30T08:26:14.130Z] rfc3986==1.4.0 [2020-09-30T08:26:14.130Z] rpm==4.11.3 [2020-09-30T08:26:14.130Z] rsa==4.0 [2020-09-30T08:26:14.130Z] ruamel.yaml==0.16.10 [2020-09-30T08:26:14.130Z] ruamel.yaml.clib==0.2.0 [2020-09-30T08:26:14.130Z] s3transfer==0.3.3 [2020-09-30T08:26:14.130Z] shade==1.27.2 [2020-09-30T08:26:14.130Z] simplejson==3.17.2 [2020-09-30T08:26:14.130Z] six==1.14.0 [2020-09-30T08:26:14.130Z] soupsieve==2.0 [2020-09-30T08:26:14.130Z] stevedore==3.2.2 [2020-09-30T08:26:14.130Z] tabulate==0.8.6 [2020-09-30T08:26:14.130Z] toml==0.10.0 [2020-09-30T08:26:14.130Z] tox==3.20.0 [2020-09-30T08:26:14.130Z] tqdm==4.43.0 [2020-09-30T08:26:14.130Z] typing-extensions==3.7.4.3 [2020-09-30T08:26:14.130Z] urllib3==1.25.8 [2020-09-30T08:26:14.130Z] virtualenv==20.0.31 [2020-09-30T08:26:14.130Z] wcwidth==0.2.5 [2020-09-30T08:26:14.130Z] websocket-client==0.57.0 [2020-09-30T08:26:14.130Z] wrapt==1.12.1 [2020-09-30T08:26:14.130Z] xdg==3.0.2 [2020-09-30T08:26:14.130Z] xmltodict==0.12.0 [2020-09-30T08:26:14.130Z] yarl==1.6.0 [2020-09-30T08:26:14.130Z] yq==2.11.1 [2020-09-30T08:26:14.130Z] zipp==3.2.0 [2020-09-30T08:26:14.130Z] Cache entry deserialization failed, entry ignored [2020-09-30T08:26:14.130Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-09-30T08:26:14.130Z] Python 2.7.5 [2020-09-30T08:26:14.130Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-09-30T08:26:14.130Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-09-30T08:26:14.130Z] ansible==2.9.7 [2020-09-30T08:26:14.130Z] Babel==0.9.6 [2020-09-30T08:26:14.130Z] backports.ssl-match-hostname==3.5.0.1 [2020-09-30T08:26:14.130Z] beautifulsoup4==4.4.1 [2020-09-30T08:26:14.130Z] bodhi==2.11.0 [2020-09-30T08:26:14.130Z] bodhi-client==2.11.0 [2020-09-30T08:26:14.130Z] CCColUtils==1.4 [2020-09-30T08:26:14.130Z] cffi==1.6.0 [2020-09-30T08:26:14.130Z] chardet==2.2.1 [2020-09-30T08:26:14.130Z] click==6.7 [2020-09-30T08:26:14.130Z] cloud-init==18.5 [2020-09-30T08:26:14.130Z] configobj==4.7.2 [2020-09-30T08:26:14.130Z] cryptography==1.7.2 [2020-09-30T08:26:14.130Z] decorator==3.4.0 [2020-09-30T08:26:14.130Z] distro==1.2.0 [2020-09-30T08:26:14.130Z] enum34==1.0.4 [2020-09-30T08:26:14.130Z] fedpkg==1.38 [2020-09-30T08:26:14.130Z] futures==3.1.1 [2020-09-30T08:26:14.130Z] gitdb==0.6.4 [2020-09-30T08:26:14.130Z] GitPython==1.0.1 [2020-09-30T08:26:14.130Z] html5lib==0.999 [2020-09-30T08:26:14.130Z] httplib2==0.9.2 [2020-09-30T08:26:14.130Z] idna==2.4 [2020-09-30T08:26:14.130Z] iniparse==0.4 [2020-09-30T08:26:14.130Z] ipaddress==1.0.16 [2020-09-30T08:26:14.130Z] IPy==0.75 [2020-09-30T08:26:14.130Z] javapackages==1.0.0 [2020-09-30T08:26:14.130Z] Jinja2==2.7.2 [2020-09-30T08:26:14.130Z] jmespath==0.9.4 [2020-09-30T08:26:14.130Z] jsonpatch==1.2 [2020-09-30T08:26:14.130Z] jsonpointer==1.9 [2020-09-30T08:26:14.130Z] kerberos==1.1 [2020-09-30T08:26:14.130Z] kitchen==1.1.1 [2020-09-30T08:26:14.130Z] langtable==0.0.31 [2020-09-30T08:26:14.130Z] lockfile==0.9.1 [2020-09-30T08:26:14.130Z] lxml==3.2.1 [2020-09-30T08:26:14.130Z] MarkupSafe==0.11 [2020-09-30T08:26:14.130Z] munch==2.0.2 [2020-09-30T08:26:14.130Z] offtrac==0.1.0 [2020-09-30T08:26:14.130Z] openidc-client==0.6.0 [2020-09-30T08:26:14.130Z] packagedb-cli==2.14.1 [2020-09-30T08:26:14.130Z] paramiko==2.1.1 [2020-09-30T08:26:14.130Z] perf==0.1 [2020-09-30T08:26:14.130Z] ply==3.4 [2020-09-30T08:26:14.130Z] policycoreutils-default-encoding==0.1 [2020-09-30T08:26:14.130Z] prettytable==0.7.2 [2020-09-30T08:26:14.130Z] pyasn1==0.1.9 [2020-09-30T08:26:14.130Z] pycparser==2.14 [2020-09-30T08:26:14.130Z] pycurl==7.19.0 [2020-09-30T08:26:14.130Z] pygobject==3.22.0 [2020-09-30T08:26:14.130Z] pygpgme==0.3 [2020-09-30T08:26:14.130Z] pyliblzma==0.5.3 [2020-09-30T08:26:14.130Z] pyOpenSSL==0.13.1 [2020-09-30T08:26:14.130Z] pyparsing==1.5.6 [2020-09-30T08:26:14.130Z] pyserial==2.6 [2020-09-30T08:26:14.130Z] python-augeas==0.5.0 [2020-09-30T08:26:14.130Z] python-bugzilla==2.3.0 [2020-09-30T08:26:14.130Z] python-dateutil==1.5 [2020-09-30T08:26:14.130Z] python-fedora==0.10.0 [2020-09-30T08:26:14.130Z] python-linux-procfs==0.4.9 [2020-09-30T08:26:14.130Z] python-yubico==1.2.3 [2020-09-30T08:26:14.130Z] pyudev==0.15 [2020-09-30T08:26:14.130Z] pyusb==1.0.0b1 [2020-09-30T08:26:14.130Z] pyxattr==0.5.1 [2020-09-30T08:26:14.130Z] PyYAML==3.10 [2020-09-30T08:26:14.130Z] requests==2.6.0 [2020-09-30T08:26:14.130Z] requests-kerberos==0.7.0 [2020-09-30T08:26:14.130Z] rpkg==1.60 [2020-09-30T08:26:14.130Z] schedutils==0.4 [2020-09-30T08:26:14.130Z] seobject==0.1 [2020-09-30T08:26:14.130Z] sepolicy==1.1 [2020-09-30T08:26:14.130Z] six==1.9.0 [2020-09-30T08:26:14.130Z] smmap==0.9.0 [2020-09-30T08:26:14.130Z] urlgrabber==3.10 [2020-09-30T08:26:14.130Z] urllib3==1.10.2 [2020-09-30T08:26:14.130Z] virtualenv==15.1.0 [2020-09-30T08:26:14.130Z] yum-langpacks==0.4.2 [2020-09-30T08:26:14.130Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-09-30T08:26:14.144Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T08:26:14.457Z] ---> sudo-logs.sh [2020-09-30T08:26:14.457Z] Archiving 'sudo' log.. [Pipeline] echo [2020-09-30T08:26:14.731Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T08:26:15.034Z] ---> job-cost.sh [2020-09-30T08:26:15.034Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-q9kq [2020-09-30T08:26:30.023Z] Cache entry deserialization failed, entry ignored [2020-09-30T08:26:30.023Z] Cache entry deserialization failed, entry ignored [2020-09-30T08:26:30.023Z] Cache entry deserialization failed, entry ignored [2020-09-30T08:26:30.023Z] Cache entry deserialization failed, entry ignored [2020-09-30T08:26:30.023Z] Cache entry deserialization failed, entry ignored [2020-09-30T08:26:30.023Z] Cache entry deserialization failed, entry ignored [2020-09-30T08:26:30.023Z] Cache entry deserialization failed, entry ignored [2020-09-30T08:26:30.023Z] Cache entry deserialization failed, entry ignored [2020-09-30T08:26:30.023Z] Cache entry deserialization failed, entry ignored [2020-09-30T08:26:30.023Z] Cache entry deserialization failed, entry ignored [2020-09-30T08:26:30.292Z] Cache entry deserialization failed, entry ignored [2020-09-30T08:26:30.555Z] Cache entry deserialization failed, entry ignored [2020-09-30T08:26:30.555Z] Cache entry deserialization failed, entry ignored [2020-09-30T08:26:33.930Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-09-30T08:27:06.451Z] ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. [2020-09-30T08:27:06.451Z] [2020-09-30T08:27:06.451Z] We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. [2020-09-30T08:27:06.451Z] [2020-09-30T08:27:06.451Z] virtualenv 20.0.31 requires importlib-metadata<2,>=0.12; python_version < "3.8", but you'll have importlib-metadata 2.0.0 which is incompatible. [2020-09-30T08:27:07.850Z] lf-activate-venv(): INFO: Adding /tmp/venv-q9kq/bin to PATH [2020-09-30T08:27:07.850Z] INFO: No Stack... [2020-09-30T08:27:08.819Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-09-30T08:27:09.392Z] INFO: Archiving Costs [Pipeline] echo [2020-09-30T08:27:09.408Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-30T08:27:09.718Z] ---> logs-deploy.sh [2020-09-30T08:27:09.718Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/153 [2020-09-30T08:27:09.718Z] INFO: archiving workspace using pattern(s): [2020-09-30T08:27:11.829Z] Archives upload complete. [2020-09-30T08:27:11.829Z] INFO: archiving logs to Nexus