Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5189 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/186 [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/186 # 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 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 (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 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 # timeout=10 Commit message: "Merge pull request #2766 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration-0.0.7" > git rev-list --no-walk e423b5c2f5c492c39ae19fdabfa572288e17eece # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-13T21:34:26.571Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-13T21:34:26.815Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-13T21:34:26.905Z] ========================================================= [2020-10-13T21:34:26.905Z] EdgeX Global Pipelines Version Info [2020-10-13T21:34:26.905Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-13T21:34:28.449Z] ------------------- [2020-10-13T21:34:28.449Z] stable info: [2020-10-13T21:34:28.449Z] ------------------- [2020-10-13T21:34:28.449Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-13T21:34:28.449Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-13T21:34:28.449Z] Message: update stable to v1.0.131 [2020-10-13T21:34:29.399Z] ------------------- [2020-10-13T21:34:29.399Z] experimental info: [2020-10-13T21:34:29.399Z] ------------------- [2020-10-13T21:34:29.399Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-13T21:34:29.399Z] Commit SHA: 2e6d42a532571151575c80d72899821df0f9b0af [2020-10-13T21:34:29.399Z] Message: update experimental to v1.0.135 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-13T21:34:29.675Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-13T21:34:29.765Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-13T21:34:29.855Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-13T21:34:29.943Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-13T21:34:30.037Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-13T21:34:30.157Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-13T21:34:30.248Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-13T21:34:30.357Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-13T21:34:30.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-13T21:34:30.552Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-13T21:34:30.845Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-13T21:34:30.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-13T21:34:31.067Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-13T21:34:31.180Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-13T21:34:31.265Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-13T21:34:31.350Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-13T21:34:31.444Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-13T21:34:31.531Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-13T21:34:31.622Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-13T21:34:31.718Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-13T21:34:31.806Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-13T21:34:31.904Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-13T21:34:31.994Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-13T21:34:32.084Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-13T21:34:32.208Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] echo [2020-10-13T21:34:32.300Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 80a080f [Pipeline] echo [2020-10-13T21:34:32.414Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-13T21:34:32.795Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-13T21:34:32.795Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T21:34:32.795Z] ++ dirname cmd/core-command/Dockerfile [2020-10-13T21:34:32.795Z] ++ cut -d/ -f2 [2020-10-13T21:34:32.795Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-13T21:34:32.795Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T21:34:32.795Z] ++ dirname cmd/core-data/Dockerfile [2020-10-13T21:34:32.795Z] ++ cut -d/ -f2 [2020-10-13T21:34:32.795Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-13T21:34:32.795Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T21:34:32.795Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-13T21:34:32.795Z] ++ cut -d/ -f2 [2020-10-13T21:34:32.795Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-13T21:34:32.795Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T21:34:32.795Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-13T21:34:32.795Z] ++ cut -d/ -f2 [2020-10-13T21:34:32.795Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-13T21:34:32.795Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T21:34:32.795Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-13T21:34:32.795Z] ++ cut -d/ -f2 [2020-10-13T21:34:32.795Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-13T21:34:32.795Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T21:34:32.795Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-13T21:34:32.795Z] ++ cut -d/ -f2 [2020-10-13T21:34:32.795Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-13T21:34:32.795Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T21:34:32.795Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-13T21:34:32.795Z] ++ cut -d/ -f2 [2020-10-13T21:34:32.795Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-13T21:34:32.795Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T21:34:32.795Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-13T21:34:32.795Z] ++ cut -d/ -f2 [2020-10-13T21:34:32.795Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-13T21:34:32.795Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T21:34:32.795Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-13T21:34:32.795Z] ++ cut -d/ -f2 [2020-10-13T21:34:32.795Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-13T21:34:32.795Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T21:34:32.795Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-13T21:34:32.795Z] ++ cut -d/ -f2 [2020-10-13T21:34:32.795Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-13T21:34:32.860Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:34:33.981Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T21:34:33.981Z] [2020-10-13T21:34:33.981Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:34:34.339Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T21:34:34.339Z] latest: Pulling from edgex-devops/git-semver [2020-10-13T21:34:34.339Z] 31603596830f: Pulling fs layer [2020-10-13T21:34:34.339Z] 2a8b12db71e7: Pulling fs layer [2020-10-13T21:34:34.339Z] 6ca5941a6612: Pulling fs layer [2020-10-13T21:34:34.339Z] ecc8261a40a4: Pulling fs layer [2020-10-13T21:34:34.339Z] ecc8261a40a4: Waiting [2020-10-13T21:34:34.339Z] 2a8b12db71e7: Verifying Checksum [2020-10-13T21:34:34.339Z] 2a8b12db71e7: Download complete [2020-10-13T21:34:34.607Z] 31603596830f: Verifying Checksum [2020-10-13T21:34:34.607Z] 31603596830f: Download complete [2020-10-13T21:34:34.607Z] ecc8261a40a4: Verifying Checksum [2020-10-13T21:34:34.607Z] ecc8261a40a4: Download complete [2020-10-13T21:34:34.871Z] 6ca5941a6612: Verifying Checksum [2020-10-13T21:34:34.871Z] 6ca5941a6612: Download complete [2020-10-13T21:34:34.871Z] 31603596830f: Pull complete [2020-10-13T21:34:35.144Z] 2a8b12db71e7: Pull complete [2020-10-13T21:34:35.729Z] 6ca5941a6612: Pull complete [2020-10-13T21:34:35.999Z] ecc8261a40a4: Pull complete [2020-10-13T21:34:35.999Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-13T21:34:35.999Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T21:34:35.999Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-13T21:34:36.115Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:34:36.178Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-13T21:34:38.564Z] $ docker top e35598b75fed95dc7b3dc1d1d9b87ba3f865e2bc5e63de3ab53fb5e742d8aa76 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-13T21:34:38.864Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-13T21:34:38.864Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-13T21:34:39.054Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-13T21:34:39.062Z] $ docker exec e35598b75fed95dc7b3dc1d1d9b87ba3f865e2bc5e63de3ab53fb5e742d8aa76 ssh-agent [2020-10-13T21:34:39.224Z] SSH_AUTH_SOCK=/tmp/ssh-kBDe4XzjHEBd/agent.12 [2020-10-13T21:34:39.224Z] SSH_AGENT_PID=17 [2020-10-13T21:34:39.235Z] Running ssh-add (command line suppressed) [2020-10-13T21:34:39.406Z] Identity added: /w/workspace/edgex-go/186@tmp/private_key_3439564982547549786.key (/w/workspace/edgex-go/186@tmp/private_key_3439564982547549786.key) [2020-10-13T21:34:39.456Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-13T21:34:39.789Z] + git describe --exact-match --tags HEAD [2020-10-13T21:34:39.790Z] fatal: no tag exactly matches '80a080f82f6daf7bce32c6d36ebb69d091cd3e67' [Pipeline] } [2020-10-13T21:34:39.819Z] $ docker exec --env ******** --env ******** e35598b75fed95dc7b3dc1d1d9b87ba3f865e2bc5e63de3ab53fb5e742d8aa76 ssh-agent -k [2020-10-13T21:34:39.928Z] unset SSH_AUTH_SOCK; [2020-10-13T21:34:39.928Z] unset SSH_AGENT_PID; [2020-10-13T21:34:39.928Z] echo Agent pid 17 killed; [2020-10-13T21:34:39.969Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-13T21:34:40.060Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-13T21:34:40.060Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-13T21:34:40.283Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-13T21:34:40.283Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-13T21:34:40.445Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-13T21:34:40.452Z] $ docker exec e35598b75fed95dc7b3dc1d1d9b87ba3f865e2bc5e63de3ab53fb5e742d8aa76 ssh-agent [2020-10-13T21:34:40.604Z] SSH_AUTH_SOCK=/tmp/ssh-6ixhSu6G8SeE/agent.45 [2020-10-13T21:34:40.604Z] SSH_AGENT_PID=50 [2020-10-13T21:34:40.610Z] Running ssh-add (command line suppressed) [2020-10-13T21:34:40.737Z] Identity added: /w/workspace/edgex-go/186@tmp/private_key_7303470217968835374.key (/w/workspace/edgex-go/186@tmp/private_key_7303470217968835374.key) [2020-10-13T21:34:40.779Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-13T21:34:41.119Z] + git semver init [2020-10-13T21:34:41.119Z] # -> Open(): unable to determine branch for HEAD [2020-10-13T21:34:41.119Z] # $GIT_DIR = /w/workspace/edgex-go/186/.git [2020-10-13T21:34:41.119Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/186 [2020-10-13T21:34:41.119Z] # $SEMVER_REMOTE_NAME = origin [2020-10-13T21:34:41.119Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-13T21:34:41.119Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-13T21:34:41.119Z] # $SEMVER_BRANCH = master [2020-10-13T21:34:41.119Z] # $SEMVER_TEMP = /tmp/semver-021857514 [2020-10-13T21:34:41.119Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-13T21:34:59.284Z] # '/tmp/semver-021857514' -> '/w/workspace/edgex-go/186/.semver' [2020-10-13T21:34:59.546Z] # -> Force: false [2020-10-13T21:34:59.546Z] # $SEMVER_DIR = /w/workspace/edgex-go/186/.semver [Pipeline] } [2020-10-13T21:34:59.561Z] $ docker exec --env ******** --env ******** e35598b75fed95dc7b3dc1d1d9b87ba3f865e2bc5e63de3ab53fb5e742d8aa76 ssh-agent -k [2020-10-13T21:34:59.739Z] unset SSH_AUTH_SOCK; [2020-10-13T21:34:59.740Z] unset SSH_AGENT_PID; [2020-10-13T21:34:59.740Z] echo Agent pid 50 killed; [2020-10-13T21:34:59.807Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-13T21:35:00.316Z] + git semver [Pipeline] } [2020-10-13T21:35:00.337Z] $ docker stop --time=1 e35598b75fed95dc7b3dc1d1d9b87ba3f865e2bc5e63de3ab53fb5e742d8aa76 [2020-10-13T21:35:01.999Z] $ docker rm -f e35598b75fed95dc7b3dc1d1d9b87ba3f865e2bc5e63de3ab53fb5e742d8aa76 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-13T21:35:14.564Z] Stashed 88 file(s) [Pipeline] echo [2020-10-13T21:35:14.567Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.71 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-10-13T21:35:15.097Z] ========================================================= [2020-10-13T21:35:15.097Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-13T21:35:15.097Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:35:15.432Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-13T21:35:19.663Z] Sending build context to Docker daemon 325.1MB [2020-10-13T21:35:19.663Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-13T21:35:19.663Z] Step 2/7 : FROM ${BASE} [2020-10-13T21:35:19.663Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-13T21:35:19.663Z] df20fa9351a1: Pulling fs layer [2020-10-13T21:35:19.663Z] ed8968b2872e: Pulling fs layer [2020-10-13T21:35:19.663Z] a92cc7c5fd73: Pulling fs layer [2020-10-13T21:35:19.663Z] e871e8e8d7a9: Pulling fs layer [2020-10-13T21:35:19.663Z] e73272ec9a57: Pulling fs layer [2020-10-13T21:35:19.663Z] 1e910a182e73: Pulling fs layer [2020-10-13T21:35:19.663Z] 4e634b169226: Pulling fs layer [2020-10-13T21:35:19.663Z] 4e634b169226: Waiting [2020-10-13T21:35:19.663Z] e73272ec9a57: Waiting [2020-10-13T21:35:19.663Z] 1e910a182e73: Waiting [2020-10-13T21:35:19.663Z] e871e8e8d7a9: Waiting [2020-10-13T21:35:19.663Z] a92cc7c5fd73: Verifying Checksum [2020-10-13T21:35:19.663Z] a92cc7c5fd73: Download complete [2020-10-13T21:35:19.663Z] ed8968b2872e: Verifying Checksum [2020-10-13T21:35:19.663Z] ed8968b2872e: Download complete [2020-10-13T21:35:19.663Z] e73272ec9a57: Verifying Checksum [2020-10-13T21:35:19.663Z] e73272ec9a57: Download complete [2020-10-13T21:35:19.663Z] 1e910a182e73: Verifying Checksum [2020-10-13T21:35:19.663Z] 1e910a182e73: Download complete [2020-10-13T21:35:19.663Z] df20fa9351a1: Verifying Checksum [2020-10-13T21:35:19.663Z] df20fa9351a1: Download complete [2020-10-13T21:35:19.663Z] df20fa9351a1: Pull complete [2020-10-13T21:35:19.927Z] ed8968b2872e: Pull complete [2020-10-13T21:35:19.927Z] a92cc7c5fd73: Pull complete [2020-10-13T21:35:21.868Z] 4e634b169226: Verifying Checksum [2020-10-13T21:35:21.868Z] 4e634b169226: Download complete [2020-10-13T21:35:22.445Z] e871e8e8d7a9: Verifying Checksum [2020-10-13T21:35:22.445Z] e871e8e8d7a9: Download complete [2020-10-13T21:35:27.771Z] e871e8e8d7a9: Pull complete [2020-10-13T21:35:27.771Z] e73272ec9a57: Pull complete [2020-10-13T21:35:27.771Z] 1e910a182e73: Pull complete [2020-10-13T21:35:29.880Z] Still waiting to schedule task [2020-10-13T21:35:29.880Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-13T21:35:34.488Z] 4e634b169226: Pull complete [2020-10-13T21:35:34.488Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-13T21:35:34.488Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-13T21:35:34.488Z] ---> f7629b54cfaa [2020-10-13T21:35:34.488Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-13T21:35:34.488Z] ---> Running in 2b54fc112f64 [2020-10-13T21:35:34.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T21:35:35.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T21:35:36.041Z] (1/12) Installing libmagic (5.38-r0) [2020-10-13T21:35:36.041Z] (2/12) Installing file (5.38-r0) [2020-10-13T21:35:36.041Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-13T21:35:36.313Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-13T21:35:40.541Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-13T21:35:40.804Z] (6/12) Installing patch (2.7.6-r6) [2020-10-13T21:35:40.804Z] (7/12) Installing build-base (0.5-r2) [2020-10-13T21:35:40.804Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-13T21:35:41.382Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-13T21:35:41.382Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-13T21:35:41.644Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-13T21:35:41.645Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-13T21:35:41.916Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T21:35:41.916Z] OK: 233 MiB in 51 packages [2020-10-13T21:35:45.239Z] Removing intermediate container 2b54fc112f64 [2020-10-13T21:35:45.239Z] ---> a9e73e216cc4 [2020-10-13T21:35:45.239Z] Step 4/7 : WORKDIR /edgex-go [2020-10-13T21:35:45.239Z] ---> Running in 28769d10f094 [2020-10-13T21:35:45.239Z] Removing intermediate container 28769d10f094 [2020-10-13T21:35:45.239Z] ---> e1cf960d3d1f [2020-10-13T21:35:45.239Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-13T21:35:45.502Z] latest: Pulling from library/docker [2020-10-13T21:35:45.502Z] df20fa9351a1: Already exists [2020-10-13T21:35:45.502Z] 25ad7478873d: Pulling fs layer [2020-10-13T21:35:45.502Z] 4684f6177b5d: Pulling fs layer [2020-10-13T21:35:45.502Z] 8ba584e970af: Pulling fs layer [2020-10-13T21:35:45.502Z] 3cdc74d2b06d: Pulling fs layer [2020-10-13T21:35:45.502Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-13T21:35:45.502Z] fca0ccc462d5: Pulling fs layer [2020-10-13T21:35:45.502Z] 4cf5a0d07c1f: Waiting [2020-10-13T21:35:45.502Z] fca0ccc462d5: Waiting [2020-10-13T21:35:45.502Z] 3cdc74d2b06d: Waiting [2020-10-13T21:35:45.766Z] 4684f6177b5d: Verifying Checksum [2020-10-13T21:35:45.766Z] 4684f6177b5d: Download complete [2020-10-13T21:35:45.766Z] 25ad7478873d: Verifying Checksum [2020-10-13T21:35:45.766Z] 25ad7478873d: Download complete [2020-10-13T21:35:46.032Z] 25ad7478873d: Pull complete [2020-10-13T21:35:46.032Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-13T21:35:46.032Z] 4cf5a0d07c1f: Download complete [2020-10-13T21:35:46.301Z] 4684f6177b5d: Pull complete [2020-10-13T21:35:46.301Z] fca0ccc462d5: Verifying Checksum [2020-10-13T21:35:46.301Z] fca0ccc462d5: Download complete [2020-10-13T21:35:46.564Z] 8ba584e970af: Verifying Checksum [2020-10-13T21:35:46.564Z] 8ba584e970af: Download complete [2020-10-13T21:35:46.830Z] 3cdc74d2b06d: Verifying Checksum [2020-10-13T21:35:46.830Z] 3cdc74d2b06d: Download complete [2020-10-13T21:35:48.765Z] 8ba584e970af: Pull complete [2020-10-13T21:35:49.027Z] 3cdc74d2b06d: Pull complete [2020-10-13T21:35:49.027Z] 4cf5a0d07c1f: Pull complete [2020-10-13T21:35:49.288Z] fca0ccc462d5: Pull complete [2020-10-13T21:35:49.288Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-13T21:35:49.288Z] Status: Downloaded newer image for docker:latest [2020-10-13T21:35:51.212Z] ---> abda8b36e9cc [2020-10-13T21:35:51.212Z] Step 6/7 : COPY go.mod . [2020-10-13T21:35:51.212Z] ---> 967e703486ca [2020-10-13T21:35:51.212Z] Step 7/7 : RUN go mod download [2020-10-13T21:35:51.212Z] ---> Running in b13ad60cb750 [2020-10-13T21:36:13.229Z] Removing intermediate container b13ad60cb750 [2020-10-13T21:36:13.229Z] ---> bb5da03c7940 [2020-10-13T21:36:13.229Z] Successfully built bb5da03c7940 [2020-10-13T21:36:13.229Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:36:13.544Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-13T21:36:13.544Z] . [Pipeline] withDockerContainer [2020-10-13T21:36:13.649Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:36:13.703Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-13T21:36:14.397Z] $ docker top e35d9c19032754e287dbde3d888971b8d449184299f73c50079e850cf1bca510 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-13T21:36:14.889Z] + go version [2020-10-13T21:36:14.889Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-13T21:36:14.907Z] $ docker stop --time=1 e35d9c19032754e287dbde3d888971b8d449184299f73c50079e850cf1bca510 [2020-10-13T21:36:16.251Z] $ docker rm -f e35d9c19032754e287dbde3d888971b8d449184299f73c50079e850cf1bca510 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:36:19.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-13T21:36:19.554Z] [2020-10-13T21:36:19.554Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:36:19.912Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-13T21:36:19.913Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-13T21:36:19.913Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-13T21:36:19.913Z] ca9280d653b3: Pulling fs layer [2020-10-13T21:36:19.913Z] 7e9c9ca2126c: Pulling fs layer [2020-10-13T21:36:20.497Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-13T21:36:20.497Z] cbdbe7a5bc2a: Download complete [2020-10-13T21:36:20.763Z] cbdbe7a5bc2a: Pull complete [2020-10-13T21:36:21.710Z] ca9280d653b3: Verifying Checksum [2020-10-13T21:36:21.710Z] ca9280d653b3: Download complete [2020-10-13T21:36:22.670Z] ca9280d653b3: Pull complete [2020-10-13T21:36:25.236Z] 7e9c9ca2126c: Download complete [2020-10-13T21:36:31.847Z] 7e9c9ca2126c: Pull complete [2020-10-13T21:36:31.847Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-13T21:36:31.847Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-13T21:36:31.847Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-13T21:36:31.972Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:36:32.020Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-13T21:36:34.833Z] $ docker top 8f087f0155e28d57715c002683830783bb37ee45e5a527b2cccb8539f8c8fb4a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-13T21:36:35.318Z] + docker-compose build --help [2020-10-13T21:36:35.318Z] + grep parallel [2020-10-13T21:36:36.262Z] --parallel Build images in parallel. [Pipeline] } [2020-10-13T21:36:36.278Z] $ docker stop --time=1 8f087f0155e28d57715c002683830783bb37ee45e5a527b2cccb8539f8c8fb4a [2020-10-13T21:36:37.622Z] $ docker rm -f 8f087f0155e28d57715c002683830783bb37ee45e5a527b2cccb8539f8c8fb4a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:36:38.197Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-13T21:36:38.197Z] . [Pipeline] withDockerContainer [2020-10-13T21:36:38.297Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:36:38.351Z] $ 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/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-13T21:36:38.901Z] $ docker top d857ebdd149e6839b745e77fec01b2bbf71c3756aa8ba8cb1f56d27b1d402f75 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-13T21:36:39.355Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-13T21:36:40.296Z] Building docker-core-command-go ... [2020-10-13T21:36:40.296Z] Building docker-core-data-go ... [2020-10-13T21:36:40.296Z] Building docker-core-metadata-go ... [2020-10-13T21:36:40.296Z] Building docker-security-proxy-setup-go ... [2020-10-13T21:36:40.296Z] Building docker-security-secrets-setup-go ... [2020-10-13T21:36:40.296Z] Building docker-security-secretstore-setup-go ... [2020-10-13T21:36:40.296Z] Building docker-support-logging-go ... [2020-10-13T21:36:40.296Z] Building docker-support-notifications-go ... [2020-10-13T21:36:40.296Z] Building docker-support-scheduler-go ... [2020-10-13T21:36:40.296Z] Building docker-sys-mgmt-agent-go ... [2020-10-13T21:36:40.296Z] Building docker-security-secrets-setup-go [2020-10-13T21:36:40.296Z] Building docker-sys-mgmt-agent-go [2020-10-13T21:36:40.296Z] Building docker-support-scheduler-go [2020-10-13T21:36:40.296Z] Building docker-security-secretstore-setup-go [2020-10-13T21:36:40.296Z] Building docker-support-logging-go [2020-10-13T21:37:02.336Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T21:37:02.336Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-13T21:37:02.336Z] ---> bb5da03c7940 [2020-10-13T21:37:02.336Z] Step 3/21 : WORKDIR /edgex-go [2020-10-13T21:37:02.336Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T21:37:02.336Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-13T21:37:02.336Z] ---> bb5da03c7940 [2020-10-13T21:37:02.336Z] Step 3/26 : WORKDIR /edgex-go [2020-10-13T21:37:02.336Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T21:37:02.336Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-13T21:37:02.336Z] ---> bb5da03c7940 [2020-10-13T21:37:02.336Z] Step 3/27 : WORKDIR /edgex-go [2020-10-13T21:37:02.336Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T21:37:02.336Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-13T21:37:02.336Z] ---> bb5da03c7940 [2020-10-13T21:37:02.336Z] Step 3/29 : WORKDIR /edgex-go [2020-10-13T21:37:02.336Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T21:37:02.336Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-13T21:37:02.336Z] ---> bb5da03c7940 [2020-10-13T21:37:02.336Z] Step 3/22 : WORKDIR /edgex-go [2020-10-13T21:37:03.735Z] ---> Running in acd819d8ddb6 [2020-10-13T21:37:03.735Z] ---> Running in a4576219e58a [2020-10-13T21:37:03.735Z] ---> Running in 748836c392aa [2020-10-13T21:37:03.735Z] ---> Running in f755d658d0d9 [2020-10-13T21:37:03.735Z] ---> Running in 7bd0ee83eb96 [2020-10-13T21:37:03.735Z] Removing intermediate container a4576219e58a [2020-10-13T21:37:03.735Z] ---> 2eca302b3300 [2020-10-13T21:37:03.735Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T21:37:03.735Z] Removing intermediate container acd819d8ddb6 [2020-10-13T21:37:03.735Z] ---> a41cc5969882 [2020-10-13T21:37:03.735Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T21:37:03.735Z] Removing intermediate container 7bd0ee83eb96 [2020-10-13T21:37:03.735Z] ---> 739da28d98d1 [2020-10-13T21:37:03.735Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T21:37:03.735Z] Removing intermediate container 748836c392aa [2020-10-13T21:37:03.735Z] ---> 3191df7efdd0 [2020-10-13T21:37:03.735Z] Step 4/29 : RUN apk update && apk add make git [2020-10-13T21:37:04.001Z] Removing intermediate container f755d658d0d9 [2020-10-13T21:37:04.001Z] ---> a5f7e6a96dcd [2020-10-13T21:37:04.001Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T21:37:04.001Z] ---> Running in a80c9adc9eaa [2020-10-13T21:37:04.001Z] ---> Running in 1a475a60d58a [2020-10-13T21:37:04.001Z] ---> Running in fca2db6392ec [2020-10-13T21:37:04.001Z] ---> Running in eb4dbb592db1 [2020-10-13T21:37:04.001Z] ---> Running in dd611a197583 [2020-10-13T21:37:05.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T21:37:05.983Z] Removing intermediate container 1a475a60d58a [2020-10-13T21:37:05.983Z] ---> 3fc36c84ca37 [2020-10-13T21:37:05.983Z] Step 5/26 : RUN apk update && apk add make git [2020-10-13T21:37:05.983Z] Removing intermediate container a80c9adc9eaa [2020-10-13T21:37:05.983Z] ---> 270bb8fe98b1 [2020-10-13T21:37:05.983Z] Step 5/21 : RUN apk update && apk add make git [2020-10-13T21:37:05.983Z] ---> Running in 4240d60b1795 [2020-10-13T21:37:05.983Z] Removing intermediate container eb4dbb592db1 [2020-10-13T21:37:05.983Z] ---> 0740ff5394d5 [2020-10-13T21:37:05.983Z] ---> Running in ada8a840009d [2020-10-13T21:37:05.983Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-13T21:37:06.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T21:37:06.252Z] ---> Running in ae8cb97908bb [2020-10-13T21:37:06.526Z] Removing intermediate container dd611a197583 [2020-10-13T21:37:06.526Z] ---> 6b8b2e743261 [2020-10-13T21:37:06.526Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-13T21:37:06.791Z] ---> Running in 03f299deef63 [2020-10-13T21:37:07.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T21:37:07.066Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T21:37:07.066Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T21:37:07.066Z] OK: 12752 distinct packages available [2020-10-13T21:37:07.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T21:37:07.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T21:37:07.333Z] OK: 233 MiB in 51 packages [2020-10-13T21:37:07.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T21:37:07.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T21:37:07.906Z] Removing intermediate container fca2db6392ec [2020-10-13T21:37:07.906Z] ---> b4408e6b4322 [2020-10-13T21:37:07.906Z] Step 5/29 : COPY go.mod . [2020-10-13T21:37:07.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T21:37:08.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T21:37:08.170Z] ---> 1f2974ad9c04 [2020-10-13T21:37:08.170Z] Step 6/29 : RUN go mod download [2020-10-13T21:37:08.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T21:37:08.170Z] ---> Running in cc926cef0450 [2020-10-13T21:37:08.748Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T21:37:08.748Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T21:37:08.748Z] OK: 12752 distinct packages available [2020-10-13T21:37:09.023Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T21:37:09.023Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T21:37:09.023Z] OK: 12752 distinct packages available [2020-10-13T21:37:09.023Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T21:37:09.023Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T21:37:09.023Z] OK: 12752 distinct packages available [2020-10-13T21:37:09.023Z] OK: 233 MiB in 51 packages [2020-10-13T21:37:09.301Z] OK: 233 MiB in 51 packages [2020-10-13T21:37:09.301Z] OK: 233 MiB in 51 packages [2020-10-13T21:37:09.301Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T21:37:09.301Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T21:37:09.301Z] OK: 12752 distinct packages available [2020-10-13T21:37:09.574Z] OK: 233 MiB in 51 packages [2020-10-13T21:37:09.574Z] OK: 233 MiB in 51 packages [2020-10-13T21:37:09.574Z] Removing intermediate container 4240d60b1795 [2020-10-13T21:37:09.574Z] ---> 01b121f66d41 [2020-10-13T21:37:09.574Z] Step 6/26 : COPY go.mod . [2020-10-13T21:37:10.149Z] ---> abe5e902464a [2020-10-13T21:37:10.149Z] Step 7/26 : RUN go mod download [2020-10-13T21:37:10.412Z] ---> Running in 5d354e877a44 [2020-10-13T21:37:10.412Z] Removing intermediate container cc926cef0450 [2020-10-13T21:37:10.412Z] ---> c5d9464c9039 [2020-10-13T21:37:10.412Z] Step 7/29 : COPY . . [2020-10-13T21:37:10.412Z] Removing intermediate container ada8a840009d [2020-10-13T21:37:10.412Z] ---> ca6017696336 [2020-10-13T21:37:10.412Z] Step 6/21 : COPY go.mod . [2020-10-13T21:37:10.998Z] Removing intermediate container ae8cb97908bb [2020-10-13T21:37:10.998Z] ---> 18b6e7d6a39f [2020-10-13T21:37:10.998Z] Step 6/22 : COPY go.mod . [2020-10-13T21:37:11.582Z] Removing intermediate container 03f299deef63 [2020-10-13T21:37:11.582Z] ---> ddd95accae07 [2020-10-13T21:37:11.582Z] Step 6/27 : COPY go.mod . [2020-10-13T21:37:11.582Z] ---> f185a765bdcc [2020-10-13T21:37:11.582Z] Step 7/21 : RUN go mod download [2020-10-13T21:37:12.977Z] ---> Running in 7dc8435be17f [2020-10-13T21:37:13.925Z] ---> 0c8085c35594 [2020-10-13T21:37:13.925Z] Step 7/22 : RUN go mod download [2020-10-13T21:37:14.503Z] ---> ec0a0eba89e9 [2020-10-13T21:37:14.503Z] Step 7/27 : RUN go mod download [2020-10-13T21:37:17.077Z] ---> Running in 83d85b4567ee [2020-10-13T21:37:17.077Z] ---> Running in 4b6f70741fcf [2020-10-13T21:37:17.077Z] Removing intermediate container 5d354e877a44 [2020-10-13T21:37:17.077Z] ---> 84925f76e916 [2020-10-13T21:37:17.077Z] Step 8/26 : COPY . . [2020-10-13T21:37:20.366Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5193 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-13T21:37:20.420Z] Running in /w/workspace/edgex-go/186 [Pipeline] { [Pipeline] checkout [2020-10-13T21:37:24.336Z] Removing intermediate container 7dc8435be17f [2020-10-13T21:37:24.336Z] ---> 5690778da546 [2020-10-13T21:37:24.336Z] Step 8/21 : COPY . . [2020-10-13T21:37:24.336Z] ---> e39939404203 [2020-10-13T21:37:24.336Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-13T21:37:26.085Z] using credential edgex-jenkins-ssh [2020-10-13T21:37:26.230Z] Cloning the remote Git repository [2020-10-13T21:37:26.441Z] Removing intermediate container 83d85b4567ee [2020-10-13T21:37:26.441Z] ---> 19f6bd045cfb [2020-10-13T21:37:26.441Z] Step 8/22 : COPY . . [2020-10-13T21:37:26.441Z] Removing intermediate container 4b6f70741fcf [2020-10-13T21:37:26.441Z] ---> b4819fa76dde [2020-10-13T21:37:26.441Z] Step 8/27 : COPY . . [2020-10-13T21:37:26.303Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-13T21:37:26.406Z] > git init /w/workspace/edgex-go/186 # timeout=10 [2020-10-13T21:37:26.492Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-13T21:37:26.493Z] > git --version # timeout=10 [2020-10-13T21:37:26.522Z] > git --version # 'git version 2.17.1' [2020-10-13T21:37:26.524Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-13T21:37:26.587Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-13T21:37:27.027Z] ---> Running in 24ec66b09563 [2020-10-13T21:37:35.226Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-13T21:37:39.473Z] ---> ac2b9987584f [2020-10-13T21:37:39.474Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-13T21:37:41.439Z] Checking out Revision 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 (master) [2020-10-13T21:37:40.783Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-13T21:37:40.803Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-13T21:37:40.828Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-13T21:37:40.859Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-13T21:37:40.860Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-13T21:37:40.871Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-13T21:37:41.463Z] > git config core.sparsecheckout # timeout=10 [2020-10-13T21:37:41.487Z] > git checkout -f 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 # timeout=10 [2020-10-13T21:37:42.821Z] ---> Running in 64986db85304 [2020-10-13T21:37:43.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-13T21:37:46.122Z] Commit message: "Merge pull request #2766 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration-0.0.7" [2020-10-13T21:37:46.388Z] ---> aa2b324ebb2c [2020-10-13T21:37:46.388Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-13T21:37:46.388Z] ---> Running in d2949d17f11a [Pipeline] withEnv [Pipeline] { [2020-10-13T21:37:46.668Z] ---> 306b5ddaf8d7 [2020-10-13T21:37:46.668Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-13T21:37:46.668Z] ---> b14109e94be9 [2020-10-13T21:37:46.668Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-13T21:37:46.942Z] ---> Running in 0d92f6138ce3 [2020-10-13T21:37:46.942Z] ---> Running in 556aef543ad6 [2020-10-13T21:37:47.529Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-13T21:37:48.124Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-13T21:37:48.124Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] echo [2020-10-13T21:37:58.896Z] ========================================================= [2020-10-13T21:37:58.896Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-13T21:37:58.896Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:37:59.792Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-13T21:38:03.169Z] Removing intermediate container 24ec66b09563 [2020-10-13T21:38:03.170Z] ---> 9e3be46708fb [2020-10-13T21:38:03.170Z] [2020-10-13T21:38:03.170Z] Step 9/29 : FROM alpine:latest [2020-10-13T21:38:03.434Z] latest: Pulling from library/alpine [2020-10-13T21:38:03.703Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-13T21:38:03.703Z] Status: Downloaded newer image for alpine:latest [2020-10-13T21:38:03.703Z] ---> a24bb4013296 [2020-10-13T21:38:03.703Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-13T21:38:03.973Z] ---> Running in 8344e4e8638e [2020-10-13T21:38:04.100Z] Sending build context to Docker daemon 325.1MB [2020-10-13T21:38:04.100Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-13T21:38:04.100Z] Step 2/7 : FROM ${BASE} [2020-10-13T21:38:04.100Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-13T21:38:04.100Z] b538f80385f9: Pulling fs layer [2020-10-13T21:38:04.100Z] 74f711af9a0d: Pulling fs layer [2020-10-13T21:38:04.100Z] 99f96fe45779: Pulling fs layer [2020-10-13T21:38:04.100Z] 8529a6b9a6be: Pulling fs layer [2020-10-13T21:38:04.100Z] 45590311c82a: Pulling fs layer [2020-10-13T21:38:04.100Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-13T21:38:04.100Z] 209524e5b208: Pulling fs layer [2020-10-13T21:38:04.100Z] 45590311c82a: Waiting [2020-10-13T21:38:04.100Z] 69ca0ff8b7b3: Waiting [2020-10-13T21:38:04.100Z] 209524e5b208: Waiting [2020-10-13T21:38:04.100Z] 8529a6b9a6be: Waiting [2020-10-13T21:38:04.100Z] 99f96fe45779: Verifying Checksum [2020-10-13T21:38:04.100Z] 99f96fe45779: Download complete [2020-10-13T21:38:04.100Z] 74f711af9a0d: Verifying Checksum [2020-10-13T21:38:04.100Z] 74f711af9a0d: Download complete [2020-10-13T21:38:04.100Z] 45590311c82a: Download complete [2020-10-13T21:38:04.100Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-13T21:38:04.100Z] 69ca0ff8b7b3: Download complete [2020-10-13T21:38:04.244Z] Removing intermediate container 8344e4e8638e [2020-10-13T21:38:04.244Z] ---> fa2d8032db9f [2020-10-13T21:38:04.244Z] Step 11/29 : USER root [2020-10-13T21:38:04.244Z] ---> Running in feb772d308f1 [2020-10-13T21:38:04.375Z] b538f80385f9: Verifying Checksum [2020-10-13T21:38:04.375Z] b538f80385f9: Download complete [2020-10-13T21:38:04.520Z] Removing intermediate container feb772d308f1 [2020-10-13T21:38:04.520Z] ---> 253eb64a7360 [2020-10-13T21:38:04.520Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-13T21:38:04.520Z] ---> Running in 3cff5a9ef780 [2020-10-13T21:38:04.967Z] b538f80385f9: Pull complete [2020-10-13T21:38:05.243Z] 74f711af9a0d: Pull complete [2020-10-13T21:38:05.517Z] 99f96fe45779: Pull complete [2020-10-13T21:38:06.491Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-13T21:38:06.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T21:38:06.505Z] 209524e5b208: Verifying Checksum [2020-10-13T21:38:06.505Z] 209524e5b208: Download complete [2020-10-13T21:38:06.755Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T21:38:07.021Z] v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-13T21:38:07.021Z] v3.12.0-403-g4c3b3b977d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-13T21:38:07.021Z] OK: 12750 distinct packages available [2020-10-13T21:38:07.283Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-13T21:38:07.283Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-13T21:38:07.283Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T21:38:07.283Z] Executing ca-certificates-20191127-r4.trigger [2020-10-13T21:38:07.552Z] OK: 6 MiB in 16 packages [2020-10-13T21:38:07.939Z] 8529a6b9a6be: Download complete [2020-10-13T21:38:09.513Z] Removing intermediate container 3cff5a9ef780 [2020-10-13T21:38:09.513Z] ---> 487903956c90 [2020-10-13T21:38:09.513Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-13T21:38:09.793Z] ---> Running in 2d218012d94c [2020-10-13T21:38:10.381Z] Removing intermediate container 2d218012d94c [2020-10-13T21:38:10.381Z] ---> 6bcc06fcdf6d [2020-10-13T21:38:10.381Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-13T21:38:10.381Z] ---> Running in 7d7db3a61ab0 [2020-10-13T21:38:10.978Z] Removing intermediate container 7d7db3a61ab0 [2020-10-13T21:38:10.978Z] ---> 1cb55cf75d7c [2020-10-13T21:38:10.978Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-13T21:38:11.261Z] ---> Running in ad285b39fa69 [2020-10-13T21:38:11.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-13T21:38:13.239Z] Removing intermediate container ad285b39fa69 [2020-10-13T21:38:13.239Z] ---> b5b6d519f744 [2020-10-13T21:38:13.239Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-13T21:38:15.801Z] ---> 0580a63654fc [2020-10-13T21:38:15.801Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-13T21:38:15.801Z] Removing intermediate container d2949d17f11a [2020-10-13T21:38:15.801Z] ---> f36f5a2fb8b2 [2020-10-13T21:38:15.801Z] [2020-10-13T21:38:15.801Z] Step 10/22 : FROM scratch [2020-10-13T21:38:15.801Z] ---> [2020-10-13T21:38:15.801Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-13T21:38:15.801Z] ---> Running in d6ba6695cd5e [2020-10-13T21:38:15.801Z] Removing intermediate container 556aef543ad6 [2020-10-13T21:38:15.801Z] ---> c8cca312ff23 [2020-10-13T21:38:15.801Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-13T21:38:16.383Z] ---> 2b7ee4b7cab1 [2020-10-13T21:38:16.383Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-13T21:38:17.771Z] Removing intermediate container d6ba6695cd5e [2020-10-13T21:38:17.771Z] ---> a1537570f417 [2020-10-13T21:38:17.771Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-13T21:38:17.771Z] ---> Running in 9fb86c4ac31d [2020-10-13T21:38:18.111Z] 8529a6b9a6be: Pull complete [2020-10-13T21:38:18.713Z] 45590311c82a: Pull complete [2020-10-13T21:38:19.163Z] ---> 432ee0769de4 [2020-10-13T21:38:19.163Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-13T21:38:19.163Z] ---> Running in 05a01dcb863f [2020-10-13T21:38:19.311Z] 69ca0ff8b7b3: Pull complete [2020-10-13T21:38:19.739Z] Removing intermediate container 64986db85304 [2020-10-13T21:38:19.739Z] ---> 6205401e7720 [2020-10-13T21:38:19.739Z] [2020-10-13T21:38:19.739Z] Step 10/26 : FROM alpine:3.10 [2020-10-13T21:38:19.739Z] Removing intermediate container 0d92f6138ce3 [2020-10-13T21:38:19.739Z] ---> 1871b3ad2b42 [2020-10-13T21:38:19.739Z] [2020-10-13T21:38:19.739Z] Step 10/21 : FROM scratch [2020-10-13T21:38:19.739Z] ---> [2020-10-13T21:38:19.739Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T21:38:19.739Z] Removing intermediate container 05a01dcb863f [2020-10-13T21:38:19.739Z] ---> 2c0bdba31b38 [2020-10-13T21:38:19.739Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-13T21:38:20.008Z] ---> Running in 40315e3e2be0 [2020-10-13T21:38:20.008Z] ---> 959011736b12 [2020-10-13T21:38:20.008Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-13T21:38:20.008Z] 3.10: Pulling from library/alpine [2020-10-13T21:38:20.008Z] ---> Running in a63ea872dec8 [2020-10-13T21:38:20.008Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-13T21:38:20.276Z] Removing intermediate container 40315e3e2be0 [2020-10-13T21:38:20.277Z] ---> 0620a612de27 [2020-10-13T21:38:20.277Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-13T21:38:20.277Z] Removing intermediate container a63ea872dec8 [2020-10-13T21:38:20.277Z] ---> 8d3019f9dbd2 [2020-10-13T21:38:20.277Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-13T21:38:20.277Z] ---> Running in 2eca75241a76 [2020-10-13T21:38:20.277Z] ---> f2e2afab631a [2020-10-13T21:38:20.277Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-13T21:38:20.558Z] ---> Running in 7c8f7fc2fde6 [2020-10-13T21:38:20.824Z] ---> 3aec8521c49c [2020-10-13T21:38:20.824Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-13T21:38:20.824Z] Removing intermediate container 2eca75241a76 [2020-10-13T21:38:20.824Z] ---> 5f24362cc53a [2020-10-13T21:38:20.824Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-13T21:38:20.824Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-13T21:38:21.089Z] Status: Downloaded newer image for alpine:3.10 [2020-10-13T21:38:21.089Z] ---> be4e4bea2c2e [2020-10-13T21:38:21.089Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-13T21:38:21.089Z] ---> Running in ab32a892c079 [2020-10-13T21:38:21.353Z] ---> Running in f45312c0ef33 [2020-10-13T21:38:21.353Z] ---> 949ac9b351bd [2020-10-13T21:38:21.353Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-13T21:38:21.926Z] Removing intermediate container ab32a892c079 [2020-10-13T21:38:21.926Z] ---> a7ec1e346533 [2020-10-13T21:38:21.926Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-13T21:38:22.195Z] Removing intermediate container 9fb86c4ac31d [2020-10-13T21:38:22.195Z] ---> c13944942d9a [2020-10-13T21:38:22.195Z] [2020-10-13T21:38:22.195Z] Step 11/27 : FROM docker:latest [2020-10-13T21:38:22.195Z] ---> 809cc4dba987 [2020-10-13T21:38:22.195Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-13T21:38:22.473Z] ---> ddc2f1392340 [2020-10-13T21:38:22.473Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-13T21:38:22.473Z] ---> bb65a93babfc [2020-10-13T21:38:22.473Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-13T21:38:22.473Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-13T21:38:22.473Z] ---> Running in 5176a78724b1 [2020-10-13T21:38:22.708Z] 209524e5b208: Pull complete [2020-10-13T21:38:22.708Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-13T21:38:22.708Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-13T21:38:22.708Z] ---> 5bddaf1c2fca [2020-10-13T21:38:22.708Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-13T21:38:22.745Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-13T21:38:22.745Z] v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-13T21:38:22.745Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-13T21:38:22.745Z] OK: 10346 distinct packages available [2020-10-13T21:38:23.018Z] ---> a75b3170d433 [2020-10-13T21:38:23.018Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-13T21:38:23.018Z] Removing intermediate container 7c8f7fc2fde6 [2020-10-13T21:38:23.018Z] ---> 85f9c74be889 [2020-10-13T21:38:23.018Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-13T21:38:23.018Z] ---> Running in 985e054bd74b [2020-10-13T21:38:23.018Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-13T21:38:23.291Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-13T21:38:23.291Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-13T21:38:23.291Z] ---> 8a4f3dbcb6a0 [2020-10-13T21:38:23.291Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-13T21:38:23.291Z] (4/5) Installing curl (7.66.0-r1) [2020-10-13T21:38:23.291Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-13T21:38:23.291Z] Executing busybox-1.30.1-r3.trigger [2020-10-13T21:38:23.291Z] Executing ca-certificates-20191127-r2.trigger [2020-10-13T21:38:23.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T21:38:23.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T21:38:23.552Z] OK: 7 MiB in 19 packages [2020-10-13T21:38:23.552Z] Removing intermediate container 985e054bd74b [2020-10-13T21:38:23.552Z] ---> e7086c52b024 [2020-10-13T21:38:23.552Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T21:38:23.814Z] (1/2) Installing readline (8.0.4-r0) [2020-10-13T21:38:23.814Z] (2/2) Installing bash (5.0.17-r0) [2020-10-13T21:38:23.814Z] Executing bash-5.0.17-r0.post-install [2020-10-13T21:38:23.814Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T21:38:23.814Z] OK: 12 MiB in 22 packages [2020-10-13T21:38:23.814Z] ---> Running in 6e7cbc5fe313 [2020-10-13T21:38:23.814Z] ---> ee653a3c5018 [2020-10-13T21:38:23.814Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-13T21:38:24.081Z] ---> 4dc6c7b13633 [2020-10-13T21:38:24.081Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-13T21:38:24.081Z] ---> Running in d66e0e7f330f [2020-10-13T21:38:24.081Z] ---> Running in ea4cddd3ffa7 [2020-10-13T21:38:24.353Z] Removing intermediate container 6e7cbc5fe313 [2020-10-13T21:38:24.353Z] ---> 539c579f9c75 [2020-10-13T21:38:24.353Z] Step 20/22 : LABEL arch=x86_64 [2020-10-13T21:38:26.287Z] ---> Running in 89ff097d234e [2020-10-13T21:38:26.287Z] Removing intermediate container ea4cddd3ffa7 [2020-10-13T21:38:26.287Z] ---> 61fef3bbaa36 [2020-10-13T21:38:26.287Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T21:38:26.287Z] Removing intermediate container 5176a78724b1 [2020-10-13T21:38:26.287Z] ---> cd4fa7749722 [2020-10-13T21:38:26.287Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-13T21:38:26.287Z] Removing intermediate container f45312c0ef33 [2020-10-13T21:38:26.287Z] ---> f90f12c35532 [2020-10-13T21:38:26.287Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-13T21:38:26.287Z] ---> Running in e27ddaa888c1 [2020-10-13T21:38:26.291Z] ---> Running in 6e59cc6e8b2d [2020-10-13T21:38:26.291Z] ---> Running in 36129339c911 [2020-10-13T21:38:26.291Z] Removing intermediate container 89ff097d234e [2020-10-13T21:38:26.291Z] ---> c8b54bf0ad0b [2020-10-13T21:38:26.291Z] Step 21/22 : LABEL git_sha=80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:38:26.563Z] ---> Running in d432d890d182 [2020-10-13T21:38:26.829Z] Removing intermediate container e27ddaa888c1 [2020-10-13T21:38:26.829Z] ---> f782c5dd51c5 [2020-10-13T21:38:26.829Z] Step 19/21 : LABEL arch=x86_64 [2020-10-13T21:38:26.829Z] Removing intermediate container 6e59cc6e8b2d [2020-10-13T21:38:26.829Z] ---> f1bb24fd25ea [2020-10-13T21:38:26.829Z] Step 13/26 : WORKDIR / [2020-10-13T21:38:27.041Z] ---> Running in aa5c5bb532d9 [2020-10-13T21:38:27.095Z] Removing intermediate container d432d890d182 [2020-10-13T21:38:27.095Z] ---> c1708d9d6498 [2020-10-13T21:38:27.095Z] Step 22/22 : LABEL version=1.2.2-dev.71 [2020-10-13T21:38:27.095Z] ---> Running in 9b73bee67742 [2020-10-13T21:38:27.095Z] ---> Running in 995b8bda0bea [2020-10-13T21:38:27.356Z] ---> Running in 8ab432450f2a [2020-10-13T21:38:27.356Z] Removing intermediate container d66e0e7f330f [2020-10-13T21:38:27.356Z] ---> 4acb45ac12bb [2020-10-13T21:38:27.356Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-13T21:38:27.356Z] Removing intermediate container 9b73bee67742 [2020-10-13T21:38:27.356Z] ---> d2044ade2978 [2020-10-13T21:38:27.356Z] Step 20/21 : LABEL git_sha=80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:38:27.619Z] Removing intermediate container 995b8bda0bea [2020-10-13T21:38:27.619Z] ---> bffed967b2d3 [2020-10-13T21:38:27.619Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-13T21:38:27.619Z] ---> Running in 3751455ab8b6 [2020-10-13T21:38:27.619Z] ---> Running in 0e6a5203cf7d [2020-10-13T21:38:27.881Z] Removing intermediate container 8ab432450f2a [2020-10-13T21:38:27.881Z] ---> df6dcd077838 [2020-10-13T21:38:27.881Z] [2020-10-13T21:38:27.881Z] Successfully built df6dcd077838 [2020-10-13T21:38:28.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T21:38:28.150Z] Successfully tagged docker-support-logging-go:latest [2020-10-13T21:38:28.150Z]  Building docker-support-logging-go ... done Building docker-support-notifications-go [2020-10-13T21:38:28.150Z] Removing intermediate container 36129339c911 [2020-10-13T21:38:28.150Z] ---> e95eb88c71ef [2020-10-13T21:38:28.150Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-13T21:38:28.150Z] ---> 555b85f675f8 [2020-10-13T21:38:28.150Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-13T21:38:28.150Z] Removing intermediate container 0e6a5203cf7d [2020-10-13T21:38:28.151Z] ---> 704f4b08281c [2020-10-13T21:38:28.151Z] Step 21/21 : LABEL version=1.2.2-dev.71 [2020-10-13T21:38:28.151Z] ---> Running in fb19ec57f87d [2020-10-13T21:38:28.414Z] ---> Running in 97bb35f0bbe1 [2020-10-13T21:38:28.678Z] Removing intermediate container fb19ec57f87d [2020-10-13T21:38:28.678Z] ---> 43d0ed8ef205 [2020-10-13T21:38:28.678Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-13T21:38:28.944Z] ---> 31fd418abf1b [2020-10-13T21:38:28.944Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-13T21:38:28.944Z] ---> Running in 5619ecbdf198 [2020-10-13T21:38:28.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T21:38:29.207Z] Removing intermediate container 97bb35f0bbe1 [2020-10-13T21:38:29.207Z] ---> 11730a5bed66 [2020-10-13T21:38:29.207Z] [2020-10-13T21:38:29.207Z] Successfully built 11730a5bed66 [2020-10-13T21:38:29.207Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-13T21:38:29.207Z] Building docker-security-proxy-setup-go [2020-10-13T21:38:29.470Z]  Building docker-support-scheduler-go ... done  ---> 533e35adf916 [2020-10-13T21:38:29.470Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-13T21:38:29.470Z] Removing intermediate container 5619ecbdf198 [2020-10-13T21:38:29.470Z] ---> 09512cad20f8 [2020-10-13T21:38:29.470Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-13T21:38:30.418Z] (1/12) Installing libmagic (5.38-r0) [2020-10-13T21:38:30.689Z] (2/12) Installing file (5.38-r0) [2020-10-13T21:38:30.689Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-13T21:38:30.958Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-13T21:38:33.694Z] ---> Running in 693bf012eca6 [2020-10-13T21:38:33.695Z] Removing intermediate container 3751455ab8b6 [2020-10-13T21:38:33.695Z] ---> 227573b576d3 [2020-10-13T21:38:33.695Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-13T21:38:33.695Z] ---> 7bc689d2800b [2020-10-13T21:38:33.695Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-13T21:38:33.695Z] ---> Running in 795c6cca0416 [2020-10-13T21:38:33.695Z] Removing intermediate container 693bf012eca6 [2020-10-13T21:38:33.695Z] ---> f64a17689af8 [2020-10-13T21:38:33.695Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-13T21:38:34.646Z] Removing intermediate container 795c6cca0416 [2020-10-13T21:38:34.646Z] ---> e56c3340b902 [2020-10-13T21:38:34.646Z] Step 26/29 : CMD [ "generate" ] [2020-10-13T21:38:35.601Z] ---> 7bc0948195be [2020-10-13T21:38:35.601Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-13T21:38:35.601Z] ---> Running in 0e7825f49dd6 [2020-10-13T21:38:36.580Z] ---> 5b9d3967a12f [2020-10-13T21:38:36.580Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-13T21:38:36.852Z] Removing intermediate container 0e7825f49dd6 [2020-10-13T21:38:36.852Z] ---> e6f2297949f6 [2020-10-13T21:38:36.852Z] Step 27/29 : LABEL arch=x86_64 [2020-10-13T21:38:37.428Z] ---> f31c5d472b2d [2020-10-13T21:38:37.428Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-13T21:38:38.003Z] ---> Running in 223dac42ac11 [2020-10-13T21:38:38.958Z] ---> e2809c20ab71 [2020-10-13T21:38:38.958Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-13T21:38:41.072Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-13T21:38:41.073Z] (6/12) Installing patch (2.7.6-r6) [2020-10-13T21:38:41.073Z] (7/12) Installing build-base (0.5-r2) [2020-10-13T21:38:41.073Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-13T21:38:41.073Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-13T21:38:41.073Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-13T21:38:41.348Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-13T21:38:41.348Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-13T21:38:41.348Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T21:38:41.348Z] OK: 217 MiB in 51 packages [2020-10-13T21:38:41.524Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T21:38:41.524Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-13T21:38:41.524Z] ---> bb5da03c7940 [2020-10-13T21:38:41.524Z] Step 3/24 : WORKDIR /edgex-go [2020-10-13T21:38:41.524Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T21:38:41.524Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-13T21:38:41.524Z] ---> bb5da03c7940 [2020-10-13T21:38:41.524Z] Step 3/20 : WORKDIR /edgex-go [2020-10-13T21:38:42.474Z] ---> Using cache [2020-10-13T21:38:42.474Z] ---> a5f7e6a96dcd [2020-10-13T21:38:42.474Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T21:38:42.474Z] ---> Using cache [2020-10-13T21:38:42.474Z] ---> 6b8b2e743261 [2020-10-13T21:38:42.474Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-13T21:38:42.474Z] ---> Using cache [2020-10-13T21:38:42.474Z] ---> a5f7e6a96dcd [2020-10-13T21:38:42.474Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T21:38:42.474Z] ---> Using cache [2020-10-13T21:38:42.474Z] ---> 6b8b2e743261 [2020-10-13T21:38:42.474Z] Step 5/20 : RUN apk update && apk add make git [2020-10-13T21:38:42.474Z] ---> 082cddf88c4e [2020-10-13T21:38:42.474Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-13T21:38:42.474Z] Removing intermediate container 223dac42ac11 [2020-10-13T21:38:42.474Z] ---> e50f9ccdff65 [2020-10-13T21:38:42.474Z] Step 28/29 : LABEL git_sha=80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:38:42.474Z] ---> 9585affe3b6f [2020-10-13T21:38:42.474Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-13T21:38:42.741Z] ---> Running in 1709918062ad [2020-10-13T21:38:42.741Z] ---> Running in 574636c7c7b5 [2020-10-13T21:38:42.741Z] ---> Running in 1ad73dbb84b2 [2020-10-13T21:38:42.741Z] ---> Running in a55a1559c53d [2020-10-13T21:38:42.741Z] ---> 84ea216c81a2 [2020-10-13T21:38:42.741Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-13T21:38:43.003Z] ---> Running in 4fb433bd4d28 [2020-10-13T21:38:43.003Z] Removing intermediate container 1ad73dbb84b2 [2020-10-13T21:38:43.003Z] ---> b32642c0be53 [2020-10-13T21:38:43.003Z] Step 29/29 : LABEL version=1.2.2-dev.71 [2020-10-13T21:38:43.267Z] ---> Running in 9b7710361df2 [2020-10-13T21:38:43.536Z] Removing intermediate container 9b7710361df2 [2020-10-13T21:38:43.536Z] ---> b3c4e5cb2858 [2020-10-13T21:38:43.536Z] [2020-10-13T21:38:43.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T21:38:43.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T21:38:43.797Z] Successfully built b3c4e5cb2858 [2020-10-13T21:38:43.797Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-13T21:38:43.797Z]  Building docker-security-secrets-setup-go ... done Building docker-core-metadata-go [2020-10-13T21:38:44.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T21:38:44.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T21:38:44.337Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-13T21:38:44.337Z] (2/33) Installing expat (2.2.9-r1) [2020-10-13T21:38:44.337Z] (3/33) Installing libffi (3.3-r2) [2020-10-13T21:38:44.337Z] (4/33) Installing gdbm (1.13-r1) [2020-10-13T21:38:44.337Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-13T21:38:44.337Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-13T21:38:44.337Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-13T21:38:44.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T21:38:44.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T21:38:45.178Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T21:38:45.178Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T21:38:45.178Z] OK: 12752 distinct packages available [2020-10-13T21:38:45.674Z] Removing intermediate container aa5c5bb532d9 [2020-10-13T21:38:45.674Z] ---> 069432a19d20 [2020-10-13T21:38:45.674Z] Step 4/7 : WORKDIR /edgex-go [2020-10-13T21:38:45.674Z] ---> Running in 31e484d76b12 [2020-10-13T21:38:45.924Z] OK: 233 MiB in 51 packages [2020-10-13T21:38:45.924Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T21:38:45.924Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T21:38:45.924Z] OK: 12752 distinct packages available [2020-10-13T21:38:45.947Z] Removing intermediate container 31e484d76b12 [2020-10-13T21:38:45.947Z] ---> 3a3f40759193 [2020-10-13T21:38:45.947Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-13T21:38:46.219Z] latest: Pulling from library/docker [2020-10-13T21:38:46.490Z] b538f80385f9: Already exists [2020-10-13T21:38:46.490Z] 259a493cd78d: Pulling fs layer [2020-10-13T21:38:46.490Z] b8e66b5100f5: Pulling fs layer [2020-10-13T21:38:46.490Z] 7f8258a56ab6: Pulling fs layer [2020-10-13T21:38:46.490Z] 75a0a0ebb566: Pulling fs layer [2020-10-13T21:38:46.490Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-13T21:38:46.490Z] 294320357d30: Pulling fs layer [2020-10-13T21:38:46.490Z] 75a0a0ebb566: Waiting [2020-10-13T21:38:46.490Z] 4a2c62f0a2a3: Waiting [2020-10-13T21:38:46.490Z] 294320357d30: Waiting [2020-10-13T21:38:46.490Z] b8e66b5100f5: Verifying Checksum [2020-10-13T21:38:46.490Z] b8e66b5100f5: Download complete [2020-10-13T21:38:46.765Z] 259a493cd78d: Verifying Checksum [2020-10-13T21:38:46.765Z] 75a0a0ebb566: Download complete [2020-10-13T21:38:46.765Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-13T21:38:46.765Z] 4a2c62f0a2a3: Download complete [2020-10-13T21:38:47.045Z] 294320357d30: Verifying Checksum [2020-10-13T21:38:47.045Z] 294320357d30: Download complete [2020-10-13T21:38:47.318Z] 259a493cd78d: Pull complete [2020-10-13T21:38:47.912Z] b8e66b5100f5: Pull complete [2020-10-13T21:38:47.912Z] 7f8258a56ab6: Download complete [2020-10-13T21:38:47.935Z] OK: 233 MiB in 51 packages [2020-10-13T21:38:48.543Z] Removing intermediate container 4fb433bd4d28 [2020-10-13T21:38:48.543Z] ---> bc1abc6c92a4 [2020-10-13T21:38:48.543Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-13T21:38:51.296Z] 7f8258a56ab6: Pull complete [2020-10-13T21:38:51.570Z] 75a0a0ebb566: Pull complete [2020-10-13T21:38:51.842Z] 4a2c62f0a2a3: Pull complete [2020-10-13T21:38:51.894Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-13T21:38:51.894Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-13T21:38:51.894Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-13T21:38:51.894Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-13T21:38:51.894Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-13T21:38:51.894Z] ---> Running in f3d1722ccff7 [2020-10-13T21:38:51.894Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-13T21:38:51.894Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-13T21:38:51.894Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-13T21:38:52.113Z] 294320357d30: Pull complete [2020-10-13T21:38:52.113Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-13T21:38:52.113Z] Status: Downloaded newer image for docker:latest [2020-10-13T21:38:52.158Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-13T21:38:52.426Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-13T21:38:52.426Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-13T21:38:52.426Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-13T21:38:52.426Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-13T21:38:53.368Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-13T21:38:54.315Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T21:38:54.315Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-13T21:38:54.577Z] ---> bb5da03c7940 [2020-10-13T21:38:54.577Z] Step 3/22 : WORKDIR /edgex-go [2020-10-13T21:38:54.577Z] ---> Using cache [2020-10-13T21:38:54.577Z] ---> a5f7e6a96dcd [2020-10-13T21:38:54.577Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T21:38:54.577Z] ---> Using cache [2020-10-13T21:38:54.577Z] ---> 6b8b2e743261 [2020-10-13T21:38:54.577Z] Step 5/22 : RUN apk update && apk add make git [2020-10-13T21:38:54.577Z] ---> Using cache [2020-10-13T21:38:54.577Z] ---> 6fe8ead9a4e6 [2020-10-13T21:38:54.577Z] Step 6/22 : COPY go.mod . [2020-10-13T21:38:54.577Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-13T21:38:55.498Z] ---> aed9c8dd50fd [2020-10-13T21:38:55.498Z] Step 6/7 : COPY go.mod . [2020-10-13T21:38:55.524Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-13T21:38:56.092Z] ---> d8a7acab143e [2020-10-13T21:38:56.092Z] Step 7/7 : RUN go mod download [2020-10-13T21:38:56.097Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-13T21:38:56.097Z] Removing intermediate container f3d1722ccff7 [2020-10-13T21:38:56.097Z] ---> 7b2fafa0b5f1 [2020-10-13T21:38:56.097Z] Step 24/26 : LABEL arch=x86_64 [2020-10-13T21:38:56.097Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-13T21:38:56.097Z] Removing intermediate container 1709918062ad [2020-10-13T21:38:56.097Z] ---> 6fe8ead9a4e6 [2020-10-13T21:38:56.097Z] Step 6/20 : COPY go.mod . [2020-10-13T21:38:56.097Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-13T21:38:56.361Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-13T21:38:56.361Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-13T21:38:56.361Z] ---> a0ae5fb5bce3 [2020-10-13T21:38:56.361Z] Step 7/22 : RUN go mod download [2020-10-13T21:38:56.361Z] ---> Running in 58ec388f3536 [2020-10-13T21:38:56.361Z] Removing intermediate container 574636c7c7b5 [2020-10-13T21:38:56.361Z] ---> b7230bf3b5d2 [2020-10-13T21:38:56.361Z] Step 6/24 : COPY go.mod . [2020-10-13T21:38:56.361Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-13T21:38:56.361Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-13T21:38:56.366Z] ---> Running in 0cdb1346bfac [2020-10-13T21:38:56.627Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-13T21:38:56.627Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-13T21:38:56.627Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-13T21:38:56.627Z] ---> 66448306acce [2020-10-13T21:38:56.627Z] Step 7/20 : RUN go mod download [2020-10-13T21:38:57.202Z] ---> Running in 375ef820c76c [2020-10-13T21:38:57.202Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T21:38:57.202Z] OK: 71 MiB in 55 packages [2020-10-13T21:38:57.463Z] ---> Running in 606c1aa6ee0e [2020-10-13T21:38:57.463Z] Removing intermediate container 58ec388f3536 [2020-10-13T21:38:57.463Z] ---> 8b166a302e39 [2020-10-13T21:38:57.463Z] Step 25/26 : LABEL git_sha=80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:38:57.463Z] ---> 1b22f81b6206 [2020-10-13T21:38:57.463Z] Step 7/24 : RUN go mod download [2020-10-13T21:38:57.729Z] ---> Running in 4a9c9bc574f9 [2020-10-13T21:38:57.729Z] ---> Running in 63f31fda98c1 [2020-10-13T21:38:58.306Z] Removing intermediate container 4a9c9bc574f9 [2020-10-13T21:38:58.306Z] ---> 0b42ef4e2014 [2020-10-13T21:38:58.306Z] Step 26/26 : LABEL version=1.2.2-dev.71 [2020-10-13T21:38:58.570Z] ---> Running in 7d236e9a6f9c [2020-10-13T21:38:59.153Z] Removing intermediate container 7d236e9a6f9c [2020-10-13T21:38:59.153Z] ---> 819c3a979db2 [2020-10-13T21:38:59.153Z] [2020-10-13T21:38:59.416Z] Successfully built 819c3a979db2 [2020-10-13T21:38:59.991Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-13T21:38:59.991Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2020-10-13T21:39:05.298Z] Removing intermediate container 375ef820c76c [2020-10-13T21:39:05.299Z] ---> e8ce0cb3b8eb [2020-10-13T21:39:05.299Z] Step 8/22 : COPY . . [2020-10-13T21:39:07.862Z] Removing intermediate container 63f31fda98c1 [2020-10-13T21:39:07.862Z] ---> 74c4ffc0fd00 [2020-10-13T21:39:07.862Z] Step 8/24 : COPY . . [2020-10-13T21:39:08.439Z] Removing intermediate container 606c1aa6ee0e [2020-10-13T21:39:08.439Z] ---> 5e576c15078a [2020-10-13T21:39:08.439Z] Step 8/20 : COPY . . [2020-10-13T21:39:13.770Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T21:39:13.770Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-13T21:39:13.770Z] ---> bb5da03c7940 [2020-10-13T21:39:13.770Z] Step 3/22 : WORKDIR /edgex-go [2020-10-13T21:39:13.770Z] ---> Using cache [2020-10-13T21:39:13.770Z] ---> a5f7e6a96dcd [2020-10-13T21:39:13.770Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T21:39:13.770Z] ---> Using cache [2020-10-13T21:39:13.770Z] ---> 6b8b2e743261 [2020-10-13T21:39:13.770Z] Step 5/22 : RUN apk update && apk add make git [2020-10-13T21:39:13.770Z] ---> Using cache [2020-10-13T21:39:13.770Z] ---> 6fe8ead9a4e6 [2020-10-13T21:39:13.770Z] Step 6/22 : COPY go.mod . [2020-10-13T21:39:13.770Z] ---> Using cache [2020-10-13T21:39:13.770Z] ---> 66448306acce [2020-10-13T21:39:13.770Z] Step 7/22 : RUN go mod download [2020-10-13T21:39:13.770Z] ---> Using cache [2020-10-13T21:39:13.770Z] ---> 5e576c15078a [2020-10-13T21:39:13.770Z] Step 8/22 : COPY . . [2020-10-13T21:39:23.173Z] Removing intermediate container 0cdb1346bfac [2020-10-13T21:39:23.173Z] ---> 87aae3dd53d9 [2020-10-13T21:39:23.173Z] Successfully built 87aae3dd53d9 [2020-10-13T21:39:23.173Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:39:23.580Z] + docker inspect -f . ci-base-image-arm64 [2020-10-13T21:39:23.580Z] . [Pipeline] withDockerContainer [2020-10-13T21:39:23.821Z] prd-ubuntu18.04-docker-arm64-4c-16g-5193 does not seem to be running inside a container [2020-10-13T21:39:23.917Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-13T21:39:25.704Z] $ docker top c83b93d64d05f2f062455429e309f953691f43f451983c985b502855cdb2c06f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-13T21:39:27.199Z] + go version [2020-10-13T21:39:27.199Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-13T21:39:27.265Z] $ docker stop --time=1 c83b93d64d05f2f062455429e309f953691f43f451983c985b502855cdb2c06f [2020-10-13T21:39:29.250Z] $ docker rm -f c83b93d64d05f2f062455429e309f953691f43f451983c985b502855cdb2c06f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:39:30.661Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-13T21:39:30.661Z] [2020-10-13T21:39:30.661Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:39:31.058Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-13T21:39:31.058Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-13T21:39:31.058Z] 29e5d40040c1: Pulling fs layer [2020-10-13T21:39:31.058Z] 1ce36da41761: Pulling fs layer [2020-10-13T21:39:31.058Z] 25b303627fd3: Pulling fs layer [2020-10-13T21:39:31.332Z] 29e5d40040c1: Verifying Checksum [2020-10-13T21:39:31.332Z] 29e5d40040c1: Download complete [2020-10-13T21:39:31.968Z] 1ce36da41761: Download complete [2020-10-13T21:39:31.968Z] 29e5d40040c1: Pull complete [2020-10-13T21:39:33.413Z] 1ce36da41761: Pull complete [2020-10-13T21:39:34.009Z] 25b303627fd3: Verifying Checksum [2020-10-13T21:39:34.009Z] 25b303627fd3: Download complete [2020-10-13T21:39:35.852Z] Removing intermediate container a55a1559c53d [2020-10-13T21:39:35.852Z] ---> 8a438125b491 [2020-10-13T21:39:35.852Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-13T21:39:37.277Z] ---> Running in f7f1eb193abd [2020-10-13T21:39:37.277Z] ---> 4abcced6c13d [2020-10-13T21:39:37.277Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-13T21:39:37.539Z] ---> e95bbf58cf2a [2020-10-13T21:39:37.539Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-13T21:39:37.539Z] ---> 65abc87eaedd [2020-10-13T21:39:37.539Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-13T21:39:37.539Z] ---> 6b839a15d2f9 [2020-10-13T21:39:37.539Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-13T21:39:37.806Z] ---> Running in f275b71dc418 [2020-10-13T21:39:37.806Z] ---> Running in 7990615e9b70 [2020-10-13T21:39:37.806Z] ---> Running in e5e0f7cd6fc2 [2020-10-13T21:39:37.806Z] ---> Running in 19ca7ce32921 [2020-10-13T21:39:38.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-13T21:39:38.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-13T21:39:39.048Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-13T21:39:39.048Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o cmd/core-command/core-command ./cmd/core-command [2020-10-13T21:39:41.657Z] Collecting docker-compose==1.23.2 [2020-10-13T21:39:42.251Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-13T21:39:43.670Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-13T21:39:43.670Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-13T21:39:43.939Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-13T21:39:43.939Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-13T21:39:44.175Z] 25b303627fd3: Pull complete [2020-10-13T21:39:44.176Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-13T21:39:44.176Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-13T21:39:44.176Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-13T21:39:44.206Z] Collecting docker<4.0,>=3.6.0 [2020-10-13T21:39:44.207Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-13T21:39:44.409Z] prd-ubuntu18.04-docker-arm64-4c-16g-5193 does not seem to be running inside a container [2020-10-13T21:39:44.482Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-13T21:39:44.482Z] Collecting texttable<0.10,>=0.9.0 [2020-10-13T21:39:44.482Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-13T21:39:44.500Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-13T21:39:45.920Z] Collecting jsonschema<3,>=2.5.1 [2020-10-13T21:39:45.920Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-13T21:39:46.502Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-13T21:39:46.502Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-13T21:39:47.463Z] Collecting docopt<0.7,>=0.6.1 [2020-10-13T21:39:47.463Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-13T21:39:47.934Z] $ docker top a776bfad129ea263a35a5a28131520e87f8cc348f2c2e68f953daadb9ae8bc7c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-13T21:39:48.428Z] Collecting PyYAML<4,>=3.10 [2020-10-13T21:39:48.429Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-13T21:39:49.338Z] + docker-compose build --help [2020-10-13T21:39:49.338Z] + grep parallel [2020-10-13T21:39:50.372Z] Collecting cached-property<2,>=1.2.0 [2020-10-13T21:39:50.373Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-13T21:39:50.373Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-13T21:39:50.373Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-13T21:39:50.373Z] Collecting idna<2.8,>=2.5 [2020-10-13T21:39:50.373Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-13T21:39:50.373Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-13T21:39:50.373Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-13T21:39:50.642Z] Collecting docker-pycreds>=0.4.0 [2020-10-13T21:39:50.642Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-13T21:39:50.642Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-13T21:39:50.642Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-13T21:39:50.642Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-13T21:39:50.642Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-13T21:39:50.910Z] Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, texttable, jsonschema, dockerpty, docopt, PyYAML, cached-property, docker-compose [2020-10-13T21:39:50.910Z] Attempting uninstall: urllib3 [2020-10-13T21:39:50.910Z] Found existing installation: urllib3 1.25.9 [2020-10-13T21:39:50.910Z] Uninstalling urllib3-1.25.9: [2020-10-13T21:39:51.179Z] Successfully uninstalled urllib3-1.25.9 [2020-10-13T21:39:51.456Z] Attempting uninstall: idna [2020-10-13T21:39:51.456Z] Found existing installation: idna 2.9 [2020-10-13T21:39:51.456Z] Uninstalling idna-2.9: [2020-10-13T21:39:51.456Z] Successfully uninstalled idna-2.9 [2020-10-13T21:39:51.723Z] Attempting uninstall: requests [2020-10-13T21:39:51.723Z] Found existing installation: requests 2.23.0 [2020-10-13T21:39:51.723Z] Uninstalling requests-2.23.0: [2020-10-13T21:39:51.723Z] Successfully uninstalled requests-2.23.0 [2020-10-13T21:39:52.305Z] Running setup.py install for texttable: started [2020-10-13T21:39:52.713Z] --parallel Build images in parallel. [Pipeline] } [2020-10-13T21:39:53.015Z] $ docker stop --time=1 a776bfad129ea263a35a5a28131520e87f8cc348f2c2e68f953daadb9ae8bc7c [2020-10-13T21:39:53.270Z] Running setup.py install for texttable: finished with status 'done' [2020-10-13T21:39:53.536Z] Running setup.py install for dockerpty: started [2020-10-13T21:39:54.128Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-13T21:39:54.128Z] Running setup.py install for docopt: started [2020-10-13T21:39:54.716Z] Running setup.py install for docopt: finished with status 'done' [2020-10-13T21:39:54.716Z] Running setup.py install for PyYAML: started [2020-10-13T21:39:54.911Z] $ docker rm -f a776bfad129ea263a35a5a28131520e87f8cc348f2c2e68f953daadb9ae8bc7c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:39:55.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-13T21:39:55.696Z] . [Pipeline] withDockerContainer [2020-10-13T21:39:55.966Z] prd-ubuntu18.04-docker-arm64-4c-16g-5193 does not seem to be running inside a container [2020-10-13T21:39:56.123Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-13T21:39:56.131Z] $ 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/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-13T21:39:57.490Z] $ docker top f757d38718881d672d798783c3d6990dbb4cec483f9957cef3f3c17aec93ebaf -eo pid,comm [2020-10-13T21:39:57.539Z] 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 [Pipeline] { [Pipeline] sh [2020-10-13T21:39:58.483Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-13T21:40:01.812Z] Removing intermediate container f7f1eb193abd [2020-10-13T21:40:01.812Z] ---> 8b0aa16ec241 [2020-10-13T21:40:01.812Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-13T21:40:01.812Z] ---> Running in efae8b9e81ac [2020-10-13T21:40:01.857Z] Building docker-core-command-go ... [2020-10-13T21:40:01.857Z] Building docker-core-data-go ... [2020-10-13T21:40:01.857Z] Building docker-core-metadata-go ... [2020-10-13T21:40:01.857Z] Building docker-security-proxy-setup-go ... [2020-10-13T21:40:01.857Z] Building docker-security-secrets-setup-go ... [2020-10-13T21:40:01.857Z] Building docker-security-secretstore-setup-go ... [2020-10-13T21:40:01.857Z] Building docker-support-logging-go ... [2020-10-13T21:40:01.857Z] Building docker-support-notifications-go ... [2020-10-13T21:40:01.857Z] Building docker-support-scheduler-go ... [2020-10-13T21:40:01.857Z] Building docker-sys-mgmt-agent-go ... [2020-10-13T21:40:01.857Z] Building docker-support-notifications-go [2020-10-13T21:40:01.857Z] Building docker-sys-mgmt-agent-go [2020-10-13T21:40:01.857Z] Building docker-core-data-go [2020-10-13T21:40:01.857Z] Building docker-security-proxy-setup-go [2020-10-13T21:40:01.857Z] Building docker-security-secretstore-setup-go [2020-10-13T21:40:02.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T21:40:03.111Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T21:40:03.382Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-13T21:40:03.382Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-13T21:40:03.382Z] (3/3) Installing curl (7.69.1-r1) [2020-10-13T21:40:03.382Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T21:40:03.382Z] OK: 72 MiB in 58 packages [2020-10-13T21:40:07.684Z] Removing intermediate container efae8b9e81ac [2020-10-13T21:40:07.684Z] ---> 23d16e48f69f [2020-10-13T21:40:07.684Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-13T21:40:07.684Z] ---> Running in 33ed7637c3ef [2020-10-13T21:40:08.688Z] Removing intermediate container 33ed7637c3ef [2020-10-13T21:40:08.688Z] ---> 5e7ab809b6b9 [2020-10-13T21:40:08.688Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T21:40:09.674Z] ---> Running in 8edbe77e4fec [2020-10-13T21:40:09.674Z] Removing intermediate container 7990615e9b70 [2020-10-13T21:40:09.674Z] ---> 1ca7347bcfc4 [2020-10-13T21:40:09.674Z] [2020-10-13T21:40:09.674Z] Step 10/20 : FROM alpine [2020-10-13T21:40:09.674Z] ---> a24bb4013296 [2020-10-13T21:40:09.674Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-13T21:40:09.674Z] ---> Running in f29587fd79e8 [2020-10-13T21:40:09.963Z] Removing intermediate container 8edbe77e4fec [2020-10-13T21:40:09.963Z] ---> 76948da5b9e8 [2020-10-13T21:40:09.963Z] Step 25/27 : LABEL arch=x86_64 [2020-10-13T21:40:10.544Z] ---> Running in a458353a7f0a [2020-10-13T21:40:10.819Z] Removing intermediate container a458353a7f0a [2020-10-13T21:40:10.819Z] ---> 60bb51ba43f7 [2020-10-13T21:40:10.819Z] Step 26/27 : LABEL git_sha=80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:40:11.100Z] ---> Running in 647564ca7230 [2020-10-13T21:40:11.100Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T21:40:11.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T21:40:11.383Z] v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-13T21:40:11.383Z] v3.12.0-403-g4c3b3b977d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-13T21:40:11.383Z] OK: 12750 distinct packages available [2020-10-13T21:40:11.655Z] Removing intermediate container 647564ca7230 [2020-10-13T21:40:11.655Z] ---> 497645edb3e1 [2020-10-13T21:40:11.655Z] Step 27/27 : LABEL version=1.2.2-dev.71 [2020-10-13T21:40:11.655Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-13T21:40:11.655Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-13T21:40:11.950Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-13T21:40:11.950Z] (4/4) Installing curl (7.69.1-r1) [2020-10-13T21:40:11.950Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T21:40:11.950Z] Executing ca-certificates-20191127-r4.trigger [2020-10-13T21:40:11.950Z] OK: 7 MiB in 18 packages [2020-10-13T21:40:14.743Z] ---> Running in 845022f32e80 [2020-10-13T21:40:15.011Z] Removing intermediate container e5e0f7cd6fc2 [2020-10-13T21:40:15.011Z] ---> b0ac58c83538 [2020-10-13T21:40:15.011Z] [2020-10-13T21:40:15.011Z] Step 10/24 : FROM scratch [2020-10-13T21:40:15.011Z] ---> [2020-10-13T21:40:15.011Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-13T21:40:15.011Z] Removing intermediate container 19ca7ce32921 [2020-10-13T21:40:15.011Z] ---> 0486f2d71cc4 [2020-10-13T21:40:15.011Z] [2020-10-13T21:40:15.011Z] Step 10/22 : FROM scratch [2020-10-13T21:40:15.011Z] ---> [2020-10-13T21:40:15.011Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T21:40:15.597Z] ---> Using cache [2020-10-13T21:40:15.597Z] ---> a1537570f417 [2020-10-13T21:40:15.597Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-13T21:40:15.597Z] ---> Using cache [2020-10-13T21:40:15.597Z] ---> 8d3019f9dbd2 [2020-10-13T21:40:15.597Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-13T21:40:15.597Z] Removing intermediate container 845022f32e80 [2020-10-13T21:40:15.597Z] ---> 64278dfd7cb0 [2020-10-13T21:40:15.597Z] [2020-10-13T21:40:15.597Z] ---> Running in 760563548c50 [2020-10-13T21:40:15.597Z] ---> Running in ea43eab10642 [2020-10-13T21:40:15.867Z] Removing intermediate container f29587fd79e8 [2020-10-13T21:40:15.867Z] ---> 1eb06659f8c9 [2020-10-13T21:40:15.867Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-13T21:40:15.867Z] Successfully built 64278dfd7cb0 [2020-10-13T21:40:16.825Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-13T21:40:16.825Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-data-go [2020-10-13T21:40:16.825Z] ---> Running in 2ab2bb9927e7 [2020-10-13T21:40:18.216Z] Removing intermediate container ea43eab10642 [2020-10-13T21:40:18.216Z] ---> fd3fc08a8367 [2020-10-13T21:40:18.216Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-13T21:40:18.216Z] Removing intermediate container 760563548c50 [2020-10-13T21:40:18.216Z] ---> c92f4c28ea81 [2020-10-13T21:40:18.216Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-13T21:40:18.486Z] Removing intermediate container 2ab2bb9927e7 [2020-10-13T21:40:18.486Z] ---> 0bc72e4315c2 [2020-10-13T21:40:18.486Z] Step 13/20 : WORKDIR /edgex [2020-10-13T21:40:18.486Z] ---> Running in b325d1d15a93 [2020-10-13T21:40:18.486Z] ---> Running in 1cd85f9d2bf6 [2020-10-13T21:40:18.758Z] Removing intermediate container f275b71dc418 [2020-10-13T21:40:18.758Z] ---> 89b0d7a4cca2 [2020-10-13T21:40:18.758Z] [2020-10-13T21:40:18.758Z] Step 10/22 : FROM scratch [2020-10-13T21:40:18.758Z] ---> [2020-10-13T21:40:18.758Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T21:40:18.758Z] ---> Using cache [2020-10-13T21:40:18.758Z] ---> 8d3019f9dbd2 [2020-10-13T21:40:18.758Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-13T21:40:18.758Z] ---> Running in 5ae40a1fa08e [2020-10-13T21:40:20.681Z] ---> Running in 92cec61e8aba [2020-10-13T21:40:21.253Z] Removing intermediate container b325d1d15a93 [2020-10-13T21:40:21.253Z] ---> 87d32b036d72 [2020-10-13T21:40:21.253Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-13T21:40:21.253Z] Removing intermediate container 1cd85f9d2bf6 [2020-10-13T21:40:21.253Z] ---> fc86504b840d [2020-10-13T21:40:21.253Z] Step 14/22 : WORKDIR / [2020-10-13T21:40:22.207Z] Removing intermediate container 5ae40a1fa08e [2020-10-13T21:40:22.207Z] ---> 2b5507ab7d13 [2020-10-13T21:40:22.207Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-13T21:40:22.207Z] ---> Running in c03962d1bac3 [2020-10-13T21:40:23.606Z] ---> 678d1ad712bb [2020-10-13T21:40:23.606Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-13T21:40:23.606Z] Removing intermediate container 92cec61e8aba [2020-10-13T21:40:23.606Z] ---> 7ca80d99d706 [2020-10-13T21:40:23.606Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-13T21:40:24.180Z] ---> Running in bfc30c730f25 [2020-10-13T21:40:26.097Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T21:40:26.097Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-13T21:40:26.669Z] Removing intermediate container c03962d1bac3 [2020-10-13T21:40:26.669Z] ---> abfce8604640 [2020-10-13T21:40:26.669Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-13T21:40:26.930Z] ---> bb5da03c7940 [2020-10-13T21:40:26.930Z] Step 3/23 : WORKDIR /edgex-go [2020-10-13T21:40:26.930Z] ---> Using cache [2020-10-13T21:40:26.930Z] ---> a5f7e6a96dcd [2020-10-13T21:40:26.930Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T21:40:26.930Z] ---> Using cache [2020-10-13T21:40:26.930Z] ---> 6b8b2e743261 [2020-10-13T21:40:26.930Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-13T21:40:27.884Z] ---> 6bb871778ccf [2020-10-13T21:40:27.884Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-13T21:40:27.884Z] ---> 6026150f22e6 [2020-10-13T21:40:27.884Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-13T21:40:27.884Z] ---> Running in d4cd9c2a3ce2 [2020-10-13T21:40:27.884Z] Removing intermediate container bfc30c730f25 [2020-10-13T21:40:27.884Z] ---> e1f072572d31 [2020-10-13T21:40:27.884Z] Step 14/22 : WORKDIR / [2020-10-13T21:40:27.884Z] ---> d4ac4c49707d [2020-10-13T21:40:27.884Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-13T21:40:27.884Z] ---> Running in 893157bdba8e [2020-10-13T21:40:28.465Z] ---> 67e47b1976a5 [2020-10-13T21:40:28.465Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-13T21:40:28.465Z] ---> 7d39002c04d8 [2020-10-13T21:40:28.465Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-13T21:40:28.465Z] Removing intermediate container 893157bdba8e [2020-10-13T21:40:28.465Z] ---> 5ebfbf24c5c3 [2020-10-13T21:40:28.465Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-13T21:40:28.731Z] ---> 8e1c4c514022 [2020-10-13T21:40:28.731Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-13T21:40:28.731Z] ---> Running in 54bb21177c95 [2020-10-13T21:40:28.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T21:40:28.731Z] ---> 735ef5d91388 [2020-10-13T21:40:28.731Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-13T21:40:28.992Z] ---> e931307e5b45 [2020-10-13T21:40:28.992Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-13T21:40:28.992Z] Removing intermediate container 54bb21177c95 [2020-10-13T21:40:28.992Z] ---> 82765bb7cf17 [2020-10-13T21:40:28.992Z] Step 17/20 : CMD ["--init=true"] [2020-10-13T21:40:29.256Z] ---> Running in 0f8cbf41dba9 [2020-10-13T21:40:29.256Z] ---> 5887549d7d40 [2020-10-13T21:40:29.256Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-13T21:40:29.256Z] ---> Running in e82bd738547f [2020-10-13T21:40:29.519Z] ---> 99f42c3da77a [2020-10-13T21:40:29.519Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-13T21:40:29.519Z] Removing intermediate container 0f8cbf41dba9 [2020-10-13T21:40:29.519Z] ---> ca84b3c89452 [2020-10-13T21:40:29.519Z] Step 18/20 : LABEL arch=x86_64 [2020-10-13T21:40:29.519Z] ---> 55e62a374ad8 [2020-10-13T21:40:29.519Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-13T21:40:29.519Z] ---> Running in a12c559e5eb9 [2020-10-13T21:40:29.519Z] Removing intermediate container e82bd738547f [2020-10-13T21:40:29.519Z] ---> c8d38c197beb [2020-10-13T21:40:29.519Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T21:40:29.782Z] ---> Running in d7605b2344f0 [2020-10-13T21:40:29.782Z] ---> c7b78f54bd87 [2020-10-13T21:40:29.782Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-13T21:40:30.045Z] Removing intermediate container a12c559e5eb9 [2020-10-13T21:40:30.045Z] ---> 6aea3e07760b [2020-10-13T21:40:30.045Z] Step 19/20 : LABEL git_sha=80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:40:30.045Z] ---> Running in 912ad61a3a59 [2020-10-13T21:40:30.045Z] ---> 9afa9eeb3f7c [2020-10-13T21:40:30.045Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-13T21:40:30.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T21:40:30.045Z] ---> Running in 88c11dd8c807 [2020-10-13T21:40:30.045Z] Removing intermediate container d7605b2344f0 [2020-10-13T21:40:30.045Z] ---> 94038e081fc4 [2020-10-13T21:40:30.045Z] Step 20/22 : LABEL arch=x86_64 [2020-10-13T21:40:30.306Z] ---> Running in f01ffd8fe39c [2020-10-13T21:40:30.306Z] Removing intermediate container 912ad61a3a59 [2020-10-13T21:40:30.306Z] ---> 91e39402d073 [2020-10-13T21:40:30.306Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T21:40:30.306Z] ---> Running in 1aff90d28862 [2020-10-13T21:40:30.568Z] ---> Running in a75e28b2480c [2020-10-13T21:40:30.568Z] Removing intermediate container 88c11dd8c807 [2020-10-13T21:40:30.568Z] ---> e4896303e855 [2020-10-13T21:40:30.568Z] Step 20/20 : LABEL version=1.2.2-dev.71 [2020-10-13T21:40:30.568Z] Removing intermediate container f01ffd8fe39c [2020-10-13T21:40:30.568Z] ---> f08b8c3ad8e5 [2020-10-13T21:40:30.568Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T21:40:30.568Z] ---> Running in b80a0f0f700c [2020-10-13T21:40:30.829Z] Removing intermediate container 1aff90d28862 [2020-10-13T21:40:30.829Z] ---> 55a745726a8b [2020-10-13T21:40:30.829Z] Step 21/22 : LABEL git_sha=80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:40:30.829Z] ---> Running in 9324b8b22bad [2020-10-13T21:40:30.829Z] Removing intermediate container a75e28b2480c [2020-10-13T21:40:30.829Z] ---> 17f541040cd3 [2020-10-13T21:40:30.829Z] Step 22/24 : LABEL arch=x86_64 [2020-10-13T21:40:30.829Z] ---> Running in ef1bc02062c8 [2020-10-13T21:40:31.092Z] Removing intermediate container b80a0f0f700c [2020-10-13T21:40:31.092Z] ---> c9d47b5e1da4 [2020-10-13T21:40:31.092Z] [2020-10-13T21:40:31.092Z] ---> Running in 30c0efc4e38c [2020-10-13T21:40:31.092Z] Removing intermediate container 9324b8b22bad [2020-10-13T21:40:31.092Z] ---> acfe4a6acca8 [2020-10-13T21:40:31.092Z] Step 20/22 : LABEL arch=x86_64 [2020-10-13T21:40:31.353Z] Removing intermediate container ef1bc02062c8 [2020-10-13T21:40:31.353Z] ---> 3006f2b2aa57 [2020-10-13T21:40:31.353Z] Step 22/22 : LABEL version=1.2.2-dev.71 [2020-10-13T21:40:31.353Z] Successfully built c9d47b5e1da4 [2020-10-13T21:40:31.353Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-13T21:40:31.353Z]  Building docker-security-proxy-setup-go ... done  ---> Running in bfff412128f2 [2020-10-13T21:40:31.353Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T21:40:31.353Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T21:40:31.353Z] OK: 12752 distinct packages available [2020-10-13T21:40:31.614Z] OK: 233 MiB in 51 packages [2020-10-13T21:40:31.878Z] Removing intermediate container 30c0efc4e38c [2020-10-13T21:40:31.878Z] ---> 53c2f40e412a [2020-10-13T21:40:31.878Z] Step 23/24 : LABEL git_sha=80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:40:32.142Z] ---> Running in 23349a4047d3 [2020-10-13T21:40:32.142Z] ---> Running in c4bbc6270b9c [2020-10-13T21:40:32.142Z] Removing intermediate container bfff412128f2 [2020-10-13T21:40:32.142Z] ---> 4adc274c2701 [2020-10-13T21:40:32.142Z] Step 21/22 : LABEL git_sha=80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:40:32.404Z] ---> Running in b635606a2ce0 [2020-10-13T21:40:32.404Z] Removing intermediate container 23349a4047d3 [2020-10-13T21:40:32.404Z] ---> 13ac51141fdb [2020-10-13T21:40:32.404Z] [2020-10-13T21:40:32.404Z] Removing intermediate container c4bbc6270b9c [2020-10-13T21:40:32.404Z] ---> 356ef8274ab4 [2020-10-13T21:40:32.404Z] Step 24/24 : LABEL version=1.2.2-dev.71 [2020-10-13T21:40:32.672Z] Successfully built 13ac51141fdb [2020-10-13T21:40:32.672Z] Removing intermediate container d4cd9c2a3ce2 [2020-10-13T21:40:32.672Z] ---> 1919ef7281b9 [2020-10-13T21:40:32.672Z] Step 6/23 : COPY go.mod . [2020-10-13T21:40:32.672Z] Successfully tagged docker-core-command-go:latest [2020-10-13T21:40:32.672Z]  Building docker-core-command-go ... done Removing intermediate container b635606a2ce0 [2020-10-13T21:40:32.672Z] ---> 28b3e508f22b [2020-10-13T21:40:32.672Z] Step 22/22 : LABEL version=1.2.2-dev.71 [2020-10-13T21:40:32.672Z] ---> Running in ee38641a5896 [2020-10-13T21:40:32.672Z] ---> Running in 9142a5699b3f [2020-10-13T21:40:32.933Z] Removing intermediate container ee38641a5896 [2020-10-13T21:40:32.933Z] ---> f8c40c9a56b5 [2020-10-13T21:40:32.933Z] [2020-10-13T21:40:32.933Z] ---> 37886fa987eb [2020-10-13T21:40:32.933Z] Step 7/23 : RUN go mod download [2020-10-13T21:40:32.933Z] Successfully built f8c40c9a56b5 [2020-10-13T21:40:33.197Z] Removing intermediate container 9142a5699b3f [2020-10-13T21:40:33.197Z] ---> 89808d21b0e1 [2020-10-13T21:40:33.197Z] [2020-10-13T21:40:33.197Z] Successfully tagged docker-support-notifications-go:latest [2020-10-13T21:40:33.197Z]  Building docker-support-notifications-go ... done  ---> Running in 2b94dbf05884 [2020-10-13T21:40:33.197Z] Successfully built 89808d21b0e1 [2020-10-13T21:40:33.197Z] Successfully tagged docker-core-metadata-go:latest [2020-10-13T21:40:34.587Z]  Building docker-core-metadata-go ... done Removing intermediate container 2b94dbf05884 [2020-10-13T21:40:34.587Z] ---> 8f3fbd42e9db [2020-10-13T21:40:34.587Z] Step 8/23 : COPY . . [2020-10-13T21:40:44.620Z] ---> d3cf422313cc [2020-10-13T21:40:44.620Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-13T21:40:44.888Z] ---> Running in c46daa9e6c2d [2020-10-13T21:40:45.476Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o cmd/core-data/core-data ./cmd/core-data [2020-10-13T21:41:03.725Z] Removing intermediate container c46daa9e6c2d [2020-10-13T21:41:03.725Z] ---> cc8c202b0a5e [2020-10-13T21:41:03.725Z] [2020-10-13T21:41:03.725Z] Step 10/23 : FROM alpine [2020-10-13T21:41:03.725Z] ---> a24bb4013296 [2020-10-13T21:41:03.725Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T21:41:03.725Z] ---> Running in 4af3370ce58a [2020-10-13T21:41:03.725Z] Removing intermediate container 4af3370ce58a [2020-10-13T21:41:03.725Z] ---> 510946e80a31 [2020-10-13T21:41:03.725Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-13T21:41:03.725Z] ---> Running in 3e8dfc0765b0 [2020-10-13T21:41:03.725Z] Removing intermediate container 3e8dfc0765b0 [2020-10-13T21:41:03.725Z] ---> e2d24b8efd0e [2020-10-13T21:41:03.725Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-13T21:41:03.725Z] ---> Running in da65dc98f15f [2020-10-13T21:41:03.725Z] Removing intermediate container da65dc98f15f [2020-10-13T21:41:03.725Z] ---> cfc233daaa33 [2020-10-13T21:41:03.725Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T21:41:03.725Z] ---> Running in cca01a7d79b1 [2020-10-13T21:41:03.725Z] Removing intermediate container cca01a7d79b1 [2020-10-13T21:41:03.725Z] ---> c96e367b8ebc [2020-10-13T21:41:03.725Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-13T21:41:03.725Z] ---> Running in fea5f4bcf2b4 [2020-10-13T21:41:03.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T21:41:04.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T21:41:05.504Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-13T21:41:05.504Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-13T21:41:05.504Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-13T21:41:05.766Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-13T21:41:05.766Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-13T21:41:06.030Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T21:41:06.030Z] OK: 8 MiB in 19 packages [2020-10-13T21:41:06.603Z] Removing intermediate container fea5f4bcf2b4 [2020-10-13T21:41:06.603Z] ---> 117993376625 [2020-10-13T21:41:06.603Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-13T21:41:06.866Z] ---> c8b8b4179cfc [2020-10-13T21:41:06.866Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-13T21:41:07.440Z] ---> f3ed16c76819 [2020-10-13T21:41:07.440Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-13T21:41:07.738Z] ---> f41155568914 [2020-10-13T21:41:07.738Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-13T21:41:07.738Z] ---> Running in ddc0a02d6ec1 [2020-10-13T21:41:08.000Z] Removing intermediate container ddc0a02d6ec1 [2020-10-13T21:41:08.000Z] ---> 022f31eb94ca [2020-10-13T21:41:08.000Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T21:41:08.000Z] ---> Running in 6c1d2dc776b4 [2020-10-13T21:41:08.261Z] Removing intermediate container 6c1d2dc776b4 [2020-10-13T21:41:08.261Z] ---> 65cb09850c20 [2020-10-13T21:41:08.261Z] Step 21/23 : LABEL arch=x86_64 [2020-10-13T21:41:08.261Z] ---> Running in 2defe2e789b7 [2020-10-13T21:41:08.522Z] Removing intermediate container 2defe2e789b7 [2020-10-13T21:41:08.522Z] ---> 3c52a017c705 [2020-10-13T21:41:08.522Z] Step 22/23 : LABEL git_sha=80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:08.522Z] ---> Running in c5f8c0dd42e7 [2020-10-13T21:41:08.522Z] Removing intermediate container c5f8c0dd42e7 [2020-10-13T21:41:08.522Z] ---> f18ad9bf6d11 [2020-10-13T21:41:08.522Z] Step 23/23 : LABEL version=1.2.2-dev.71 [2020-10-13T21:41:08.786Z] ---> Running in 32e234bd54da [2020-10-13T21:41:08.786Z] Removing intermediate container 32e234bd54da [2020-10-13T21:41:08.786Z] ---> 65527a555246 [2020-10-13T21:41:08.786Z] [2020-10-13T21:41:09.049Z] Successfully built 65527a555246 [2020-10-13T21:41:09.049Z] Successfully tagged docker-core-data-go:latest [2020-10-13T21:41:09.347Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-10-13T21:41:09.387Z] $ docker stop --time=1 d857ebdd149e6839b745e77fec01b2bbf71c3756aa8ba8cb1f56d27b1d402f75 [2020-10-13T21:41:11.067Z] $ docker rm -f d857ebdd149e6839b745e77fec01b2bbf71c3756aa8ba8cb1f56d27b1d402f75 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:41:11.596Z] + docker images [2020-10-13T21:41:11.596Z] + grep docker [2020-10-13T21:41:11.858Z] docker-core-data-go latest 65527a555246 3 seconds ago 23.6MB [2020-10-13T21:41:11.858Z] docker-support-notifications-go latest f8c40c9a56b5 39 seconds ago 13.6MB [2020-10-13T21:41:11.858Z] docker-core-metadata-go latest 89808d21b0e1 39 seconds ago 14.2MB [2020-10-13T21:41:11.858Z] docker-core-command-go latest 13ac51141fdb 39 seconds ago 12.2MB [2020-10-13T21:41:11.858Z] docker-security-proxy-setup-go latest c9d47b5e1da4 41 seconds ago 15.8MB [2020-10-13T21:41:11.858Z] docker-sys-mgmt-agent-go latest 64278dfd7cb0 57 seconds ago 290MB [2020-10-13T21:41:11.858Z] docker-security-secretstore-setup-go latest 819c3a979db2 2 minutes ago 32.4MB [2020-10-13T21:41:11.858Z] docker-security-secrets-setup-go latest b3c4e5cb2858 2 minutes ago 24MB [2020-10-13T21:41:11.858Z] docker-support-scheduler-go latest 11730a5bed66 2 minutes ago 12.3MB [2020-10-13T21:41:11.859Z] docker-support-logging-go latest df6dcd077838 2 minutes ago 11.1MB [2020-10-13T21:41:11.859Z] docker latest 809cc4dba987 3 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-13T21:41:12.350Z] provisioning config files... [2020-10-13T21:41:12.403Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/186@tmp/config4039824923106471355tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-13T21:41:12.815Z] ---> docker-login.sh [2020-10-13T21:41:12.815Z] nexus3.edgexfoundry.org:10001 [2020-10-13T21:41:12.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T21:41:13.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T21:41:13.076Z] Configure a credential helper to remove this warning. See [2020-10-13T21:41:13.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T21:41:13.076Z] [2020-10-13T21:41:13.076Z] Login Succeeded [2020-10-13T21:41:13.076Z] nexus3.edgexfoundry.org:10002 [2020-10-13T21:41:13.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T21:41:13.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T21:41:13.337Z] Configure a credential helper to remove this warning. See [2020-10-13T21:41:13.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T21:41:13.337Z] [2020-10-13T21:41:13.337Z] Login Succeeded [2020-10-13T21:41:13.337Z] nexus3.edgexfoundry.org:10003 [2020-10-13T21:41:13.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T21:41:13.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T21:41:13.337Z] Configure a credential helper to remove this warning. See [2020-10-13T21:41:13.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T21:41:13.337Z] [2020-10-13T21:41:13.337Z] Login Succeeded [2020-10-13T21:41:13.337Z] nexus3.edgexfoundry.org:10004 [2020-10-13T21:41:13.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T21:41:13.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T21:41:13.600Z] Configure a credential helper to remove this warning. See [2020-10-13T21:41:13.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T21:41:13.600Z] [2020-10-13T21:41:13.600Z] Login Succeeded [2020-10-13T21:41:13.600Z] docker.io [2020-10-13T21:41:13.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T21:41:14.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T21:41:14.123Z] Configure a credential helper to remove this warning. See [2020-10-13T21:41:14.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T21:41:14.123Z] [2020-10-13T21:41:14.123Z] Login Succeeded [2020-10-13T21:41:14.123Z] ---> docker-login.sh ends [Pipeline] } [2020-10-13T21:41:14.133Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:41:14.326Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-13T21:41:14.326Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:14.326Z] 1.2.2-dev.71 [2020-10-13T21:41:14.326Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:14.326Z] master [2020-10-13T21:41:14.326Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:14.797Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:15.102Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:15.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-13T21:41:15.102Z] 785d9a416fcb: Preparing [2020-10-13T21:41:15.102Z] 81487275b51c: Preparing [2020-10-13T21:41:15.102Z] 60a3aa742bd2: Preparing [2020-10-13T21:41:15.364Z] 60a3aa742bd2: Pushed [2020-10-13T21:41:15.364Z] 785d9a416fcb: Pushed [2020-10-13T21:41:16.321Z] 81487275b51c: Pushed [2020-10-13T21:41:16.583Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67: digest: sha256:a06d44dc0257db0f7922064064f9596b3d14944c9d78cc5f6a30d0f282949085 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:16.893Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:17.281Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.71 [2020-10-13T21:41:17.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-13T21:41:17.281Z] 785d9a416fcb: Preparing [2020-10-13T21:41:17.281Z] 81487275b51c: Preparing [2020-10-13T21:41:17.281Z] 60a3aa742bd2: Preparing [2020-10-13T21:41:17.281Z] 785d9a416fcb: Layer already exists [2020-10-13T21:41:17.281Z] 81487275b51c: Layer already exists [2020-10-13T21:41:17.281Z] 60a3aa742bd2: Layer already exists [2020-10-13T21:41:17.281Z] 1.2.2-dev.71: digest: sha256:a06d44dc0257db0f7922064064f9596b3d14944c9d78cc5f6a30d0f282949085 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:17.653Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:17.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:17.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-13T21:41:17.975Z] 785d9a416fcb: Preparing [2020-10-13T21:41:17.975Z] 81487275b51c: Preparing [2020-10-13T21:41:17.975Z] 60a3aa742bd2: Preparing [2020-10-13T21:41:17.975Z] 60a3aa742bd2: Layer already exists [2020-10-13T21:41:17.975Z] 81487275b51c: Layer already exists [2020-10-13T21:41:17.975Z] 785d9a416fcb: Layer already exists [2020-10-13T21:41:17.975Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71: digest: sha256:a06d44dc0257db0f7922064064f9596b3d14944c9d78cc5f6a30d0f282949085 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:18.297Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:18.601Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-13T21:41:18.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-13T21:41:18.601Z] 785d9a416fcb: Preparing [2020-10-13T21:41:18.601Z] 81487275b51c: Preparing [2020-10-13T21:41:18.601Z] 60a3aa742bd2: Preparing [2020-10-13T21:41:18.601Z] 81487275b51c: Layer already exists [2020-10-13T21:41:18.601Z] 785d9a416fcb: Layer already exists [2020-10-13T21:41:18.601Z] 60a3aa742bd2: Layer already exists [2020-10-13T21:41:18.601Z] master: digest: sha256:a06d44dc0257db0f7922064064f9596b3d14944c9d78cc5f6a30d0f282949085 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:41:18.824Z] ===================================================== [Pipeline] echo [2020-10-13T21:41:18.869Z] taggedImages: [2020-10-13T21:41:18.869Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:18.869Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.71 [2020-10-13T21:41:18.869Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:18.869Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-13T21:41:18.991Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-13T21:41:18.991Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:18.991Z] 1.2.2-dev.71 [2020-10-13T21:41:18.991Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:18.991Z] master [2020-10-13T21:41:18.991Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:19.470Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:19.773Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:19.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-13T21:41:19.773Z] ef62437090af: Preparing [2020-10-13T21:41:19.773Z] aacef3cbd520: Preparing [2020-10-13T21:41:19.773Z] e2c07f05c7a9: Preparing [2020-10-13T21:41:19.773Z] 745253e65299: Preparing [2020-10-13T21:41:19.773Z] 4072eb58e61e: Preparing [2020-10-13T21:41:19.773Z] 50644c29ef5a: Preparing [2020-10-13T21:41:19.773Z] 50644c29ef5a: Waiting [2020-10-13T21:41:20.035Z] ef62437090af: Pushed [2020-10-13T21:41:20.035Z] e2c07f05c7a9: Pushed [2020-10-13T21:41:20.035Z] 4072eb58e61e: Pushed [2020-10-13T21:41:20.035Z] 50644c29ef5a: Layer already exists [2020-10-13T21:41:20.035Z] 745253e65299: Pushed [2020-10-13T21:41:21.425Z] aacef3cbd520: Pushed [2020-10-13T21:41:21.425Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67: digest: sha256:345eb3a8a8a01dc5dcb52b013de2f46137f0c67a7373cffc5064d3ef50eda61d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:21.732Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:22.031Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.71 [2020-10-13T21:41:22.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-13T21:41:22.031Z] ef62437090af: Preparing [2020-10-13T21:41:22.031Z] aacef3cbd520: Preparing [2020-10-13T21:41:22.031Z] e2c07f05c7a9: Preparing [2020-10-13T21:41:22.031Z] 745253e65299: Preparing [2020-10-13T21:41:22.031Z] 4072eb58e61e: Preparing [2020-10-13T21:41:22.031Z] 50644c29ef5a: Preparing [2020-10-13T21:41:22.031Z] 50644c29ef5a: Waiting [2020-10-13T21:41:22.031Z] ef62437090af: Layer already exists [2020-10-13T21:41:22.031Z] aacef3cbd520: Layer already exists [2020-10-13T21:41:22.031Z] 745253e65299: Layer already exists [2020-10-13T21:41:22.031Z] e2c07f05c7a9: Layer already exists [2020-10-13T21:41:22.031Z] 4072eb58e61e: Layer already exists [2020-10-13T21:41:22.031Z] 50644c29ef5a: Layer already exists [2020-10-13T21:41:22.031Z] 1.2.2-dev.71: digest: sha256:345eb3a8a8a01dc5dcb52b013de2f46137f0c67a7373cffc5064d3ef50eda61d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:22.342Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:22.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:22.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-13T21:41:22.646Z] ef62437090af: Preparing [2020-10-13T21:41:22.646Z] aacef3cbd520: Preparing [2020-10-13T21:41:22.646Z] e2c07f05c7a9: Preparing [2020-10-13T21:41:22.646Z] 745253e65299: Preparing [2020-10-13T21:41:22.646Z] 4072eb58e61e: Preparing [2020-10-13T21:41:22.646Z] 50644c29ef5a: Preparing [2020-10-13T21:41:22.646Z] 50644c29ef5a: Waiting [2020-10-13T21:41:22.646Z] 745253e65299: Layer already exists [2020-10-13T21:41:22.646Z] e2c07f05c7a9: Layer already exists [2020-10-13T21:41:22.646Z] 4072eb58e61e: Layer already exists [2020-10-13T21:41:22.646Z] aacef3cbd520: Layer already exists [2020-10-13T21:41:22.646Z] ef62437090af: Layer already exists [2020-10-13T21:41:22.646Z] 50644c29ef5a: Layer already exists [2020-10-13T21:41:22.646Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71: digest: sha256:345eb3a8a8a01dc5dcb52b013de2f46137f0c67a7373cffc5064d3ef50eda61d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:22.980Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:23.285Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-13T21:41:23.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-13T21:41:23.285Z] ef62437090af: Preparing [2020-10-13T21:41:23.285Z] aacef3cbd520: Preparing [2020-10-13T21:41:23.285Z] e2c07f05c7a9: Preparing [2020-10-13T21:41:23.285Z] 745253e65299: Preparing [2020-10-13T21:41:23.285Z] 4072eb58e61e: Preparing [2020-10-13T21:41:23.285Z] 50644c29ef5a: Preparing [2020-10-13T21:41:23.285Z] 50644c29ef5a: Waiting [2020-10-13T21:41:23.285Z] ef62437090af: Layer already exists [2020-10-13T21:41:23.285Z] 745253e65299: Layer already exists [2020-10-13T21:41:23.285Z] 4072eb58e61e: Layer already exists [2020-10-13T21:41:23.285Z] e2c07f05c7a9: Layer already exists [2020-10-13T21:41:23.285Z] aacef3cbd520: Layer already exists [2020-10-13T21:41:23.285Z] 50644c29ef5a: Layer already exists [2020-10-13T21:41:23.285Z] master: digest: sha256:345eb3a8a8a01dc5dcb52b013de2f46137f0c67a7373cffc5064d3ef50eda61d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:41:23.456Z] ===================================================== [Pipeline] echo [2020-10-13T21:41:23.504Z] taggedImages: [2020-10-13T21:41:23.504Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:23.504Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.71 [2020-10-13T21:41:23.504Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:23.504Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-13T21:41:23.567Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-13T21:41:23.567Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:23.567Z] 1.2.2-dev.71 [2020-10-13T21:41:23.567Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:23.567Z] master [2020-10-13T21:41:23.567Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:24.068Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:24.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:24.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-13T21:41:24.364Z] 263bb89574b0: Preparing [2020-10-13T21:41:24.364Z] 83ed3fa19196: Preparing [2020-10-13T21:41:24.364Z] 3d2ea5dad753: Preparing [2020-10-13T21:41:24.626Z] 3d2ea5dad753: Pushed [2020-10-13T21:41:24.626Z] 263bb89574b0: Pushed [2020-10-13T21:41:26.009Z] 83ed3fa19196: Pushed [2020-10-13T21:41:26.009Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67: digest: sha256:a64e13fef71e1447deb6de7f8eac7b97217cfb6f257c56d6d49a91435a111c6b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:27.705Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:28.014Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.71 [2020-10-13T21:41:28.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-13T21:41:28.014Z] 263bb89574b0: Preparing [2020-10-13T21:41:28.014Z] 83ed3fa19196: Preparing [2020-10-13T21:41:28.014Z] 3d2ea5dad753: Preparing [2020-10-13T21:41:28.014Z] 3d2ea5dad753: Layer already exists [2020-10-13T21:41:28.014Z] 263bb89574b0: Layer already exists [2020-10-13T21:41:28.014Z] 83ed3fa19196: Layer already exists [2020-10-13T21:41:28.014Z] 1.2.2-dev.71: digest: sha256:a64e13fef71e1447deb6de7f8eac7b97217cfb6f257c56d6d49a91435a111c6b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:28.323Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:28.628Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:28.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-13T21:41:28.628Z] 263bb89574b0: Preparing [2020-10-13T21:41:28.628Z] 83ed3fa19196: Preparing [2020-10-13T21:41:28.628Z] 3d2ea5dad753: Preparing [2020-10-13T21:41:28.628Z] 263bb89574b0: Layer already exists [2020-10-13T21:41:28.628Z] 83ed3fa19196: Layer already exists [2020-10-13T21:41:28.628Z] 3d2ea5dad753: Layer already exists [2020-10-13T21:41:28.628Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71: digest: sha256:a64e13fef71e1447deb6de7f8eac7b97217cfb6f257c56d6d49a91435a111c6b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:28.928Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:29.227Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-13T21:41:29.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-13T21:41:29.227Z] 263bb89574b0: Preparing [2020-10-13T21:41:29.227Z] 83ed3fa19196: Preparing [2020-10-13T21:41:29.227Z] 3d2ea5dad753: Preparing [2020-10-13T21:41:29.227Z] 83ed3fa19196: Layer already exists [2020-10-13T21:41:29.227Z] 3d2ea5dad753: Layer already exists [2020-10-13T21:41:29.227Z] 263bb89574b0: Layer already exists [2020-10-13T21:41:29.227Z] master: digest: sha256:a64e13fef71e1447deb6de7f8eac7b97217cfb6f257c56d6d49a91435a111c6b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:41:29.444Z] ===================================================== [Pipeline] echo [2020-10-13T21:41:29.532Z] taggedImages: [2020-10-13T21:41:29.532Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:29.532Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.71 [2020-10-13T21:41:29.532Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:29.532Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-13T21:41:29.590Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-13T21:41:29.590Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:29.590Z] 1.2.2-dev.71 [2020-10-13T21:41:29.590Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:29.590Z] master [2020-10-13T21:41:29.590Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:30.073Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:30.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:30.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-13T21:41:30.392Z] 2bd6405f56b2: Preparing [2020-10-13T21:41:30.392Z] 96b9c8c0bc9b: Preparing [2020-10-13T21:41:30.392Z] 4b2a5c9acd16: Preparing [2020-10-13T21:41:30.392Z] 6d890f71b5d1: Preparing [2020-10-13T21:41:30.392Z] 50644c29ef5a: Preparing [2020-10-13T21:41:30.392Z] 50644c29ef5a: Layer already exists [2020-10-13T21:41:30.392Z] 4b2a5c9acd16: Pushed [2020-10-13T21:41:30.657Z] 96b9c8c0bc9b: Pushed [2020-10-13T21:41:30.921Z] 6d890f71b5d1: Pushed [2020-10-13T21:41:31.494Z] 2bd6405f56b2: Pushed [2020-10-13T21:41:31.494Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67: digest: sha256:4205c8c6e17382a7d6b7d130b74533b37faa582eaaf87aa32a8c047c796eed71 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:32.058Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:32.356Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.71 [2020-10-13T21:41:32.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-13T21:41:32.356Z] 2bd6405f56b2: Preparing [2020-10-13T21:41:32.356Z] 96b9c8c0bc9b: Preparing [2020-10-13T21:41:32.356Z] 4b2a5c9acd16: Preparing [2020-10-13T21:41:32.356Z] 6d890f71b5d1: Preparing [2020-10-13T21:41:32.356Z] 50644c29ef5a: Preparing [2020-10-13T21:41:32.356Z] 50644c29ef5a: Layer already exists [2020-10-13T21:41:32.356Z] 2bd6405f56b2: Layer already exists [2020-10-13T21:41:32.356Z] 6d890f71b5d1: Layer already exists [2020-10-13T21:41:32.356Z] 96b9c8c0bc9b: Layer already exists [2020-10-13T21:41:32.617Z] 4b2a5c9acd16: Layer already exists [2020-10-13T21:41:32.617Z] 1.2.2-dev.71: digest: sha256:4205c8c6e17382a7d6b7d130b74533b37faa582eaaf87aa32a8c047c796eed71 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:32.917Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:33.226Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:33.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-13T21:41:33.226Z] 2bd6405f56b2: Preparing [2020-10-13T21:41:33.226Z] 96b9c8c0bc9b: Preparing [2020-10-13T21:41:33.226Z] 4b2a5c9acd16: Preparing [2020-10-13T21:41:33.226Z] 6d890f71b5d1: Preparing [2020-10-13T21:41:33.226Z] 50644c29ef5a: Preparing [2020-10-13T21:41:33.226Z] 96b9c8c0bc9b: Layer already exists [2020-10-13T21:41:33.226Z] 50644c29ef5a: Layer already exists [2020-10-13T21:41:33.226Z] 6d890f71b5d1: Layer already exists [2020-10-13T21:41:33.226Z] 2bd6405f56b2: Layer already exists [2020-10-13T21:41:33.226Z] 4b2a5c9acd16: Layer already exists [2020-10-13T21:41:33.226Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71: digest: sha256:4205c8c6e17382a7d6b7d130b74533b37faa582eaaf87aa32a8c047c796eed71 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:33.531Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:33.862Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-13T21:41:33.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-13T21:41:33.863Z] 2bd6405f56b2: Preparing [2020-10-13T21:41:33.863Z] 96b9c8c0bc9b: Preparing [2020-10-13T21:41:33.863Z] 4b2a5c9acd16: Preparing [2020-10-13T21:41:33.863Z] 6d890f71b5d1: Preparing [2020-10-13T21:41:33.863Z] 50644c29ef5a: Preparing [2020-10-13T21:41:33.863Z] 4b2a5c9acd16: Layer already exists [2020-10-13T21:41:33.863Z] 6d890f71b5d1: Layer already exists [2020-10-13T21:41:33.863Z] 50644c29ef5a: Layer already exists [2020-10-13T21:41:33.863Z] 96b9c8c0bc9b: Layer already exists [2020-10-13T21:41:33.863Z] 2bd6405f56b2: Layer already exists [2020-10-13T21:41:33.863Z] master: digest: sha256:4205c8c6e17382a7d6b7d130b74533b37faa582eaaf87aa32a8c047c796eed71 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:41:34.058Z] ===================================================== [Pipeline] echo [2020-10-13T21:41:34.136Z] taggedImages: [2020-10-13T21:41:34.136Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:34.136Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.71 [2020-10-13T21:41:34.136Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:34.136Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-13T21:41:34.201Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-13T21:41:34.201Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:34.201Z] 1.2.2-dev.71 [2020-10-13T21:41:34.201Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:34.201Z] master [2020-10-13T21:41:34.201Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:34.753Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:35.053Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:35.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-13T21:41:35.053Z] 1047452127dc: Preparing [2020-10-13T21:41:35.053Z] 40f8bad43875: Preparing [2020-10-13T21:41:35.053Z] 6924787ac394: Preparing [2020-10-13T21:41:35.053Z] 20114949bb9f: Preparing [2020-10-13T21:41:35.053Z] 20114949bb9f: Preparing [2020-10-13T21:41:35.053Z] f6847bf6797e: Preparing [2020-10-13T21:41:35.053Z] 0f762231af20: Preparing [2020-10-13T21:41:35.053Z] f62e20089bd4: Preparing [2020-10-13T21:41:35.053Z] 1047452127dc: Preparing [2020-10-13T21:41:35.053Z] 6fd9496364f7: Preparing [2020-10-13T21:41:35.053Z] 30236fcf8ebd: Preparing [2020-10-13T21:41:35.053Z] e9b1da19c539: Preparing [2020-10-13T21:41:35.053Z] 50644c29ef5a: Preparing [2020-10-13T21:41:35.053Z] 0f762231af20: Waiting [2020-10-13T21:41:35.053Z] 30236fcf8ebd: Waiting [2020-10-13T21:41:35.053Z] e9b1da19c539: Waiting [2020-10-13T21:41:35.053Z] 50644c29ef5a: Waiting [2020-10-13T21:41:35.053Z] f62e20089bd4: Waiting [2020-10-13T21:41:35.053Z] 6fd9496364f7: Waiting [2020-10-13T21:41:35.314Z] f6847bf6797e: Pushed [2020-10-13T21:41:35.314Z] 20114949bb9f: Pushed [2020-10-13T21:41:35.314Z] 6924787ac394: Pushed [2020-10-13T21:41:35.314Z] 40f8bad43875: Pushed [2020-10-13T21:41:35.577Z] 0f762231af20: Pushed [2020-10-13T21:41:35.577Z] f62e20089bd4: Pushed [2020-10-13T21:41:35.577Z] 6fd9496364f7: Pushed [2020-10-13T21:41:35.577Z] 30236fcf8ebd: Pushed [2020-10-13T21:41:35.577Z] 50644c29ef5a: Layer already exists [2020-10-13T21:41:35.838Z] e9b1da19c539: Pushed [2020-10-13T21:41:36.101Z] 1047452127dc: Pushed [2020-10-13T21:41:36.363Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67: digest: sha256:8d90892a91ea66dd807ec21aa7ec1fa90968be8b0d102c838e26c24aa5ca3110 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:36.670Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:36.995Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.71 [2020-10-13T21:41:36.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-13T21:41:36.995Z] 1047452127dc: Preparing [2020-10-13T21:41:36.995Z] 40f8bad43875: Preparing [2020-10-13T21:41:36.995Z] 6924787ac394: Preparing [2020-10-13T21:41:36.995Z] 20114949bb9f: Preparing [2020-10-13T21:41:36.995Z] 20114949bb9f: Preparing [2020-10-13T21:41:36.995Z] f6847bf6797e: Preparing [2020-10-13T21:41:36.995Z] 0f762231af20: Preparing [2020-10-13T21:41:36.995Z] f62e20089bd4: Preparing [2020-10-13T21:41:36.995Z] 1047452127dc: Preparing [2020-10-13T21:41:36.995Z] 6fd9496364f7: Preparing [2020-10-13T21:41:36.995Z] 30236fcf8ebd: Preparing [2020-10-13T21:41:36.995Z] e9b1da19c539: Preparing [2020-10-13T21:41:36.995Z] 50644c29ef5a: Preparing [2020-10-13T21:41:36.995Z] f62e20089bd4: Waiting [2020-10-13T21:41:36.995Z] 6fd9496364f7: Waiting [2020-10-13T21:41:36.995Z] 30236fcf8ebd: Waiting [2020-10-13T21:41:36.995Z] e9b1da19c539: Waiting [2020-10-13T21:41:36.995Z] 50644c29ef5a: Waiting [2020-10-13T21:41:36.995Z] 0f762231af20: Waiting [2020-10-13T21:41:36.995Z] 40f8bad43875: Layer already exists [2020-10-13T21:41:36.995Z] 1047452127dc: Layer already exists [2020-10-13T21:41:36.995Z] 6924787ac394: Layer already exists [2020-10-13T21:41:36.995Z] 20114949bb9f: Layer already exists [2020-10-13T21:41:36.995Z] 0f762231af20: Layer already exists [2020-10-13T21:41:36.995Z] f62e20089bd4: Layer already exists [2020-10-13T21:41:36.995Z] 30236fcf8ebd: Layer already exists [2020-10-13T21:41:36.995Z] 6fd9496364f7: Layer already exists [2020-10-13T21:41:36.995Z] e9b1da19c539: Layer already exists [2020-10-13T21:41:36.995Z] 50644c29ef5a: Layer already exists [2020-10-13T21:41:37.256Z] f6847bf6797e: Layer already exists [2020-10-13T21:41:37.256Z] 1.2.2-dev.71: digest: sha256:8d90892a91ea66dd807ec21aa7ec1fa90968be8b0d102c838e26c24aa5ca3110 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:37.559Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:37.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:37.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-13T21:41:37.859Z] 1047452127dc: Preparing [2020-10-13T21:41:37.859Z] 40f8bad43875: Preparing [2020-10-13T21:41:37.859Z] 6924787ac394: Preparing [2020-10-13T21:41:37.859Z] 20114949bb9f: Preparing [2020-10-13T21:41:37.859Z] 20114949bb9f: Preparing [2020-10-13T21:41:37.859Z] f6847bf6797e: Preparing [2020-10-13T21:41:37.859Z] 0f762231af20: Preparing [2020-10-13T21:41:37.859Z] f62e20089bd4: Preparing [2020-10-13T21:41:37.859Z] 1047452127dc: Preparing [2020-10-13T21:41:37.859Z] 6fd9496364f7: Preparing [2020-10-13T21:41:37.859Z] 30236fcf8ebd: Preparing [2020-10-13T21:41:37.859Z] e9b1da19c539: Preparing [2020-10-13T21:41:37.859Z] 50644c29ef5a: Preparing [2020-10-13T21:41:37.859Z] 0f762231af20: Waiting [2020-10-13T21:41:37.859Z] 30236fcf8ebd: Waiting [2020-10-13T21:41:37.859Z] e9b1da19c539: Waiting [2020-10-13T21:41:37.859Z] 50644c29ef5a: Waiting [2020-10-13T21:41:37.859Z] f62e20089bd4: Waiting [2020-10-13T21:41:37.859Z] 6fd9496364f7: Waiting [2020-10-13T21:41:37.859Z] 6924787ac394: Layer already exists [2020-10-13T21:41:37.859Z] 40f8bad43875: Layer already exists [2020-10-13T21:41:37.859Z] f6847bf6797e: Layer already exists [2020-10-13T21:41:37.859Z] 1047452127dc: Layer already exists [2020-10-13T21:41:37.859Z] 20114949bb9f: Layer already exists [2020-10-13T21:41:37.859Z] 6fd9496364f7: Layer already exists [2020-10-13T21:41:37.859Z] 0f762231af20: Layer already exists [2020-10-13T21:41:37.859Z] f62e20089bd4: Layer already exists [2020-10-13T21:41:37.859Z] 30236fcf8ebd: Layer already exists [2020-10-13T21:41:37.859Z] e9b1da19c539: Layer already exists [2020-10-13T21:41:37.859Z] 50644c29ef5a: Layer already exists [2020-10-13T21:41:37.859Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71: digest: sha256:8d90892a91ea66dd807ec21aa7ec1fa90968be8b0d102c838e26c24aa5ca3110 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:38.161Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:38.458Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-13T21:41:38.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-13T21:41:38.458Z] 1047452127dc: Preparing [2020-10-13T21:41:38.458Z] 40f8bad43875: Preparing [2020-10-13T21:41:38.458Z] 6924787ac394: Preparing [2020-10-13T21:41:38.458Z] 20114949bb9f: Preparing [2020-10-13T21:41:38.458Z] 20114949bb9f: Preparing [2020-10-13T21:41:38.458Z] f6847bf6797e: Preparing [2020-10-13T21:41:38.458Z] 0f762231af20: Preparing [2020-10-13T21:41:38.458Z] f62e20089bd4: Preparing [2020-10-13T21:41:38.458Z] 1047452127dc: Preparing [2020-10-13T21:41:38.458Z] 6fd9496364f7: Preparing [2020-10-13T21:41:38.458Z] 30236fcf8ebd: Preparing [2020-10-13T21:41:38.458Z] e9b1da19c539: Preparing [2020-10-13T21:41:38.458Z] 50644c29ef5a: Preparing [2020-10-13T21:41:38.458Z] 0f762231af20: Waiting [2020-10-13T21:41:38.458Z] f62e20089bd4: Waiting [2020-10-13T21:41:38.458Z] 6fd9496364f7: Waiting [2020-10-13T21:41:38.458Z] 30236fcf8ebd: Waiting [2020-10-13T21:41:38.458Z] 50644c29ef5a: Waiting [2020-10-13T21:41:38.458Z] e9b1da19c539: Waiting [2020-10-13T21:41:38.458Z] 6924787ac394: Layer already exists [2020-10-13T21:41:38.458Z] 20114949bb9f: Layer already exists [2020-10-13T21:41:38.458Z] 1047452127dc: Layer already exists [2020-10-13T21:41:38.458Z] f6847bf6797e: Layer already exists [2020-10-13T21:41:38.458Z] 40f8bad43875: Layer already exists [2020-10-13T21:41:38.458Z] f62e20089bd4: Layer already exists [2020-10-13T21:41:38.458Z] 0f762231af20: Layer already exists [2020-10-13T21:41:38.458Z] 6fd9496364f7: Layer already exists [2020-10-13T21:41:38.458Z] 50644c29ef5a: Layer already exists [2020-10-13T21:41:38.458Z] 30236fcf8ebd: Layer already exists [2020-10-13T21:41:38.458Z] e9b1da19c539: Layer already exists [2020-10-13T21:41:38.458Z] master: digest: sha256:8d90892a91ea66dd807ec21aa7ec1fa90968be8b0d102c838e26c24aa5ca3110 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:41:38.628Z] ===================================================== [Pipeline] echo [2020-10-13T21:41:38.672Z] taggedImages: [2020-10-13T21:41:38.672Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:38.672Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.71 [2020-10-13T21:41:38.672Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:38.672Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-13T21:41:38.708Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T21:41:38.708Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-13T21:41:38.708Z] ---> 87aae3dd53d9 [2020-10-13T21:41:38.708Z] Step 3/23 : WORKDIR /edgex-go [2020-10-13T21:41:38.708Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T21:41:38.708Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-13T21:41:38.708Z] ---> 87aae3dd53d9 [2020-10-13T21:41:38.708Z] Step 3/20 : WORKDIR /edgex-go [2020-10-13T21:41:38.708Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T21:41:38.708Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-13T21:41:38.708Z] ---> 87aae3dd53d9 [2020-10-13T21:41:38.708Z] Step 3/24 : WORKDIR /edgex-go [2020-10-13T21:41:38.708Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T21:41:38.708Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-13T21:41:38.708Z] ---> 87aae3dd53d9 [2020-10-13T21:41:38.708Z] Step 3/26 : WORKDIR /edgex-go [2020-10-13T21:41:38.708Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T21:41:38.708Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-13T21:41:38.708Z] ---> 87aae3dd53d9 [2020-10-13T21:41:38.708Z] Step 3/27 : WORKDIR /edgex-go [2020-10-13T21:41:38.708Z] ---> Running in 64310065a0eb [2020-10-13T21:41:38.708Z] ---> Running in 2b2300d5f4a8 [2020-10-13T21:41:38.708Z] ---> Running in 975443f978cb [2020-10-13T21:41:38.708Z] ---> Running in 175825e6f760 [2020-10-13T21:41:38.708Z] ---> Running in c36afb94f8a5 [2020-10-13T21:41:38.708Z] Removing intermediate container 175825e6f760 [2020-10-13T21:41:38.708Z] ---> e55dd8d4f510 [2020-10-13T21:41:38.708Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T21:41:38.708Z] Removing intermediate container 64310065a0eb [2020-10-13T21:41:38.708Z] ---> d8764747b082 [2020-10-13T21:41:38.708Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T21:41:38.708Z] Removing intermediate container c36afb94f8a5 [2020-10-13T21:41:38.708Z] ---> 65458b8125c7 [2020-10-13T21:41:38.708Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T21:41:38.708Z] Removing intermediate container 975443f978cb [2020-10-13T21:41:38.708Z] ---> 54e82a75647f [2020-10-13T21:41:38.708Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T21:41:38.708Z] Removing intermediate container 2b2300d5f4a8 [2020-10-13T21:41:38.708Z] ---> b8f7d7faa5f9 [2020-10-13T21:41:38.708Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T21:41:38.708Z] ---> Running in c9191778d724 [2020-10-13T21:41:38.708Z] ---> Running in 5949c2670979 [2020-10-13T21:41:38.708Z] ---> Running in 4ad1c690e285 [2020-10-13T21:41:38.708Z] ---> Running in b1c8875ef6ca [2020-10-13T21:41:38.708Z] ---> Running in 7a01fabd47de [2020-10-13T21:41:38.708Z] Removing intermediate container 5949c2670979 [2020-10-13T21:41:38.708Z] ---> f3de335c0989 [2020-10-13T21:41:38.708Z] Step 5/26 : RUN apk update && apk add make git [2020-10-13T21:41:38.708Z] Removing intermediate container c9191778d724 [2020-10-13T21:41:38.708Z] ---> 0f2702fcdec5 [2020-10-13T21:41:38.708Z] Step 5/20 : RUN apk update && apk add make git [2020-10-13T21:41:38.708Z] ---> Running in 21bc95a0d7dc [2020-10-13T21:41:38.708Z] ---> Running in d78419d262b1 [2020-10-13T21:41:38.708Z] Removing intermediate container b1c8875ef6ca [2020-10-13T21:41:38.708Z] ---> 410938d3db6e [2020-10-13T21:41:38.708Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-13T21:41:38.708Z] Removing intermediate container 4ad1c690e285 [2020-10-13T21:41:38.708Z] ---> c0e949e5b60c [2020-10-13T21:41:38.708Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-13T21:41:38.708Z] Removing intermediate container 7a01fabd47de [2020-10-13T21:41:38.708Z] ---> a56c405e83e2 [2020-10-13T21:41:38.708Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-13T21:41:38.708Z] ---> Running in af03699ae397 [2020-10-13T21:41:38.708Z] ---> Running in b1bd5eaa95bd [2020-10-13T21:41:38.708Z] ---> Running in c4f362fc2467 [2020-10-13T21:41:38.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T21:41:38.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T21:41:38.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T21:41:38.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T21:41:38.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T21:41:38.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T21:41:38.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T21:41:38.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T21:41:38.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T21:41:38.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T21:41:38.708Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T21:41:38.708Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T21:41:38.708Z] OK: 12623 distinct packages available [2020-10-13T21:41:38.708Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T21:41:38.708Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T21:41:38.708Z] OK: 12623 distinct packages available [2020-10-13T21:41:38.708Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T21:41:38.708Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T21:41:38.708Z] OK: 12623 distinct packages available [2020-10-13T21:41:38.708Z] OK: 217 MiB in 51 packages [2020-10-13T21:41:38.708Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T21:41:38.708Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T21:41:38.708Z] OK: 12623 distinct packages available [2020-10-13T21:41:38.708Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T21:41:38.708Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T21:41:38.708Z] OK: 12623 distinct packages available [2020-10-13T21:41:38.708Z] OK: 217 MiB in 51 packages [2020-10-13T21:41:38.708Z] OK: 217 MiB in 51 packages [Pipeline] echo [2020-10-13T21:41:38.732Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-13T21:41:38.732Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:38.732Z] 1.2.2-dev.71 [2020-10-13T21:41:38.732Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:38.732Z] master [2020-10-13T21:41:38.732Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:39.201Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:39.318Z] OK: 217 MiB in 51 packages [2020-10-13T21:41:39.318Z] OK: 217 MiB in 51 packages [2020-10-13T21:41:39.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:39.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-13T21:41:39.506Z] b88d1d2215e6: Preparing [2020-10-13T21:41:39.506Z] 7fed86a2f879: Preparing [2020-10-13T21:41:39.506Z] 48d817e89ef5: Preparing [2020-10-13T21:41:39.506Z] ac94980cf0c3: Preparing [2020-10-13T21:41:39.506Z] 2ecaf7fca48d: Preparing [2020-10-13T21:41:39.506Z] 7cf0b9edb330: Preparing [2020-10-13T21:41:39.506Z] 2c4b82f108c3: Preparing [2020-10-13T21:41:39.506Z] 609112c76960: Preparing [2020-10-13T21:41:39.506Z] 4210b41dec64: Preparing [2020-10-13T21:41:39.506Z] ecb8c37198d1: Preparing [2020-10-13T21:41:39.506Z] 1b3ee35aacca: Preparing [2020-10-13T21:41:39.506Z] 609112c76960: Waiting [2020-10-13T21:41:39.506Z] 4210b41dec64: Waiting [2020-10-13T21:41:39.506Z] ecb8c37198d1: Waiting [2020-10-13T21:41:39.506Z] 1b3ee35aacca: Waiting [2020-10-13T21:41:39.506Z] 2c4b82f108c3: Waiting [2020-10-13T21:41:39.506Z] 7cf0b9edb330: Waiting [2020-10-13T21:41:39.773Z] 7fed86a2f879: Pushed [2020-10-13T21:41:39.773Z] b88d1d2215e6: Pushed [2020-10-13T21:41:39.773Z] 7cf0b9edb330: Pushed [2020-10-13T21:41:39.773Z] 2c4b82f108c3: Pushed [2020-10-13T21:41:40.035Z] 609112c76960: Pushed [2020-10-13T21:41:40.035Z] 4210b41dec64: Pushed [2020-10-13T21:41:40.035Z] 1b3ee35aacca: Layer already exists [2020-10-13T21:41:40.295Z] 48d817e89ef5: Pushed [2020-10-13T21:41:40.316Z] Removing intermediate container 21bc95a0d7dc [2020-10-13T21:41:40.316Z] ---> 8e8748b72838 [2020-10-13T21:41:40.316Z] Step 6/26 : COPY go.mod . [2020-10-13T21:41:40.556Z] 2ecaf7fca48d: Pushed [2020-10-13T21:41:40.556Z] ac94980cf0c3: Pushed [2020-10-13T21:41:40.556Z] ecb8c37198d1: Pushed [2020-10-13T21:41:40.603Z] Removing intermediate container af03699ae397 [2020-10-13T21:41:40.603Z] ---> 941c701cedbf [2020-10-13T21:41:40.603Z] Step 6/24 : COPY go.mod . [2020-10-13T21:41:40.603Z] Removing intermediate container b1bd5eaa95bd [2020-10-13T21:41:40.603Z] ---> 2b8a7b85fcca [2020-10-13T21:41:40.603Z] Step 6/27 : COPY go.mod . [2020-10-13T21:41:40.817Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67: digest: sha256:cc607c35d4b6ccc724016c03f35332afe3da502741676c7691d6fb686e98dd46 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:41.127Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:41.422Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.71 [2020-10-13T21:41:41.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-13T21:41:41.422Z] b88d1d2215e6: Preparing [2020-10-13T21:41:41.422Z] 7fed86a2f879: Preparing [2020-10-13T21:41:41.422Z] 48d817e89ef5: Preparing [2020-10-13T21:41:41.422Z] ac94980cf0c3: Preparing [2020-10-13T21:41:41.422Z] 2ecaf7fca48d: Preparing [2020-10-13T21:41:41.422Z] 7cf0b9edb330: Preparing [2020-10-13T21:41:41.422Z] 2c4b82f108c3: Preparing [2020-10-13T21:41:41.422Z] 609112c76960: Preparing [2020-10-13T21:41:41.422Z] 4210b41dec64: Preparing [2020-10-13T21:41:41.422Z] ecb8c37198d1: Preparing [2020-10-13T21:41:41.422Z] 1b3ee35aacca: Preparing [2020-10-13T21:41:41.422Z] 7cf0b9edb330: Waiting [2020-10-13T21:41:41.422Z] 2c4b82f108c3: Waiting [2020-10-13T21:41:41.422Z] 609112c76960: Waiting [2020-10-13T21:41:41.422Z] ecb8c37198d1: Waiting [2020-10-13T21:41:41.422Z] 1b3ee35aacca: Waiting [2020-10-13T21:41:41.422Z] 4210b41dec64: Waiting [2020-10-13T21:41:41.422Z] 7fed86a2f879: Layer already exists [2020-10-13T21:41:41.422Z] 48d817e89ef5: Layer already exists [2020-10-13T21:41:41.422Z] ac94980cf0c3: Layer already exists [2020-10-13T21:41:41.422Z] 2ecaf7fca48d: Layer already exists [2020-10-13T21:41:41.422Z] b88d1d2215e6: Layer already exists [2020-10-13T21:41:41.422Z] 2c4b82f108c3: Layer already exists [2020-10-13T21:41:41.422Z] 7cf0b9edb330: Layer already exists [2020-10-13T21:41:41.422Z] 4210b41dec64: Layer already exists [2020-10-13T21:41:41.422Z] ecb8c37198d1: Layer already exists [2020-10-13T21:41:41.422Z] 609112c76960: Layer already exists [2020-10-13T21:41:41.422Z] 1b3ee35aacca: Layer already exists [2020-10-13T21:41:41.422Z] 1.2.2-dev.71: digest: sha256:cc607c35d4b6ccc724016c03f35332afe3da502741676c7691d6fb686e98dd46 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:41.592Z] Removing intermediate container c4f362fc2467 [2020-10-13T21:41:41.592Z] ---> cb3a714f2eb9 [2020-10-13T21:41:41.592Z] Step 6/23 : COPY go.mod . [2020-10-13T21:41:41.592Z] Removing intermediate container d78419d262b1 [2020-10-13T21:41:41.592Z] ---> a84c89d8e27d [2020-10-13T21:41:41.592Z] Step 6/20 : COPY go.mod . [2020-10-13T21:41:41.592Z] ---> a777508b1ac1 [2020-10-13T21:41:41.592Z] Step 7/26 : RUN go mod download [2020-10-13T21:41:41.722Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:41.870Z] ---> Running in 2b10e1414406 [2020-10-13T21:41:41.870Z] ---> e06e26814446 [2020-10-13T21:41:41.870Z] Step 7/27 : RUN go mod download [2020-10-13T21:41:41.870Z] ---> acf7757c9525 [2020-10-13T21:41:41.870Z] Step 7/24 : RUN go mod download [2020-10-13T21:41:42.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:42.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-13T21:41:42.016Z] b88d1d2215e6: Preparing [2020-10-13T21:41:42.016Z] 7fed86a2f879: Preparing [2020-10-13T21:41:42.016Z] 48d817e89ef5: Preparing [2020-10-13T21:41:42.016Z] ac94980cf0c3: Preparing [2020-10-13T21:41:42.016Z] 2ecaf7fca48d: Preparing [2020-10-13T21:41:42.016Z] 7cf0b9edb330: Preparing [2020-10-13T21:41:42.016Z] 2c4b82f108c3: Preparing [2020-10-13T21:41:42.016Z] 609112c76960: Preparing [2020-10-13T21:41:42.016Z] 4210b41dec64: Preparing [2020-10-13T21:41:42.016Z] ecb8c37198d1: Preparing [2020-10-13T21:41:42.016Z] 1b3ee35aacca: Preparing [2020-10-13T21:41:42.016Z] 7cf0b9edb330: Waiting [2020-10-13T21:41:42.016Z] 2c4b82f108c3: Waiting [2020-10-13T21:41:42.016Z] 609112c76960: Waiting [2020-10-13T21:41:42.016Z] 4210b41dec64: Waiting [2020-10-13T21:41:42.016Z] ecb8c37198d1: Waiting [2020-10-13T21:41:42.016Z] 1b3ee35aacca: Waiting [2020-10-13T21:41:42.016Z] ac94980cf0c3: Layer already exists [2020-10-13T21:41:42.016Z] 2ecaf7fca48d: Layer already exists [2020-10-13T21:41:42.016Z] b88d1d2215e6: Layer already exists [2020-10-13T21:41:42.016Z] 7fed86a2f879: Layer already exists [2020-10-13T21:41:42.016Z] 48d817e89ef5: Layer already exists [2020-10-13T21:41:42.016Z] 4210b41dec64: Layer already exists [2020-10-13T21:41:42.016Z] 2c4b82f108c3: Layer already exists [2020-10-13T21:41:42.016Z] 7cf0b9edb330: Layer already exists [2020-10-13T21:41:42.016Z] 609112c76960: Layer already exists [2020-10-13T21:41:42.016Z] ecb8c37198d1: Layer already exists [2020-10-13T21:41:42.016Z] 1b3ee35aacca: Layer already exists [2020-10-13T21:41:42.016Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71: digest: sha256:cc607c35d4b6ccc724016c03f35332afe3da502741676c7691d6fb686e98dd46 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:42.147Z] ---> Running in a0d378a654ee [2020-10-13T21:41:42.147Z] ---> Running in 5cb6143112b0 [2020-10-13T21:41:42.317Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:42.431Z] ---> 94e79d45dfcb [2020-10-13T21:41:42.431Z] Step 7/23 : RUN go mod download [2020-10-13T21:41:42.611Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-13T21:41:42.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-13T21:41:42.612Z] b88d1d2215e6: Preparing [2020-10-13T21:41:42.612Z] 7fed86a2f879: Preparing [2020-10-13T21:41:42.612Z] 48d817e89ef5: Preparing [2020-10-13T21:41:42.612Z] ac94980cf0c3: Preparing [2020-10-13T21:41:42.612Z] 2ecaf7fca48d: Preparing [2020-10-13T21:41:42.612Z] 7cf0b9edb330: Preparing [2020-10-13T21:41:42.612Z] 2c4b82f108c3: Preparing [2020-10-13T21:41:42.612Z] 609112c76960: Preparing [2020-10-13T21:41:42.612Z] 4210b41dec64: Preparing [2020-10-13T21:41:42.612Z] ecb8c37198d1: Preparing [2020-10-13T21:41:42.612Z] 1b3ee35aacca: Preparing [2020-10-13T21:41:42.612Z] 609112c76960: Waiting [2020-10-13T21:41:42.612Z] 4210b41dec64: Waiting [2020-10-13T21:41:42.612Z] ecb8c37198d1: Waiting [2020-10-13T21:41:42.612Z] 1b3ee35aacca: Waiting [2020-10-13T21:41:42.612Z] 7cf0b9edb330: Waiting [2020-10-13T21:41:42.612Z] 2c4b82f108c3: Waiting [2020-10-13T21:41:42.612Z] 48d817e89ef5: Layer already exists [2020-10-13T21:41:42.612Z] 2ecaf7fca48d: Layer already exists [2020-10-13T21:41:42.612Z] b88d1d2215e6: Layer already exists [2020-10-13T21:41:42.612Z] 7fed86a2f879: Layer already exists [2020-10-13T21:41:42.612Z] ac94980cf0c3: Layer already exists [2020-10-13T21:41:42.612Z] 7cf0b9edb330: Layer already exists [2020-10-13T21:41:42.612Z] 2c4b82f108c3: Layer already exists [2020-10-13T21:41:42.612Z] 609112c76960: Layer already exists [2020-10-13T21:41:42.612Z] 4210b41dec64: Layer already exists [2020-10-13T21:41:42.612Z] ecb8c37198d1: Layer already exists [2020-10-13T21:41:42.612Z] 1b3ee35aacca: Layer already exists [2020-10-13T21:41:42.612Z] master: digest: sha256:cc607c35d4b6ccc724016c03f35332afe3da502741676c7691d6fb686e98dd46 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [2020-10-13T21:41:42.706Z] ---> Running in acb58fee58c1 [2020-10-13T21:41:42.706Z] ---> 7113c6d718c4 [2020-10-13T21:41:42.706Z] Step 7/20 : RUN go mod download [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:41:42.815Z] ===================================================== [Pipeline] echo [2020-10-13T21:41:42.917Z] taggedImages: [2020-10-13T21:41:42.917Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:42.917Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.71 [2020-10-13T21:41:42.917Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:42.917Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-13T21:41:42.980Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-13T21:41:42.980Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:42.980Z] 1.2.2-dev.71 [2020-10-13T21:41:42.980Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:42.980Z] master [2020-10-13T21:41:42.980Z] ===================================================== [2020-10-13T21:41:42.992Z] ---> Running in d3f7755ba01b [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:43.449Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:43.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:43.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-13T21:41:43.752Z] b79cc842ea36: Preparing [2020-10-13T21:41:43.752Z] 07fc385d4c2d: Preparing [2020-10-13T21:41:43.752Z] 5a2baf907a65: Preparing [2020-10-13T21:41:43.752Z] 74eb65ca5c90: Preparing [2020-10-13T21:41:43.752Z] 5a2baf907a65: Pushed [2020-10-13T21:41:43.752Z] b79cc842ea36: Pushed [2020-10-13T21:41:44.015Z] 74eb65ca5c90: Pushed [2020-10-13T21:41:44.957Z] 07fc385d4c2d: Pushed [2020-10-13T21:41:44.957Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67: digest: sha256:003e564263f4ef8ac085adf189ef85abe5fa98f7daa9ef9de8ce6f2e3e37fbe2 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:45.260Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:45.561Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.71 [2020-10-13T21:41:45.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-13T21:41:45.561Z] b79cc842ea36: Preparing [2020-10-13T21:41:45.561Z] 07fc385d4c2d: Preparing [2020-10-13T21:41:45.561Z] 5a2baf907a65: Preparing [2020-10-13T21:41:45.561Z] 74eb65ca5c90: Preparing [2020-10-13T21:41:45.561Z] 74eb65ca5c90: Layer already exists [2020-10-13T21:41:45.561Z] 07fc385d4c2d: Layer already exists [2020-10-13T21:41:45.561Z] 5a2baf907a65: Layer already exists [2020-10-13T21:41:45.561Z] b79cc842ea36: Layer already exists [2020-10-13T21:41:45.561Z] 1.2.2-dev.71: digest: sha256:003e564263f4ef8ac085adf189ef85abe5fa98f7daa9ef9de8ce6f2e3e37fbe2 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:45.871Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:46.168Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:46.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-13T21:41:46.168Z] b79cc842ea36: Preparing [2020-10-13T21:41:46.168Z] 07fc385d4c2d: Preparing [2020-10-13T21:41:46.168Z] 5a2baf907a65: Preparing [2020-10-13T21:41:46.168Z] 74eb65ca5c90: Preparing [2020-10-13T21:41:46.168Z] 74eb65ca5c90: Layer already exists [2020-10-13T21:41:46.168Z] 5a2baf907a65: Layer already exists [2020-10-13T21:41:46.168Z] b79cc842ea36: Layer already exists [2020-10-13T21:41:46.168Z] 07fc385d4c2d: Layer already exists [2020-10-13T21:41:46.168Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71: digest: sha256:003e564263f4ef8ac085adf189ef85abe5fa98f7daa9ef9de8ce6f2e3e37fbe2 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:46.412Z] Removing intermediate container 2b10e1414406 [2020-10-13T21:41:46.412Z] ---> 1415424a3faf [2020-10-13T21:41:46.412Z] Step 8/26 : COPY . . [2020-10-13T21:41:46.477Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:46.779Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-13T21:41:46.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-13T21:41:46.779Z] b79cc842ea36: Preparing [2020-10-13T21:41:46.779Z] 07fc385d4c2d: Preparing [2020-10-13T21:41:46.779Z] 5a2baf907a65: Preparing [2020-10-13T21:41:46.779Z] 74eb65ca5c90: Preparing [2020-10-13T21:41:46.779Z] 5a2baf907a65: Layer already exists [2020-10-13T21:41:46.779Z] b79cc842ea36: Layer already exists [2020-10-13T21:41:46.779Z] 07fc385d4c2d: Layer already exists [2020-10-13T21:41:46.779Z] 74eb65ca5c90: Layer already exists [2020-10-13T21:41:46.779Z] master: digest: sha256:003e564263f4ef8ac085adf189ef85abe5fa98f7daa9ef9de8ce6f2e3e37fbe2 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:41:46.992Z] ===================================================== [2020-10-13T21:41:47.029Z] Removing intermediate container a0d378a654ee [2020-10-13T21:41:47.029Z] ---> 859c5bb26857 [2020-10-13T21:41:47.029Z] Step 8/27 : COPY . . [Pipeline] echo [2020-10-13T21:41:47.035Z] taggedImages: [2020-10-13T21:41:47.035Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:47.035Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.71 [2020-10-13T21:41:47.035Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:47.035Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-13T21:41:47.092Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-13T21:41:47.092Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:47.092Z] 1.2.2-dev.71 [2020-10-13T21:41:47.092Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:47.092Z] master [2020-10-13T21:41:47.092Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:47.564Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:47.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:47.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-13T21:41:47.860Z] c754991d6b68: Preparing [2020-10-13T21:41:47.860Z] 4cf35f196b65: Preparing [2020-10-13T21:41:47.860Z] 979608639a55: Preparing [2020-10-13T21:41:47.860Z] c7d1e4e67e18: Preparing [2020-10-13T21:41:47.860Z] 02c7a95a0fd8: Preparing [2020-10-13T21:41:47.860Z] e3323e60f98f: Preparing [2020-10-13T21:41:47.860Z] e3323e60f98f: Waiting [2020-10-13T21:41:48.433Z] c754991d6b68: Pushed [2020-10-13T21:41:48.433Z] 979608639a55: Pushed [2020-10-13T21:41:48.433Z] c7d1e4e67e18: Pushed [2020-10-13T21:41:48.433Z] 02c7a95a0fd8: Pushed [2020-10-13T21:41:48.483Z] Removing intermediate container 5cb6143112b0 [2020-10-13T21:41:48.483Z] ---> 60df7bb1e562 [2020-10-13T21:41:48.483Z] Step 8/24 : COPY . . [2020-10-13T21:41:48.483Z] Removing intermediate container acb58fee58c1 [2020-10-13T21:41:48.483Z] ---> 1045ed648471 [2020-10-13T21:41:48.483Z] Step 8/23 : COPY . . [2020-10-13T21:41:48.694Z] e3323e60f98f: Pushed [2020-10-13T21:41:49.506Z] Removing intermediate container d3f7755ba01b [2020-10-13T21:41:49.507Z] ---> 2547458ac9d9 [2020-10-13T21:41:49.507Z] Step 8/20 : COPY . . [2020-10-13T21:41:50.078Z] 4cf35f196b65: Pushed [2020-10-13T21:41:50.078Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67: digest: sha256:56761b203acb70862ad3286e3a8df3e9ae99e2c032b7beb76e0365fc40e1c16f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:50.384Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:50.677Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.71 [2020-10-13T21:41:50.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-13T21:41:50.677Z] c754991d6b68: Preparing [2020-10-13T21:41:50.677Z] 4cf35f196b65: Preparing [2020-10-13T21:41:50.677Z] 979608639a55: Preparing [2020-10-13T21:41:50.677Z] c7d1e4e67e18: Preparing [2020-10-13T21:41:50.677Z] 02c7a95a0fd8: Preparing [2020-10-13T21:41:50.677Z] e3323e60f98f: Preparing [2020-10-13T21:41:50.677Z] e3323e60f98f: Waiting [2020-10-13T21:41:50.677Z] 979608639a55: Layer already exists [2020-10-13T21:41:50.677Z] c7d1e4e67e18: Layer already exists [2020-10-13T21:41:50.677Z] 4cf35f196b65: Layer already exists [2020-10-13T21:41:50.677Z] c754991d6b68: Layer already exists [2020-10-13T21:41:50.677Z] 02c7a95a0fd8: Layer already exists [2020-10-13T21:41:50.677Z] e3323e60f98f: Layer already exists [2020-10-13T21:41:50.677Z] 1.2.2-dev.71: digest: sha256:56761b203acb70862ad3286e3a8df3e9ae99e2c032b7beb76e0365fc40e1c16f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:51.043Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:51.400Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:51.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-13T21:41:51.400Z] c754991d6b68: Preparing [2020-10-13T21:41:51.400Z] 4cf35f196b65: Preparing [2020-10-13T21:41:51.400Z] 979608639a55: Preparing [2020-10-13T21:41:51.400Z] c7d1e4e67e18: Preparing [2020-10-13T21:41:51.400Z] 02c7a95a0fd8: Preparing [2020-10-13T21:41:51.400Z] e3323e60f98f: Preparing [2020-10-13T21:41:51.400Z] e3323e60f98f: Waiting [2020-10-13T21:41:51.400Z] 4cf35f196b65: Layer already exists [2020-10-13T21:41:51.400Z] 02c7a95a0fd8: Layer already exists [2020-10-13T21:41:51.400Z] c7d1e4e67e18: Layer already exists [2020-10-13T21:41:51.400Z] c754991d6b68: Layer already exists [2020-10-13T21:41:51.400Z] e3323e60f98f: Layer already exists [2020-10-13T21:41:51.661Z] 979608639a55: Layer already exists [2020-10-13T21:41:51.661Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71: digest: sha256:56761b203acb70862ad3286e3a8df3e9ae99e2c032b7beb76e0365fc40e1c16f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:51.965Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:52.261Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-13T21:41:52.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-13T21:41:52.261Z] c754991d6b68: Preparing [2020-10-13T21:41:52.261Z] 4cf35f196b65: Preparing [2020-10-13T21:41:52.261Z] 979608639a55: Preparing [2020-10-13T21:41:52.261Z] c7d1e4e67e18: Preparing [2020-10-13T21:41:52.262Z] 02c7a95a0fd8: Preparing [2020-10-13T21:41:52.262Z] e3323e60f98f: Preparing [2020-10-13T21:41:52.262Z] e3323e60f98f: Waiting [2020-10-13T21:41:52.262Z] c7d1e4e67e18: Layer already exists [2020-10-13T21:41:52.262Z] 4cf35f196b65: Layer already exists [2020-10-13T21:41:52.262Z] c754991d6b68: Layer already exists [2020-10-13T21:41:52.262Z] 979608639a55: Layer already exists [2020-10-13T21:41:52.262Z] 02c7a95a0fd8: Layer already exists [2020-10-13T21:41:52.262Z] e3323e60f98f: Layer already exists [2020-10-13T21:41:52.262Z] master: digest: sha256:56761b203acb70862ad3286e3a8df3e9ae99e2c032b7beb76e0365fc40e1c16f size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:41:52.444Z] ===================================================== [Pipeline] echo [2020-10-13T21:41:52.490Z] taggedImages: [2020-10-13T21:41:52.490Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:52.490Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.71 [2020-10-13T21:41:52.490Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:52.490Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-13T21:41:52.557Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-13T21:41:52.557Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:52.557Z] 1.2.2-dev.71 [2020-10-13T21:41:52.557Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:52.557Z] master [2020-10-13T21:41:52.557Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:53.022Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:53.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:53.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-13T21:41:53.317Z] ef09aeba887c: Preparing [2020-10-13T21:41:53.317Z] 19e46263c163: Preparing [2020-10-13T21:41:53.317Z] 43ed59c32f77: Preparing [2020-10-13T21:41:53.578Z] ef09aeba887c: Pushed [2020-10-13T21:41:53.578Z] 43ed59c32f77: Pushed [2020-10-13T21:41:54.522Z] 19e46263c163: Pushed [2020-10-13T21:41:54.783Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67: digest: sha256:9736d7924eb171de70cc1c1ba725bc334af74695dc199f4d7a44c347a24c1336 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:55.091Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:55.391Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.71 [2020-10-13T21:41:55.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-13T21:41:55.391Z] ef09aeba887c: Preparing [2020-10-13T21:41:55.391Z] 19e46263c163: Preparing [2020-10-13T21:41:55.391Z] 43ed59c32f77: Preparing [2020-10-13T21:41:55.391Z] 43ed59c32f77: Layer already exists [2020-10-13T21:41:55.391Z] 19e46263c163: Layer already exists [2020-10-13T21:41:55.391Z] ef09aeba887c: Layer already exists [2020-10-13T21:41:55.391Z] 1.2.2-dev.71: digest: sha256:9736d7924eb171de70cc1c1ba725bc334af74695dc199f4d7a44c347a24c1336 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:55.692Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:55.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:55.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-13T21:41:55.991Z] ef09aeba887c: Preparing [2020-10-13T21:41:55.991Z] 19e46263c163: Preparing [2020-10-13T21:41:55.991Z] 43ed59c32f77: Preparing [2020-10-13T21:41:55.991Z] ef09aeba887c: Layer already exists [2020-10-13T21:41:55.991Z] 43ed59c32f77: Layer already exists [2020-10-13T21:41:55.991Z] 19e46263c163: Layer already exists [2020-10-13T21:41:55.991Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71: digest: sha256:9736d7924eb171de70cc1c1ba725bc334af74695dc199f4d7a44c347a24c1336 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:56.529Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:56.826Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-13T21:41:56.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-13T21:41:56.826Z] ef09aeba887c: Preparing [2020-10-13T21:41:56.826Z] 19e46263c163: Preparing [2020-10-13T21:41:56.826Z] 43ed59c32f77: Preparing [2020-10-13T21:41:56.826Z] 43ed59c32f77: Layer already exists [2020-10-13T21:41:56.826Z] 19e46263c163: Layer already exists [2020-10-13T21:41:56.826Z] ef09aeba887c: Layer already exists [2020-10-13T21:41:56.826Z] master: digest: sha256:9736d7924eb171de70cc1c1ba725bc334af74695dc199f4d7a44c347a24c1336 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:41:56.995Z] ===================================================== [Pipeline] echo [2020-10-13T21:41:57.036Z] taggedImages: [2020-10-13T21:41:57.036Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:57.036Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.71 [2020-10-13T21:41:57.036Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:57.036Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-13T21:41:57.093Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-13T21:41:57.093Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:57.093Z] 1.2.2-dev.71 [2020-10-13T21:41:57.093Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:41:57.093Z] master [2020-10-13T21:41:57.093Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:57.570Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:41:57.868Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:41:57.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-13T21:41:57.868Z] ee82c5c4f5cd: Preparing [2020-10-13T21:41:57.868Z] c61b36b15180: Preparing [2020-10-13T21:41:57.868Z] 756bfe77c536: Preparing [2020-10-13T21:41:57.868Z] adb8663e9fa5: Preparing [2020-10-13T21:41:57.868Z] 2f052257bc07: Preparing [2020-10-13T21:41:57.868Z] b7e959242938: Preparing [2020-10-13T21:41:57.868Z] 6d5b03be7910: Preparing [2020-10-13T21:41:57.868Z] 527eef706b20: Preparing [2020-10-13T21:41:57.868Z] 224742e9e948: Preparing [2020-10-13T21:41:57.868Z] 5391e5290f13: Preparing [2020-10-13T21:41:57.868Z] 13baed61c795: Preparing [2020-10-13T21:41:57.868Z] 51d6d3d09136: Preparing [2020-10-13T21:41:57.868Z] 1507bc794612: Preparing [2020-10-13T21:41:57.868Z] 50644c29ef5a: Preparing [2020-10-13T21:41:57.868Z] 527eef706b20: Waiting [2020-10-13T21:41:57.868Z] 224742e9e948: Waiting [2020-10-13T21:41:57.868Z] 5391e5290f13: Waiting [2020-10-13T21:41:57.868Z] 13baed61c795: Waiting [2020-10-13T21:41:57.868Z] 51d6d3d09136: Waiting [2020-10-13T21:41:57.868Z] 1507bc794612: Waiting [2020-10-13T21:41:57.868Z] 50644c29ef5a: Waiting [2020-10-13T21:41:57.868Z] b7e959242938: Waiting [2020-10-13T21:41:57.868Z] 6d5b03be7910: Waiting [2020-10-13T21:41:58.130Z] ee82c5c4f5cd: Pushed [2020-10-13T21:41:58.130Z] 2f052257bc07: Pushed [2020-10-13T21:41:58.393Z] adb8663e9fa5: Pushed [2020-10-13T21:41:58.393Z] 527eef706b20: Layer already exists [2020-10-13T21:41:58.393Z] 224742e9e948: Layer already exists [2020-10-13T21:41:58.658Z] 5391e5290f13: Layer already exists [2020-10-13T21:41:58.658Z] 6d5b03be7910: Pushed [2020-10-13T21:41:58.658Z] 13baed61c795: Layer already exists [2020-10-13T21:41:58.658Z] 51d6d3d09136: Layer already exists [2020-10-13T21:41:58.658Z] 1507bc794612: Layer already exists [2020-10-13T21:41:58.658Z] 50644c29ef5a: Layer already exists [2020-10-13T21:41:59.602Z] b7e959242938: Pushed [2020-10-13T21:41:59.602Z] c61b36b15180: Pushed [2020-10-13T21:42:06.204Z] 756bfe77c536: Pushed [2020-10-13T21:42:06.204Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67: digest: sha256:6e0882efba5884409d0e2e175d969a116f3fa87cfccd4c4e53a531e5a44da1c8 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:42:06.514Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:42:06.814Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.71 [2020-10-13T21:42:06.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-13T21:42:06.814Z] ee82c5c4f5cd: Preparing [2020-10-13T21:42:06.814Z] c61b36b15180: Preparing [2020-10-13T21:42:06.814Z] 756bfe77c536: Preparing [2020-10-13T21:42:06.814Z] adb8663e9fa5: Preparing [2020-10-13T21:42:06.814Z] 2f052257bc07: Preparing [2020-10-13T21:42:06.814Z] b7e959242938: Preparing [2020-10-13T21:42:06.814Z] 6d5b03be7910: Preparing [2020-10-13T21:42:06.814Z] 527eef706b20: Preparing [2020-10-13T21:42:06.814Z] 224742e9e948: Preparing [2020-10-13T21:42:06.814Z] 5391e5290f13: Preparing [2020-10-13T21:42:06.814Z] 13baed61c795: Preparing [2020-10-13T21:42:06.814Z] 51d6d3d09136: Preparing [2020-10-13T21:42:06.814Z] 1507bc794612: Preparing [2020-10-13T21:42:06.814Z] 50644c29ef5a: Preparing [2020-10-13T21:42:06.814Z] 224742e9e948: Waiting [2020-10-13T21:42:06.814Z] 5391e5290f13: Waiting [2020-10-13T21:42:06.814Z] 1507bc794612: Waiting [2020-10-13T21:42:06.814Z] 50644c29ef5a: Waiting [2020-10-13T21:42:06.814Z] 13baed61c795: Waiting [2020-10-13T21:42:06.814Z] 51d6d3d09136: Waiting [2020-10-13T21:42:06.814Z] 6d5b03be7910: Waiting [2020-10-13T21:42:06.814Z] b7e959242938: Waiting [2020-10-13T21:42:06.814Z] ee82c5c4f5cd: Layer already exists [2020-10-13T21:42:06.814Z] 2f052257bc07: Layer already exists [2020-10-13T21:42:06.814Z] 756bfe77c536: Layer already exists [2020-10-13T21:42:06.814Z] c61b36b15180: Layer already exists [2020-10-13T21:42:06.814Z] adb8663e9fa5: Layer already exists [2020-10-13T21:42:06.814Z] b7e959242938: Layer already exists [2020-10-13T21:42:06.814Z] 6d5b03be7910: Layer already exists [2020-10-13T21:42:06.814Z] 224742e9e948: Layer already exists [2020-10-13T21:42:06.814Z] 527eef706b20: Layer already exists [2020-10-13T21:42:06.814Z] 5391e5290f13: Layer already exists [2020-10-13T21:42:06.814Z] 13baed61c795: Layer already exists [2020-10-13T21:42:06.814Z] 1507bc794612: Layer already exists [2020-10-13T21:42:06.814Z] 50644c29ef5a: Layer already exists [2020-10-13T21:42:06.814Z] 51d6d3d09136: Layer already exists [2020-10-13T21:42:06.814Z] 1.2.2-dev.71: digest: sha256:6e0882efba5884409d0e2e175d969a116f3fa87cfccd4c4e53a531e5a44da1c8 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:42:07.115Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:42:07.411Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:42:07.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-13T21:42:07.411Z] ee82c5c4f5cd: Preparing [2020-10-13T21:42:07.411Z] c61b36b15180: Preparing [2020-10-13T21:42:07.411Z] 756bfe77c536: Preparing [2020-10-13T21:42:07.411Z] adb8663e9fa5: Preparing [2020-10-13T21:42:07.411Z] 2f052257bc07: Preparing [2020-10-13T21:42:07.411Z] b7e959242938: Preparing [2020-10-13T21:42:07.411Z] 6d5b03be7910: Preparing [2020-10-13T21:42:07.411Z] 527eef706b20: Preparing [2020-10-13T21:42:07.411Z] 224742e9e948: Preparing [2020-10-13T21:42:07.411Z] 5391e5290f13: Preparing [2020-10-13T21:42:07.411Z] 13baed61c795: Preparing [2020-10-13T21:42:07.411Z] 51d6d3d09136: Preparing [2020-10-13T21:42:07.411Z] 1507bc794612: Preparing [2020-10-13T21:42:07.411Z] 50644c29ef5a: Preparing [2020-10-13T21:42:07.411Z] b7e959242938: Waiting [2020-10-13T21:42:07.411Z] 6d5b03be7910: Waiting [2020-10-13T21:42:07.411Z] 527eef706b20: Waiting [2020-10-13T21:42:07.411Z] 224742e9e948: Waiting [2020-10-13T21:42:07.411Z] 5391e5290f13: Waiting [2020-10-13T21:42:07.411Z] 13baed61c795: Waiting [2020-10-13T21:42:07.411Z] 51d6d3d09136: Waiting [2020-10-13T21:42:07.411Z] 1507bc794612: Waiting [2020-10-13T21:42:07.411Z] 50644c29ef5a: Waiting [2020-10-13T21:42:07.411Z] adb8663e9fa5: Layer already exists [2020-10-13T21:42:07.411Z] c61b36b15180: Layer already exists [2020-10-13T21:42:07.411Z] 2f052257bc07: Layer already exists [2020-10-13T21:42:07.411Z] ee82c5c4f5cd: Layer already exists [2020-10-13T21:42:07.411Z] 756bfe77c536: Layer already exists [2020-10-13T21:42:07.411Z] b7e959242938: Layer already exists [2020-10-13T21:42:07.411Z] 224742e9e948: Layer already exists [2020-10-13T21:42:07.411Z] 527eef706b20: Layer already exists [2020-10-13T21:42:07.411Z] 5391e5290f13: Layer already exists [2020-10-13T21:42:07.411Z] 6d5b03be7910: Layer already exists [2020-10-13T21:42:07.411Z] 13baed61c795: Layer already exists [2020-10-13T21:42:07.411Z] 50644c29ef5a: Layer already exists [2020-10-13T21:42:07.411Z] 51d6d3d09136: Layer already exists [2020-10-13T21:42:07.411Z] 1507bc794612: Layer already exists [2020-10-13T21:42:07.411Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71: digest: sha256:6e0882efba5884409d0e2e175d969a116f3fa87cfccd4c4e53a531e5a44da1c8 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:42:07.713Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:42:08.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-13T21:42:08.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-13T21:42:08.016Z] ee82c5c4f5cd: Preparing [2020-10-13T21:42:08.016Z] c61b36b15180: Preparing [2020-10-13T21:42:08.016Z] 756bfe77c536: Preparing [2020-10-13T21:42:08.016Z] adb8663e9fa5: Preparing [2020-10-13T21:42:08.016Z] 2f052257bc07: Preparing [2020-10-13T21:42:08.016Z] b7e959242938: Preparing [2020-10-13T21:42:08.016Z] 6d5b03be7910: Preparing [2020-10-13T21:42:08.016Z] 527eef706b20: Preparing [2020-10-13T21:42:08.016Z] 224742e9e948: Preparing [2020-10-13T21:42:08.016Z] 5391e5290f13: Preparing [2020-10-13T21:42:08.017Z] 13baed61c795: Preparing [2020-10-13T21:42:08.017Z] 51d6d3d09136: Preparing [2020-10-13T21:42:08.017Z] 1507bc794612: Preparing [2020-10-13T21:42:08.017Z] 50644c29ef5a: Preparing [2020-10-13T21:42:08.017Z] b7e959242938: Waiting [2020-10-13T21:42:08.017Z] 6d5b03be7910: Waiting [2020-10-13T21:42:08.017Z] 5391e5290f13: Waiting [2020-10-13T21:42:08.017Z] 13baed61c795: Waiting [2020-10-13T21:42:08.017Z] 51d6d3d09136: Waiting [2020-10-13T21:42:08.017Z] 1507bc794612: Waiting [2020-10-13T21:42:08.017Z] 50644c29ef5a: Waiting [2020-10-13T21:42:08.017Z] 527eef706b20: Waiting [2020-10-13T21:42:08.017Z] 224742e9e948: Waiting [2020-10-13T21:42:08.017Z] adb8663e9fa5: Layer already exists [2020-10-13T21:42:08.017Z] 2f052257bc07: Layer already exists [2020-10-13T21:42:08.017Z] ee82c5c4f5cd: Layer already exists [2020-10-13T21:42:08.017Z] 756bfe77c536: Layer already exists [2020-10-13T21:42:08.017Z] c61b36b15180: Layer already exists [2020-10-13T21:42:08.017Z] 6d5b03be7910: Layer already exists [2020-10-13T21:42:08.017Z] 527eef706b20: Layer already exists [2020-10-13T21:42:08.017Z] b7e959242938: Layer already exists [2020-10-13T21:42:08.017Z] 224742e9e948: Layer already exists [2020-10-13T21:42:08.017Z] 5391e5290f13: Layer already exists [2020-10-13T21:42:08.017Z] 51d6d3d09136: Layer already exists [2020-10-13T21:42:08.017Z] 13baed61c795: Layer already exists [2020-10-13T21:42:08.017Z] 50644c29ef5a: Layer already exists [2020-10-13T21:42:08.017Z] 1507bc794612: Layer already exists [2020-10-13T21:42:08.017Z] master: digest: sha256:6e0882efba5884409d0e2e175d969a116f3fa87cfccd4c4e53a531e5a44da1c8 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:42:08.275Z] ===================================================== [Pipeline] echo [2020-10-13T21:42:08.318Z] taggedImages: [2020-10-13T21:42:08.318Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:42:08.318Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.71 [2020-10-13T21:42:08.318Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:42:08.318Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-13T21:42:11.729Z] ---> 664b19a097bf [2020-10-13T21:42:11.729Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-13T21:42:11.729Z] ---> 18f035676759 [2020-10-13T21:42:11.729Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-13T21:42:11.729Z] ---> b745daccbf62 [2020-10-13T21:42:11.729Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-13T21:42:11.729Z] ---> 7655bd6db6bb [2020-10-13T21:42:11.729Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-13T21:42:11.729Z] ---> 6025ea793680 [2020-10-13T21:42:11.729Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-13T21:42:11.729Z] ---> Running in a90ba03c2ae7 [2020-10-13T21:42:11.729Z] ---> Running in b9cf89c6523a [2020-10-13T21:42:11.729Z] ---> Running in 65de3d525465 [2020-10-13T21:42:11.729Z] ---> Running in d01aa0fb6e73 [2020-10-13T21:42:11.729Z] ---> Running in 9e71817f7fb6 [2020-10-13T21:42:12.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-13T21:42:13.000Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-13T21:42:13.000Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-13T21:42:13.280Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-13T21:42:13.560Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o cmd/core-data/core-data ./cmd/core-data [2020-10-13T21:43:35.362Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-13T21:43:35.362Z] Removing intermediate container 65de3d525465 [2020-10-13T21:43:35.362Z] ---> 76b2d1fe7506 [2020-10-13T21:43:35.362Z] [2020-10-13T21:43:35.362Z] Step 10/20 : FROM alpine [2020-10-13T21:43:35.362Z] latest: Pulling from library/alpine [2020-10-13T21:43:35.362Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-13T21:43:35.362Z] Status: Downloaded newer image for alpine:latest [2020-10-13T21:43:35.362Z] ---> 62ee0e9f8440 [2020-10-13T21:43:35.362Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-13T21:43:35.362Z] ---> Running in 638491e2e285 [2020-10-13T21:43:37.348Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T21:43:37.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T21:43:38.548Z] v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-13T21:43:38.548Z] v3.12.0-403-g4c3b3b977d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-13T21:43:38.548Z] OK: 12621 distinct packages available [2020-10-13T21:43:39.534Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-13T21:43:39.534Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-13T21:43:39.534Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-13T21:43:39.534Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-13T21:43:39.534Z] (4/4) Installing curl (7.69.1-r1) [2020-10-13T21:43:39.534Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T21:43:39.534Z] Executing ca-certificates-20191127-r4.trigger [2020-10-13T21:43:39.813Z] OK: 7 MiB in 18 packages [2020-10-13T21:43:43.221Z] Removing intermediate container 638491e2e285 [2020-10-13T21:43:43.221Z] ---> 8a957a74cd4e [2020-10-13T21:43:43.221Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-13T21:43:43.503Z] ---> Running in de0b970db173 [2020-10-13T21:43:44.952Z] Removing intermediate container de0b970db173 [2020-10-13T21:43:44.952Z] ---> e1981dc70cd1 [2020-10-13T21:43:44.952Z] Step 13/20 : WORKDIR /edgex [2020-10-13T21:43:45.228Z] ---> Running in 0063b1aeaab2 [2020-10-13T21:43:45.228Z] Removing intermediate container a90ba03c2ae7 [2020-10-13T21:43:45.228Z] ---> 0658fafc9492 [2020-10-13T21:43:45.228Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-13T21:43:45.503Z] ---> Running in 3c714deb2130 [2020-10-13T21:43:46.496Z] Removing intermediate container 0063b1aeaab2 [2020-10-13T21:43:46.496Z] ---> 97172e7e30f3 [2020-10-13T21:43:46.496Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-13T21:43:47.949Z] ---> 2de298572e69 [2020-10-13T21:43:47.949Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-13T21:43:48.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-13T21:43:50.877Z] ---> 9b640598496f [2020-10-13T21:43:50.877Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-13T21:43:50.877Z] ---> Running in a514837e273d [2020-10-13T21:43:51.875Z] Removing intermediate container a514837e273d [2020-10-13T21:43:51.875Z] ---> 88a80dad3727 [2020-10-13T21:43:51.875Z] Step 17/20 : CMD ["--init=true"] [2020-10-13T21:43:51.875Z] Removing intermediate container b9cf89c6523a [2020-10-13T21:43:51.875Z] ---> a1fb0244471e [2020-10-13T21:43:51.875Z] [2020-10-13T21:43:51.875Z] Step 10/26 : FROM alpine:3.10 [2020-10-13T21:43:51.875Z] ---> Running in 1b40341b8e41 [2020-10-13T21:43:52.157Z] 3.10: Pulling from library/alpine [2020-10-13T21:43:52.763Z] Removing intermediate container 1b40341b8e41 [2020-10-13T21:43:52.763Z] ---> aacac01b14c4 [2020-10-13T21:43:52.763Z] Step 18/20 : LABEL arch=arm64 [2020-10-13T21:43:53.044Z] ---> Running in 8bc5d4465084 [2020-10-13T21:43:54.042Z] Removing intermediate container 8bc5d4465084 [2020-10-13T21:43:54.042Z] ---> f6f3f9a34254 [2020-10-13T21:43:54.042Z] Step 19/20 : LABEL git_sha=80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:43:54.042Z] ---> Running in 7ba89167bf5a [2020-10-13T21:43:54.318Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-13T21:43:54.318Z] Removing intermediate container 3c714deb2130 [2020-10-13T21:43:54.318Z] ---> 7d5cd2863c7d [2020-10-13T21:43:54.318Z] [2020-10-13T21:43:54.318Z] Step 11/27 : FROM docker:latest [2020-10-13T21:43:54.318Z] Status: Downloaded newer image for alpine:3.10 [2020-10-13T21:43:54.318Z] ---> 536a684cf733 [2020-10-13T21:43:54.318Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-13T21:43:54.318Z] ---> 45884bde0078 [2020-10-13T21:43:54.318Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-13T21:43:54.597Z] ---> Running in 577af6a3918c [2020-10-13T21:43:54.597Z] ---> Running in 9179743c581f [2020-10-13T21:43:54.877Z] Removing intermediate container 7ba89167bf5a [2020-10-13T21:43:54.877Z] ---> c3e22c782a70 [2020-10-13T21:43:54.877Z] Step 20/20 : LABEL version=1.2.2-dev.71 [2020-10-13T21:43:55.161Z] ---> Running in c6f91fe6f8f7 [2020-10-13T21:43:56.149Z] Removing intermediate container c6f91fe6f8f7 [2020-10-13T21:43:56.149Z] ---> 4eed4805f6e1 [2020-10-13T21:43:56.149Z] [2020-10-13T21:43:57.140Z] Successfully built 4eed4805f6e1 [2020-10-13T21:43:57.140Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-13T21:43:57.140Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2020-10-13T21:43:58.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T21:43:58.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-13T21:43:58.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T21:43:58.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-13T21:43:59.016Z] (1/2) Installing readline (8.0.4-r0) [2020-10-13T21:43:59.016Z] (2/2) Installing bash (5.0.17-r0) [2020-10-13T21:43:59.016Z] Executing bash-5.0.17-r0.post-install [2020-10-13T21:43:59.016Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T21:43:59.292Z] OK: 12 MiB in 22 packages [2020-10-13T21:43:59.292Z] v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-13T21:43:59.292Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-13T21:43:59.292Z] OK: 10167 distinct packages available [2020-10-13T21:43:59.894Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-13T21:44:00.179Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-13T21:44:00.179Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-13T21:44:00.179Z] (4/5) Installing curl (7.66.0-r1) [2020-10-13T21:44:00.179Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-13T21:44:00.179Z] Executing busybox-1.30.1-r3.trigger [2020-10-13T21:44:00.179Z] Executing ca-certificates-20191127-r2.trigger [2020-10-13T21:44:00.470Z] OK: 7 MiB in 19 packages [2020-10-13T21:44:02.493Z] Removing intermediate container 9e71817f7fb6 [2020-10-13T21:44:02.493Z] ---> b7942e145ef1 [2020-10-13T21:44:02.493Z] [2020-10-13T21:44:02.493Z] Step 10/24 : FROM scratch [2020-10-13T21:44:02.493Z] ---> [2020-10-13T21:44:02.493Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-13T21:44:03.480Z] ---> Running in 80655727fe58 [2020-10-13T21:44:03.480Z] Removing intermediate container 9179743c581f [2020-10-13T21:44:03.480Z] ---> a7ed14c15d94 [2020-10-13T21:44:03.480Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-13T21:44:04.079Z] ---> Running in 5c3208fabaad [2020-10-13T21:44:04.079Z] Removing intermediate container 577af6a3918c [2020-10-13T21:44:04.079Z] ---> 15f0e6d1fea2 [2020-10-13T21:44:04.079Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-13T21:44:04.356Z] Removing intermediate container 80655727fe58 [2020-10-13T21:44:04.356Z] ---> c1241d60edc0 [2020-10-13T21:44:04.356Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-13T21:44:04.356Z] ---> Running in e4fb530e01e5 [2020-10-13T21:44:04.637Z] ---> Running in eb8999a598f9 [2020-10-13T21:44:05.236Z] Removing intermediate container e4fb530e01e5 [2020-10-13T21:44:05.236Z] ---> 4fb52e132dcf [2020-10-13T21:44:05.236Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-13T21:44:05.513Z] Removing intermediate container eb8999a598f9 [2020-10-13T21:44:05.513Z] ---> 40dc3d962cab [2020-10-13T21:44:05.513Z] Step 13/26 : WORKDIR / [2020-10-13T21:44:05.513Z] ---> Running in fb2b995191e8 [2020-10-13T21:44:05.513Z] ---> Running in af4467edc24b [2020-10-13T21:44:06.112Z] Removing intermediate container fb2b995191e8 [2020-10-13T21:44:06.112Z] ---> f89d33e1b603 [2020-10-13T21:44:06.112Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-13T21:44:06.503Z] Removing intermediate container af4467edc24b [2020-10-13T21:44:06.503Z] ---> fb864d39d9d6 [2020-10-13T21:44:06.503Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-13T21:44:08.048Z] ---> 57359ca8dd67 [2020-10-13T21:44:08.048Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-13T21:44:09.041Z] Removing intermediate container 5c3208fabaad [2020-10-13T21:44:09.041Z] ---> df2e1b37bf8a [2020-10-13T21:44:09.041Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-13T21:44:09.041Z] ---> 4a5f4608913c [2020-10-13T21:44:09.041Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-13T21:44:09.641Z] ---> Running in 501e8a4bf6f7 [2020-10-13T21:44:10.247Z] ---> fdc6499bd287 [2020-10-13T21:44:10.247Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-13T21:44:10.247Z] Removing intermediate container 501e8a4bf6f7 [2020-10-13T21:44:10.247Z] ---> 53fead213ebe [2020-10-13T21:44:10.247Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-13T21:44:10.850Z] ---> c413750791d8 [2020-10-13T21:44:10.850Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-13T21:44:10.850Z] ---> Running in b2083a28c730 [2020-10-13T21:44:11.839Z] Removing intermediate container b2083a28c730 [2020-10-13T21:44:11.839Z] ---> d4174177e317 [2020-10-13T21:44:11.839Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-13T21:44:12.127Z] ---> Running in 0f1ddb12ae9f [2020-10-13T21:44:12.734Z] ---> a1a4412d476e [2020-10-13T21:44:12.734Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-13T21:44:12.734Z] ---> eb002d0a0e01 [2020-10-13T21:44:12.734Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-13T21:44:13.012Z] Removing intermediate container 0f1ddb12ae9f [2020-10-13T21:44:13.012Z] ---> 0a583959fe7a [2020-10-13T21:44:13.012Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-13T21:44:13.993Z] ---> cf7a4797f6f2 [2020-10-13T21:44:13.993Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-13T21:44:14.268Z] ---> 6fce129afe21 [2020-10-13T21:44:14.268Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-13T21:44:15.735Z] ---> 3a01cd814426 [2020-10-13T21:44:15.735Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-13T21:44:16.371Z] ---> 1d415e7f346b [2020-10-13T21:44:16.371Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-13T21:44:16.371Z] ---> 165cdbd97870 [2020-10-13T21:44:16.371Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-13T21:44:16.982Z] ---> 2eef6f8f378b [2020-10-13T21:44:16.982Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-13T21:44:17.967Z] ---> 1c780ee05655 [2020-10-13T21:44:17.967Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-13T21:44:18.573Z] ---> Running in d4a7be0e68dc [2020-10-13T21:44:18.847Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T21:44:18.847Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-13T21:44:18.847Z] ---> 87aae3dd53d9 [2020-10-13T21:44:18.847Z] Step 3/22 : WORKDIR /edgex-go [2020-10-13T21:44:18.847Z] ---> Using cache [2020-10-13T21:44:18.847Z] ---> b8f7d7faa5f9 [2020-10-13T21:44:18.847Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T21:44:18.847Z] ---> Using cache [2020-10-13T21:44:18.847Z] ---> a56c405e83e2 [2020-10-13T21:44:18.847Z] Step 5/22 : RUN apk update && apk add make git [2020-10-13T21:44:19.128Z] ---> dda2ddf2de53 [2020-10-13T21:44:19.128Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-13T21:44:19.128Z] ---> b172d034e1f3 [2020-10-13T21:44:19.128Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-13T21:44:19.128Z] ---> Running in c6ec731c54c3 [2020-10-13T21:44:19.416Z] ---> Running in 78a17bcd6649 [2020-10-13T21:44:19.416Z] Removing intermediate container d4a7be0e68dc [2020-10-13T21:44:19.416Z] ---> 0d5676f561a6 [2020-10-13T21:44:19.416Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T21:44:20.028Z] ---> Running in ec304a7c67f3 [2020-10-13T21:44:21.030Z] Removing intermediate container ec304a7c67f3 [2020-10-13T21:44:21.030Z] ---> 5ac7a969b7e2 [2020-10-13T21:44:21.030Z] Step 22/24 : LABEL arch=arm64 [2020-10-13T21:44:21.030Z] ---> a10395e5e0c3 [2020-10-13T21:44:21.030Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-13T21:44:21.030Z] ---> Running in d5c930dc0ca7 [2020-10-13T21:44:21.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T21:44:21.630Z] Removing intermediate container d5c930dc0ca7 [2020-10-13T21:44:21.630Z] ---> 532e0841203c [2020-10-13T21:44:21.630Z] Step 23/24 : LABEL git_sha=80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:44:21.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T21:44:21.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T21:44:22.172Z] ---> Running in 8172f24f823d [2020-10-13T21:44:22.172Z] ---> 0519379de800 [2020-10-13T21:44:22.172Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-13T21:44:22.448Z] ---> Running in db3181689b8b [2020-10-13T21:44:22.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T21:44:22.722Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-13T21:44:22.722Z] (2/33) Installing expat (2.2.9-r1) [2020-10-13T21:44:22.722Z] (3/33) Installing libffi (3.3-r2) [2020-10-13T21:44:22.722Z] (4/33) Installing gdbm (1.13-r1) [2020-10-13T21:44:22.722Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-13T21:44:22.722Z] Removing intermediate container 8172f24f823d [2020-10-13T21:44:22.722Z] ---> 2b1c0dc986cb [2020-10-13T21:44:22.722Z] Step 24/24 : LABEL version=1.2.2-dev.71 [2020-10-13T21:44:22.722Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-13T21:44:22.722Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-13T21:44:22.993Z] ---> Running in 87491d1cfa4b [2020-10-13T21:44:23.598Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T21:44:23.598Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T21:44:23.598Z] OK: 12623 distinct packages available [2020-10-13T21:44:24.199Z] Removing intermediate container 87491d1cfa4b [2020-10-13T21:44:24.199Z] ---> 820701b1fa95 [2020-10-13T21:44:24.199Z] [2020-10-13T21:44:24.474Z] OK: 217 MiB in 51 packages [2020-10-13T21:44:24.760Z] Successfully built 820701b1fa95 [2020-10-13T21:44:25.039Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-13T21:44:25.039Z] Building docker-security-secrets-setup-go [2020-10-13T21:44:25.039Z]  Building docker-support-notifications-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-13T21:44:25.039Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-13T21:44:25.311Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-13T21:44:25.311Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-13T21:44:25.311Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-13T21:44:25.311Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-13T21:44:25.311Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-13T21:44:25.580Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-13T21:44:25.580Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-13T21:44:25.580Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-13T21:44:25.580Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-13T21:44:25.580Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-13T21:44:25.580Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-13T21:44:25.580Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-13T21:44:25.855Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-13T21:44:25.855Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-13T21:44:25.855Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-13T21:44:25.855Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-13T21:44:25.855Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-13T21:44:25.855Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-13T21:44:25.855Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-13T21:44:25.855Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-13T21:44:26.137Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-13T21:44:26.137Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-13T21:44:26.137Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-13T21:44:26.137Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-13T21:44:26.137Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T21:44:26.425Z] OK: 71 MiB in 55 packages [2020-10-13T21:44:27.412Z] Removing intermediate container d01aa0fb6e73 [2020-10-13T21:44:27.412Z] ---> 75d082fcd9d2 [2020-10-13T21:44:27.412Z] [2020-10-13T21:44:27.412Z] Step 10/23 : FROM alpine [2020-10-13T21:44:27.412Z] ---> 62ee0e9f8440 [2020-10-13T21:44:27.412Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T21:44:28.035Z] Removing intermediate container c6ec731c54c3 [2020-10-13T21:44:28.035Z] ---> 76ee69910aef [2020-10-13T21:44:28.035Z] Step 6/22 : COPY go.mod . [2020-10-13T21:44:28.035Z] Removing intermediate container db3181689b8b [2020-10-13T21:44:28.035Z] ---> 74f4f3dad872 [2020-10-13T21:44:28.035Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-13T21:44:28.316Z] ---> Running in 601d74c51a0f [2020-10-13T21:44:28.924Z] ---> Running in 7e409d888678 [2020-10-13T21:44:29.523Z] ---> 7f78fa1ea303 [2020-10-13T21:44:29.523Z] Step 7/22 : RUN go mod download [2020-10-13T21:44:29.806Z] Removing intermediate container 601d74c51a0f [2020-10-13T21:44:29.806Z] ---> 393f33ffdc7b [2020-10-13T21:44:29.806Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-13T21:44:30.402Z] ---> Running in a4ac23672168 [2020-10-13T21:44:30.402Z] Removing intermediate container 7e409d888678 [2020-10-13T21:44:30.402Z] ---> 717797f77680 [2020-10-13T21:44:30.402Z] Step 24/26 : LABEL arch=arm64 [2020-10-13T21:44:30.677Z] ---> Running in 11fda106c259 [2020-10-13T21:44:30.677Z] ---> Running in c33acff1dc58 [2020-10-13T21:44:31.669Z] Removing intermediate container 11fda106c259 [2020-10-13T21:44:31.669Z] ---> 973d67c42092 [2020-10-13T21:44:31.669Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-13T21:44:31.669Z] Removing intermediate container c33acff1dc58 [2020-10-13T21:44:31.669Z] ---> 8aab6f89eb98 [2020-10-13T21:44:31.669Z] Step 25/26 : LABEL git_sha=80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:44:31.669Z] ---> Running in f460fd992b4c [2020-10-13T21:44:31.947Z] ---> Running in 2b54bf9fad8a [2020-10-13T21:44:32.556Z] Removing intermediate container f460fd992b4c [2020-10-13T21:44:32.556Z] ---> 857b4d66965f [2020-10-13T21:44:32.556Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T21:44:32.835Z] Removing intermediate container 2b54bf9fad8a [2020-10-13T21:44:32.835Z] ---> f7ef3f9d076c [2020-10-13T21:44:32.835Z] Step 26/26 : LABEL version=1.2.2-dev.71 [2020-10-13T21:44:33.108Z] ---> Running in a1f7f0e8ca03 [2020-10-13T21:44:33.381Z] ---> Running in 40e00490b40b [2020-10-13T21:44:34.381Z] Removing intermediate container 40e00490b40b [2020-10-13T21:44:34.381Z] ---> f29a99dde809 [2020-10-13T21:44:34.381Z] [2020-10-13T21:44:34.986Z] Successfully built f29a99dde809 [2020-10-13T21:44:35.261Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-13T21:44:35.261Z] Building docker-support-scheduler-go [2020-10-13T21:44:35.540Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a4ac23672168 [2020-10-13T21:44:35.540Z] ---> de96af66ecd4 [2020-10-13T21:44:35.540Z] Step 8/22 : COPY . . [2020-10-13T21:44:36.531Z] Removing intermediate container 78a17bcd6649 [2020-10-13T21:44:36.531Z] ---> 21710bff7773 [2020-10-13T21:44:36.531Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-13T21:44:39.216Z] ---> Running in c3f1b2fdb229 [2020-10-13T21:44:39.216Z] Removing intermediate container a1f7f0e8ca03 [2020-10-13T21:44:39.216Z] ---> 645ef03c7a5f [2020-10-13T21:44:39.216Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-13T21:44:41.203Z] ---> Running in db56c48e2555 [2020-10-13T21:44:43.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T21:44:43.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T21:44:44.389Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-13T21:44:44.669Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-13T21:44:44.669Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-13T21:44:44.942Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-13T21:44:45.216Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-13T21:44:45.494Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T21:44:45.494Z] OK: 8 MiB in 19 packages [2020-10-13T21:44:46.945Z] Collecting docker-compose==1.23.2 [2020-10-13T21:44:47.254Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-13T21:44:48.254Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T21:44:48.254Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-13T21:44:48.254Z] ---> 87aae3dd53d9 [2020-10-13T21:44:48.254Z] Step 3/29 : WORKDIR /edgex-go [2020-10-13T21:44:48.254Z] ---> Using cache [2020-10-13T21:44:48.254Z] ---> b8f7d7faa5f9 [2020-10-13T21:44:48.254Z] Step 4/29 : RUN apk update && apk add make git [2020-10-13T21:44:48.527Z] Collecting docopt<0.7,>=0.6.1 [2020-10-13T21:44:48.527Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-13T21:44:49.965Z] ---> Running in f3355f6ec3a2 [2020-10-13T21:44:50.941Z] Removing intermediate container db56c48e2555 [2020-10-13T21:44:50.941Z] ---> 336b1e05c071 [2020-10-13T21:44:50.941Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-13T21:44:51.924Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-13T21:44:51.924Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-13T21:44:52.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T21:44:52.800Z] ---> e0ba5d976beb [2020-10-13T21:44:52.800Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-13T21:44:53.409Z] ---> 2e3dcf52836c [2020-10-13T21:44:53.409Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-13T21:44:53.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T21:44:54.401Z] ---> Running in 1981480191e4 [2020-10-13T21:44:54.679Z] Collecting cached-property<2,>=1.2.0 [2020-10-13T21:44:54.679Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-13T21:44:54.679Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T21:44:54.679Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T21:44:54.679Z] OK: 12623 distinct packages available [2020-10-13T21:44:55.282Z] ---> a449dd813fcd [2020-10-13T21:44:55.282Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-13T21:44:55.559Z] OK: 217 MiB in 51 packages [2020-10-13T21:44:55.559Z] Collecting PyYAML<4,>=3.10 [2020-10-13T21:44:55.847Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-13T21:44:57.306Z] ---> bbbcefbea7f6 [2020-10-13T21:44:57.306Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-13T21:44:57.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o cmd/core-command/core-command ./cmd/core-command [2020-10-13T21:44:57.581Z] ---> Running in ece4c73e912e [2020-10-13T21:44:57.581Z] Removing intermediate container f3355f6ec3a2 [2020-10-13T21:44:57.581Z] ---> 0241028f2d00 [2020-10-13T21:44:57.581Z] Step 5/29 : COPY go.mod . [2020-10-13T21:44:58.191Z] Removing intermediate container ece4c73e912e [2020-10-13T21:44:58.191Z] ---> 37421509d64e [2020-10-13T21:44:58.191Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T21:44:58.478Z] ---> Running in 884e5d55703e [2020-10-13T21:44:59.087Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T21:44:59.087Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-13T21:44:59.087Z] ---> 87aae3dd53d9 [2020-10-13T21:44:59.087Z] Step 3/21 : WORKDIR /edgex-go [2020-10-13T21:44:59.087Z] ---> Using cache [2020-10-13T21:44:59.087Z] ---> b8f7d7faa5f9 [2020-10-13T21:44:59.087Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T21:44:59.087Z] ---> Using cache [2020-10-13T21:44:59.087Z] ---> a56c405e83e2 [2020-10-13T21:44:59.087Z] Step 5/21 : RUN apk update && apk add make git [2020-10-13T21:44:59.087Z] ---> Using cache [2020-10-13T21:44:59.087Z] ---> 76ee69910aef [2020-10-13T21:44:59.087Z] Step 6/21 : COPY go.mod . [2020-10-13T21:44:59.087Z] ---> Using cache [2020-10-13T21:44:59.087Z] ---> 7f78fa1ea303 [2020-10-13T21:44:59.087Z] Step 7/21 : RUN go mod download [2020-10-13T21:44:59.087Z] ---> Using cache [2020-10-13T21:44:59.087Z] ---> de96af66ecd4 [2020-10-13T21:44:59.087Z] Step 8/21 : COPY . . [2020-10-13T21:44:59.087Z] ---> Using cache [2020-10-13T21:44:59.087Z] ---> 2e3dcf52836c [2020-10-13T21:44:59.087Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-13T21:44:59.087Z] ---> 6cea8d13c8da [2020-10-13T21:44:59.087Z] Step 6/29 : RUN go mod download [2020-10-13T21:44:59.368Z] ---> Running in 65c47b306c4a [2020-10-13T21:44:59.368Z] ---> Running in 357dd8f9ea1c [2020-10-13T21:44:59.368Z] Removing intermediate container 884e5d55703e [2020-10-13T21:44:59.368Z] ---> 4296a9676a4f [2020-10-13T21:44:59.368Z] Step 21/23 : LABEL arch=arm64 [2020-10-13T21:44:59.643Z] ---> Running in 8722f6cce3f0 [2020-10-13T21:45:00.266Z] Collecting texttable<0.10,>=0.9.0 [2020-10-13T21:45:00.266Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-13T21:45:00.542Z] Removing intermediate container 8722f6cce3f0 [2020-10-13T21:45:00.542Z] ---> 7ea8648cfe82 [2020-10-13T21:45:00.542Z] Step 22/23 : LABEL git_sha=80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:45:00.816Z] ---> Running in 78dd6c8df2a1 [2020-10-13T21:45:01.440Z] Removing intermediate container 78dd6c8df2a1 [2020-10-13T21:45:01.440Z] ---> 7abd4214dac8 [2020-10-13T21:45:01.440Z] Step 23/23 : LABEL version=1.2.2-dev.71 [2020-10-13T21:45:01.721Z] ---> Running in d506175a75d0 [2020-10-13T21:45:02.326Z] Removing intermediate container d506175a75d0 [2020-10-13T21:45:02.326Z] ---> 18cc75cfcac3 [2020-10-13T21:45:02.326Z] [2020-10-13T21:45:02.603Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-13T21:45:02.881Z] Successfully built 18cc75cfcac3 [2020-10-13T21:45:02.881Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-13T21:45:02.881Z]  Building docker-core-data-go ... done Building docker-support-logging-go [2020-10-13T21:45:03.862Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-13T21:45:03.862Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-13T21:45:05.914Z] Removing intermediate container 65c47b306c4a [2020-10-13T21:45:05.914Z] ---> b300816f43da [2020-10-13T21:45:05.914Z] Step 7/29 : COPY . . [2020-10-13T21:45:05.914Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-13T21:45:05.914Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-13T21:45:06.896Z] Collecting docker<4.0,>=3.6.0 [2020-10-13T21:45:06.896Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-13T21:45:07.882Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-13T21:45:08.486Z] Collecting jsonschema<3,>=2.5.1 [2020-10-13T21:45:08.486Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-13T21:45:09.937Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-13T21:45:09.937Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-13T21:45:10.451Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-13T21:45:10.452Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-13T21:45:11.122Z] Collecting idna<2.8,>=2.5 [2020-10-13T21:45:11.122Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-13T21:45:11.762Z] Collecting docker-pycreds>=0.4.0 [2020-10-13T21:45:11.762Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-13T21:45:12.034Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-13T21:45:12.034Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-13T21:45:12.034Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-13T21:45:12.034Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-13T21:45:13.475Z] Installing collected packages: docopt, dockerpty, cached-property, PyYAML, texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, docker-compose [2020-10-13T21:45:13.475Z] Running setup.py install for docopt: started [2020-10-13T21:45:16.906Z] Running setup.py install for docopt: finished with status 'done' [2020-10-13T21:45:16.906Z] Running setup.py install for dockerpty: started [2020-10-13T21:45:19.552Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-13T21:45:19.552Z] Running setup.py install for PyYAML: started [2020-10-13T21:45:22.983Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-13T21:45:22.983Z] Running setup.py install for texttable: started [2020-10-13T21:45:25.001Z] Running setup.py install for texttable: finished with status 'done' [2020-10-13T21:45:27.039Z] Attempting uninstall: urllib3 [2020-10-13T21:45:27.039Z] Found existing installation: urllib3 1.25.9 [2020-10-13T21:45:27.039Z] Uninstalling urllib3-1.25.9: [2020-10-13T21:45:27.321Z] Successfully uninstalled urllib3-1.25.9 [2020-10-13T21:45:28.337Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T21:45:28.337Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-13T21:45:28.337Z] ---> 87aae3dd53d9 [2020-10-13T21:45:28.337Z] Step 3/22 : WORKDIR /edgex-go [2020-10-13T21:45:28.337Z] ---> Using cache [2020-10-13T21:45:28.337Z] ---> b8f7d7faa5f9 [2020-10-13T21:45:28.337Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T21:45:28.337Z] ---> Using cache [2020-10-13T21:45:28.337Z] ---> a56c405e83e2 [2020-10-13T21:45:28.337Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-13T21:45:28.617Z] Attempting uninstall: idna [2020-10-13T21:45:28.617Z] Found existing installation: idna 2.9 [2020-10-13T21:45:28.617Z] ---> Running in c485b034874e [2020-10-13T21:45:28.617Z] Uninstalling idna-2.9: [2020-10-13T21:45:28.895Z] Successfully uninstalled idna-2.9 [2020-10-13T21:45:29.178Z] ---> 3ab3a5f59328 [2020-10-13T21:45:29.178Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-13T21:45:29.459Z] ---> Running in f31fc209ee8f [2020-10-13T21:45:29.741Z] Attempting uninstall: requests [2020-10-13T21:45:29.741Z] Found existing installation: requests 2.23.0 [2020-10-13T21:45:29.741Z] Uninstalling requests-2.23.0: [2020-10-13T21:45:30.019Z] Successfully uninstalled requests-2.23.0 [2020-10-13T21:45:31.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T21:45:32.078Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-13T21:45:32.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T21:45:32.968Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-13T21:45:33.956Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T21:45:33.956Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T21:45:33.956Z] OK: 12623 distinct packages available [2020-10-13T21:45:35.418Z] OK: 217 MiB in 51 packages [2020-10-13T21:45:35.706Z] OK: 217 MiB in 51 packages [2020-10-13T21:45:38.363Z] Removing intermediate container c485b034874e [2020-10-13T21:45:38.363Z] ---> 86428a567127 [2020-10-13T21:45:38.363Z] Step 6/22 : COPY go.mod . [2020-10-13T21:45:38.363Z] Removing intermediate container c3f1b2fdb229 [2020-10-13T21:45:38.364Z] ---> 85d8d0579050 [2020-10-13T21:45:38.364Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-13T21:45:38.645Z] ---> Running in 75ad9773f190 [2020-10-13T21:45:39.646Z] ---> 90c0aec7bb43 [2020-10-13T21:45:39.646Z] Step 7/22 : RUN go mod download [2020-10-13T21:45:39.646Z] ---> Running in 6de1aca224b1 [2020-10-13T21:45:42.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T21:45:42.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T21:45:43.293Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-13T21:45:43.293Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-13T21:45:43.293Z] (3/3) Installing curl (7.69.1-r1) [2020-10-13T21:45:43.293Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T21:45:43.293Z] OK: 71 MiB in 58 packages [2020-10-13T21:45:45.313Z] Removing intermediate container 75ad9773f190 [2020-10-13T21:45:45.313Z] ---> 364b16baaf77 [2020-10-13T21:45:45.313Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-13T21:45:45.313Z] ---> Running in ebae2d945166 [2020-10-13T21:45:45.592Z] Removing intermediate container 6de1aca224b1 [2020-10-13T21:45:45.592Z] ---> 5adb96407a88 [2020-10-13T21:45:45.592Z] Step 8/22 : COPY . . [2020-10-13T21:45:46.578Z] Removing intermediate container ebae2d945166 [2020-10-13T21:45:46.578Z] ---> 1de9da505c59 [2020-10-13T21:45:46.578Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T21:45:46.578Z] ---> Running in c18bac575c62 [2020-10-13T21:45:48.646Z] Removing intermediate container c18bac575c62 [2020-10-13T21:45:48.646Z] ---> 9a9be3aae428 [2020-10-13T21:45:48.646Z] Step 25/27 : LABEL arch=arm64 [2020-10-13T21:45:48.966Z] ---> Running in 961a998e112c [2020-10-13T21:45:50.544Z] Removing intermediate container 961a998e112c [2020-10-13T21:45:50.544Z] ---> bfd5dc586ee2 [2020-10-13T21:45:50.544Z] Step 26/27 : LABEL git_sha=80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:45:51.151Z] ---> Running in 93725ce25395 [2020-10-13T21:45:52.615Z] Removing intermediate container 93725ce25395 [2020-10-13T21:45:52.615Z] ---> e649a589f5aa [2020-10-13T21:45:52.615Z] Step 27/27 : LABEL version=1.2.2-dev.71 [2020-10-13T21:45:53.232Z] ---> Running in fcd8e1a4bb79 [2020-10-13T21:45:54.226Z] Removing intermediate container fcd8e1a4bb79 [2020-10-13T21:45:54.227Z] ---> f58a9c7cca27 [2020-10-13T21:45:54.227Z] [2020-10-13T21:45:54.830Z] Successfully built f58a9c7cca27 [2020-10-13T21:45:54.830Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-13T21:45:54.830Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-10-13T21:46:09.986Z] ---> 0f37e06b37b9 [2020-10-13T21:46:09.986Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-13T21:46:09.986Z] ---> Running in 98ec7fbf67e2 [2020-10-13T21:46:10.592Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-13T21:46:18.938Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T21:46:18.938Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-13T21:46:18.938Z] ---> 87aae3dd53d9 [2020-10-13T21:46:18.938Z] Step 3/22 : WORKDIR /edgex-go [2020-10-13T21:46:18.938Z] ---> Using cache [2020-10-13T21:46:18.938Z] ---> b8f7d7faa5f9 [2020-10-13T21:46:18.938Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T21:46:18.938Z] ---> Using cache [2020-10-13T21:46:18.938Z] ---> a56c405e83e2 [2020-10-13T21:46:18.938Z] Step 5/22 : RUN apk update && apk add make git [2020-10-13T21:46:18.938Z] ---> Using cache [2020-10-13T21:46:18.938Z] ---> 76ee69910aef [2020-10-13T21:46:18.938Z] Step 6/22 : COPY go.mod . [2020-10-13T21:46:18.938Z] ---> Using cache [2020-10-13T21:46:18.938Z] ---> 7f78fa1ea303 [2020-10-13T21:46:18.938Z] Step 7/22 : RUN go mod download [2020-10-13T21:46:18.938Z] ---> Using cache [2020-10-13T21:46:18.938Z] ---> de96af66ecd4 [2020-10-13T21:46:18.938Z] Step 8/22 : COPY . . [2020-10-13T21:46:18.938Z] ---> Using cache [2020-10-13T21:46:18.938Z] ---> 2e3dcf52836c [2020-10-13T21:46:18.938Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-13T21:46:19.938Z] ---> Running in f15e1410f8a6 [2020-10-13T21:46:22.590Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.71" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-13T21:46:54.965Z] Removing intermediate container 1981480191e4 [2020-10-13T21:46:54.965Z] ---> 1ed6409e7b79 [2020-10-13T21:46:54.965Z] [2020-10-13T21:46:54.965Z] Step 10/22 : FROM scratch [2020-10-13T21:46:54.965Z] ---> [2020-10-13T21:46:54.965Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T21:46:54.965Z] ---> Running in 92201c4f5cae [2020-10-13T21:46:54.965Z] Removing intermediate container 92201c4f5cae [2020-10-13T21:46:54.965Z] ---> ab2c752e4a93 [2020-10-13T21:46:54.965Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-13T21:46:54.965Z] ---> Running in a728fe544fcb [2020-10-13T21:46:54.965Z] Removing intermediate container f31fc209ee8f [2020-10-13T21:46:54.965Z] ---> 751862d81db5 [2020-10-13T21:46:54.965Z] [2020-10-13T21:46:54.965Z] Step 9/29 : FROM alpine:latest [2020-10-13T21:46:54.965Z] ---> 62ee0e9f8440 [2020-10-13T21:46:54.965Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-13T21:46:54.965Z] ---> Running in c7327723d0fb [2020-10-13T21:46:54.965Z] Removing intermediate container a728fe544fcb [2020-10-13T21:46:54.965Z] ---> 699181db39e7 [2020-10-13T21:46:54.965Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-13T21:46:54.965Z] ---> Running in 196fa3567e6c [2020-10-13T21:46:54.965Z] Removing intermediate container c7327723d0fb [2020-10-13T21:46:54.965Z] ---> f079c10080c7 [2020-10-13T21:46:54.965Z] Step 11/29 : USER root [2020-10-13T21:46:55.245Z] ---> Running in 418237647dbd [2020-10-13T21:46:55.554Z] Removing intermediate container 196fa3567e6c [2020-10-13T21:46:55.554Z] ---> 92b54bf832fd [2020-10-13T21:46:55.554Z] Step 14/22 : WORKDIR / [2020-10-13T21:46:55.554Z] ---> Running in ca177237b063 [2020-10-13T21:46:56.543Z] Removing intermediate container 418237647dbd [2020-10-13T21:46:56.543Z] ---> 7d4d93e350bc [2020-10-13T21:46:56.543Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-13T21:46:56.543Z] ---> Running in 68acd719d99f [2020-10-13T21:46:56.818Z] Removing intermediate container ca177237b063 [2020-10-13T21:46:56.818Z] ---> b3593dbb9a37 [2020-10-13T21:46:56.818Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-13T21:46:59.462Z] ---> cf5d6f137bd2 [2020-10-13T21:46:59.462Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-13T21:46:59.738Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T21:46:59.738Z] Removing intermediate container 357dd8f9ea1c [2020-10-13T21:46:59.738Z] ---> ed1c6b4c1563 [2020-10-13T21:46:59.738Z] [2020-10-13T21:46:59.738Z] Step 10/21 : FROM scratch [2020-10-13T21:46:59.738Z] ---> [2020-10-13T21:46:59.738Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T21:47:00.021Z] ---> Using cache [2020-10-13T21:47:00.021Z] ---> ab2c752e4a93 [2020-10-13T21:47:00.021Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-13T21:47:00.021Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T21:47:00.297Z] ---> Running in 6537461bff6e [2020-10-13T21:47:00.900Z] v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-13T21:47:00.900Z] v3.12.0-403-g4c3b3b977d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-13T21:47:00.900Z] OK: 12621 distinct packages available [2020-10-13T21:47:01.174Z] Removing intermediate container 6537461bff6e [2020-10-13T21:47:01.174Z] ---> 4f1ceeafdd56 [2020-10-13T21:47:01.174Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-13T21:47:01.174Z] ---> 7af0d93f641d [2020-10-13T21:47:01.174Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-13T21:47:01.174Z] ---> Running in 96a7fd0e485a [2020-10-13T21:47:02.159Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-13T21:47:02.159Z] Removing intermediate container 96a7fd0e485a [2020-10-13T21:47:02.159Z] ---> f96d382a7874 [2020-10-13T21:47:02.159Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-13T21:47:02.159Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-13T21:47:02.159Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T21:47:02.159Z] Executing ca-certificates-20191127-r4.trigger [2020-10-13T21:47:02.437Z] OK: 6 MiB in 16 packages [2020-10-13T21:47:02.437Z] ---> f151131a441d [2020-10-13T21:47:02.786Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-13T21:47:02.786Z] ---> Running in 731a2f832a4b [2020-10-13T21:47:03.964Z] ---> da757824014f [2020-10-13T21:47:03.964Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-13T21:47:03.964Z] Removing intermediate container 731a2f832a4b [2020-10-13T21:47:03.964Z] ---> 12b8d9731eba [2020-10-13T21:47:03.964Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T21:47:04.282Z] ---> Running in 20008c3dc466 [2020-10-13T21:47:05.291Z] Removing intermediate container 20008c3dc466 [2020-10-13T21:47:05.291Z] ---> fe9961d6a223 [2020-10-13T21:47:05.291Z] Step 20/22 : LABEL arch=arm64 [2020-10-13T21:47:05.291Z] ---> Running in 7ba91555d95f [2020-10-13T21:47:05.890Z] Removing intermediate container 68acd719d99f [2020-10-13T21:47:05.890Z] ---> 904af9b9a36e [2020-10-13T21:47:05.890Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-13T21:47:06.162Z] ---> Running in 34481a52e2e3 [2020-10-13T21:47:06.445Z] Removing intermediate container 7ba91555d95f [2020-10-13T21:47:06.445Z] ---> ebbf8adb9240 [2020-10-13T21:47:06.445Z] Step 21/22 : LABEL git_sha=80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:47:06.445Z] ---> 70466a31cde5 [2020-10-13T21:47:06.445Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-13T21:47:06.737Z] ---> Running in da1659f71778 [2020-10-13T21:47:07.336Z] Removing intermediate container 34481a52e2e3 [2020-10-13T21:47:07.336Z] ---> 5e580c603741 [2020-10-13T21:47:07.336Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-13T21:47:07.611Z] ---> Running in 0f2311ed9262 [2020-10-13T21:47:07.611Z] Removing intermediate container da1659f71778 [2020-10-13T21:47:07.611Z] ---> 4b3944aa3984 [2020-10-13T21:47:07.611Z] Step 22/22 : LABEL version=1.2.2-dev.71 [2020-10-13T21:47:07.890Z] ---> Running in 59517f55f2e0 [2020-10-13T21:47:07.890Z] ---> 2bc92da0c980 [2020-10-13T21:47:07.890Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-13T21:47:08.167Z] ---> Running in b4480298da1b [2020-10-13T21:47:08.446Z] Removing intermediate container 0f2311ed9262 [2020-10-13T21:47:08.447Z] ---> cd62f44ee7b7 [2020-10-13T21:47:08.447Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-13T21:47:08.722Z] ---> Running in f6ee3f8063e5 [2020-10-13T21:47:08.722Z] Removing intermediate container 59517f55f2e0 [2020-10-13T21:47:08.722Z] ---> ddacfce20a43 [2020-10-13T21:47:08.722Z] [2020-10-13T21:47:09.002Z] Removing intermediate container b4480298da1b [2020-10-13T21:47:09.002Z] ---> c4a8e40a8897 [2020-10-13T21:47:09.002Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T21:47:09.609Z] ---> Running in 6d5b7c898b77 [2020-10-13T21:47:09.609Z] Successfully built ddacfce20a43 [2020-10-13T21:47:09.894Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-13T21:47:10.172Z]  Building docker-core-command-go ... done Removing intermediate container 6d5b7c898b77 [2020-10-13T21:47:10.172Z] ---> 3cbc16b48769 [2020-10-13T21:47:10.172Z] Step 19/21 : LABEL arch=arm64 [2020-10-13T21:47:10.448Z] ---> Running in 3df1f1fdfa9a [2020-10-13T21:47:11.052Z] Removing intermediate container 3df1f1fdfa9a [2020-10-13T21:47:11.052Z] ---> d1f801d5f0f4 [2020-10-13T21:47:11.052Z] Step 20/21 : LABEL git_sha=80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:47:11.323Z] ---> Running in 5df959e3a7f0 [2020-10-13T21:47:12.310Z] Removing intermediate container 5df959e3a7f0 [2020-10-13T21:47:12.310Z] ---> 666ec86c5638 [2020-10-13T21:47:12.310Z] Step 21/21 : LABEL version=1.2.2-dev.71 [2020-10-13T21:47:12.310Z] ---> Running in de3ddd63c375 [2020-10-13T21:47:12.908Z] Removing intermediate container f6ee3f8063e5 [2020-10-13T21:47:12.908Z] ---> b8bd44855bb2 [2020-10-13T21:47:12.908Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-13T21:47:13.186Z] Removing intermediate container de3ddd63c375 [2020-10-13T21:47:13.186Z] ---> 91fc3cbd2902 [2020-10-13T21:47:13.186Z] [2020-10-13T21:47:13.789Z] Successfully built 91fc3cbd2902 [2020-10-13T21:47:13.789Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-13T21:47:14.397Z]  Building docker-support-scheduler-go ... done  ---> 409abd90d25c [2020-10-13T21:47:14.397Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-13T21:47:15.849Z] ---> f9f3f2e889bf [2020-10-13T21:47:15.849Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-13T21:47:16.849Z] ---> 1f04c89022d0 [2020-10-13T21:47:16.849Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-13T21:47:17.869Z] ---> d7c3f325a416 [2020-10-13T21:47:17.869Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-13T21:47:19.315Z] ---> 474a868e70fd [2020-10-13T21:47:19.315Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-13T21:47:19.315Z] ---> Running in c82f8b669cda [2020-10-13T21:47:22.781Z] Removing intermediate container c82f8b669cda [2020-10-13T21:47:22.781Z] ---> 3274cbe50082 [2020-10-13T21:47:22.781Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-13T21:47:23.811Z] ---> 2c55c2103daa [2020-10-13T21:47:23.811Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-13T21:47:23.811Z] ---> Running in 3c07292408d4 [2020-10-13T21:47:28.198Z] Removing intermediate container 3c07292408d4 [2020-10-13T21:47:28.198Z] ---> f7ca892306d1 [2020-10-13T21:47:28.198Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-13T21:47:28.198Z] ---> Running in eb62e1332501 [2020-10-13T21:47:32.556Z] Removing intermediate container 98ec7fbf67e2 [2020-10-13T21:47:32.556Z] ---> 908c70c0c76f [2020-10-13T21:47:32.556Z] [2020-10-13T21:47:32.556Z] Step 10/22 : FROM scratch [2020-10-13T21:47:32.556Z] ---> [2020-10-13T21:47:32.556Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-13T21:47:32.556Z] ---> Using cache [2020-10-13T21:47:32.556Z] ---> c1241d60edc0 [2020-10-13T21:47:32.556Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-13T21:47:32.556Z] ---> Running in b19f42352470 [2020-10-13T21:47:32.836Z] Removing intermediate container eb62e1332501 [2020-10-13T21:47:32.836Z] ---> 7c1a202e2eba [2020-10-13T21:47:32.836Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-13T21:47:32.836Z] ---> Running in 7531ef823ca7 [2020-10-13T21:47:33.445Z] Removing intermediate container b19f42352470 [2020-10-13T21:47:33.445Z] ---> 37621b042d27 [2020-10-13T21:47:33.445Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-13T21:47:33.725Z] ---> Running in c17a691f910b [2020-10-13T21:47:33.725Z] Removing intermediate container 7531ef823ca7 [2020-10-13T21:47:33.725Z] ---> 9a6a0973eb79 [2020-10-13T21:47:33.725Z] Step 26/29 : CMD [ "generate" ] [2020-10-13T21:47:34.008Z] ---> Running in d5ed2e2cb901 [2020-10-13T21:47:34.292Z] Removing intermediate container c17a691f910b [2020-10-13T21:47:34.292Z] ---> 956eae95b709 [2020-10-13T21:47:34.292Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-13T21:47:34.577Z] Removing intermediate container d5ed2e2cb901 [2020-10-13T21:47:34.577Z] ---> 824663af1a09 [2020-10-13T21:47:34.577Z] Step 27/29 : LABEL arch=arm64 [2020-10-13T21:47:34.859Z] ---> Running in c861992f0c0a [2020-10-13T21:47:35.480Z] Removing intermediate container c861992f0c0a [2020-10-13T21:47:35.480Z] ---> 60058b262729 [2020-10-13T21:47:35.480Z] Step 28/29 : LABEL git_sha=80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:47:35.769Z] ---> feb640ece49e [2020-10-13T21:47:35.769Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-13T21:47:35.769Z] ---> Running in 0bdd79e73a02 [2020-10-13T21:47:36.385Z] Removing intermediate container 0bdd79e73a02 [2020-10-13T21:47:36.385Z] ---> 98201d9c568a [2020-10-13T21:47:36.385Z] Step 29/29 : LABEL version=1.2.2-dev.71 [2020-10-13T21:47:36.703Z] ---> Running in 8fb1334ed2da [2020-10-13T21:47:36.703Z] ---> 3e7688b6897f [2020-10-13T21:47:36.703Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-13T21:47:37.338Z] Removing intermediate container 8fb1334ed2da [2020-10-13T21:47:37.338Z] ---> 0f5d78ee7646 [2020-10-13T21:47:37.338Z] [2020-10-13T21:47:38.034Z] Successfully built 0f5d78ee7646 [2020-10-13T21:47:38.034Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-13T21:47:38.313Z]  Building docker-security-secrets-setup-go ... done  ---> 3da1bea92077 [2020-10-13T21:47:38.313Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-13T21:47:39.314Z] ---> 5352723581c2 [2020-10-13T21:47:39.314Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-13T21:47:39.314Z] ---> Running in 0240dea1ad22 [2020-10-13T21:47:39.917Z] Removing intermediate container 0240dea1ad22 [2020-10-13T21:47:39.917Z] ---> 2517c0035cce [2020-10-13T21:47:39.917Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T21:47:39.917Z] ---> Running in ab28c904a006 [2020-10-13T21:47:40.517Z] Removing intermediate container ab28c904a006 [2020-10-13T21:47:40.517Z] ---> e5087891fc72 [2020-10-13T21:47:40.517Z] Step 20/22 : LABEL arch=arm64 [2020-10-13T21:47:40.517Z] ---> Running in ac95e694f42c [2020-10-13T21:47:41.116Z] Removing intermediate container ac95e694f42c [2020-10-13T21:47:41.116Z] ---> 963d41fe526c [2020-10-13T21:47:41.116Z] Step 21/22 : LABEL git_sha=80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:47:41.116Z] ---> Running in 3e4a5af87b81 [2020-10-13T21:47:41.729Z] Removing intermediate container 3e4a5af87b81 [2020-10-13T21:47:41.729Z] ---> 83ef12aa2c41 [2020-10-13T21:47:41.729Z] Step 22/22 : LABEL version=1.2.2-dev.71 [2020-10-13T21:47:42.015Z] ---> Running in 9e4367cd3991 [2020-10-13T21:47:42.616Z] Removing intermediate container 9e4367cd3991 [2020-10-13T21:47:42.616Z] ---> 7252a55d175f [2020-10-13T21:47:42.616Z] [2020-10-13T21:47:42.902Z] Successfully built 7252a55d175f [2020-10-13T21:47:42.902Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-13T21:47:45.522Z]  Building docker-support-logging-go ... done Removing intermediate container f15e1410f8a6 [2020-10-13T21:47:45.522Z] ---> e2df01283e3a [2020-10-13T21:47:45.522Z] [2020-10-13T21:47:45.522Z] Step 10/22 : FROM scratch [2020-10-13T21:47:45.522Z] ---> [2020-10-13T21:47:45.522Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T21:47:45.522Z] ---> Using cache [2020-10-13T21:47:45.522Z] ---> ab2c752e4a93 [2020-10-13T21:47:45.522Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-13T21:47:45.792Z] ---> Running in 23ced604ba21 [2020-10-13T21:47:46.066Z] Removing intermediate container 23ced604ba21 [2020-10-13T21:47:46.066Z] ---> 919d457714a7 [2020-10-13T21:47:46.066Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-13T21:47:46.337Z] ---> Running in 25dd9b5bd47e [2020-10-13T21:47:46.610Z] Removing intermediate container 25dd9b5bd47e [2020-10-13T21:47:46.610Z] ---> f28912f34af3 [2020-10-13T21:47:46.610Z] Step 14/22 : WORKDIR / [2020-10-13T21:47:46.610Z] ---> Running in 3bc891363472 [2020-10-13T21:47:47.201Z] Removing intermediate container 3bc891363472 [2020-10-13T21:47:47.201Z] ---> efcdc64ffe3f [2020-10-13T21:47:47.201Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-13T21:47:47.796Z] ---> 165cac486069 [2020-10-13T21:47:47.796Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-13T21:47:49.221Z] ---> ed718cc6d434 [2020-10-13T21:47:49.221Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-13T21:47:49.814Z] ---> 7b90c4c1cb59 [2020-10-13T21:47:49.814Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-13T21:47:49.814Z] ---> Running in ffd1578024e6 [2020-10-13T21:47:50.411Z] Removing intermediate container ffd1578024e6 [2020-10-13T21:47:50.411Z] ---> d10895b44eb7 [2020-10-13T21:47:50.411Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T21:47:50.411Z] ---> Running in 82ede3a855ea [2020-10-13T21:47:51.002Z] Removing intermediate container 82ede3a855ea [2020-10-13T21:47:51.002Z] ---> d4c5573cff46 [2020-10-13T21:47:51.002Z] Step 20/22 : LABEL arch=arm64 [2020-10-13T21:47:51.002Z] ---> Running in 415a93facb84 [2020-10-13T21:47:51.273Z] Removing intermediate container 415a93facb84 [2020-10-13T21:47:51.273Z] ---> 2980c0dd720d [2020-10-13T21:47:51.273Z] Step 21/22 : LABEL git_sha=80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:47:51.544Z] ---> Running in 68a1e169f20b [2020-10-13T21:47:51.814Z] Removing intermediate container 68a1e169f20b [2020-10-13T21:47:51.814Z] ---> 62b414c79066 [2020-10-13T21:47:51.814Z] Step 22/22 : LABEL version=1.2.2-dev.71 [2020-10-13T21:47:52.085Z] ---> Running in 4a8e1c244850 [2020-10-13T21:47:52.355Z] Removing intermediate container 4a8e1c244850 [2020-10-13T21:47:52.355Z] ---> f48e6d664d69 [2020-10-13T21:47:52.355Z] [2020-10-13T21:47:52.950Z] Successfully built f48e6d664d69 [2020-10-13T21:47:52.950Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-13T21:47:53.237Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-10-13T21:47:53.249Z] $ docker stop --time=1 f757d38718881d672d798783c3d6990dbb4cec483f9957cef3f3c17aec93ebaf [2020-10-13T21:47:55.206Z] $ docker rm -f f757d38718881d672d798783c3d6990dbb4cec483f9957cef3f3c17aec93ebaf [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:47:55.837Z] + docker images [2020-10-13T21:47:55.837Z] + grep docker [2020-10-13T21:47:56.107Z] docker-core-metadata-go-arm64 latest f48e6d664d69 3 seconds ago 13.3MB [2020-10-13T21:47:56.107Z] docker-support-logging-go-arm64 latest 7252a55d175f 13 seconds ago 10.6MB [2020-10-13T21:47:56.107Z] docker-security-secrets-setup-go-arm64 latest 0f5d78ee7646 18 seconds ago 22.7MB [2020-10-13T21:47:56.107Z] docker-support-scheduler-go-arm64 latest 91fc3cbd2902 43 seconds ago 11.5MB [2020-10-13T21:47:56.107Z] docker-core-command-go-arm64 latest ddacfce20a43 47 seconds ago 11.4MB [2020-10-13T21:47:56.107Z] docker-sys-mgmt-agent-go-arm64 latest f58a9c7cca27 2 minutes ago 270MB [2020-10-13T21:47:56.107Z] docker-core-data-go-arm64 latest 18cc75cfcac3 2 minutes ago 22.2MB [2020-10-13T21:47:56.107Z] docker-security-secretstore-setup-go-arm64 latest f29a99dde809 3 minutes ago 30.8MB [2020-10-13T21:47:56.107Z] docker-support-notifications-go-arm64 latest 820701b1fa95 3 minutes ago 12.9MB [2020-10-13T21:47:56.107Z] docker-security-proxy-setup-go-arm64 latest 4eed4805f6e1 4 minutes ago 15.1MB [2020-10-13T21:47:56.107Z] docker latest 45884bde0078 3 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-13T21:47:56.634Z] provisioning config files... [2020-10-13T21:47:56.676Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/186@tmp/config4971017157526306120tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-13T21:47:57.069Z] ---> docker-login.sh [2020-10-13T21:47:57.069Z] nexus3.edgexfoundry.org:10001 [2020-10-13T21:47:57.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T21:47:57.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T21:47:57.339Z] Configure a credential helper to remove this warning. See [2020-10-13T21:47:57.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T21:47:57.339Z] [2020-10-13T21:47:57.339Z] Login Succeeded [2020-10-13T21:47:57.339Z] nexus3.edgexfoundry.org:10002 [2020-10-13T21:47:57.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T21:47:57.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T21:47:57.930Z] Configure a credential helper to remove this warning. See [2020-10-13T21:47:57.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T21:47:57.930Z] [2020-10-13T21:47:57.930Z] Login Succeeded [2020-10-13T21:47:57.930Z] nexus3.edgexfoundry.org:10003 [2020-10-13T21:47:58.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T21:47:58.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T21:47:58.472Z] Configure a credential helper to remove this warning. See [2020-10-13T21:47:58.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T21:47:58.472Z] [2020-10-13T21:47:58.472Z] Login Succeeded [2020-10-13T21:47:58.472Z] nexus3.edgexfoundry.org:10004 [2020-10-13T21:47:58.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T21:47:59.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T21:47:59.020Z] Configure a credential helper to remove this warning. See [2020-10-13T21:47:59.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T21:47:59.020Z] [2020-10-13T21:47:59.020Z] Login Succeeded [2020-10-13T21:47:59.020Z] docker.io [2020-10-13T21:47:59.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T21:47:59.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T21:47:59.882Z] Configure a credential helper to remove this warning. See [2020-10-13T21:47:59.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T21:47:59.882Z] [2020-10-13T21:47:59.882Z] Login Succeeded [2020-10-13T21:47:59.882Z] ---> docker-login.sh ends [Pipeline] } [2020-10-13T21:47:59.899Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:48:00.168Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-13T21:48:00.168Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:00.168Z] 1.2.2-dev.71 [2020-10-13T21:48:00.168Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:00.168Z] master [2020-10-13T21:48:00.168Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:00.692Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:01.046Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:01.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-13T21:48:01.046Z] 2c1a3889294c: Preparing [2020-10-13T21:48:01.046Z] 9c55af6bb043: Preparing [2020-10-13T21:48:01.046Z] 17b19f951eb9: Preparing [2020-10-13T21:48:01.321Z] 17b19f951eb9: Pushed [2020-10-13T21:48:01.321Z] 2c1a3889294c: Pushed [2020-10-13T21:48:04.680Z] 9c55af6bb043: Pushed [2020-10-13T21:48:04.680Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67: digest: sha256:9ba4b438f62ca2096ba90b50a59eb033ef89f9d7b21780d11b1e4b142e7dc91e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:05.017Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:05.352Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.71 [2020-10-13T21:48:05.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-13T21:48:05.352Z] 2c1a3889294c: Preparing [2020-10-13T21:48:05.352Z] 9c55af6bb043: Preparing [2020-10-13T21:48:05.352Z] 17b19f951eb9: Preparing [2020-10-13T21:48:05.352Z] 9c55af6bb043: Layer already exists [2020-10-13T21:48:05.625Z] 2c1a3889294c: Layer already exists [2020-10-13T21:48:05.625Z] 17b19f951eb9: Layer already exists [2020-10-13T21:48:05.625Z] 1.2.2-dev.71: digest: sha256:9ba4b438f62ca2096ba90b50a59eb033ef89f9d7b21780d11b1e4b142e7dc91e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:05.965Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:06.305Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:06.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-13T21:48:06.305Z] 2c1a3889294c: Preparing [2020-10-13T21:48:06.305Z] 9c55af6bb043: Preparing [2020-10-13T21:48:06.305Z] 17b19f951eb9: Preparing [2020-10-13T21:48:06.305Z] 17b19f951eb9: Layer already exists [2020-10-13T21:48:06.305Z] 2c1a3889294c: Layer already exists [2020-10-13T21:48:06.574Z] 9c55af6bb043: Layer already exists [2020-10-13T21:48:06.574Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71: digest: sha256:9ba4b438f62ca2096ba90b50a59eb033ef89f9d7b21780d11b1e4b142e7dc91e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:06.915Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:07.250Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-13T21:48:07.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-13T21:48:07.250Z] 2c1a3889294c: Preparing [2020-10-13T21:48:07.250Z] 9c55af6bb043: Preparing [2020-10-13T21:48:07.250Z] 17b19f951eb9: Preparing [2020-10-13T21:48:07.250Z] 17b19f951eb9: Layer already exists [2020-10-13T21:48:07.250Z] 9c55af6bb043: Layer already exists [2020-10-13T21:48:07.250Z] 2c1a3889294c: Layer already exists [2020-10-13T21:48:07.520Z] master: digest: sha256:9ba4b438f62ca2096ba90b50a59eb033ef89f9d7b21780d11b1e4b142e7dc91e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:48:07.761Z] ===================================================== [Pipeline] echo [2020-10-13T21:48:07.816Z] taggedImages: [2020-10-13T21:48:07.816Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:07.816Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.71 [2020-10-13T21:48:07.816Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:07.816Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-13T21:48:07.880Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-13T21:48:07.880Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:07.880Z] 1.2.2-dev.71 [2020-10-13T21:48:07.880Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:07.880Z] master [2020-10-13T21:48:07.880Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:08.399Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:08.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:08.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-13T21:48:08.735Z] 8cb2e8a97fb5: Preparing [2020-10-13T21:48:08.735Z] b2079c0ef849: Preparing [2020-10-13T21:48:08.735Z] d58555e1822c: Preparing [2020-10-13T21:48:08.735Z] 1671bd346fb0: Preparing [2020-10-13T21:48:08.735Z] 7b11cbb7b3e0: Preparing [2020-10-13T21:48:08.735Z] e2f13739ad41: Preparing [2020-10-13T21:48:08.735Z] e2f13739ad41: Waiting [2020-10-13T21:48:09.011Z] d58555e1822c: Pushed [2020-10-13T21:48:09.011Z] 8cb2e8a97fb5: Pushed [2020-10-13T21:48:09.011Z] 7b11cbb7b3e0: Pushed [2020-10-13T21:48:09.011Z] e2f13739ad41: Layer already exists [2020-10-13T21:48:09.605Z] 1671bd346fb0: Pushed [2020-10-13T21:48:12.976Z] b2079c0ef849: Pushed [2020-10-13T21:48:12.976Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67: digest: sha256:7872b8c133215e5c884cd97e96a20a430282cf7d4f42f53968bf6319cca5bec3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:13.316Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:13.654Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.71 [2020-10-13T21:48:13.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-13T21:48:13.654Z] 8cb2e8a97fb5: Preparing [2020-10-13T21:48:13.654Z] b2079c0ef849: Preparing [2020-10-13T21:48:13.654Z] d58555e1822c: Preparing [2020-10-13T21:48:13.654Z] 1671bd346fb0: Preparing [2020-10-13T21:48:13.654Z] 7b11cbb7b3e0: Preparing [2020-10-13T21:48:13.654Z] e2f13739ad41: Preparing [2020-10-13T21:48:13.654Z] e2f13739ad41: Waiting [2020-10-13T21:48:13.654Z] d58555e1822c: Layer already exists [2020-10-13T21:48:13.654Z] 7b11cbb7b3e0: Layer already exists [2020-10-13T21:48:13.654Z] b2079c0ef849: Layer already exists [2020-10-13T21:48:13.654Z] 1671bd346fb0: Layer already exists [2020-10-13T21:48:13.654Z] 8cb2e8a97fb5: Layer already exists [2020-10-13T21:48:13.654Z] e2f13739ad41: Layer already exists [2020-10-13T21:48:13.933Z] 1.2.2-dev.71: digest: sha256:7872b8c133215e5c884cd97e96a20a430282cf7d4f42f53968bf6319cca5bec3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:14.308Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:14.689Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:14.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-13T21:48:14.689Z] 8cb2e8a97fb5: Preparing [2020-10-13T21:48:14.689Z] b2079c0ef849: Preparing [2020-10-13T21:48:14.689Z] d58555e1822c: Preparing [2020-10-13T21:48:14.689Z] 1671bd346fb0: Preparing [2020-10-13T21:48:14.689Z] 7b11cbb7b3e0: Preparing [2020-10-13T21:48:14.689Z] e2f13739ad41: Preparing [2020-10-13T21:48:14.689Z] e2f13739ad41: Waiting [2020-10-13T21:48:14.689Z] 8cb2e8a97fb5: Layer already exists [2020-10-13T21:48:14.689Z] b2079c0ef849: Layer already exists [2020-10-13T21:48:14.689Z] d58555e1822c: Layer already exists [2020-10-13T21:48:14.689Z] 7b11cbb7b3e0: Layer already exists [2020-10-13T21:48:14.689Z] 1671bd346fb0: Layer already exists [2020-10-13T21:48:14.689Z] e2f13739ad41: Layer already exists [2020-10-13T21:48:14.976Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71: digest: sha256:7872b8c133215e5c884cd97e96a20a430282cf7d4f42f53968bf6319cca5bec3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:15.333Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:15.673Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-13T21:48:15.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-13T21:48:15.673Z] 8cb2e8a97fb5: Preparing [2020-10-13T21:48:15.673Z] b2079c0ef849: Preparing [2020-10-13T21:48:15.673Z] d58555e1822c: Preparing [2020-10-13T21:48:15.673Z] 1671bd346fb0: Preparing [2020-10-13T21:48:15.673Z] 7b11cbb7b3e0: Preparing [2020-10-13T21:48:15.673Z] e2f13739ad41: Preparing [2020-10-13T21:48:15.673Z] e2f13739ad41: Waiting [2020-10-13T21:48:15.673Z] d58555e1822c: Layer already exists [2020-10-13T21:48:15.673Z] b2079c0ef849: Layer already exists [2020-10-13T21:48:15.673Z] 1671bd346fb0: Layer already exists [2020-10-13T21:48:15.673Z] 8cb2e8a97fb5: Layer already exists [2020-10-13T21:48:15.673Z] 7b11cbb7b3e0: Layer already exists [2020-10-13T21:48:15.942Z] e2f13739ad41: Layer already exists [2020-10-13T21:48:15.942Z] master: digest: sha256:7872b8c133215e5c884cd97e96a20a430282cf7d4f42f53968bf6319cca5bec3 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:48:16.214Z] ===================================================== [Pipeline] echo [2020-10-13T21:48:16.265Z] taggedImages: [2020-10-13T21:48:16.265Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:16.265Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.71 [2020-10-13T21:48:16.265Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:16.265Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-13T21:48:16.329Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-13T21:48:16.329Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:16.329Z] 1.2.2-dev.71 [2020-10-13T21:48:16.329Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:16.329Z] master [2020-10-13T21:48:16.329Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:16.845Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:17.180Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:17.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-13T21:48:17.181Z] 7ac94f595ef9: Preparing [2020-10-13T21:48:17.181Z] 62dc71ce9f6c: Preparing [2020-10-13T21:48:17.181Z] d4cc1826c9a3: Preparing [2020-10-13T21:48:17.452Z] d4cc1826c9a3: Pushed [2020-10-13T21:48:17.452Z] 7ac94f595ef9: Pushed [2020-10-13T21:48:20.837Z] 62dc71ce9f6c: Pushed [2020-10-13T21:48:20.837Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67: digest: sha256:f4db74421299d54724bfccf633419c85180fd345a71ffc54ef0d9594e2fee0b3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:21.212Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:21.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.71 [2020-10-13T21:48:21.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-13T21:48:21.556Z] 7ac94f595ef9: Preparing [2020-10-13T21:48:21.556Z] 62dc71ce9f6c: Preparing [2020-10-13T21:48:21.556Z] d4cc1826c9a3: Preparing [2020-10-13T21:48:21.556Z] 62dc71ce9f6c: Layer already exists [2020-10-13T21:48:21.556Z] d4cc1826c9a3: Layer already exists [2020-10-13T21:48:21.556Z] 7ac94f595ef9: Layer already exists [2020-10-13T21:48:21.825Z] 1.2.2-dev.71: digest: sha256:f4db74421299d54724bfccf633419c85180fd345a71ffc54ef0d9594e2fee0b3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:22.166Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:22.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:22.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-13T21:48:22.507Z] 7ac94f595ef9: Preparing [2020-10-13T21:48:22.507Z] 62dc71ce9f6c: Preparing [2020-10-13T21:48:22.507Z] d4cc1826c9a3: Preparing [2020-10-13T21:48:22.507Z] d4cc1826c9a3: Layer already exists [2020-10-13T21:48:22.507Z] 7ac94f595ef9: Layer already exists [2020-10-13T21:48:22.507Z] 62dc71ce9f6c: Layer already exists [2020-10-13T21:48:22.776Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71: digest: sha256:f4db74421299d54724bfccf633419c85180fd345a71ffc54ef0d9594e2fee0b3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:23.112Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:23.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-13T21:48:23.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-13T21:48:23.445Z] 7ac94f595ef9: Preparing [2020-10-13T21:48:23.445Z] 62dc71ce9f6c: Preparing [2020-10-13T21:48:23.445Z] d4cc1826c9a3: Preparing [2020-10-13T21:48:23.445Z] d4cc1826c9a3: Layer already exists [2020-10-13T21:48:23.445Z] 7ac94f595ef9: Layer already exists [2020-10-13T21:48:23.445Z] 62dc71ce9f6c: Layer already exists [2020-10-13T21:48:23.716Z] master: digest: sha256:f4db74421299d54724bfccf633419c85180fd345a71ffc54ef0d9594e2fee0b3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:48:23.925Z] ===================================================== [Pipeline] echo [2020-10-13T21:48:23.968Z] taggedImages: [2020-10-13T21:48:23.969Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:23.969Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.71 [2020-10-13T21:48:23.969Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:23.969Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-13T21:48:24.030Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-13T21:48:24.030Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:24.030Z] 1.2.2-dev.71 [2020-10-13T21:48:24.030Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:24.030Z] master [2020-10-13T21:48:24.030Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:24.595Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:24.929Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:24.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-13T21:48:24.929Z] 58e22c449e32: Preparing [2020-10-13T21:48:24.929Z] be6b919a5eeb: Preparing [2020-10-13T21:48:24.929Z] dfcfd97a3fc4: Preparing [2020-10-13T21:48:24.929Z] c6800f8313e6: Preparing [2020-10-13T21:48:24.929Z] e2f13739ad41: Preparing [2020-10-13T21:48:25.198Z] e2f13739ad41: Layer already exists [2020-10-13T21:48:25.198Z] be6b919a5eeb: Pushed [2020-10-13T21:48:25.198Z] dfcfd97a3fc4: Pushed [2020-10-13T21:48:25.468Z] c6800f8313e6: Pushed [2020-10-13T21:48:27.429Z] 58e22c449e32: Pushed [2020-10-13T21:48:27.429Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67: digest: sha256:77475e48652b2bf0c4c625aef5a6620300ddc28ef56022850b71847e515fc5a6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:27.763Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:28.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.71 [2020-10-13T21:48:28.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-13T21:48:28.125Z] 58e22c449e32: Preparing [2020-10-13T21:48:28.125Z] be6b919a5eeb: Preparing [2020-10-13T21:48:28.125Z] dfcfd97a3fc4: Preparing [2020-10-13T21:48:28.125Z] c6800f8313e6: Preparing [2020-10-13T21:48:28.125Z] e2f13739ad41: Preparing [2020-10-13T21:48:28.125Z] dfcfd97a3fc4: Layer already exists [2020-10-13T21:48:28.125Z] c6800f8313e6: Layer already exists [2020-10-13T21:48:28.125Z] e2f13739ad41: Layer already exists [2020-10-13T21:48:28.125Z] 58e22c449e32: Layer already exists [2020-10-13T21:48:28.125Z] be6b919a5eeb: Layer already exists [2020-10-13T21:48:28.402Z] 1.2.2-dev.71: digest: sha256:77475e48652b2bf0c4c625aef5a6620300ddc28ef56022850b71847e515fc5a6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:28.797Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:29.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:29.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-13T21:48:29.164Z] 58e22c449e32: Preparing [2020-10-13T21:48:29.164Z] be6b919a5eeb: Preparing [2020-10-13T21:48:29.164Z] dfcfd97a3fc4: Preparing [2020-10-13T21:48:29.164Z] c6800f8313e6: Preparing [2020-10-13T21:48:29.164Z] e2f13739ad41: Preparing [2020-10-13T21:48:29.164Z] 58e22c449e32: Layer already exists [2020-10-13T21:48:29.164Z] c6800f8313e6: Layer already exists [2020-10-13T21:48:29.164Z] dfcfd97a3fc4: Layer already exists [2020-10-13T21:48:29.164Z] e2f13739ad41: Layer already exists [2020-10-13T21:48:29.164Z] be6b919a5eeb: Layer already exists [2020-10-13T21:48:29.432Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71: digest: sha256:77475e48652b2bf0c4c625aef5a6620300ddc28ef56022850b71847e515fc5a6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:29.773Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:30.106Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-13T21:48:30.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-13T21:48:30.106Z] 58e22c449e32: Preparing [2020-10-13T21:48:30.106Z] be6b919a5eeb: Preparing [2020-10-13T21:48:30.106Z] dfcfd97a3fc4: Preparing [2020-10-13T21:48:30.106Z] c6800f8313e6: Preparing [2020-10-13T21:48:30.106Z] e2f13739ad41: Preparing [2020-10-13T21:48:30.376Z] 58e22c449e32: Layer already exists [2020-10-13T21:48:30.376Z] e2f13739ad41: Layer already exists [2020-10-13T21:48:30.376Z] dfcfd97a3fc4: Layer already exists [2020-10-13T21:48:30.376Z] be6b919a5eeb: Layer already exists [2020-10-13T21:48:30.376Z] c6800f8313e6: Layer already exists [2020-10-13T21:48:30.376Z] master: digest: sha256:77475e48652b2bf0c4c625aef5a6620300ddc28ef56022850b71847e515fc5a6 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:48:30.561Z] ===================================================== [Pipeline] echo [2020-10-13T21:48:30.627Z] taggedImages: [2020-10-13T21:48:30.627Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:30.627Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.71 [2020-10-13T21:48:30.627Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:30.627Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-13T21:48:30.706Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-13T21:48:30.706Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:30.706Z] 1.2.2-dev.71 [2020-10-13T21:48:30.706Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:30.706Z] master [2020-10-13T21:48:30.706Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:31.215Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:31.560Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:31.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-13T21:48:31.560Z] da922d52fd75: Preparing [2020-10-13T21:48:31.560Z] 2f41c866f4f6: Preparing [2020-10-13T21:48:31.560Z] 649cc7d9ad96: Preparing [2020-10-13T21:48:31.560Z] 38dc76529673: Preparing [2020-10-13T21:48:31.560Z] 38dc76529673: Preparing [2020-10-13T21:48:31.560Z] 80936be00006: Preparing [2020-10-13T21:48:31.560Z] 5f6e4ac37d3a: Preparing [2020-10-13T21:48:31.560Z] bca7d0c8d60e: Preparing [2020-10-13T21:48:31.560Z] da922d52fd75: Preparing [2020-10-13T21:48:31.560Z] e29338dd8fe4: Preparing [2020-10-13T21:48:31.560Z] 671459510655: Preparing [2020-10-13T21:48:31.560Z] a2b9c5163711: Preparing [2020-10-13T21:48:31.560Z] 5f6e4ac37d3a: Waiting [2020-10-13T21:48:31.560Z] e2f13739ad41: Preparing [2020-10-13T21:48:31.560Z] bca7d0c8d60e: Waiting [2020-10-13T21:48:31.560Z] e29338dd8fe4: Waiting [2020-10-13T21:48:31.560Z] 671459510655: Waiting [2020-10-13T21:48:31.560Z] a2b9c5163711: Waiting [2020-10-13T21:48:31.560Z] e2f13739ad41: Waiting [2020-10-13T21:48:31.838Z] 2f41c866f4f6: Pushed [2020-10-13T21:48:31.838Z] 649cc7d9ad96: Pushed [2020-10-13T21:48:31.838Z] 80936be00006: Pushed [2020-10-13T21:48:31.838Z] 38dc76529673: Pushed [2020-10-13T21:48:32.109Z] 5f6e4ac37d3a: Pushed [2020-10-13T21:48:32.109Z] bca7d0c8d60e: Pushed [2020-10-13T21:48:32.109Z] 671459510655: Pushed [2020-10-13T21:48:32.109Z] e29338dd8fe4: Pushed [2020-10-13T21:48:32.109Z] e2f13739ad41: Layer already exists [2020-10-13T21:48:32.378Z] a2b9c5163711: Pushed [2020-10-13T21:48:33.794Z] da922d52fd75: Pushed [2020-10-13T21:48:34.072Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67: digest: sha256:649aa1502ae8297e730d6302a371f45c3aabb3dc0a60d88652f04737060a1129 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:34.419Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:34.758Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.71 [2020-10-13T21:48:34.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-13T21:48:34.758Z] da922d52fd75: Preparing [2020-10-13T21:48:34.758Z] 2f41c866f4f6: Preparing [2020-10-13T21:48:34.758Z] 649cc7d9ad96: Preparing [2020-10-13T21:48:34.758Z] 38dc76529673: Preparing [2020-10-13T21:48:34.758Z] 38dc76529673: Preparing [2020-10-13T21:48:34.758Z] 80936be00006: Preparing [2020-10-13T21:48:34.758Z] 5f6e4ac37d3a: Preparing [2020-10-13T21:48:34.758Z] bca7d0c8d60e: Preparing [2020-10-13T21:48:34.758Z] da922d52fd75: Preparing [2020-10-13T21:48:34.758Z] e29338dd8fe4: Preparing [2020-10-13T21:48:34.758Z] 671459510655: Preparing [2020-10-13T21:48:34.758Z] a2b9c5163711: Preparing [2020-10-13T21:48:34.758Z] e2f13739ad41: Preparing [2020-10-13T21:48:34.758Z] e29338dd8fe4: Waiting [2020-10-13T21:48:34.758Z] a2b9c5163711: Waiting [2020-10-13T21:48:34.758Z] e2f13739ad41: Waiting [2020-10-13T21:48:34.758Z] 671459510655: Waiting [2020-10-13T21:48:34.758Z] 5f6e4ac37d3a: Waiting [2020-10-13T21:48:34.758Z] bca7d0c8d60e: Waiting [2020-10-13T21:48:34.758Z] da922d52fd75: Layer already exists [2020-10-13T21:48:34.758Z] 80936be00006: Layer already exists [2020-10-13T21:48:34.758Z] 2f41c866f4f6: Layer already exists [2020-10-13T21:48:34.758Z] 649cc7d9ad96: Layer already exists [2020-10-13T21:48:35.027Z] 38dc76529673: Layer already exists [2020-10-13T21:48:35.027Z] e29338dd8fe4: Layer already exists [2020-10-13T21:48:35.027Z] 5f6e4ac37d3a: Layer already exists [2020-10-13T21:48:35.027Z] bca7d0c8d60e: Layer already exists [2020-10-13T21:48:35.027Z] 671459510655: Layer already exists [2020-10-13T21:48:35.027Z] a2b9c5163711: Layer already exists [2020-10-13T21:48:35.027Z] e2f13739ad41: Layer already exists [2020-10-13T21:48:35.027Z] 1.2.2-dev.71: digest: sha256:649aa1502ae8297e730d6302a371f45c3aabb3dc0a60d88652f04737060a1129 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:35.363Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:35.693Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:35.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-13T21:48:35.693Z] da922d52fd75: Preparing [2020-10-13T21:48:35.693Z] 2f41c866f4f6: Preparing [2020-10-13T21:48:35.693Z] 649cc7d9ad96: Preparing [2020-10-13T21:48:35.693Z] 38dc76529673: Preparing [2020-10-13T21:48:35.693Z] 38dc76529673: Preparing [2020-10-13T21:48:35.693Z] 80936be00006: Preparing [2020-10-13T21:48:35.693Z] 5f6e4ac37d3a: Preparing [2020-10-13T21:48:35.693Z] bca7d0c8d60e: Preparing [2020-10-13T21:48:35.693Z] da922d52fd75: Preparing [2020-10-13T21:48:35.693Z] e29338dd8fe4: Preparing [2020-10-13T21:48:35.693Z] 671459510655: Preparing [2020-10-13T21:48:35.693Z] a2b9c5163711: Preparing [2020-10-13T21:48:35.693Z] e2f13739ad41: Preparing [2020-10-13T21:48:35.693Z] 5f6e4ac37d3a: Waiting [2020-10-13T21:48:35.693Z] bca7d0c8d60e: Waiting [2020-10-13T21:48:35.693Z] a2b9c5163711: Waiting [2020-10-13T21:48:35.693Z] e2f13739ad41: Waiting [2020-10-13T21:48:35.693Z] e29338dd8fe4: Waiting [2020-10-13T21:48:35.693Z] 671459510655: Waiting [2020-10-13T21:48:35.693Z] 649cc7d9ad96: Layer already exists [2020-10-13T21:48:35.693Z] 2f41c866f4f6: Layer already exists [2020-10-13T21:48:35.693Z] 38dc76529673: Layer already exists [2020-10-13T21:48:35.693Z] 80936be00006: Layer already exists [2020-10-13T21:48:35.693Z] da922d52fd75: Layer already exists [2020-10-13T21:48:35.693Z] 5f6e4ac37d3a: Layer already exists [2020-10-13T21:48:35.693Z] e29338dd8fe4: Layer already exists [2020-10-13T21:48:35.963Z] a2b9c5163711: Layer already exists [2020-10-13T21:48:35.963Z] 671459510655: Layer already exists [2020-10-13T21:48:35.963Z] bca7d0c8d60e: Layer already exists [2020-10-13T21:48:35.963Z] e2f13739ad41: Layer already exists [2020-10-13T21:48:35.963Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71: digest: sha256:649aa1502ae8297e730d6302a371f45c3aabb3dc0a60d88652f04737060a1129 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:36.302Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:36.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-13T21:48:36.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-13T21:48:36.632Z] da922d52fd75: Preparing [2020-10-13T21:48:36.632Z] 2f41c866f4f6: Preparing [2020-10-13T21:48:36.632Z] 649cc7d9ad96: Preparing [2020-10-13T21:48:36.632Z] 38dc76529673: Preparing [2020-10-13T21:48:36.632Z] 38dc76529673: Preparing [2020-10-13T21:48:36.632Z] 80936be00006: Preparing [2020-10-13T21:48:36.632Z] 5f6e4ac37d3a: Preparing [2020-10-13T21:48:36.632Z] bca7d0c8d60e: Preparing [2020-10-13T21:48:36.632Z] da922d52fd75: Preparing [2020-10-13T21:48:36.632Z] e29338dd8fe4: Preparing [2020-10-13T21:48:36.632Z] 671459510655: Preparing [2020-10-13T21:48:36.632Z] a2b9c5163711: Preparing [2020-10-13T21:48:36.632Z] e2f13739ad41: Preparing [2020-10-13T21:48:36.632Z] e29338dd8fe4: Waiting [2020-10-13T21:48:36.632Z] 671459510655: Waiting [2020-10-13T21:48:36.632Z] a2b9c5163711: Waiting [2020-10-13T21:48:36.632Z] e2f13739ad41: Waiting [2020-10-13T21:48:36.632Z] 5f6e4ac37d3a: Waiting [2020-10-13T21:48:36.632Z] bca7d0c8d60e: Waiting [2020-10-13T21:48:36.900Z] 38dc76529673: Layer already exists [2020-10-13T21:48:36.900Z] da922d52fd75: Layer already exists [2020-10-13T21:48:36.900Z] 80936be00006: Layer already exists [2020-10-13T21:48:36.900Z] 2f41c866f4f6: Layer already exists [2020-10-13T21:48:36.900Z] 649cc7d9ad96: Layer already exists [2020-10-13T21:48:36.900Z] 5f6e4ac37d3a: Layer already exists [2020-10-13T21:48:36.900Z] bca7d0c8d60e: Layer already exists [2020-10-13T21:48:36.900Z] 671459510655: Layer already exists [2020-10-13T21:48:36.900Z] e29338dd8fe4: Layer already exists [2020-10-13T21:48:36.900Z] a2b9c5163711: Layer already exists [2020-10-13T21:48:36.900Z] e2f13739ad41: Layer already exists [2020-10-13T21:48:36.900Z] master: digest: sha256:649aa1502ae8297e730d6302a371f45c3aabb3dc0a60d88652f04737060a1129 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:48:37.109Z] ===================================================== [Pipeline] echo [2020-10-13T21:48:37.153Z] taggedImages: [2020-10-13T21:48:37.154Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:37.154Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.71 [2020-10-13T21:48:37.154Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:37.154Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-13T21:48:37.218Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-13T21:48:37.218Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:37.218Z] 1.2.2-dev.71 [2020-10-13T21:48:37.218Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:37.218Z] master [2020-10-13T21:48:37.218Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:37.765Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:38.105Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:38.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-13T21:48:38.105Z] 1a48dc7e65aa: Preparing [2020-10-13T21:48:38.105Z] 1e846355ff78: Preparing [2020-10-13T21:48:38.105Z] 62a62dd5d772: Preparing [2020-10-13T21:48:38.105Z] dd5b25065d64: Preparing [2020-10-13T21:48:38.105Z] 3fb43a040d22: Preparing [2020-10-13T21:48:38.105Z] fbc9a2859d9f: Preparing [2020-10-13T21:48:38.105Z] 3530aa15ebb7: Preparing [2020-10-13T21:48:38.105Z] 76b843a721e7: Preparing [2020-10-13T21:48:38.105Z] ffa90698c5c1: Preparing [2020-10-13T21:48:38.105Z] d16a28ed6fd4: Preparing [2020-10-13T21:48:38.105Z] 66b385cf80cf: Preparing [2020-10-13T21:48:38.105Z] d16a28ed6fd4: Waiting [2020-10-13T21:48:38.105Z] 76b843a721e7: Waiting [2020-10-13T21:48:38.105Z] ffa90698c5c1: Waiting [2020-10-13T21:48:38.105Z] 66b385cf80cf: Waiting [2020-10-13T21:48:38.105Z] fbc9a2859d9f: Waiting [2020-10-13T21:48:38.105Z] 3530aa15ebb7: Waiting [2020-10-13T21:48:38.379Z] 1a48dc7e65aa: Pushed [2020-10-13T21:48:38.653Z] fbc9a2859d9f: Pushed [2020-10-13T21:48:38.653Z] 3530aa15ebb7: Pushed [2020-10-13T21:48:38.926Z] 76b843a721e7: Pushed [2020-10-13T21:48:39.198Z] ffa90698c5c1: Pushed [2020-10-13T21:48:39.492Z] 1e846355ff78: Pushed [2020-10-13T21:48:39.784Z] 66b385cf80cf: Layer already exists [2020-10-13T21:48:40.075Z] d16a28ed6fd4: Pushed [2020-10-13T21:48:40.349Z] 62a62dd5d772: Pushed [2020-10-13T21:48:40.623Z] 3fb43a040d22: Pushed [2020-10-13T21:48:40.623Z] dd5b25065d64: Pushed [2020-10-13T21:48:40.893Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67: digest: sha256:72d2dbd3420db5b21d99e0d95a4ab7ca630701642ac9053a0f6bae4b0f833162 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:41.244Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:41.586Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.71 [2020-10-13T21:48:41.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-13T21:48:41.587Z] 1a48dc7e65aa: Preparing [2020-10-13T21:48:41.587Z] 1e846355ff78: Preparing [2020-10-13T21:48:41.587Z] 62a62dd5d772: Preparing [2020-10-13T21:48:41.587Z] dd5b25065d64: Preparing [2020-10-13T21:48:41.587Z] 3fb43a040d22: Preparing [2020-10-13T21:48:41.587Z] fbc9a2859d9f: Preparing [2020-10-13T21:48:41.587Z] 3530aa15ebb7: Preparing [2020-10-13T21:48:41.587Z] 76b843a721e7: Preparing [2020-10-13T21:48:41.587Z] ffa90698c5c1: Preparing [2020-10-13T21:48:41.587Z] d16a28ed6fd4: Preparing [2020-10-13T21:48:41.587Z] 66b385cf80cf: Preparing [2020-10-13T21:48:41.587Z] 76b843a721e7: Waiting [2020-10-13T21:48:41.587Z] ffa90698c5c1: Waiting [2020-10-13T21:48:41.587Z] d16a28ed6fd4: Waiting [2020-10-13T21:48:41.587Z] 66b385cf80cf: Waiting [2020-10-13T21:48:41.587Z] fbc9a2859d9f: Waiting [2020-10-13T21:48:41.587Z] 3530aa15ebb7: Waiting [2020-10-13T21:48:41.857Z] 3fb43a040d22: Layer already exists [2020-10-13T21:48:41.857Z] 62a62dd5d772: Layer already exists [2020-10-13T21:48:41.857Z] 1a48dc7e65aa: Layer already exists [2020-10-13T21:48:41.857Z] dd5b25065d64: Layer already exists [2020-10-13T21:48:41.857Z] 1e846355ff78: Layer already exists [2020-10-13T21:48:41.857Z] fbc9a2859d9f: Layer already exists [2020-10-13T21:48:41.857Z] 3530aa15ebb7: Layer already exists [2020-10-13T21:48:41.857Z] ffa90698c5c1: Layer already exists [2020-10-13T21:48:41.857Z] 76b843a721e7: Layer already exists [2020-10-13T21:48:41.857Z] d16a28ed6fd4: Layer already exists [2020-10-13T21:48:41.857Z] 66b385cf80cf: Layer already exists [2020-10-13T21:48:41.857Z] 1.2.2-dev.71: digest: sha256:72d2dbd3420db5b21d99e0d95a4ab7ca630701642ac9053a0f6bae4b0f833162 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:42.242Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:42.578Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:42.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-13T21:48:42.578Z] 1a48dc7e65aa: Preparing [2020-10-13T21:48:42.578Z] 1e846355ff78: Preparing [2020-10-13T21:48:42.578Z] 62a62dd5d772: Preparing [2020-10-13T21:48:42.578Z] dd5b25065d64: Preparing [2020-10-13T21:48:42.578Z] 3fb43a040d22: Preparing [2020-10-13T21:48:42.578Z] fbc9a2859d9f: Preparing [2020-10-13T21:48:42.578Z] 3530aa15ebb7: Preparing [2020-10-13T21:48:42.578Z] 76b843a721e7: Preparing [2020-10-13T21:48:42.578Z] ffa90698c5c1: Preparing [2020-10-13T21:48:42.578Z] d16a28ed6fd4: Preparing [2020-10-13T21:48:42.578Z] 66b385cf80cf: Preparing [2020-10-13T21:48:42.578Z] fbc9a2859d9f: Waiting [2020-10-13T21:48:42.578Z] 3530aa15ebb7: Waiting [2020-10-13T21:48:42.578Z] 76b843a721e7: Waiting [2020-10-13T21:48:42.578Z] ffa90698c5c1: Waiting [2020-10-13T21:48:42.578Z] d16a28ed6fd4: Waiting [2020-10-13T21:48:42.578Z] 66b385cf80cf: Waiting [2020-10-13T21:48:42.578Z] dd5b25065d64: Layer already exists [2020-10-13T21:48:42.578Z] 3fb43a040d22: Layer already exists [2020-10-13T21:48:42.578Z] 1e846355ff78: Layer already exists [2020-10-13T21:48:42.578Z] 1a48dc7e65aa: Layer already exists [2020-10-13T21:48:42.849Z] 62a62dd5d772: Layer already exists [2020-10-13T21:48:42.849Z] fbc9a2859d9f: Layer already exists [2020-10-13T21:48:42.849Z] ffa90698c5c1: Layer already exists [2020-10-13T21:48:42.849Z] 3530aa15ebb7: Layer already exists [2020-10-13T21:48:42.849Z] d16a28ed6fd4: Layer already exists [2020-10-13T21:48:42.849Z] 76b843a721e7: Layer already exists [2020-10-13T21:48:42.849Z] 66b385cf80cf: Layer already exists [2020-10-13T21:48:42.849Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71: digest: sha256:72d2dbd3420db5b21d99e0d95a4ab7ca630701642ac9053a0f6bae4b0f833162 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:43.191Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:43.528Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-13T21:48:43.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-13T21:48:43.528Z] 1a48dc7e65aa: Preparing [2020-10-13T21:48:43.528Z] 1e846355ff78: Preparing [2020-10-13T21:48:43.528Z] 62a62dd5d772: Preparing [2020-10-13T21:48:43.528Z] dd5b25065d64: Preparing [2020-10-13T21:48:43.528Z] 3fb43a040d22: Preparing [2020-10-13T21:48:43.528Z] fbc9a2859d9f: Preparing [2020-10-13T21:48:43.528Z] 3530aa15ebb7: Preparing [2020-10-13T21:48:43.528Z] 76b843a721e7: Preparing [2020-10-13T21:48:43.528Z] ffa90698c5c1: Preparing [2020-10-13T21:48:43.528Z] d16a28ed6fd4: Preparing [2020-10-13T21:48:43.528Z] 66b385cf80cf: Preparing [2020-10-13T21:48:43.528Z] fbc9a2859d9f: Waiting [2020-10-13T21:48:43.528Z] 3530aa15ebb7: Waiting [2020-10-13T21:48:43.528Z] d16a28ed6fd4: Waiting [2020-10-13T21:48:43.528Z] 66b385cf80cf: Waiting [2020-10-13T21:48:43.528Z] 76b843a721e7: Waiting [2020-10-13T21:48:43.528Z] ffa90698c5c1: Waiting [2020-10-13T21:48:43.528Z] 1a48dc7e65aa: Layer already exists [2020-10-13T21:48:43.528Z] 1e846355ff78: Layer already exists [2020-10-13T21:48:43.800Z] 62a62dd5d772: Layer already exists [2020-10-13T21:48:43.800Z] 3fb43a040d22: Layer already exists [2020-10-13T21:48:43.800Z] dd5b25065d64: Layer already exists [2020-10-13T21:48:43.800Z] 3530aa15ebb7: Layer already exists [2020-10-13T21:48:43.800Z] ffa90698c5c1: Layer already exists [2020-10-13T21:48:43.800Z] fbc9a2859d9f: Layer already exists [2020-10-13T21:48:43.800Z] 76b843a721e7: Layer already exists [2020-10-13T21:48:43.800Z] d16a28ed6fd4: Layer already exists [2020-10-13T21:48:43.800Z] 66b385cf80cf: Layer already exists [2020-10-13T21:48:43.800Z] master: digest: sha256:72d2dbd3420db5b21d99e0d95a4ab7ca630701642ac9053a0f6bae4b0f833162 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:48:43.991Z] ===================================================== [Pipeline] echo [2020-10-13T21:48:44.049Z] taggedImages: [2020-10-13T21:48:44.049Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:44.049Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.71 [2020-10-13T21:48:44.049Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:44.049Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-13T21:48:44.156Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-13T21:48:44.156Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:44.156Z] 1.2.2-dev.71 [2020-10-13T21:48:44.156Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:44.156Z] master [2020-10-13T21:48:44.156Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:44.669Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:45.003Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:45.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-13T21:48:45.003Z] 1cc1317f1834: Preparing [2020-10-13T21:48:45.003Z] 48279dddeba5: Preparing [2020-10-13T21:48:45.003Z] 8a2e8134b661: Preparing [2020-10-13T21:48:45.003Z] 5ef1d3e0fb1f: Preparing [2020-10-13T21:48:45.274Z] 1cc1317f1834: Pushed [2020-10-13T21:48:45.274Z] 8a2e8134b661: Pushed [2020-10-13T21:48:45.543Z] 5ef1d3e0fb1f: Pushed [2020-10-13T21:48:48.146Z] 48279dddeba5: Pushed [2020-10-13T21:48:48.146Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67: digest: sha256:f3909169544de0bc5f470dce5d9a8bea090cefb7e29fea36cb4a082eb552f9fb size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:48.488Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:48.825Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.71 [2020-10-13T21:48:48.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-13T21:48:48.825Z] 1cc1317f1834: Preparing [2020-10-13T21:48:48.825Z] 48279dddeba5: Preparing [2020-10-13T21:48:48.825Z] 8a2e8134b661: Preparing [2020-10-13T21:48:48.825Z] 5ef1d3e0fb1f: Preparing [2020-10-13T21:48:49.095Z] 8a2e8134b661: Layer already exists [2020-10-13T21:48:49.095Z] 5ef1d3e0fb1f: Layer already exists [2020-10-13T21:48:49.095Z] 48279dddeba5: Layer already exists [2020-10-13T21:48:49.095Z] 1cc1317f1834: Layer already exists [2020-10-13T21:48:49.095Z] 1.2.2-dev.71: digest: sha256:f3909169544de0bc5f470dce5d9a8bea090cefb7e29fea36cb4a082eb552f9fb size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:49.439Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:49.804Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:49.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-13T21:48:49.804Z] 1cc1317f1834: Preparing [2020-10-13T21:48:49.804Z] 48279dddeba5: Preparing [2020-10-13T21:48:49.804Z] 8a2e8134b661: Preparing [2020-10-13T21:48:49.804Z] 5ef1d3e0fb1f: Preparing [2020-10-13T21:48:49.804Z] 8a2e8134b661: Layer already exists [2020-10-13T21:48:49.804Z] 48279dddeba5: Layer already exists [2020-10-13T21:48:49.804Z] 5ef1d3e0fb1f: Layer already exists [2020-10-13T21:48:49.804Z] 1cc1317f1834: Layer already exists [2020-10-13T21:48:50.076Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71: digest: sha256:f3909169544de0bc5f470dce5d9a8bea090cefb7e29fea36cb4a082eb552f9fb size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:50.425Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:50.791Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-13T21:48:50.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-13T21:48:50.791Z] 1cc1317f1834: Preparing [2020-10-13T21:48:50.791Z] 48279dddeba5: Preparing [2020-10-13T21:48:50.791Z] 8a2e8134b661: Preparing [2020-10-13T21:48:50.791Z] 5ef1d3e0fb1f: Preparing [2020-10-13T21:48:51.073Z] 48279dddeba5: Layer already exists [2020-10-13T21:48:51.073Z] 1cc1317f1834: Layer already exists [2020-10-13T21:48:51.073Z] 5ef1d3e0fb1f: Layer already exists [2020-10-13T21:48:51.073Z] 8a2e8134b661: Layer already exists [2020-10-13T21:48:51.073Z] master: digest: sha256:f3909169544de0bc5f470dce5d9a8bea090cefb7e29fea36cb4a082eb552f9fb size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:48:51.382Z] ===================================================== [Pipeline] echo [2020-10-13T21:48:51.428Z] taggedImages: [2020-10-13T21:48:51.428Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:51.428Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.71 [2020-10-13T21:48:51.428Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:51.428Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-13T21:48:51.496Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-13T21:48:51.496Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:51.496Z] 1.2.2-dev.71 [2020-10-13T21:48:51.496Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:51.496Z] master [2020-10-13T21:48:51.496Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:52.029Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:52.372Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:52.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-13T21:48:52.373Z] e599f60a5ce9: Preparing [2020-10-13T21:48:52.373Z] 6c93581ccc27: Preparing [2020-10-13T21:48:52.373Z] 7e17090eb814: Preparing [2020-10-13T21:48:52.373Z] bf48d899165f: Preparing [2020-10-13T21:48:52.373Z] ab9d96547846: Preparing [2020-10-13T21:48:52.373Z] fa2930821580: Preparing [2020-10-13T21:48:52.373Z] fa2930821580: Waiting [2020-10-13T21:48:52.645Z] 7e17090eb814: Pushed [2020-10-13T21:48:52.645Z] e599f60a5ce9: Pushed [2020-10-13T21:48:52.920Z] bf48d899165f: Pushed [2020-10-13T21:48:52.920Z] ab9d96547846: Pushed [2020-10-13T21:48:53.191Z] fa2930821580: Pushed [2020-10-13T21:48:55.826Z] 6c93581ccc27: Pushed [2020-10-13T21:48:55.826Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67: digest: sha256:9e6234796f33eceb7a2c6bdb398d939846fdf370582204aeb1bc8e8462e7b20c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:56.164Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:56.495Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.71 [2020-10-13T21:48:56.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-13T21:48:56.495Z] e599f60a5ce9: Preparing [2020-10-13T21:48:56.495Z] 6c93581ccc27: Preparing [2020-10-13T21:48:56.495Z] 7e17090eb814: Preparing [2020-10-13T21:48:56.495Z] bf48d899165f: Preparing [2020-10-13T21:48:56.495Z] ab9d96547846: Preparing [2020-10-13T21:48:56.495Z] fa2930821580: Preparing [2020-10-13T21:48:56.495Z] fa2930821580: Waiting [2020-10-13T21:48:56.495Z] bf48d899165f: Layer already exists [2020-10-13T21:48:56.495Z] ab9d96547846: Layer already exists [2020-10-13T21:48:56.495Z] 6c93581ccc27: Layer already exists [2020-10-13T21:48:56.495Z] 7e17090eb814: Layer already exists [2020-10-13T21:48:56.495Z] e599f60a5ce9: Layer already exists [2020-10-13T21:48:56.495Z] fa2930821580: Layer already exists [2020-10-13T21:48:56.765Z] 1.2.2-dev.71: digest: sha256:9e6234796f33eceb7a2c6bdb398d939846fdf370582204aeb1bc8e8462e7b20c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:57.104Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:57.434Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:57.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-13T21:48:57.434Z] e599f60a5ce9: Preparing [2020-10-13T21:48:57.434Z] 6c93581ccc27: Preparing [2020-10-13T21:48:57.434Z] 7e17090eb814: Preparing [2020-10-13T21:48:57.434Z] bf48d899165f: Preparing [2020-10-13T21:48:57.434Z] ab9d96547846: Preparing [2020-10-13T21:48:57.434Z] fa2930821580: Preparing [2020-10-13T21:48:57.434Z] fa2930821580: Waiting [2020-10-13T21:48:57.434Z] 6c93581ccc27: Layer already exists [2020-10-13T21:48:57.434Z] e599f60a5ce9: Layer already exists [2020-10-13T21:48:57.434Z] ab9d96547846: Layer already exists [2020-10-13T21:48:57.434Z] bf48d899165f: Layer already exists [2020-10-13T21:48:57.434Z] 7e17090eb814: Layer already exists [2020-10-13T21:48:57.705Z] fa2930821580: Layer already exists [2020-10-13T21:48:57.705Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71: digest: sha256:9e6234796f33eceb7a2c6bdb398d939846fdf370582204aeb1bc8e8462e7b20c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:58.042Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:58.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-13T21:48:58.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-13T21:48:58.373Z] e599f60a5ce9: Preparing [2020-10-13T21:48:58.373Z] 6c93581ccc27: Preparing [2020-10-13T21:48:58.373Z] 7e17090eb814: Preparing [2020-10-13T21:48:58.373Z] bf48d899165f: Preparing [2020-10-13T21:48:58.373Z] ab9d96547846: Preparing [2020-10-13T21:48:58.373Z] fa2930821580: Preparing [2020-10-13T21:48:58.373Z] fa2930821580: Waiting [2020-10-13T21:48:58.373Z] ab9d96547846: Layer already exists [2020-10-13T21:48:58.373Z] 6c93581ccc27: Layer already exists [2020-10-13T21:48:58.373Z] e599f60a5ce9: Layer already exists [2020-10-13T21:48:58.373Z] bf48d899165f: Layer already exists [2020-10-13T21:48:58.373Z] 7e17090eb814: Layer already exists [2020-10-13T21:48:58.373Z] fa2930821580: Layer already exists [2020-10-13T21:48:58.643Z] master: digest: sha256:9e6234796f33eceb7a2c6bdb398d939846fdf370582204aeb1bc8e8462e7b20c size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:48:58.856Z] ===================================================== [Pipeline] echo [2020-10-13T21:48:58.901Z] taggedImages: [2020-10-13T21:48:58.901Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:58.902Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.71 [2020-10-13T21:48:58.902Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:58.902Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-13T21:48:58.964Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-13T21:48:58.964Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:58.964Z] 1.2.2-dev.71 [2020-10-13T21:48:58.964Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:48:58.964Z] master [2020-10-13T21:48:58.964Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:59.453Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:48:59.792Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:48:59.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-13T21:48:59.792Z] 8eaa46cf9676: Preparing [2020-10-13T21:48:59.792Z] 5eef7885a1ef: Preparing [2020-10-13T21:48:59.792Z] eaeae0804b67: Preparing [2020-10-13T21:49:00.067Z] eaeae0804b67: Pushed [2020-10-13T21:49:00.067Z] 8eaa46cf9676: Pushed [2020-10-13T21:49:02.665Z] 5eef7885a1ef: Pushed [2020-10-13T21:49:02.933Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67: digest: sha256:b116619642862b4f95d57bac220ea54e3058f42c9698f199e40c578a408c7c47 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:49:03.271Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:49:03.601Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.71 [2020-10-13T21:49:03.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-13T21:49:03.601Z] 8eaa46cf9676: Preparing [2020-10-13T21:49:03.601Z] 5eef7885a1ef: Preparing [2020-10-13T21:49:03.601Z] eaeae0804b67: Preparing [2020-10-13T21:49:03.601Z] eaeae0804b67: Layer already exists [2020-10-13T21:49:03.601Z] 8eaa46cf9676: Layer already exists [2020-10-13T21:49:03.601Z] 5eef7885a1ef: Layer already exists [2020-10-13T21:49:03.871Z] 1.2.2-dev.71: digest: sha256:b116619642862b4f95d57bac220ea54e3058f42c9698f199e40c578a408c7c47 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:49:04.237Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:49:04.604Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:49:04.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-13T21:49:04.604Z] 8eaa46cf9676: Preparing [2020-10-13T21:49:04.604Z] 5eef7885a1ef: Preparing [2020-10-13T21:49:04.604Z] eaeae0804b67: Preparing [2020-10-13T21:49:04.604Z] eaeae0804b67: Layer already exists [2020-10-13T21:49:04.604Z] 5eef7885a1ef: Layer already exists [2020-10-13T21:49:04.604Z] 8eaa46cf9676: Layer already exists [2020-10-13T21:49:04.878Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71: digest: sha256:b116619642862b4f95d57bac220ea54e3058f42c9698f199e40c578a408c7c47 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:49:05.215Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:49:05.545Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-13T21:49:05.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-13T21:49:05.545Z] 8eaa46cf9676: Preparing [2020-10-13T21:49:05.545Z] 5eef7885a1ef: Preparing [2020-10-13T21:49:05.545Z] eaeae0804b67: Preparing [2020-10-13T21:49:05.545Z] eaeae0804b67: Layer already exists [2020-10-13T21:49:05.545Z] 8eaa46cf9676: Layer already exists [2020-10-13T21:49:05.545Z] 5eef7885a1ef: Layer already exists [2020-10-13T21:49:05.817Z] master: digest: sha256:b116619642862b4f95d57bac220ea54e3058f42c9698f199e40c578a408c7c47 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:49:06.072Z] ===================================================== [Pipeline] echo [2020-10-13T21:49:06.150Z] taggedImages: [2020-10-13T21:49:06.150Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:49:06.150Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.71 [2020-10-13T21:49:06.150Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:49:06.150Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-13T21:49:06.290Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-13T21:49:06.291Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:49:06.291Z] 1.2.2-dev.71 [2020-10-13T21:49:06.291Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:49:06.291Z] master [2020-10-13T21:49:06.291Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:49:06.807Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:49:07.136Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:49:07.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-13T21:49:07.136Z] f6544a0357f0: Preparing [2020-10-13T21:49:07.136Z] 242686b6368c: Preparing [2020-10-13T21:49:07.136Z] 77a6bfc21c42: Preparing [2020-10-13T21:49:07.136Z] 7571b6f82a84: Preparing [2020-10-13T21:49:07.136Z] cf03c782cc69: Preparing [2020-10-13T21:49:07.136Z] 49017289eda2: Preparing [2020-10-13T21:49:07.136Z] d2868c706e05: Preparing [2020-10-13T21:49:07.136Z] f875f9e206db: Preparing [2020-10-13T21:49:07.136Z] 3994ac1dcb8b: Preparing [2020-10-13T21:49:07.136Z] 5f2247eaf593: Preparing [2020-10-13T21:49:07.136Z] 62d13be1b083: Preparing [2020-10-13T21:49:07.136Z] 94fdc660876c: Preparing [2020-10-13T21:49:07.136Z] 4e7279dfc0c0: Preparing [2020-10-13T21:49:07.136Z] e2f13739ad41: Preparing [2020-10-13T21:49:07.136Z] 5f2247eaf593: Waiting [2020-10-13T21:49:07.136Z] 62d13be1b083: Waiting [2020-10-13T21:49:07.136Z] 4e7279dfc0c0: Waiting [2020-10-13T21:49:07.136Z] e2f13739ad41: Waiting [2020-10-13T21:49:07.136Z] 49017289eda2: Waiting [2020-10-13T21:49:07.136Z] 94fdc660876c: Waiting [2020-10-13T21:49:07.136Z] d2868c706e05: Waiting [2020-10-13T21:49:07.136Z] f875f9e206db: Waiting [2020-10-13T21:49:07.136Z] 3994ac1dcb8b: Waiting [2020-10-13T21:49:07.732Z] cf03c782cc69: Pushed [2020-10-13T21:49:08.009Z] f6544a0357f0: Pushed [2020-10-13T21:49:08.285Z] 7571b6f82a84: Pushed [2020-10-13T21:49:08.558Z] f875f9e206db: Layer already exists [2020-10-13T21:49:08.558Z] 3994ac1dcb8b: Layer already exists [2020-10-13T21:49:08.558Z] 5f2247eaf593: Layer already exists [2020-10-13T21:49:08.558Z] 62d13be1b083: Layer already exists [2020-10-13T21:49:08.558Z] 94fdc660876c: Layer already exists [2020-10-13T21:49:08.558Z] d2868c706e05: Pushed [2020-10-13T21:49:08.558Z] 4e7279dfc0c0: Layer already exists [2020-10-13T21:49:08.558Z] e2f13739ad41: Layer already exists [2020-10-13T21:49:09.151Z] 242686b6368c: Pushed [2020-10-13T21:49:10.123Z] 49017289eda2: Pushed [2020-10-13T21:49:20.243Z] 77a6bfc21c42: Pushed [2020-10-13T21:49:20.514Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67: digest: sha256:07baa28435fe5f246643b31f6b74a97fded419b9a3abe53375207a3907ad2483 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:49:20.851Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:49:21.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.71 [2020-10-13T21:49:21.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-13T21:49:21.179Z] f6544a0357f0: Preparing [2020-10-13T21:49:21.179Z] 242686b6368c: Preparing [2020-10-13T21:49:21.179Z] 77a6bfc21c42: Preparing [2020-10-13T21:49:21.179Z] 7571b6f82a84: Preparing [2020-10-13T21:49:21.179Z] cf03c782cc69: Preparing [2020-10-13T21:49:21.179Z] 49017289eda2: Preparing [2020-10-13T21:49:21.179Z] d2868c706e05: Preparing [2020-10-13T21:49:21.179Z] f875f9e206db: Preparing [2020-10-13T21:49:21.179Z] 3994ac1dcb8b: Preparing [2020-10-13T21:49:21.179Z] 5f2247eaf593: Preparing [2020-10-13T21:49:21.179Z] 62d13be1b083: Preparing [2020-10-13T21:49:21.179Z] 94fdc660876c: Preparing [2020-10-13T21:49:21.179Z] 4e7279dfc0c0: Preparing [2020-10-13T21:49:21.179Z] e2f13739ad41: Preparing [2020-10-13T21:49:21.179Z] 5f2247eaf593: Waiting [2020-10-13T21:49:21.179Z] 49017289eda2: Waiting [2020-10-13T21:49:21.179Z] 62d13be1b083: Waiting [2020-10-13T21:49:21.179Z] 94fdc660876c: Waiting [2020-10-13T21:49:21.179Z] 4e7279dfc0c0: Waiting [2020-10-13T21:49:21.179Z] d2868c706e05: Waiting [2020-10-13T21:49:21.179Z] e2f13739ad41: Waiting [2020-10-13T21:49:21.179Z] f875f9e206db: Waiting [2020-10-13T21:49:21.179Z] 3994ac1dcb8b: Waiting [2020-10-13T21:49:21.450Z] 77a6bfc21c42: Layer already exists [2020-10-13T21:49:21.450Z] 7571b6f82a84: Layer already exists [2020-10-13T21:49:21.450Z] cf03c782cc69: Layer already exists [2020-10-13T21:49:21.450Z] 242686b6368c: Layer already exists [2020-10-13T21:49:21.450Z] f6544a0357f0: Layer already exists [2020-10-13T21:49:21.450Z] 49017289eda2: Layer already exists [2020-10-13T21:49:21.450Z] d2868c706e05: Layer already exists [2020-10-13T21:49:21.450Z] 3994ac1dcb8b: Layer already exists [2020-10-13T21:49:21.450Z] f875f9e206db: Layer already exists [2020-10-13T21:49:21.450Z] 5f2247eaf593: Layer already exists [2020-10-13T21:49:21.450Z] 94fdc660876c: Layer already exists [2020-10-13T21:49:21.450Z] 62d13be1b083: Layer already exists [2020-10-13T21:49:21.450Z] e2f13739ad41: Layer already exists [2020-10-13T21:49:21.450Z] 4e7279dfc0c0: Layer already exists [2020-10-13T21:49:21.450Z] 1.2.2-dev.71: digest: sha256:07baa28435fe5f246643b31f6b74a97fded419b9a3abe53375207a3907ad2483 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:49:21.785Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:49:22.114Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:49:22.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-13T21:49:22.114Z] f6544a0357f0: Preparing [2020-10-13T21:49:22.114Z] 242686b6368c: Preparing [2020-10-13T21:49:22.114Z] 77a6bfc21c42: Preparing [2020-10-13T21:49:22.114Z] 7571b6f82a84: Preparing [2020-10-13T21:49:22.114Z] cf03c782cc69: Preparing [2020-10-13T21:49:22.114Z] 49017289eda2: Preparing [2020-10-13T21:49:22.114Z] d2868c706e05: Preparing [2020-10-13T21:49:22.114Z] f875f9e206db: Preparing [2020-10-13T21:49:22.114Z] 3994ac1dcb8b: Preparing [2020-10-13T21:49:22.114Z] 5f2247eaf593: Preparing [2020-10-13T21:49:22.114Z] 62d13be1b083: Preparing [2020-10-13T21:49:22.114Z] 94fdc660876c: Preparing [2020-10-13T21:49:22.114Z] 4e7279dfc0c0: Preparing [2020-10-13T21:49:22.114Z] e2f13739ad41: Preparing [2020-10-13T21:49:22.114Z] 49017289eda2: Waiting [2020-10-13T21:49:22.114Z] 5f2247eaf593: Waiting [2020-10-13T21:49:22.114Z] d2868c706e05: Waiting [2020-10-13T21:49:22.114Z] f875f9e206db: Waiting [2020-10-13T21:49:22.114Z] 3994ac1dcb8b: Waiting [2020-10-13T21:49:22.114Z] 62d13be1b083: Waiting [2020-10-13T21:49:22.114Z] 94fdc660876c: Waiting [2020-10-13T21:49:22.114Z] 4e7279dfc0c0: Waiting [2020-10-13T21:49:22.114Z] e2f13739ad41: Waiting [2020-10-13T21:49:22.385Z] cf03c782cc69: Layer already exists [2020-10-13T21:49:22.385Z] 242686b6368c: Layer already exists [2020-10-13T21:49:22.385Z] 7571b6f82a84: Layer already exists [2020-10-13T21:49:22.385Z] 77a6bfc21c42: Layer already exists [2020-10-13T21:49:22.385Z] f6544a0357f0: Layer already exists [2020-10-13T21:49:22.385Z] 49017289eda2: Layer already exists [2020-10-13T21:49:22.385Z] d2868c706e05: Layer already exists [2020-10-13T21:49:22.385Z] 3994ac1dcb8b: Layer already exists [2020-10-13T21:49:22.385Z] 5f2247eaf593: Layer already exists [2020-10-13T21:49:22.385Z] f875f9e206db: Layer already exists [2020-10-13T21:49:22.385Z] 94fdc660876c: Layer already exists [2020-10-13T21:49:22.385Z] 62d13be1b083: Layer already exists [2020-10-13T21:49:22.385Z] 4e7279dfc0c0: Layer already exists [2020-10-13T21:49:22.385Z] e2f13739ad41: Layer already exists [2020-10-13T21:49:22.385Z] 80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71: digest: sha256:07baa28435fe5f246643b31f6b74a97fded419b9a3abe53375207a3907ad2483 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:49:22.723Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:49:23.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-13T21:49:23.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-13T21:49:23.107Z] f6544a0357f0: Preparing [2020-10-13T21:49:23.107Z] 242686b6368c: Preparing [2020-10-13T21:49:23.107Z] 77a6bfc21c42: Preparing [2020-10-13T21:49:23.107Z] 7571b6f82a84: Preparing [2020-10-13T21:49:23.107Z] cf03c782cc69: Preparing [2020-10-13T21:49:23.107Z] 49017289eda2: Preparing [2020-10-13T21:49:23.107Z] d2868c706e05: Preparing [2020-10-13T21:49:23.107Z] f875f9e206db: Preparing [2020-10-13T21:49:23.107Z] 3994ac1dcb8b: Preparing [2020-10-13T21:49:23.107Z] 5f2247eaf593: Preparing [2020-10-13T21:49:23.107Z] 62d13be1b083: Preparing [2020-10-13T21:49:23.107Z] 94fdc660876c: Preparing [2020-10-13T21:49:23.107Z] 4e7279dfc0c0: Preparing [2020-10-13T21:49:23.107Z] e2f13739ad41: Preparing [2020-10-13T21:49:23.107Z] 5f2247eaf593: Waiting [2020-10-13T21:49:23.107Z] 62d13be1b083: Waiting [2020-10-13T21:49:23.107Z] 94fdc660876c: Waiting [2020-10-13T21:49:23.107Z] 49017289eda2: Waiting [2020-10-13T21:49:23.107Z] f875f9e206db: Waiting [2020-10-13T21:49:23.107Z] 4e7279dfc0c0: Waiting [2020-10-13T21:49:23.107Z] 3994ac1dcb8b: Waiting [2020-10-13T21:49:23.107Z] d2868c706e05: Waiting [2020-10-13T21:49:23.381Z] 242686b6368c: Layer already exists [2020-10-13T21:49:23.381Z] f6544a0357f0: Layer already exists [2020-10-13T21:49:23.381Z] 7571b6f82a84: Layer already exists [2020-10-13T21:49:23.381Z] 77a6bfc21c42: Layer already exists [2020-10-13T21:49:23.381Z] cf03c782cc69: Layer already exists [2020-10-13T21:49:23.381Z] 49017289eda2: Layer already exists [2020-10-13T21:49:23.381Z] f875f9e206db: Layer already exists [2020-10-13T21:49:23.381Z] 5f2247eaf593: Layer already exists [2020-10-13T21:49:23.381Z] 3994ac1dcb8b: Layer already exists [2020-10-13T21:49:23.381Z] d2868c706e05: Layer already exists [2020-10-13T21:49:23.381Z] 94fdc660876c: Layer already exists [2020-10-13T21:49:23.381Z] 62d13be1b083: Layer already exists [2020-10-13T21:49:23.381Z] 4e7279dfc0c0: Layer already exists [2020-10-13T21:49:23.381Z] e2f13739ad41: Layer already exists [2020-10-13T21:49:23.382Z] master: digest: sha256:07baa28435fe5f246643b31f6b74a97fded419b9a3abe53375207a3907ad2483 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T21:49:23.621Z] ===================================================== [Pipeline] echo [2020-10-13T21:49:23.667Z] taggedImages: [2020-10-13T21:49:23.667Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:49:23.667Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.71 [2020-10-13T21:49:23.667Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67-1.2.2-dev.71 [2020-10-13T21:49:23.667Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-13T21:49:25.135Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-13T21:49:25.137Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-13T21:49:25.204Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:49:25.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-13T21:49:25.573Z] [2020-10-13T21:49:25.573Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:49:25.926Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-13T21:49:25.926Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-13T21:49:25.926Z] cbdbe7a5bc2a: Already exists [2020-10-13T21:49:25.926Z] 408f87550127: Pulling fs layer [2020-10-13T21:49:25.926Z] fe522b08c979: Pulling fs layer [2020-10-13T21:49:25.926Z] 221eaa008020: Pulling fs layer [2020-10-13T21:49:25.926Z] 2a4607e5d6b9: Pulling fs layer [2020-10-13T21:49:25.926Z] 8f79b27c4fd2: Pulling fs layer [2020-10-13T21:49:25.926Z] e5c8dbe1645b: Pulling fs layer [2020-10-13T21:49:25.926Z] 23e8b3b47431: Pulling fs layer [2020-10-13T21:49:25.926Z] 5c568d65a230: Pulling fs layer [2020-10-13T21:49:25.926Z] 2a4607e5d6b9: Waiting [2020-10-13T21:49:25.926Z] 23e8b3b47431: Waiting [2020-10-13T21:49:25.926Z] e5c8dbe1645b: Waiting [2020-10-13T21:49:25.926Z] 5c568d65a230: Waiting [2020-10-13T21:49:25.926Z] 8f79b27c4fd2: Waiting [2020-10-13T21:49:25.926Z] fe522b08c979: Verifying Checksum [2020-10-13T21:49:25.926Z] fe522b08c979: Download complete [2020-10-13T21:49:25.926Z] 408f87550127: Download complete [2020-10-13T21:49:25.926Z] 2a4607e5d6b9: Verifying Checksum [2020-10-13T21:49:25.926Z] 2a4607e5d6b9: Download complete [2020-10-13T21:49:25.926Z] 8f79b27c4fd2: Verifying Checksum [2020-10-13T21:49:25.926Z] 8f79b27c4fd2: Download complete [2020-10-13T21:49:26.188Z] 408f87550127: Pull complete [2020-10-13T21:49:26.188Z] fe522b08c979: Pull complete [2020-10-13T21:49:27.593Z] e5c8dbe1645b: Verifying Checksum [2020-10-13T21:49:27.593Z] e5c8dbe1645b: Download complete [2020-10-13T21:49:28.552Z] 5c568d65a230: Verifying Checksum [2020-10-13T21:49:28.552Z] 5c568d65a230: Download complete [2020-10-13T21:49:28.552Z] 23e8b3b47431: Verifying Checksum [2020-10-13T21:49:28.552Z] 23e8b3b47431: Download complete [2020-10-13T21:49:29.496Z] 221eaa008020: Verifying Checksum [2020-10-13T21:49:29.496Z] 221eaa008020: Download complete [2020-10-13T21:49:36.206Z] 221eaa008020: Pull complete [2020-10-13T21:49:36.206Z] 2a4607e5d6b9: Pull complete [2020-10-13T21:49:36.206Z] 8f79b27c4fd2: Pull complete [2020-10-13T21:49:39.508Z] e5c8dbe1645b: Pull complete [2020-10-13T21:49:43.729Z] 23e8b3b47431: Pull complete [2020-10-13T21:49:44.305Z] 5c568d65a230: Pull complete [2020-10-13T21:49:44.305Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-13T21:49:44.305Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-13T21:49:44.305Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-13T21:49:44.463Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:49:44.529Z] $ 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/186:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-13T21:49:46.132Z] $ docker top d52f68d39a099ab9194872ce85ed897b5d64bf4d905cee180c1d9f91b20fb367 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-13T21:49:46.632Z] + snyk monitor '--org=edgex-jenkins' [2020-10-13T21:49:53.224Z] [2020-10-13T21:49:53.224Z] Monitoring /w/workspace/edgex-go/186 (github.com/edgexfoundry/edgex-go)... [2020-10-13T21:49:53.224Z] [2020-10-13T21:49:53.224Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/e777ad5f-2fb1-4e2d-91d5-11a9cae41751 [2020-10-13T21:49:53.224Z] [2020-10-13T21:49:53.224Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-13T21:49:53.224Z] [2020-10-13T21:49:53.224Z] [2020-10-13T21:49:53.224Z] Snyk CLI supports Node.js 8 and higher. [2020-10-13T21:49:53.224Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-13T21:49:53.224Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-13T21:49:53.224Z] [2020-10-13T21:49:53.224Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-13T21:49:53.224Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-13T21:49:53.241Z] $ docker stop --time=1 d52f68d39a099ab9194872ce85ed897b5d64bf4d905cee180c1d9f91b20fb367 [2020-10-13T21:49:56.157Z] $ docker rm -f d52f68d39a099ab9194872ce85ed897b5d64bf4d905cee180c1d9f91b20fb367 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:49:57.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:49:57.571Z] [2020-10-13T21:49:57.571Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:49:57.909Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:49:57.909Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-13T21:49:57.909Z] e7c96db7181b: Pulling fs layer [2020-10-13T21:49:57.909Z] 1868ca2cb446: Pulling fs layer [2020-10-13T21:49:57.909Z] 136be5d0fe8e: Pulling fs layer [2020-10-13T21:49:57.909Z] 894bfe63afcb: Pulling fs layer [2020-10-13T21:49:57.909Z] 894bfe63afcb: Waiting [2020-10-13T21:49:57.909Z] 1868ca2cb446: Verifying Checksum [2020-10-13T21:49:57.909Z] 1868ca2cb446: Download complete [2020-10-13T21:49:57.909Z] 136be5d0fe8e: Verifying Checksum [2020-10-13T21:49:57.909Z] 136be5d0fe8e: Download complete [2020-10-13T21:49:57.909Z] e7c96db7181b: Verifying Checksum [2020-10-13T21:49:57.909Z] e7c96db7181b: Download complete [2020-10-13T21:49:58.171Z] 894bfe63afcb: Download complete [2020-10-13T21:49:58.171Z] e7c96db7181b: Pull complete [2020-10-13T21:49:58.431Z] 1868ca2cb446: Pull complete [2020-10-13T21:49:58.691Z] 136be5d0fe8e: Pull complete [2020-10-13T21:49:58.952Z] 894bfe63afcb: Pull complete [2020-10-13T21:49:58.952Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-13T21:49:58.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:49:58.952Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-13T21:49:59.047Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:49:59.091Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:49:59.949Z] $ docker top b58cffc8193641e59f61669c9533eca8b58a9dfa33ed7bb898fd59e8e276dfb3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:50:00.521Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-core-command-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:50:00.521Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:50:03.252Z] $ docker stop --time=1 b58cffc8193641e59f61669c9533eca8b58a9dfa33ed7bb898fd59e8e276dfb3 [2020-10-13T21:50:04.628Z] $ docker rm -f b58cffc8193641e59f61669c9533eca8b58a9dfa33ed7bb898fd59e8e276dfb3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:50:05.094Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:50:05.095Z] . [Pipeline] withDockerContainer [2020-10-13T21:50:05.190Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:50:05.236Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:50:05.901Z] $ docker top 1b05361bc0f92df5ec8893fb0436821d1982aa8d82ba93d2a82886555daf5454 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:50:06.441Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:50:06.441Z] + tee [2020-10-13T21:50:06.441Z] clair timeout 1m0s [2020-10-13T21:50:06.441Z] docker timeout: 1m0s [2020-10-13T21:50:06.441Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:50:07.179Z] $ docker stop --time=1 1b05361bc0f92df5ec8893fb0436821d1982aa8d82ba93d2a82886555daf5454 [2020-10-13T21:50:08.531Z] $ docker rm -f 1b05361bc0f92df5ec8893fb0436821d1982aa8d82ba93d2a82886555daf5454 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:50:08.991Z] + mkdir -p /w/workspace/edgex-go/186/clair-reports [Pipeline] echo [2020-10-13T21:50:09.004Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/186/clair-reports/clair_results_docker-core-command-go_80a080f82f6daf7bce32c6d36ebb69d091cd3e67.html [Pipeline] writeFile [Pipeline] step [2020-10-13T21:50:09.054Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:50:09.548Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:50:09.548Z] . [Pipeline] withDockerContainer [2020-10-13T21:50:09.699Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:50:09.749Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:50:10.389Z] $ docker top c736a4c45247a277203aecab01119ad81d44d4a85523b4cd5e342d417a11eb2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:50:10.925Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:50:10.925Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:50:17.667Z] $ docker stop --time=1 c736a4c45247a277203aecab01119ad81d44d4a85523b4cd5e342d417a11eb2f [2020-10-13T21:50:19.012Z] $ docker rm -f c736a4c45247a277203aecab01119ad81d44d4a85523b4cd5e342d417a11eb2f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:50:19.459Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:50:19.459Z] . [Pipeline] withDockerContainer [2020-10-13T21:50:19.552Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:50:19.597Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:50:20.223Z] $ docker top 9ad4c3f8d85ad524e19b9a76b46e698bfe84fd5c2d8ca8b970663ddd65bcc49f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:50:20.764Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:50:20.764Z] + tee [2020-10-13T21:50:20.764Z] clair timeout 1m0s [2020-10-13T21:50:20.764Z] docker timeout: 1m0s [2020-10-13T21:50:20.764Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:50:21.842Z] $ docker stop --time=1 9ad4c3f8d85ad524e19b9a76b46e698bfe84fd5c2d8ca8b970663ddd65bcc49f [2020-10-13T21:50:23.181Z] $ docker rm -f 9ad4c3f8d85ad524e19b9a76b46e698bfe84fd5c2d8ca8b970663ddd65bcc49f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:50:23.755Z] + mkdir -p /w/workspace/edgex-go/186/clair-reports [Pipeline] echo [2020-10-13T21:50:23.777Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/186/clair-reports/clair_results_docker-core-data-go_80a080f82f6daf7bce32c6d36ebb69d091cd3e67.html [Pipeline] writeFile [Pipeline] step [2020-10-13T21:50:23.847Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:50:24.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:50:24.225Z] . [Pipeline] withDockerContainer [2020-10-13T21:50:24.323Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:50:24.367Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:50:24.992Z] $ docker top 36c1ee473e44d15abffbc254f3d52e46c476108bb060e1f593aa5208aa7efd77 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:50:25.520Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:50:25.520Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:50:28.205Z] $ docker stop --time=1 36c1ee473e44d15abffbc254f3d52e46c476108bb060e1f593aa5208aa7efd77 [2020-10-13T21:50:29.611Z] $ docker rm -f 36c1ee473e44d15abffbc254f3d52e46c476108bb060e1f593aa5208aa7efd77 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:50:30.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:50:30.068Z] . [Pipeline] withDockerContainer [2020-10-13T21:50:30.167Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:50:30.218Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:50:30.840Z] $ docker top be1a1cdd556db0659eadb366928cf0d51f973ddcc89f2a58e8a1846a9458d691 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:50:31.361Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:50:31.361Z] + tee [2020-10-13T21:50:31.361Z] clair timeout 1m0s [2020-10-13T21:50:31.361Z] docker timeout: 1m0s [2020-10-13T21:50:31.361Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:50:32.134Z] $ docker stop --time=1 be1a1cdd556db0659eadb366928cf0d51f973ddcc89f2a58e8a1846a9458d691 [2020-10-13T21:50:33.474Z] $ docker rm -f be1a1cdd556db0659eadb366928cf0d51f973ddcc89f2a58e8a1846a9458d691 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:50:33.928Z] + mkdir -p /w/workspace/edgex-go/186/clair-reports [Pipeline] echo [2020-10-13T21:50:33.940Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/186/clair-reports/clair_results_docker-core-metadata-go_80a080f82f6daf7bce32c6d36ebb69d091cd3e67.html [Pipeline] writeFile [Pipeline] step [2020-10-13T21:50:34.004Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:50:34.337Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:50:34.337Z] . [Pipeline] withDockerContainer [2020-10-13T21:50:34.432Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:50:34.481Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:50:35.095Z] $ docker top 81765a8fa1faaa781207eb79f655736d3fe33ac78756c8a2b3f2593cd9df2b16 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:50:35.583Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:50:35.583Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:50:39.927Z] $ docker stop --time=1 81765a8fa1faaa781207eb79f655736d3fe33ac78756c8a2b3f2593cd9df2b16 [2020-10-13T21:50:41.257Z] $ docker rm -f 81765a8fa1faaa781207eb79f655736d3fe33ac78756c8a2b3f2593cd9df2b16 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:50:41.705Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:50:41.705Z] . [Pipeline] withDockerContainer [2020-10-13T21:50:41.807Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:50:41.852Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:50:42.482Z] $ docker top 8b8d561f8367d9954d5b58647234cf80b7b35d4fbec5b9296c0d69fd3d6a4126 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:50:42.989Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:50:42.989Z] + tee [2020-10-13T21:50:42.990Z] clair timeout 1m0s [2020-10-13T21:50:42.990Z] docker timeout: 1m0s [2020-10-13T21:50:42.990Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:50:43.658Z] $ docker stop --time=1 8b8d561f8367d9954d5b58647234cf80b7b35d4fbec5b9296c0d69fd3d6a4126 [2020-10-13T21:50:45.010Z] $ docker rm -f 8b8d561f8367d9954d5b58647234cf80b7b35d4fbec5b9296c0d69fd3d6a4126 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:50:45.452Z] + mkdir -p /w/workspace/edgex-go/186/clair-reports [Pipeline] echo [2020-10-13T21:50:45.466Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/186/clair-reports/clair_results_docker-security-proxy-setup-go_80a080f82f6daf7bce32c6d36ebb69d091cd3e67.html [Pipeline] writeFile [Pipeline] step [2020-10-13T21:50:45.513Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:50:45.849Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:50:45.849Z] . [Pipeline] withDockerContainer [2020-10-13T21:50:45.942Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:50:45.984Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:50:46.609Z] $ docker top 1cf08487043f8f3105c4eeb4bc8cd7c5e95d7741d5d72567c7e0b8ec202d771e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:50:47.125Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:50:47.125Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:50:53.866Z] $ docker stop --time=1 1cf08487043f8f3105c4eeb4bc8cd7c5e95d7741d5d72567c7e0b8ec202d771e [2020-10-13T21:50:55.249Z] $ docker rm -f 1cf08487043f8f3105c4eeb4bc8cd7c5e95d7741d5d72567c7e0b8ec202d771e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:50:55.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:50:55.727Z] . [Pipeline] withDockerContainer [2020-10-13T21:50:55.868Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:50:56.056Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:50:56.652Z] $ docker top 1b3f9037ee1cb11160bee355bdb35b4e079a40d7f01cb3c5cef9fd53133f4ba7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:50:57.171Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:50:57.171Z] + tee [2020-10-13T21:50:57.171Z] clair timeout 1m0s [2020-10-13T21:50:57.171Z] docker timeout: 1m0s [2020-10-13T21:50:57.171Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:50:58.710Z] $ docker stop --time=1 1b3f9037ee1cb11160bee355bdb35b4e079a40d7f01cb3c5cef9fd53133f4ba7 [2020-10-13T21:51:00.049Z] $ docker rm -f 1b3f9037ee1cb11160bee355bdb35b4e079a40d7f01cb3c5cef9fd53133f4ba7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:51:00.588Z] + mkdir -p /w/workspace/edgex-go/186/clair-reports [Pipeline] echo [2020-10-13T21:51:00.602Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/186/clair-reports/clair_results_docker-security-secrets-setup-go_80a080f82f6daf7bce32c6d36ebb69d091cd3e67.html [Pipeline] writeFile [Pipeline] step [2020-10-13T21:51:00.659Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:51:01.013Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:51:01.013Z] . [Pipeline] withDockerContainer [2020-10-13T21:51:01.120Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:51:01.175Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:51:01.752Z] $ docker top 773e0e0d95cd244773ee7ce2bc2273e555ae96e14f1a4bc7d25f0818d331c8df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:51:02.269Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:51:02.269Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:51:10.558Z] $ docker stop --time=1 773e0e0d95cd244773ee7ce2bc2273e555ae96e14f1a4bc7d25f0818d331c8df [2020-10-13T21:51:11.931Z] $ docker rm -f 773e0e0d95cd244773ee7ce2bc2273e555ae96e14f1a4bc7d25f0818d331c8df [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:51:12.405Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:51:12.405Z] . [Pipeline] withDockerContainer [2020-10-13T21:51:12.501Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:51:12.547Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:51:13.131Z] $ docker top 30acfd79145f0907fe1215e738bf071dab9eb04d7323aeb64c69e710a78cfcce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:51:13.661Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:51:13.661Z] + tee [2020-10-13T21:51:13.661Z] clair timeout 1m0s [2020-10-13T21:51:13.661Z] docker timeout: 1m0s [2020-10-13T21:51:13.661Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:51:15.163Z] $ docker stop --time=1 30acfd79145f0907fe1215e738bf071dab9eb04d7323aeb64c69e710a78cfcce [2020-10-13T21:51:16.511Z] $ docker rm -f 30acfd79145f0907fe1215e738bf071dab9eb04d7323aeb64c69e710a78cfcce [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:51:16.983Z] + mkdir -p /w/workspace/edgex-go/186/clair-reports [Pipeline] echo [2020-10-13T21:51:16.996Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/186/clair-reports/clair_results_docker-security-secretstore-setup-go_80a080f82f6daf7bce32c6d36ebb69d091cd3e67.html [Pipeline] writeFile [Pipeline] step [2020-10-13T21:51:17.047Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:51:17.451Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:51:17.452Z] . [Pipeline] withDockerContainer [2020-10-13T21:51:17.557Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:51:17.601Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:51:18.294Z] $ docker top 2a2c16decb543c44fa4199cf15ccb2fa7164d7aa987fc0ab407abc67141c065a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:51:18.822Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:51:18.822Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:51:22.276Z] $ docker stop --time=1 2a2c16decb543c44fa4199cf15ccb2fa7164d7aa987fc0ab407abc67141c065a [2020-10-13T21:51:23.627Z] $ docker rm -f 2a2c16decb543c44fa4199cf15ccb2fa7164d7aa987fc0ab407abc67141c065a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:51:24.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:51:24.083Z] . [Pipeline] withDockerContainer [2020-10-13T21:51:24.181Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:51:24.224Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:51:24.827Z] $ docker top a8e31f8e549dd4827517b08a13117e6c33ec57b91eb9c12cf6439cee4a20cb0b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:51:25.343Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:51:25.343Z] + tee [2020-10-13T21:51:25.343Z] clair timeout 1m0s [2020-10-13T21:51:25.343Z] docker timeout: 1m0s [2020-10-13T21:51:25.343Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:51:26.041Z] $ docker stop --time=1 a8e31f8e549dd4827517b08a13117e6c33ec57b91eb9c12cf6439cee4a20cb0b [2020-10-13T21:51:27.381Z] $ docker rm -f a8e31f8e549dd4827517b08a13117e6c33ec57b91eb9c12cf6439cee4a20cb0b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:51:27.829Z] + mkdir -p /w/workspace/edgex-go/186/clair-reports [Pipeline] echo [2020-10-13T21:51:27.841Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/186/clair-reports/clair_results_docker-support-logging-go_80a080f82f6daf7bce32c6d36ebb69d091cd3e67.html [Pipeline] writeFile [Pipeline] step [2020-10-13T21:51:27.889Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:51:28.218Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:51:28.218Z] . [Pipeline] withDockerContainer [2020-10-13T21:51:28.313Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:51:28.358Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:51:28.961Z] $ docker top deaeaf1127d806f3964f7ecf3acf83eb25b75ff204ac20894c79e744022431fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:51:29.467Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:51:29.467Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:51:34.894Z] $ docker stop --time=1 deaeaf1127d806f3964f7ecf3acf83eb25b75ff204ac20894c79e744022431fa [2020-10-13T21:51:36.240Z] $ docker rm -f deaeaf1127d806f3964f7ecf3acf83eb25b75ff204ac20894c79e744022431fa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:51:36.725Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:51:36.725Z] . [Pipeline] withDockerContainer [2020-10-13T21:51:36.819Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:51:36.968Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:51:37.582Z] $ docker top 6bc8d2bac386c40adc768b525bd3c9b14e9335c34f973459bcd92db41a60fa18 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:51:38.107Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:51:38.107Z] + tee [2020-10-13T21:51:38.107Z] clair timeout 1m0s [2020-10-13T21:51:38.107Z] docker timeout: 1m0s [2020-10-13T21:51:38.107Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:51:39.151Z] $ docker stop --time=1 6bc8d2bac386c40adc768b525bd3c9b14e9335c34f973459bcd92db41a60fa18 [2020-10-13T21:51:40.488Z] $ docker rm -f 6bc8d2bac386c40adc768b525bd3c9b14e9335c34f973459bcd92db41a60fa18 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:51:40.958Z] + mkdir -p /w/workspace/edgex-go/186/clair-reports [Pipeline] echo [2020-10-13T21:51:40.972Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/186/clair-reports/clair_results_docker-support-notifications-go_80a080f82f6daf7bce32c6d36ebb69d091cd3e67.html [Pipeline] writeFile [Pipeline] step [2020-10-13T21:51:41.040Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:51:41.397Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:51:41.397Z] . [Pipeline] withDockerContainer [2020-10-13T21:51:41.494Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:51:41.542Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:51:42.201Z] $ docker top 9e36ddb8abf53ee078f9af72ce95ead76da3da35d9f59047c9cacf385957100a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:51:42.701Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:51:42.701Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:51:45.431Z] $ docker stop --time=1 9e36ddb8abf53ee078f9af72ce95ead76da3da35d9f59047c9cacf385957100a [2020-10-13T21:51:46.750Z] $ docker rm -f 9e36ddb8abf53ee078f9af72ce95ead76da3da35d9f59047c9cacf385957100a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:51:47.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:51:47.219Z] . [Pipeline] withDockerContainer [2020-10-13T21:51:47.315Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:51:47.363Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:51:47.930Z] $ docker top f4b9a9702ba0c269ccdedaabf65243a87815f9e6ddeebc7776d8a9ab19858737 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:51:48.450Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:51:48.451Z] + tee [2020-10-13T21:51:48.451Z] clair timeout 1m0s [2020-10-13T21:51:48.451Z] docker timeout: 1m0s [2020-10-13T21:51:48.451Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:51:49.126Z] $ docker stop --time=1 f4b9a9702ba0c269ccdedaabf65243a87815f9e6ddeebc7776d8a9ab19858737 [2020-10-13T21:51:50.448Z] $ docker rm -f f4b9a9702ba0c269ccdedaabf65243a87815f9e6ddeebc7776d8a9ab19858737 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:51:50.941Z] + mkdir -p /w/workspace/edgex-go/186/clair-reports [Pipeline] echo [2020-10-13T21:51:50.954Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/186/clair-reports/clair_results_docker-support-scheduler-go_80a080f82f6daf7bce32c6d36ebb69d091cd3e67.html [Pipeline] writeFile [Pipeline] step [2020-10-13T21:51:51.012Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:51:51.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:51:51.343Z] . [Pipeline] withDockerContainer [2020-10-13T21:51:51.437Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:51:51.530Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:51:52.131Z] $ docker top be4a39e2b08270735bce601c7d9e3895f6dad5574172a218698fc81396491c50 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:51:52.621Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:51:52.621Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:52:07.684Z] $ docker stop --time=1 be4a39e2b08270735bce601c7d9e3895f6dad5574172a218698fc81396491c50 [2020-10-13T21:52:09.082Z] $ docker rm -f be4a39e2b08270735bce601c7d9e3895f6dad5574172a218698fc81396491c50 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:52:09.637Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:52:09.637Z] . [Pipeline] withDockerContainer [2020-10-13T21:52:09.742Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:52:09.793Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:52:10.398Z] $ docker top 12155e781238b098c5e210b6420af6b9529ad24c83897ca3b8c2f588ffede68e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:52:10.912Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:52:10.912Z] + tee [2020-10-13T21:52:10.912Z] clair timeout 1m0s [2020-10-13T21:52:10.912Z] docker timeout: 1m0s [2020-10-13T21:52:10.912Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:52:12.416Z] $ docker stop --time=1 12155e781238b098c5e210b6420af6b9529ad24c83897ca3b8c2f588ffede68e [2020-10-13T21:52:13.749Z] $ docker rm -f 12155e781238b098c5e210b6420af6b9529ad24c83897ca3b8c2f588ffede68e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:52:14.222Z] + mkdir -p /w/workspace/edgex-go/186/clair-reports [Pipeline] echo [2020-10-13T21:52:14.248Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/186/clair-reports/clair_results_docker-sys-mgmt-agent-go_80a080f82f6daf7bce32c6d36ebb69d091cd3e67.html [Pipeline] writeFile [Pipeline] step [2020-10-13T21:52:14.309Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:52:14.668Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:52:14.668Z] . [Pipeline] withDockerContainer [2020-10-13T21:52:14.759Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:52:14.805Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:52:15.385Z] $ docker top db515a7ace9eb2f4d0023aae5d10f5607646a6da1bb1a11234bbbb3a3121de91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:52:15.891Z] + + tee/klar [2020-10-13T21:52:15.891Z] nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:52:18.605Z] $ docker stop --time=1 db515a7ace9eb2f4d0023aae5d10f5607646a6da1bb1a11234bbbb3a3121de91 [2020-10-13T21:52:19.966Z] $ docker rm -f db515a7ace9eb2f4d0023aae5d10f5607646a6da1bb1a11234bbbb3a3121de91 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:52:20.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:52:20.487Z] . [Pipeline] withDockerContainer [2020-10-13T21:52:20.620Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:52:20.678Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:52:21.286Z] $ docker top be6e64b2137b998684168d9c81654bad9368f57b9b1774417a3be9579a13c49e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:52:21.903Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:52:21.903Z] + tee [2020-10-13T21:52:21.903Z] clair timeout 1m0s [2020-10-13T21:52:21.903Z] docker timeout: 1m0s [2020-10-13T21:52:21.903Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:52:22.659Z] $ docker stop --time=1 be6e64b2137b998684168d9c81654bad9368f57b9b1774417a3be9579a13c49e [2020-10-13T21:52:23.999Z] $ docker rm -f be6e64b2137b998684168d9c81654bad9368f57b9b1774417a3be9579a13c49e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:52:24.515Z] + mkdir -p /w/workspace/edgex-go/186/clair-reports [Pipeline] echo [2020-10-13T21:52:24.531Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/186/clair-reports/clair_results_docker-core-command-go-arm64_80a080f82f6daf7bce32c6d36ebb69d091cd3e67.html [Pipeline] writeFile [Pipeline] step [2020-10-13T21:52:24.592Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:52:24.961Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:52:24.961Z] . [Pipeline] withDockerContainer [2020-10-13T21:52:25.056Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:52:25.102Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:52:25.679Z] $ docker top 84902523aa54e4c5297522a032658fe0c0bd48c1f7936d608711cd0d7f6306b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:52:26.178Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:52:26.178Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:52:34.541Z] $ docker stop --time=1 84902523aa54e4c5297522a032658fe0c0bd48c1f7936d608711cd0d7f6306b4 [2020-10-13T21:52:35.907Z] $ docker rm -f 84902523aa54e4c5297522a032658fe0c0bd48c1f7936d608711cd0d7f6306b4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:52:36.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:52:36.371Z] . [Pipeline] withDockerContainer [2020-10-13T21:52:36.469Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:52:36.514Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:52:37.171Z] $ docker top b463b3705314069c75f33a461ecb2848211a6be603f5eeb0715d7363f9ab2144 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:52:37.690Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:52:37.690Z] + tee [2020-10-13T21:52:37.690Z] clair timeout 1m0s [2020-10-13T21:52:37.690Z] docker timeout: 1m0s [2020-10-13T21:52:37.690Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:52:38.753Z] $ docker stop --time=1 b463b3705314069c75f33a461ecb2848211a6be603f5eeb0715d7363f9ab2144 [2020-10-13T21:52:40.102Z] $ docker rm -f b463b3705314069c75f33a461ecb2848211a6be603f5eeb0715d7363f9ab2144 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:52:40.622Z] + mkdir -p /w/workspace/edgex-go/186/clair-reports [Pipeline] echo [2020-10-13T21:52:40.635Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/186/clair-reports/clair_results_docker-core-data-go-arm64_80a080f82f6daf7bce32c6d36ebb69d091cd3e67.html [Pipeline] writeFile [Pipeline] step [2020-10-13T21:52:40.685Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:52:41.024Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:52:41.024Z] . [Pipeline] withDockerContainer [2020-10-13T21:52:41.131Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:52:41.181Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:52:41.756Z] $ docker top 942361d65d48cb1c979822f43ad25e3da525bb476324dc364309bfeafe21112e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:52:42.264Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:52:42.264Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:52:44.981Z] $ docker stop --time=1 942361d65d48cb1c979822f43ad25e3da525bb476324dc364309bfeafe21112e [2020-10-13T21:52:46.312Z] $ docker rm -f 942361d65d48cb1c979822f43ad25e3da525bb476324dc364309bfeafe21112e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:52:46.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:52:46.765Z] . [Pipeline] withDockerContainer [2020-10-13T21:52:46.859Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:52:46.919Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:52:47.515Z] $ docker top 9ed7978852764254a7ab243f820b03508ee64cd8a781a046ba4afdee8ea0108b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:52:48.041Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:52:48.041Z] + tee [2020-10-13T21:52:48.041Z] clair timeout 1m0s [2020-10-13T21:52:48.041Z] docker timeout: 1m0s [2020-10-13T21:52:48.041Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:52:48.718Z] $ docker stop --time=1 9ed7978852764254a7ab243f820b03508ee64cd8a781a046ba4afdee8ea0108b [2020-10-13T21:52:50.079Z] $ docker rm -f 9ed7978852764254a7ab243f820b03508ee64cd8a781a046ba4afdee8ea0108b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:52:50.566Z] + mkdir -p /w/workspace/edgex-go/186/clair-reports [Pipeline] echo [2020-10-13T21:52:50.590Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/186/clair-reports/clair_results_docker-core-metadata-go-arm64_80a080f82f6daf7bce32c6d36ebb69d091cd3e67.html [Pipeline] writeFile [Pipeline] step [2020-10-13T21:52:50.648Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:52:51.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:52:51.084Z] . [Pipeline] withDockerContainer [2020-10-13T21:52:51.204Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:52:51.255Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:52:51.906Z] $ docker top 4293663c6c8fdac534b4d74a415013cb3cd2421fdb78a8e6e7012d7a6ed22e4c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:52:52.465Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:52:52.465Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:52:56.892Z] $ docker stop --time=1 4293663c6c8fdac534b4d74a415013cb3cd2421fdb78a8e6e7012d7a6ed22e4c [2020-10-13T21:52:58.402Z] $ docker rm -f 4293663c6c8fdac534b4d74a415013cb3cd2421fdb78a8e6e7012d7a6ed22e4c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:52:58.930Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:52:58.930Z] . [Pipeline] withDockerContainer [2020-10-13T21:52:59.040Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:52:59.089Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:52:59.739Z] $ docker top 6b34aac33b05dfb10bd2e0de9754c9aea0c19576ac46982e6ee9ff9b03ab5af7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:53:00.263Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:53:00.263Z] + tee [2020-10-13T21:53:00.263Z] clair timeout 1m0s [2020-10-13T21:53:00.263Z] docker timeout: 1m0s [2020-10-13T21:53:00.263Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:53:01.376Z] $ docker stop --time=1 6b34aac33b05dfb10bd2e0de9754c9aea0c19576ac46982e6ee9ff9b03ab5af7 [2020-10-13T21:53:02.711Z] $ docker rm -f 6b34aac33b05dfb10bd2e0de9754c9aea0c19576ac46982e6ee9ff9b03ab5af7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:53:03.190Z] + mkdir -p /w/workspace/edgex-go/186/clair-reports [Pipeline] echo [2020-10-13T21:53:03.209Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/186/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_80a080f82f6daf7bce32c6d36ebb69d091cd3e67.html [Pipeline] writeFile [Pipeline] step [2020-10-13T21:53:03.269Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:53:03.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:53:03.675Z] . [Pipeline] withDockerContainer [2020-10-13T21:53:03.767Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:53:03.820Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:53:04.422Z] $ docker top ca7f2802081de851bcae48fc3b1e196ef07a86115448bab30252f0fc034a7715 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:53:05.010Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:53:05.010Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:53:13.383Z] $ docker stop --time=1 ca7f2802081de851bcae48fc3b1e196ef07a86115448bab30252f0fc034a7715 [2020-10-13T21:53:14.735Z] $ docker rm -f ca7f2802081de851bcae48fc3b1e196ef07a86115448bab30252f0fc034a7715 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:53:15.217Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:53:15.218Z] . [Pipeline] withDockerContainer [2020-10-13T21:53:15.339Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:53:15.433Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:53:16.104Z] $ docker top ef14db4f50484a4a41c52fea281ca42a04dab55c9e961dfa0d2a13a6261a82a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:53:16.850Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:53:16.850Z] + tee [2020-10-13T21:53:16.850Z] clair timeout 1m0s [2020-10-13T21:53:16.850Z] docker timeout: 1m0s [2020-10-13T21:53:16.850Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:53:18.385Z] $ docker stop --time=1 ef14db4f50484a4a41c52fea281ca42a04dab55c9e961dfa0d2a13a6261a82a9 [2020-10-13T21:53:19.731Z] $ docker rm -f ef14db4f50484a4a41c52fea281ca42a04dab55c9e961dfa0d2a13a6261a82a9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:53:20.236Z] + mkdir -p /w/workspace/edgex-go/186/clair-reports [Pipeline] echo [2020-10-13T21:53:20.250Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/186/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_80a080f82f6daf7bce32c6d36ebb69d091cd3e67.html [Pipeline] writeFile [Pipeline] step [2020-10-13T21:53:20.576Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:53:20.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:53:20.944Z] . [Pipeline] withDockerContainer [2020-10-13T21:53:21.038Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:53:21.081Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:53:21.656Z] $ docker top efa19574f2baa3762bcea515c6c3232e55e92737cc4e0bb020103359d37945f7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:53:22.189Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:53:22.189Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:53:32.509Z] $ docker stop --time=1 efa19574f2baa3762bcea515c6c3232e55e92737cc4e0bb020103359d37945f7 [2020-10-13T21:53:33.879Z] $ docker rm -f efa19574f2baa3762bcea515c6c3232e55e92737cc4e0bb020103359d37945f7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:53:34.411Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:53:34.411Z] . [Pipeline] withDockerContainer [2020-10-13T21:53:34.541Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:53:34.647Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:53:35.508Z] $ docker top a99d847c4716581c90747350b671d8656156ab9c0e222fabc3a9bf6d8d89fb63 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:53:36.212Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:53:36.212Z] + tee [2020-10-13T21:53:36.212Z] clair timeout 1m0s [2020-10-13T21:53:36.212Z] docker timeout: 1m0s [2020-10-13T21:53:36.212Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:53:37.797Z] $ docker stop --time=1 a99d847c4716581c90747350b671d8656156ab9c0e222fabc3a9bf6d8d89fb63 [2020-10-13T21:53:39.136Z] $ docker rm -f a99d847c4716581c90747350b671d8656156ab9c0e222fabc3a9bf6d8d89fb63 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:53:39.904Z] + mkdir -p /w/workspace/edgex-go/186/clair-reports [Pipeline] echo [2020-10-13T21:53:39.919Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/186/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_80a080f82f6daf7bce32c6d36ebb69d091cd3e67.html [Pipeline] writeFile [Pipeline] step [2020-10-13T21:53:40.019Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:53:40.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:53:40.371Z] . [Pipeline] withDockerContainer [2020-10-13T21:53:40.519Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:53:40.640Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:53:41.267Z] $ docker top 3e8deb4c0c335667a7dd33b61145e1b8a5212963ac0eb27b55a1bec336d179ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:53:41.880Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:53:41.880Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:53:46.377Z] $ docker stop --time=1 3e8deb4c0c335667a7dd33b61145e1b8a5212963ac0eb27b55a1bec336d179ab [2020-10-13T21:53:47.741Z] $ docker rm -f 3e8deb4c0c335667a7dd33b61145e1b8a5212963ac0eb27b55a1bec336d179ab [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:53:48.254Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:53:48.254Z] . [Pipeline] withDockerContainer [2020-10-13T21:53:48.356Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:53:48.401Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:53:49.039Z] $ docker top dd16ab5429fa416007bc46333e26d66cd32cdad6d62c0852a265452d8e54ac4c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:53:49.639Z] + tee [2020-10-13T21:53:49.639Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:53:49.639Z] clair timeout 1m0s [2020-10-13T21:53:49.639Z] docker timeout: 1m0s [2020-10-13T21:53:49.639Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:53:50.524Z] $ docker stop --time=1 dd16ab5429fa416007bc46333e26d66cd32cdad6d62c0852a265452d8e54ac4c [2020-10-13T21:53:51.866Z] $ docker rm -f dd16ab5429fa416007bc46333e26d66cd32cdad6d62c0852a265452d8e54ac4c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:53:52.582Z] + mkdir -p /w/workspace/edgex-go/186/clair-reports [Pipeline] echo [2020-10-13T21:53:52.597Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/186/clair-reports/clair_results_docker-support-logging-go-arm64_80a080f82f6daf7bce32c6d36ebb69d091cd3e67.html [Pipeline] writeFile [Pipeline] step [2020-10-13T21:53:52.659Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:53:53.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:53:53.002Z] . [Pipeline] withDockerContainer [2020-10-13T21:53:53.096Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:53:53.140Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:53:53.744Z] $ docker top 07b2856b4fe5fa2b5030926f875eaf323f328640ce3f4424db7fe9b9625c7122 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:53:54.326Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:53:54.326Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:53:59.888Z] $ docker stop --time=1 07b2856b4fe5fa2b5030926f875eaf323f328640ce3f4424db7fe9b9625c7122 [2020-10-13T21:54:01.226Z] $ docker rm -f 07b2856b4fe5fa2b5030926f875eaf323f328640ce3f4424db7fe9b9625c7122 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:54:01.718Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:54:01.718Z] . [Pipeline] withDockerContainer [2020-10-13T21:54:01.807Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:54:01.852Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:54:02.526Z] $ docker top 5e72837f93f57a7a589df23e97224df526e6b9d40dde07d7642d84b8b1ee7fee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:54:03.046Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:54:03.046Z] + tee [2020-10-13T21:54:03.046Z] clair timeout 1m0s [2020-10-13T21:54:03.046Z] docker timeout: 1m0s [2020-10-13T21:54:03.046Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:54:04.172Z] $ docker stop --time=1 5e72837f93f57a7a589df23e97224df526e6b9d40dde07d7642d84b8b1ee7fee [2020-10-13T21:54:05.537Z] $ docker rm -f 5e72837f93f57a7a589df23e97224df526e6b9d40dde07d7642d84b8b1ee7fee [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:54:06.097Z] + mkdir -p /w/workspace/edgex-go/186/clair-reports [Pipeline] echo [2020-10-13T21:54:06.129Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/186/clair-reports/clair_results_docker-support-notifications-go-arm64_80a080f82f6daf7bce32c6d36ebb69d091cd3e67.html [Pipeline] writeFile [Pipeline] step [2020-10-13T21:54:06.193Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:54:06.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:54:06.626Z] . [Pipeline] withDockerContainer [2020-10-13T21:54:06.722Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:54:06.777Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:54:07.377Z] $ docker top 3784d43cf96dd5411781ff42a50311486809ab52154fef88ef9a07d2aa73d485 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:54:08.249Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:54:08.249Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:54:11.053Z] $ docker stop --time=1 3784d43cf96dd5411781ff42a50311486809ab52154fef88ef9a07d2aa73d485 [2020-10-13T21:54:12.395Z] $ docker rm -f 3784d43cf96dd5411781ff42a50311486809ab52154fef88ef9a07d2aa73d485 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:54:12.926Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:54:12.926Z] . [Pipeline] withDockerContainer [2020-10-13T21:54:13.075Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:54:13.193Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:54:13.765Z] $ docker top 823a41931c480c1dabd244fb9a52a4605ebcc675cdc2ebc7447aea279e973e6b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:54:14.366Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:54:14.366Z] + tee [2020-10-13T21:54:14.366Z] clair timeout 1m0s [2020-10-13T21:54:14.366Z] docker timeout: 1m0s [2020-10-13T21:54:14.366Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:54:15.119Z] $ docker stop --time=1 823a41931c480c1dabd244fb9a52a4605ebcc675cdc2ebc7447aea279e973e6b [2020-10-13T21:54:16.454Z] $ docker rm -f 823a41931c480c1dabd244fb9a52a4605ebcc675cdc2ebc7447aea279e973e6b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:54:16.966Z] + mkdir -p /w/workspace/edgex-go/186/clair-reports [Pipeline] echo [2020-10-13T21:54:16.989Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/186/clair-reports/clair_results_docker-support-scheduler-go-arm64_80a080f82f6daf7bce32c6d36ebb69d091cd3e67.html [Pipeline] writeFile [Pipeline] step [2020-10-13T21:54:17.050Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:54:17.399Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:54:17.399Z] . [Pipeline] withDockerContainer [2020-10-13T21:54:17.503Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:54:17.722Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:54:18.387Z] $ docker top 981b3cf6b384fbf3a025b9cffe1d4369643286969aed5a96631a1136496912ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:54:18.960Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:54:18.960Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:54:34.078Z] $ docker stop --time=1 981b3cf6b384fbf3a025b9cffe1d4369643286969aed5a96631a1136496912ec [2020-10-13T21:54:35.435Z] $ docker rm -f 981b3cf6b384fbf3a025b9cffe1d4369643286969aed5a96631a1136496912ec [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:54:35.892Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T21:54:35.892Z] . [Pipeline] withDockerContainer [2020-10-13T21:54:35.983Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:54:36.035Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-13T21:54:36.693Z] $ docker top 3af4902d8d64d4c3eefb89858ae2ed820963ca60a94e1a677f3b24fdf990675c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T21:54:37.207Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:80a080f82f6daf7bce32c6d36ebb69d091cd3e67 [2020-10-13T21:54:37.207Z] + tee [2020-10-13T21:54:37.207Z] clair timeout 1m0s [2020-10-13T21:54:37.207Z] docker timeout: 1m0s [2020-10-13T21:54:37.207Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T21:54:39.229Z] $ docker stop --time=1 3af4902d8d64d4c3eefb89858ae2ed820963ca60a94e1a677f3b24fdf990675c [2020-10-13T21:54:40.569Z] $ docker rm -f 3af4902d8d64d4c3eefb89858ae2ed820963ca60a94e1a677f3b24fdf990675c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T21:54:41.041Z] + mkdir -p /w/workspace/edgex-go/186/clair-reports [Pipeline] echo [2020-10-13T21:54:41.054Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/186/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_80a080f82f6daf7bce32c6d36ebb69d091cd3e67.html [Pipeline] writeFile [Pipeline] step [2020-10-13T21:54:41.122Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-13T21:54:41.950Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-13T21:54:42.015Z] provisioning config files... [2020-10-13T21:54:42.030Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/186@tmp/config3862655605558707453tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-13T21:54:42.445Z] --> edgex-publish-swagger.sh [2020-10-13T21:54:42.445Z] === Publish openapi/v1 API === [2020-10-13T21:54:42.445Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-13T21:54:42.445Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-13T21:54:42.445Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T21:54:42.445Z] Dload Upload Total Spent Left Speed [2020-10-13T21:54:43.832Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9013 0:00:01 0:00:01 --:--:-- 9023 100 10521 0 0 100 10521 0 9012 0:00:01 0:00:01 --:--:-- 9023 [2020-10-13T21:54:43.832Z] [2020-10-13T21:54:43.832Z] [2020-10-13T21:54:43.832Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-13T21:54:43.832Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T21:54:43.832Z] Dload Upload Total Spent Left Speed [2020-10-13T21:54:44.792Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 30321 0:00:01 0:00:01 --:--:-- 30341 100 32556 0 0 100 32556 0 30316 0:00:01 0:00:01 --:--:-- 30341 [2020-10-13T21:54:44.792Z] [2020-10-13T21:54:44.792Z] [2020-10-13T21:54:44.792Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-13T21:54:44.792Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T21:54:44.792Z] Dload Upload Total Spent Left Speed [2020-10-13T21:54:45.735Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 66795 0:00:01 0:00:01 --:--:-- 66835 [2020-10-13T21:54:45.735Z] [2020-10-13T21:54:45.735Z] [2020-10-13T21:54:45.735Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-13T21:54:45.735Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T21:54:45.735Z] Dload Upload Total Spent Left Speed [2020-10-13T21:54:46.938Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 13491 0:00:01 0:00:01 --:--:-- 13499 [2020-10-13T21:54:46.938Z] [2020-10-13T21:54:46.938Z] [2020-10-13T21:54:46.938Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-13T21:54:46.938Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T21:54:46.938Z] Dload Upload Total Spent Left Speed [2020-10-13T21:54:47.880Z] 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 35549 0:00:01 0:00:01 --:--:-- 35547 100 38889 0 0 100 38889 0 35543 0:00:01 0:00:01 --:--:-- 35547 [2020-10-13T21:54:47.880Z] [2020-10-13T21:54:47.880Z] [2020-10-13T21:54:47.880Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-13T21:54:47.880Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T21:54:47.880Z] Dload Upload Total Spent Left Speed [2020-10-13T21:54:49.264Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12515 0:00:01 0:00:01 --:--:-- 12520 100 14248 0 0 100 14248 0 12513 0:00:01 0:00:01 --:--:-- 12520 [2020-10-13T21:54:49.264Z] [2020-10-13T21:54:49.264Z] [2020-10-13T21:54:49.264Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-13T21:54:49.264Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T21:54:49.264Z] Dload Upload Total Spent Left Speed [2020-10-13T21:54:50.205Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4077 0:00:01 0:00:01 --:--:-- 4080 100 4109 0 0 100 4109 0 4076 0:00:01 0:00:01 --:--:-- 4080 [2020-10-13T21:54:50.205Z] [2020-10-13T21:54:50.205Z] [2020-10-13T21:54:50.205Z] === Publish openapi/v2 API === [2020-10-13T21:54:50.205Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-13T21:54:50.205Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-13T21:54:50.205Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T21:54:50.205Z] Dload Upload Total Spent Left Speed [2020-10-13T21:54:51.146Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29393 0 0 100 29393 0 26096 0:00:01 0:00:01 --:--:-- 26103 100 29393 0 0 100 29393 0 26092 0:00:01 0:00:01 --:--:-- 26103 [2020-10-13T21:54:51.146Z] [2020-10-13T21:54:51.146Z] [2020-10-13T21:54:51.146Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-13T21:54:51.406Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T21:54:51.406Z] Dload Upload Total Spent Left Speed [2020-10-13T21:54:53.738Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65313 0 0 100 65313 0 54884 0:00:01 0:00:01 --:--:-- 54931 100 65313 0 0 100 65313 0 29804 0:00:02 0:00:02 --:--:-- 29809 100 65313 0 0 100 65313 0 28551 0:00:02 0:00:02 --:--:-- 28558 [2020-10-13T21:54:53.738Z] [2020-10-13T21:54:53.738Z] [2020-10-13T21:54:53.738Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-13T21:54:53.738Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T21:54:53.738Z] Dload Upload Total Spent Left Speed [2020-10-13T21:54:54.684Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 112k 0:00:01 0:00:01 --:--:-- 112k 100 118k 0 0 100 118k 0 112k 0:00:01 0:00:01 --:--:-- 112k [2020-10-13T21:54:54.684Z] [2020-10-13T21:54:54.684Z] [2020-10-13T21:54:54.684Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-13T21:54:54.684Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T21:54:54.684Z] Dload Upload Total Spent Left Speed [2020-10-13T21:54:55.624Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23547 0 0 100 23547 0 21943 0:00:01 0:00:01 --:--:-- 21965 100 23547 0 0 100 23547 0 21940 0:00:01 0:00:01 --:--:-- 21945 [2020-10-13T21:54:55.624Z] [2020-10-13T21:54:55.624Z] [2020-10-13T21:54:55.624Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-13T21:54:55.624Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T21:54:55.624Z] Dload Upload Total Spent Left Speed [2020-10-13T21:54:56.827Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62547 0 0 100 62547 0 62465 0:00:01 0:00:01 --:--:-- 62484 [2020-10-13T21:54:56.827Z] [2020-10-13T21:54:56.827Z] [2020-10-13T21:54:56.827Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-13T21:54:56.827Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T21:54:56.827Z] Dload Upload Total Spent Left Speed [2020-10-13T21:54:57.768Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46054 0 0 100 46054 0 43413 0:00:01 0:00:01 --:--:-- 43447 [2020-10-13T21:54:57.768Z] [2020-10-13T21:54:57.768Z] [2020-10-13T21:54:57.768Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-13T21:54:57.768Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T21:54:57.768Z] Dload Upload Total Spent Left Speed [2020-10-13T21:54:58.970Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 20188 0:00:01 0:00:01 --:--:-- 20174 100 23725 0 0 100 23725 0 20185 0:00:01 0:00:01 --:--:-- 20174 [2020-10-13T21:54:58.970Z] [2020-10-13T21:54:58.970Z] [Pipeline] } [2020-10-13T21:54:58.978Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:55:09.778Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T21:55:09.779Z] . [Pipeline] withDockerContainer [2020-10-13T21:55:09.871Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:55:09.916Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-13T21:55:11.048Z] $ docker top ac3f29fbcc8b0dfcab427de94dff33417c1d5d80fc3f26ce22edfc75f6b1a2ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-13T21:55:11.419Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-13T21:55:11.419Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-13T21:55:11.631Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-13T21:55:11.637Z] $ docker exec ac3f29fbcc8b0dfcab427de94dff33417c1d5d80fc3f26ce22edfc75f6b1a2ff ssh-agent [2020-10-13T21:55:11.795Z] SSH_AUTH_SOCK=/tmp/ssh-dHePXVaon0EK/agent.12 [2020-10-13T21:55:11.795Z] SSH_AGENT_PID=17 [2020-10-13T21:55:11.803Z] Running ssh-add (command line suppressed) [2020-10-13T21:55:11.930Z] Identity added: /w/workspace/edgex-go/186@tmp/private_key_3930137200429643436.key (/w/workspace/edgex-go/186@tmp/private_key_3930137200429643436.key) [2020-10-13T21:55:11.981Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-13T21:55:12.337Z] + git semver tag [2020-10-13T21:55:12.598Z] # -> Open(): unable to determine branch for HEAD [2020-10-13T21:55:12.598Z] # $GIT_DIR = /w/workspace/edgex-go/186/.git [2020-10-13T21:55:12.598Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/186 [2020-10-13T21:55:12.598Z] # $SEMVER_REMOTE_NAME = origin [2020-10-13T21:55:12.598Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-13T21:55:12.598Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-13T21:55:12.598Z] # $SEMVER_BRANCH = master [2020-10-13T21:55:12.598Z] # $SEMVER_DIR = /w/workspace/edgex-go/186/.semver [2020-10-13T21:55:12.598Z] # 80a080f82f6daf7bce32c6d36ebb69d091cd3e67 HEAD [2020-10-13T21:55:13.169Z] # -> Force: false [2020-10-13T21:55:13.169Z] # 985b06c4509d866e6f3be6e345013955e5bdf2ca refs/tags/v1.2.2-dev.71 [Pipeline] } [2020-10-13T21:55:13.182Z] $ docker exec --env ******** --env ******** ac3f29fbcc8b0dfcab427de94dff33417c1d5d80fc3f26ce22edfc75f6b1a2ff ssh-agent -k [2020-10-13T21:55:13.295Z] unset SSH_AUTH_SOCK; [2020-10-13T21:55:13.295Z] unset SSH_AGENT_PID; [2020-10-13T21:55:13.295Z] echo Agent pid 17 killed; [2020-10-13T21:55:13.335Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-13T21:55:13.810Z] + git semver [Pipeline] } [2020-10-13T21:55:13.828Z] $ docker stop --time=1 ac3f29fbcc8b0dfcab427de94dff33417c1d5d80fc3f26ce22edfc75f6b1a2ff [2020-10-13T21:55:15.180Z] $ docker rm -f ac3f29fbcc8b0dfcab427de94dff33417c1d5d80fc3f26ce22edfc75f6b1a2ff [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:55:15.791Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-13T21:55:15.792Z] [2020-10-13T21:55:15.792Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:55:16.137Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-13T21:55:16.137Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-13T21:55:16.137Z] ab5ef0e58194: Pulling fs layer [2020-10-13T21:55:16.137Z] 9712f1f96733: Pulling fs layer [2020-10-13T21:55:16.137Z] 63f879dbbcfc: Pulling fs layer [2020-10-13T21:55:16.137Z] 0d9ebad4ef96: Pulling fs layer [2020-10-13T21:55:16.137Z] e9a5061849ea: Pulling fs layer [2020-10-13T21:55:16.137Z] d747dcd14b5f: Pulling fs layer [2020-10-13T21:55:16.137Z] 2de7ff778b66: Pulling fs layer [2020-10-13T21:55:16.137Z] e9a5061849ea: Waiting [2020-10-13T21:55:16.137Z] d747dcd14b5f: Waiting [2020-10-13T21:55:16.137Z] 2de7ff778b66: Waiting [2020-10-13T21:55:16.137Z] 0d9ebad4ef96: Waiting [2020-10-13T21:55:16.137Z] 9712f1f96733: Verifying Checksum [2020-10-13T21:55:22.718Z] 63f879dbbcfc: Verifying Checksum [2020-10-13T21:55:22.718Z] 63f879dbbcfc: Download complete [2020-10-13T21:55:22.718Z] e9a5061849ea: Download complete [2020-10-13T21:55:22.718Z] d747dcd14b5f: Verifying Checksum [2020-10-13T21:55:22.718Z] d747dcd14b5f: Download complete [2020-10-13T21:55:23.296Z] 2de7ff778b66: Verifying Checksum [2020-10-13T21:55:23.296Z] 2de7ff778b66: Download complete [2020-10-13T21:55:23.296Z] 0d9ebad4ef96: Verifying Checksum [2020-10-13T21:55:23.296Z] 0d9ebad4ef96: Download complete [2020-10-13T21:55:24.238Z] ab5ef0e58194: Verifying Checksum [2020-10-13T21:55:24.238Z] ab5ef0e58194: Download complete [2020-10-13T21:55:28.475Z] ab5ef0e58194: Pull complete [2020-10-13T21:55:28.475Z] 9712f1f96733: Pull complete [2020-10-13T21:55:29.865Z] 63f879dbbcfc: Pull complete [2020-10-13T21:55:36.467Z] 0d9ebad4ef96: Pull complete [2020-10-13T21:55:37.854Z] e9a5061849ea: Pull complete [2020-10-13T21:55:37.854Z] d747dcd14b5f: Pull complete [2020-10-13T21:55:40.402Z] 2de7ff778b66: Pull complete [2020-10-13T21:55:40.402Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-13T21:55:40.402Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-13T21:55:40.402Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-13T21:55:40.590Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:55:40.638Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-13T21:55:44.209Z] $ docker top 4df3027c327b19aa5a6cd5fdbc4a86d16fe0b6858d07edbbe65d8e5577b92082 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-13T21:55:44.447Z] provisioning config files... [2020-10-13T21:55:44.459Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/186@tmp/config3704816363749454227tmp [2020-10-13T21:55:44.474Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/186@tmp/config8744967582768051445tmp [2020-10-13T21:55:44.487Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/186@tmp/config8020542811662669844tmp [Pipeline] { [Pipeline] echo [2020-10-13T21:55:44.541Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T21:55:44.849Z] ---> sigul-configuration.sh [2020-10-13T21:55:44.849Z] gpg: directory `/root/.gnupg' created [2020-10-13T21:55:44.849Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-13T21:55:44.849Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-13T21:55:44.849Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-13T21:55:44.849Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-13T21:55:44.849Z] gpg: CAST5 encrypted data [2020-10-13T21:55:45.110Z] gpg: encrypted with 1 passphrase [2020-10-13T21:55:45.110Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-13T21:55:45.405Z] + mkdir /home/jenkins [2020-10-13T21:55:45.405Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-13T21:55:45.699Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-10-13T21:55:45.716Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T21:55:46.010Z] ---> sigul-install.sh [2020-10-13T21:55:54.152Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-13T21:55:54.448Z] + git tag --list [2020-10-13T21:55:54.448Z] 0.6.0 [2020-10-13T21:55:54.448Z] 0.6.1 [2020-10-13T21:55:54.448Z] 0.7.0 [2020-10-13T21:55:54.448Z] 0.7.1 [2020-10-13T21:55:54.448Z] v1.0.0 [2020-10-13T21:55:54.448Z] v1.0.1 [2020-10-13T21:55:54.448Z] v1.1.0 [2020-10-13T21:55:54.448Z] v1.2.0 [2020-10-13T21:55:54.448Z] v1.2.1 [2020-10-13T21:55:54.448Z] v1.2.2-dev.1 [2020-10-13T21:55:54.448Z] v1.2.2-dev.10 [2020-10-13T21:55:54.448Z] v1.2.2-dev.11 [2020-10-13T21:55:54.448Z] v1.2.2-dev.12 [2020-10-13T21:55:54.448Z] v1.2.2-dev.13 [2020-10-13T21:55:54.448Z] v1.2.2-dev.14 [2020-10-13T21:55:54.448Z] v1.2.2-dev.15 [2020-10-13T21:55:54.448Z] v1.2.2-dev.16 [2020-10-13T21:55:54.448Z] v1.2.2-dev.17 [2020-10-13T21:55:54.448Z] v1.2.2-dev.18 [2020-10-13T21:55:54.448Z] v1.2.2-dev.19 [2020-10-13T21:55:54.448Z] v1.2.2-dev.2 [2020-10-13T21:55:54.448Z] v1.2.2-dev.20 [2020-10-13T21:55:54.448Z] v1.2.2-dev.21 [2020-10-13T21:55:54.448Z] v1.2.2-dev.22 [2020-10-13T21:55:54.448Z] v1.2.2-dev.23 [2020-10-13T21:55:54.448Z] v1.2.2-dev.24 [2020-10-13T21:55:54.448Z] v1.2.2-dev.25 [2020-10-13T21:55:54.448Z] v1.2.2-dev.26 [2020-10-13T21:55:54.448Z] v1.2.2-dev.27 [2020-10-13T21:55:54.448Z] v1.2.2-dev.28 [2020-10-13T21:55:54.448Z] v1.2.2-dev.29 [2020-10-13T21:55:54.448Z] v1.2.2-dev.3 [2020-10-13T21:55:54.448Z] v1.2.2-dev.30 [2020-10-13T21:55:54.448Z] v1.2.2-dev.31 [2020-10-13T21:55:54.448Z] v1.2.2-dev.32 [2020-10-13T21:55:54.448Z] v1.2.2-dev.33 [2020-10-13T21:55:54.448Z] v1.2.2-dev.34 [2020-10-13T21:55:54.448Z] v1.2.2-dev.35 [2020-10-13T21:55:54.448Z] v1.2.2-dev.36 [2020-10-13T21:55:54.448Z] v1.2.2-dev.37 [2020-10-13T21:55:54.448Z] v1.2.2-dev.38 [2020-10-13T21:55:54.448Z] v1.2.2-dev.39 [2020-10-13T21:55:54.448Z] v1.2.2-dev.4 [2020-10-13T21:55:54.448Z] v1.2.2-dev.40 [2020-10-13T21:55:54.448Z] v1.2.2-dev.41 [2020-10-13T21:55:54.448Z] v1.2.2-dev.42 [2020-10-13T21:55:54.448Z] v1.2.2-dev.43 [2020-10-13T21:55:54.448Z] v1.2.2-dev.44 [2020-10-13T21:55:54.448Z] v1.2.2-dev.45 [2020-10-13T21:55:54.448Z] v1.2.2-dev.46 [2020-10-13T21:55:54.448Z] v1.2.2-dev.47 [2020-10-13T21:55:54.448Z] v1.2.2-dev.48 [2020-10-13T21:55:54.448Z] v1.2.2-dev.49 [2020-10-13T21:55:54.448Z] v1.2.2-dev.5 [2020-10-13T21:55:54.448Z] v1.2.2-dev.50 [2020-10-13T21:55:54.448Z] v1.2.2-dev.51 [2020-10-13T21:55:54.448Z] v1.2.2-dev.52 [2020-10-13T21:55:54.448Z] v1.2.2-dev.53 [2020-10-13T21:55:54.448Z] v1.2.2-dev.54 [2020-10-13T21:55:54.448Z] v1.2.2-dev.55 [2020-10-13T21:55:54.448Z] v1.2.2-dev.56 [2020-10-13T21:55:54.448Z] v1.2.2-dev.57 [2020-10-13T21:55:54.448Z] v1.2.2-dev.58 [2020-10-13T21:55:54.448Z] v1.2.2-dev.59 [2020-10-13T21:55:54.448Z] v1.2.2-dev.6 [2020-10-13T21:55:54.448Z] v1.2.2-dev.60 [2020-10-13T21:55:54.448Z] v1.2.2-dev.61 [2020-10-13T21:55:54.448Z] v1.2.2-dev.62 [2020-10-13T21:55:54.448Z] v1.2.2-dev.63 [2020-10-13T21:55:54.448Z] v1.2.2-dev.64 [2020-10-13T21:55:54.448Z] v1.2.2-dev.65 [2020-10-13T21:55:54.448Z] v1.2.2-dev.66 [2020-10-13T21:55:54.448Z] v1.2.2-dev.67 [2020-10-13T21:55:54.448Z] v1.2.2-dev.68 [2020-10-13T21:55:54.448Z] v1.2.2-dev.69 [2020-10-13T21:55:54.448Z] v1.2.2-dev.7 [2020-10-13T21:55:54.448Z] v1.2.2-dev.70 [2020-10-13T21:55:54.448Z] v1.2.2-dev.71 [2020-10-13T21:55:54.448Z] v1.2.2-dev.8 [2020-10-13T21:55:54.448Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-13T21:55:54.740Z] + lftools sign git-tag v1.2.2-dev.71 [2020-10-13T21:55:56.125Z] Signing Git tag with Sigul... [2020-10-13T21:55:56.125Z] Signing v1.2.2-dev.71 [Pipeline] echo [2020-10-13T21:55:57.518Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T21:55:57.810Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-13T21:55:57.819Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-13T21:55:57.919Z] $ docker stop --time=1 4df3027c327b19aa5a6cd5fdbc4a86d16fe0b6858d07edbbe65d8e5577b92082 [2020-10-13T21:55:59.939Z] $ docker rm -f 4df3027c327b19aa5a6cd5fdbc4a86d16fe0b6858d07edbbe65d8e5577b92082 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:56:01.146Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T21:56:01.146Z] . [Pipeline] withDockerContainer [2020-10-13T21:56:01.241Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:56:01.282Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-13T21:56:01.912Z] $ docker top 5e986386e561adb28fca6b352a8901e1bd42b9c8211e37b541afdc3213d22851 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-13T21:56:02.222Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-13T21:56:02.222Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-13T21:56:02.404Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-13T21:56:02.410Z] $ docker exec 5e986386e561adb28fca6b352a8901e1bd42b9c8211e37b541afdc3213d22851 ssh-agent [2020-10-13T21:56:02.573Z] SSH_AUTH_SOCK=/tmp/ssh-0VzooqIZFHf2/agent.11 [2020-10-13T21:56:02.573Z] SSH_AGENT_PID=16 [2020-10-13T21:56:02.580Z] Running ssh-add (command line suppressed) [2020-10-13T21:56:02.706Z] Identity added: /w/workspace/edgex-go/186@tmp/private_key_9054088882310732388.key (/w/workspace/edgex-go/186@tmp/private_key_9054088882310732388.key) [2020-10-13T21:56:02.754Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-13T21:56:03.112Z] + git semver bump pre [2020-10-13T21:56:03.112Z] # -> Open(): unable to determine branch for HEAD [2020-10-13T21:56:03.112Z] # $GIT_DIR = /w/workspace/edgex-go/186/.git [2020-10-13T21:56:03.112Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/186 [2020-10-13T21:56:03.112Z] # $SEMVER_REMOTE_NAME = origin [2020-10-13T21:56:03.112Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-13T21:56:03.112Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-13T21:56:03.112Z] # $SEMVER_BRANCH = master [2020-10-13T21:56:03.112Z] # $SEMVER_DIR = /w/workspace/edgex-go/186/.semver [2020-10-13T21:56:03.112Z] 1.2.2-dev.72 [Pipeline] } [2020-10-13T21:56:03.126Z] $ docker exec --env ******** --env ******** 5e986386e561adb28fca6b352a8901e1bd42b9c8211e37b541afdc3213d22851 ssh-agent -k [2020-10-13T21:56:03.242Z] unset SSH_AUTH_SOCK; [2020-10-13T21:56:03.242Z] unset SSH_AGENT_PID; [2020-10-13T21:56:03.242Z] echo Agent pid 16 killed; [2020-10-13T21:56:03.292Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-13T21:56:03.766Z] + git semver [Pipeline] } [2020-10-13T21:56:03.783Z] $ docker stop --time=1 5e986386e561adb28fca6b352a8901e1bd42b9c8211e37b541afdc3213d22851 [2020-10-13T21:56:05.153Z] $ docker rm -f 5e986386e561adb28fca6b352a8901e1bd42b9c8211e37b541afdc3213d22851 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T21:56:05.683Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T21:56:05.683Z] . [Pipeline] withDockerContainer [2020-10-13T21:56:05.787Z] prd-centos7-docker-4c-2g-5189 does not seem to be running inside a container [2020-10-13T21:56:05.830Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/186 -v /w/workspace/edgex-go/186:/w/workspace/edgex-go/186:rw,z -v /w/workspace/edgex-go/186@tmp:/w/workspace/edgex-go/186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-13T21:56:06.487Z] $ docker top bd09de680cfaad960974d744f4f8f590c40616d9e5c77d039f2db76205d050e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-13T21:56:06.825Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-13T21:56:06.825Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-13T21:56:06.999Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-13T21:56:07.005Z] $ docker exec bd09de680cfaad960974d744f4f8f590c40616d9e5c77d039f2db76205d050e5 ssh-agent [2020-10-13T21:56:07.181Z] SSH_AUTH_SOCK=/tmp/ssh-uxHZjSWUTVWQ/agent.12 [2020-10-13T21:56:07.181Z] SSH_AGENT_PID=18 [2020-10-13T21:56:07.188Z] Running ssh-add (command line suppressed) [2020-10-13T21:56:07.317Z] Identity added: /w/workspace/edgex-go/186@tmp/private_key_44946190493211005.key (/w/workspace/edgex-go/186@tmp/private_key_44946190493211005.key) [2020-10-13T21:56:07.366Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-13T21:56:07.716Z] + git semver push [2020-10-13T21:56:07.716Z] # -> Open(): unable to determine branch for HEAD [2020-10-13T21:56:07.716Z] # $GIT_DIR = /w/workspace/edgex-go/186/.git [2020-10-13T21:56:07.716Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/186 [2020-10-13T21:56:07.716Z] # $SEMVER_REMOTE_NAME = origin [2020-10-13T21:56:07.716Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-13T21:56:07.716Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-13T21:56:07.716Z] # $SEMVER_BRANCH = master [2020-10-13T21:56:07.716Z] # $SEMVER_DIR = /w/workspace/edgex-go/186/.semver [Pipeline] } [2020-10-13T21:56:17.725Z] $ docker exec --env ******** --env ******** bd09de680cfaad960974d744f4f8f590c40616d9e5c77d039f2db76205d050e5 ssh-agent -k [2020-10-13T21:56:17.845Z] unset SSH_AUTH_SOCK; [2020-10-13T21:56:17.845Z] unset SSH_AGENT_PID; [2020-10-13T21:56:17.845Z] echo Agent pid 18 killed; [2020-10-13T21:56:17.891Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-13T21:56:18.377Z] + git semver [Pipeline] } [2020-10-13T21:56:18.395Z] $ docker stop --time=1 bd09de680cfaad960974d744f4f8f590c40616d9e5c77d039f2db76205d050e5 [2020-10-13T21:56:19.731Z] $ docker rm -f bd09de680cfaad960974d744f4f8f590c40616d9e5c77d039f2db76205d050e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-13T21:56:20.724Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T21:56:21.596Z] ---> package-listing.sh [2020-10-13T21:56:21.596Z] ++ facter osfamily [2020-10-13T21:56:21.596Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-13T21:56:21.596Z] + OS_FAMILY=redhat [2020-10-13T21:56:21.596Z] + workspace=/w/workspace/edgex-go/186 [2020-10-13T21:56:21.596Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-13T21:56:21.596Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-13T21:56:21.596Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-13T21:56:21.596Z] + PACKAGES=/tmp/packages_start.txt [2020-10-13T21:56:21.596Z] + '[' /w/workspace/edgex-go/186 ']' [2020-10-13T21:56:21.596Z] + PACKAGES=/tmp/packages_end.txt [2020-10-13T21:56:21.596Z] + case "${OS_FAMILY}" in [2020-10-13T21:56:21.596Z] + rpm -qa [2020-10-13T21:56:21.596Z] + sort [2020-10-13T21:56:25.828Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-13T21:56:25.828Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-13T21:56:25.828Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-13T21:56:25.828Z] + '[' /w/workspace/edgex-go/186 ']' [2020-10-13T21:56:25.828Z] + mkdir -p /w/workspace/edgex-go/186/archives/ [2020-10-13T21:56:25.828Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/186/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-13T21:56:26.155Z] provisioning config files... [2020-10-13T21:56:26.170Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/186@tmp/config3916660665798167714tmp [Pipeline] { [Pipeline] echo [2020-10-13T21:56:26.246Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T21:56:26.537Z] ---> create-netrc.sh [Pipeline] } [2020-10-13T21:56:26.546Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-13T21:56:26.640Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T21:56:26.930Z] ---> python-tools-install.sh [2020-10-13T21:56:26.931Z] Generating Requirements File [2020-10-13T21:57:34.692Z] Python 3.6.8 [2020-10-13T21:57:35.263Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-13T21:57:35.835Z] appdirs==1.4.3 [2020-10-13T21:57:35.835Z] argcomplete==1.12.1 [2020-10-13T21:57:35.835Z] aspy.yaml==1.3.0 [2020-10-13T21:57:35.835Z] attrs==19.3.0 [2020-10-13T21:57:35.835Z] Babel==2.8.0 [2020-10-13T21:57:35.835Z] beautifulsoup4==4.8.2 [2020-10-13T21:57:35.835Z] boto3==1.11.6 [2020-10-13T21:57:35.835Z] botocore==1.14.6 [2020-10-13T21:57:35.835Z] bs4==0.0.1 [2020-10-13T21:57:35.835Z] cachetools==4.1.1 [2020-10-13T21:57:35.835Z] certifi==2019.11.28 [2020-10-13T21:57:35.835Z] cffi==1.14.3 [2020-10-13T21:57:35.835Z] cfgv==2.0.1 [2020-10-13T21:57:35.835Z] chardet==3.0.4 [2020-10-13T21:57:35.835Z] click==7.1 [2020-10-13T21:57:35.835Z] cliff==3.4.0 [2020-10-13T21:57:35.835Z] cmd2==1.3.11 [2020-10-13T21:57:35.835Z] colorama==0.4.4 [2020-10-13T21:57:35.835Z] cryptography==3.1.1 [2020-10-13T21:57:35.835Z] debtcollector==2.2.0 [2020-10-13T21:57:35.835Z] decorator==4.4.2 [2020-10-13T21:57:35.835Z] defusedxml==0.6.0 [2020-10-13T21:57:35.835Z] Deprecated==1.2.7 [2020-10-13T21:57:35.835Z] distlib==0.3.1 [2020-10-13T21:57:35.835Z] distro==1.2.0 [2020-10-13T21:57:35.835Z] dnspython==1.16.0 [2020-10-13T21:57:35.835Z] docker==4.2.0 [2020-10-13T21:57:35.835Z] docutils==0.15.2 [2020-10-13T21:57:35.835Z] dogpile.cache==1.0.2 [2020-10-13T21:57:35.835Z] email-validator==1.0.5 [2020-10-13T21:57:35.835Z] filelock==3.0.12 [2020-10-13T21:57:35.835Z] future==0.18.2 [2020-10-13T21:57:35.835Z] google-auth==1.22.1 [2020-10-13T21:57:35.835Z] httplib2==0.17.0 [2020-10-13T21:57:35.835Z] identify==1.4.11 [2020-10-13T21:57:35.835Z] idna==2.9 [2020-10-13T21:57:35.835Z] importlib-metadata==2.0.0 [2020-10-13T21:57:35.835Z] importlib-resources==1.5.0 [2020-10-13T21:57:35.835Z] iso8601==0.1.13 [2020-10-13T21:57:35.835Z] Jinja2==2.11.1 [2020-10-13T21:57:35.835Z] jmespath==0.10.0 [2020-10-13T21:57:35.835Z] jsonpatch==1.26 [2020-10-13T21:57:35.835Z] jsonpointer==2.0 [2020-10-13T21:57:35.835Z] jsonschema==3.2.0 [2020-10-13T21:57:35.835Z] keystoneauth1==4.2.1 [2020-10-13T21:57:35.835Z] kubernetes==11.0.0 [2020-10-13T21:57:35.835Z] lftools==0.34.2 [2020-10-13T21:57:35.835Z] lxml==4.5.0 [2020-10-13T21:57:35.835Z] MarkupSafe==0.23 [2020-10-13T21:57:35.835Z] msgpack==1.0.0 [2020-10-13T21:57:35.835Z] multi-key-dict==2.0.3 [2020-10-13T21:57:35.835Z] munch==2.5.0 [2020-10-13T21:57:35.835Z] netaddr==0.8.0 [2020-10-13T21:57:35.835Z] netifaces==0.10.9 [2020-10-13T21:57:35.835Z] niet==1.4.2 [2020-10-13T21:57:35.835Z] nodeenv==1.3.5 [2020-10-13T21:57:35.835Z] oauth2client==4.1.3 [2020-10-13T21:57:35.835Z] oauthlib==3.1.0 [2020-10-13T21:57:35.835Z] openstacksdk==0.50.0 [2020-10-13T21:57:35.835Z] os-client-config==2.1.0 [2020-10-13T21:57:35.835Z] os-service-types==1.7.0 [2020-10-13T21:57:35.835Z] osc-lib==2.2.1 [2020-10-13T21:57:35.835Z] oslo.config==8.3.2 [2020-10-13T21:57:35.835Z] oslo.context==3.1.1 [2020-10-13T21:57:35.835Z] oslo.i18n==5.0.1 [2020-10-13T21:57:35.835Z] oslo.log==4.4.0 [2020-10-13T21:57:35.835Z] oslo.serialization==4.0.1 [2020-10-13T21:57:35.835Z] oslo.utils==4.6.0 [2020-10-13T21:57:35.835Z] packaging==20.4 [2020-10-13T21:57:35.835Z] pbr==5.4.4 [2020-10-13T21:57:35.835Z] pluggy==0.13.1 [2020-10-13T21:57:35.835Z] prettytable==0.7.2 [2020-10-13T21:57:35.835Z] py==1.9.0 [2020-10-13T21:57:35.835Z] pyasn1==0.4.8 [2020-10-13T21:57:35.835Z] pyasn1-modules==0.2.8 [2020-10-13T21:57:35.835Z] pycparser==2.20 [2020-10-13T21:57:35.835Z] pygerrit2==2.0.10 [2020-10-13T21:57:35.835Z] PyGithub==1.46 [2020-10-13T21:57:35.835Z] pyinotify==0.9.6 [2020-10-13T21:57:35.835Z] PyJWT==1.7.1 [2020-10-13T21:57:35.835Z] pyparsing==2.4.7 [2020-10-13T21:57:35.835Z] pyperclip==1.8.1 [2020-10-13T21:57:35.835Z] pyroute2==0.4.13 [2020-10-13T21:57:35.835Z] pyrsistent==0.15.7 [2020-10-13T21:57:35.835Z] PySocks==1.6.8 [2020-10-13T21:57:35.835Z] python-cinderclient==7.2.0 [2020-10-13T21:57:35.835Z] python-dateutil==2.8.1 [2020-10-13T21:57:35.835Z] python-heatclient==2.2.1 [2020-10-13T21:57:35.835Z] python-jenkins==1.7.0 [2020-10-13T21:57:35.835Z] python-keystoneclient==4.1.1 [2020-10-13T21:57:35.835Z] python-magnumclient==3.2.1 [2020-10-13T21:57:35.835Z] python-novaclient==17.2.1 [2020-10-13T21:57:35.835Z] python-openstackclient==5.4.0 [2020-10-13T21:57:35.835Z] python-swiftclient==3.10.1 [2020-10-13T21:57:35.835Z] pytz==2020.1 [2020-10-13T21:57:35.835Z] PyYAML==5.3 [2020-10-13T21:57:35.835Z] requests==2.23.0 [2020-10-13T21:57:35.835Z] requests-oauthlib==1.3.0 [2020-10-13T21:57:35.835Z] requestsexceptions==1.4.0 [2020-10-13T21:57:35.835Z] rfc3986==1.4.0 [2020-10-13T21:57:35.835Z] rpm==4.11.3 [2020-10-13T21:57:35.835Z] rsa==4.0 [2020-10-13T21:57:35.835Z] ruamel.yaml==0.16.10 [2020-10-13T21:57:35.835Z] ruamel.yaml.clib==0.2.0 [2020-10-13T21:57:35.835Z] s3transfer==0.3.3 [2020-10-13T21:57:35.835Z] shade==1.27.2 [2020-10-13T21:57:35.835Z] simplejson==3.17.2 [2020-10-13T21:57:35.835Z] six==1.14.0 [2020-10-13T21:57:35.835Z] soupsieve==2.0 [2020-10-13T21:57:35.835Z] stevedore==3.2.2 [2020-10-13T21:57:35.835Z] tabulate==0.8.6 [2020-10-13T21:57:35.835Z] toml==0.10.0 [2020-10-13T21:57:35.835Z] tox==3.20.1 [2020-10-13T21:57:35.835Z] tqdm==4.43.0 [2020-10-13T21:57:35.835Z] urllib3==1.25.8 [2020-10-13T21:57:35.835Z] virtualenv==20.0.34 [2020-10-13T21:57:35.835Z] wcwidth==0.2.5 [2020-10-13T21:57:35.835Z] websocket-client==0.57.0 [2020-10-13T21:57:35.835Z] wrapt==1.12.1 [2020-10-13T21:57:35.835Z] xdg==3.0.2 [2020-10-13T21:57:35.835Z] xmltodict==0.12.0 [2020-10-13T21:57:35.835Z] yq==2.11.1 [2020-10-13T21:57:35.835Z] zipp==3.3.0 [2020-10-13T21:57:37.231Z] Cache entry deserialization failed, entry ignored [2020-10-13T21:57:39.780Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-13T21:57:42.325Z] Python 2.7.5 [2020-10-13T21:57:42.585Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-13T21:57:42.847Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-13T21:57:42.847Z] ansible==2.9.7 [2020-10-13T21:57:42.847Z] Babel==0.9.6 [2020-10-13T21:57:42.847Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-13T21:57:42.847Z] beautifulsoup4==4.4.1 [2020-10-13T21:57:42.847Z] bodhi==2.11.0 [2020-10-13T21:57:42.847Z] bodhi-client==2.11.0 [2020-10-13T21:57:42.847Z] CCColUtils==1.4 [2020-10-13T21:57:42.847Z] cffi==1.6.0 [2020-10-13T21:57:42.847Z] chardet==2.2.1 [2020-10-13T21:57:42.847Z] click==6.7 [2020-10-13T21:57:42.847Z] cloud-init==18.5 [2020-10-13T21:57:42.847Z] configobj==4.7.2 [2020-10-13T21:57:42.847Z] cryptography==1.7.2 [2020-10-13T21:57:42.847Z] decorator==3.4.0 [2020-10-13T21:57:42.847Z] distro==1.2.0 [2020-10-13T21:57:42.847Z] enum34==1.0.4 [2020-10-13T21:57:42.847Z] fedpkg==1.38 [2020-10-13T21:57:42.847Z] futures==3.1.1 [2020-10-13T21:57:42.847Z] gitdb==0.6.4 [2020-10-13T21:57:42.847Z] GitPython==1.0.1 [2020-10-13T21:57:42.847Z] html5lib==0.999 [2020-10-13T21:57:42.847Z] httplib2==0.9.2 [2020-10-13T21:57:42.847Z] idna==2.4 [2020-10-13T21:57:42.847Z] iniparse==0.4 [2020-10-13T21:57:42.847Z] ipaddress==1.0.16 [2020-10-13T21:57:42.847Z] IPy==0.75 [2020-10-13T21:57:42.847Z] javapackages==1.0.0 [2020-10-13T21:57:42.847Z] Jinja2==2.7.2 [2020-10-13T21:57:42.847Z] jmespath==0.9.4 [2020-10-13T21:57:42.847Z] jsonpatch==1.2 [2020-10-13T21:57:42.847Z] jsonpointer==1.9 [2020-10-13T21:57:42.847Z] kerberos==1.1 [2020-10-13T21:57:42.847Z] kitchen==1.1.1 [2020-10-13T21:57:42.847Z] langtable==0.0.31 [2020-10-13T21:57:42.847Z] lockfile==0.9.1 [2020-10-13T21:57:42.847Z] lxml==3.2.1 [2020-10-13T21:57:42.847Z] MarkupSafe==0.11 [2020-10-13T21:57:42.847Z] munch==2.0.2 [2020-10-13T21:57:42.847Z] offtrac==0.1.0 [2020-10-13T21:57:42.847Z] openidc-client==0.6.0 [2020-10-13T21:57:42.847Z] packagedb-cli==2.14.1 [2020-10-13T21:57:42.847Z] paramiko==2.1.1 [2020-10-13T21:57:42.847Z] perf==0.1 [2020-10-13T21:57:42.847Z] ply==3.4 [2020-10-13T21:57:42.847Z] policycoreutils-default-encoding==0.1 [2020-10-13T21:57:42.847Z] prettytable==0.7.2 [2020-10-13T21:57:42.847Z] pyasn1==0.1.9 [2020-10-13T21:57:42.847Z] pycparser==2.14 [2020-10-13T21:57:42.847Z] pycurl==7.19.0 [2020-10-13T21:57:42.847Z] pygobject==3.22.0 [2020-10-13T21:57:42.847Z] pygpgme==0.3 [2020-10-13T21:57:42.847Z] pyliblzma==0.5.3 [2020-10-13T21:57:42.847Z] pyOpenSSL==0.13.1 [2020-10-13T21:57:42.847Z] pyparsing==1.5.6 [2020-10-13T21:57:42.847Z] pyserial==2.6 [2020-10-13T21:57:42.847Z] python-augeas==0.5.0 [2020-10-13T21:57:42.847Z] python-bugzilla==2.3.0 [2020-10-13T21:57:42.847Z] python-dateutil==1.5 [2020-10-13T21:57:42.847Z] python-fedora==0.10.0 [2020-10-13T21:57:42.847Z] python-linux-procfs==0.4.9 [2020-10-13T21:57:42.847Z] python-yubico==1.2.3 [2020-10-13T21:57:42.847Z] pyudev==0.15 [2020-10-13T21:57:42.847Z] pyusb==1.0.0b1 [2020-10-13T21:57:42.847Z] pyxattr==0.5.1 [2020-10-13T21:57:42.847Z] PyYAML==3.10 [2020-10-13T21:57:42.847Z] requests==2.6.0 [2020-10-13T21:57:42.847Z] requests-kerberos==0.7.0 [2020-10-13T21:57:42.847Z] rpkg==1.60 [2020-10-13T21:57:42.847Z] schedutils==0.4 [2020-10-13T21:57:42.847Z] seobject==0.1 [2020-10-13T21:57:42.847Z] sepolicy==1.1 [2020-10-13T21:57:42.847Z] six==1.9.0 [2020-10-13T21:57:42.847Z] smmap==0.9.0 [2020-10-13T21:57:42.847Z] urlgrabber==3.10 [2020-10-13T21:57:42.847Z] urllib3==1.10.2 [2020-10-13T21:57:42.847Z] virtualenv==15.1.0 [2020-10-13T21:57:42.847Z] yum-langpacks==0.4.2 [2020-10-13T21:57:42.847Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-13T21:57:43.120Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T21:57:43.418Z] ---> sudo-logs.sh [2020-10-13T21:57:43.418Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-13T21:57:43.689Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T21:57:43.981Z] ---> job-cost.sh [2020-10-13T21:57:43.981Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2g83 [2020-10-13T21:57:54.155Z] Cache entry deserialization failed, entry ignored [2020-10-13T21:57:54.155Z] Cache entry deserialization failed, entry ignored [2020-10-13T21:57:54.725Z] Cache entry deserialization failed, entry ignored [2020-10-13T21:57:54.988Z] Cache entry deserialization failed, entry ignored [2020-10-13T21:57:54.988Z] Cache entry deserialization failed, entry ignored [2020-10-13T21:57:55.254Z] Cache entry deserialization failed, entry ignored [2020-10-13T21:57:55.254Z] Cache entry deserialization failed, entry ignored [2020-10-13T21:57:55.254Z] Cache entry deserialization failed, entry ignored [2020-10-13T21:57:55.516Z] Cache entry deserialization failed, entry ignored [2020-10-13T21:57:55.516Z] Cache entry deserialization failed, entry ignored [2020-10-13T21:57:55.777Z] Cache entry deserialization failed, entry ignored [2020-10-13T21:57:55.777Z] Cache entry deserialization failed, entry ignored [2020-10-13T21:57:55.777Z] Cache entry deserialization failed, entry ignored [2020-10-13T21:58:01.065Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-13T21:58:27.715Z] lf-activate-venv(): INFO: Adding /tmp/venv-2g83/bin to PATH [2020-10-13T21:58:27.715Z] INFO: No Stack... [2020-10-13T21:58:27.715Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-13T21:58:29.131Z] INFO: Archiving Costs [Pipeline] echo [2020-10-13T21:58:29.147Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T21:58:29.447Z] ---> logs-deploy.sh [2020-10-13T21:58:29.447Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/186 [2020-10-13T21:58:29.447Z] INFO: archiving workspace using pattern(s): [2020-10-13T21:58:31.362Z] Archives upload complete. [2020-10-13T21:58:31.362Z] INFO: archiving logs to Nexus