Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fc25530dbf7c06d269e477ba92f85712579b8222 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-3869 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/166 [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/166 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision fc25530dbf7c06d269e477ba92f85712579b8222 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f fc25530dbf7c06d269e477ba92f85712579b8222 # timeout=10 Commit message: "Merge pull request #2735 from judehung/issue-2728" > git rev-list --no-walk b3e2acdd145c3d3302f02c8490918cd30aaf4f4f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-07T01:58:04.343Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-07T01:58:04.596Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-07T01:58:04.702Z] ========================================================= [2020-10-07T01:58:04.702Z] EdgeX Global Pipelines Version Info [2020-10-07T01:58:04.702Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-07T01:58:06.818Z] ------------------- [2020-10-07T01:58:06.818Z] stable info: [2020-10-07T01:58:06.818Z] ------------------- [2020-10-07T01:58:06.818Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-07T01:58:06.818Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-07T01:58:06.818Z] Message: update stable to v1.0.131 [2020-10-07T01:58:07.407Z] ------------------- [2020-10-07T01:58:07.407Z] experimental info: [2020-10-07T01:58:07.407Z] ------------------- [2020-10-07T01:58:07.407Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-07T01:58:07.407Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-07T01:58:07.407Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-07T01:58:07.656Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-07T01:58:07.779Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-07T01:58:07.864Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-07T01:58:07.972Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-07T01:58:08.059Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-07T01:58:08.148Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-07T01:58:08.235Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-07T01:58:08.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-07T01:58:08.416Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-07T01:58:08.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-07T01:58:08.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-07T01:58:08.739Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-07T01:58:08.822Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-07T01:58:08.907Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-07T01:58:08.992Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-07T01:58:09.077Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-07T01:58:09.165Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-07T01:58:09.254Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-07T01:58:09.336Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-07T01:58:09.419Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-07T01:58:09.535Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-07T01:58:09.619Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-07T01:58:09.702Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-07T01:58:09.792Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-07T01:58:09.903Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fc25530dbf7c06d269e477ba92f85712579b8222 [Pipeline] echo [2020-10-07T01:58:09.990Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fc25530 [Pipeline] echo [2020-10-07T01:58:10.143Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-07T01:58:10.638Z] ++ 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-07T01:58:10.639Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T01:58:10.639Z] ++ dirname cmd/core-command/Dockerfile [2020-10-07T01:58:10.639Z] ++ cut -d/ -f2 [2020-10-07T01:58:10.639Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-07T01:58:10.639Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T01:58:10.639Z] ++ dirname cmd/core-data/Dockerfile [2020-10-07T01:58:10.639Z] ++ cut -d/ -f2 [2020-10-07T01:58:10.639Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-07T01:58:10.639Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T01:58:10.639Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-07T01:58:10.639Z] ++ cut -d/ -f2 [2020-10-07T01:58:10.639Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-07T01:58:10.639Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T01:58:10.639Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-07T01:58:10.639Z] ++ cut -d/ -f2 [2020-10-07T01:58:10.639Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-07T01:58:10.639Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T01:58:10.639Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-07T01:58:10.639Z] ++ cut -d/ -f2 [2020-10-07T01:58:10.639Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-07T01:58:10.639Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T01:58:10.639Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-07T01:58:10.639Z] ++ cut -d/ -f2 [2020-10-07T01:58:10.639Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-07T01:58:10.639Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T01:58:10.639Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-07T01:58:10.639Z] ++ cut -d/ -f2 [2020-10-07T01:58:10.639Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-07T01:58:10.639Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T01:58:10.639Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-07T01:58:10.639Z] ++ cut -d/ -f2 [2020-10-07T01:58:10.639Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-07T01:58:10.639Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T01:58:10.639Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-07T01:58:10.639Z] ++ cut -d/ -f2 [2020-10-07T01:58:10.639Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-07T01:58:10.639Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-07T01:58:10.639Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-07T01:58:10.639Z] ++ cut -d/ -f2 [2020-10-07T01:58:10.639Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-07T01:58:10.715Z] 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-07T01:58:11.918Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T01:58:12.182Z] [2020-10-07T01:58:12.182Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T01:58:12.537Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T01:58:12.537Z] latest: Pulling from edgex-devops/git-semver [2020-10-07T01:58:12.537Z] 31603596830f: Pulling fs layer [2020-10-07T01:58:12.537Z] 2a8b12db71e7: Pulling fs layer [2020-10-07T01:58:12.537Z] 6ca5941a6612: Pulling fs layer [2020-10-07T01:58:12.537Z] ecc8261a40a4: Pulling fs layer [2020-10-07T01:58:12.537Z] 2a8b12db71e7: Verifying Checksum [2020-10-07T01:58:12.537Z] 2a8b12db71e7: Download complete [2020-10-07T01:58:12.805Z] 31603596830f: Download complete [2020-10-07T01:58:12.805Z] ecc8261a40a4: Verifying Checksum [2020-10-07T01:58:12.805Z] ecc8261a40a4: Download complete [2020-10-07T01:58:13.076Z] 6ca5941a6612: Verifying Checksum [2020-10-07T01:58:13.076Z] 6ca5941a6612: Download complete [2020-10-07T01:58:13.076Z] 31603596830f: Pull complete [2020-10-07T01:58:13.348Z] 2a8b12db71e7: Pull complete [2020-10-07T01:58:14.317Z] 6ca5941a6612: Pull complete [2020-10-07T01:58:14.580Z] ecc8261a40a4: Pull complete [2020-10-07T01:58:14.580Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-07T01:58:14.580Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T01:58:14.580Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-07T01:58:14.713Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T01:58:14.790Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T01:58:17.189Z] $ docker top dffc6187856a514c68a0cc2e28e5ca79d9e8d8c744b2ab093b02e2868a1db7cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-07T01:58:17.517Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T01:58:17.517Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T01:58:17.761Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T01:58:17.769Z] $ docker exec dffc6187856a514c68a0cc2e28e5ca79d9e8d8c744b2ab093b02e2868a1db7cd ssh-agent [2020-10-07T01:58:17.981Z] SSH_AUTH_SOCK=/tmp/ssh-qfaKxSUNooLP/agent.12 [2020-10-07T01:58:17.981Z] SSH_AGENT_PID=18 [2020-10-07T01:58:17.996Z] Running ssh-add (command line suppressed) [2020-10-07T01:58:18.151Z] Identity added: /w/workspace/edgex-go/166@tmp/private_key_3409778738524311140.key (/w/workspace/edgex-go/166@tmp/private_key_3409778738524311140.key) [2020-10-07T01:58:18.217Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T01:58:18.555Z] + git describe --exact-match --tags HEAD [2020-10-07T01:58:18.555Z] fatal: no tag exactly matches 'fc25530dbf7c06d269e477ba92f85712579b8222' [Pipeline] } [2020-10-07T01:58:18.659Z] $ docker exec --env ******** --env ******** dffc6187856a514c68a0cc2e28e5ca79d9e8d8c744b2ab093b02e2868a1db7cd ssh-agent -k [2020-10-07T01:58:18.822Z] unset SSH_AUTH_SOCK; [2020-10-07T01:58:18.823Z] unset SSH_AGENT_PID; [2020-10-07T01:58:18.823Z] echo Agent pid 18 killed; [2020-10-07T01:58:18.873Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-07T01:58:18.966Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-07T01:58:18.966Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-07T01:58:19.062Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T01:58:19.062Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T01:58:19.287Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T01:58:19.296Z] $ docker exec dffc6187856a514c68a0cc2e28e5ca79d9e8d8c744b2ab093b02e2868a1db7cd ssh-agent [2020-10-07T01:58:19.480Z] SSH_AUTH_SOCK=/tmp/ssh-HqzUpvcjeVrr/agent.46 [2020-10-07T01:58:19.480Z] SSH_AGENT_PID=51 [2020-10-07T01:58:19.488Z] Running ssh-add (command line suppressed) [2020-10-07T01:58:19.624Z] Identity added: /w/workspace/edgex-go/166@tmp/private_key_8364404132779559186.key (/w/workspace/edgex-go/166@tmp/private_key_8364404132779559186.key) [2020-10-07T01:58:19.691Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T01:58:20.028Z] + git semver init [2020-10-07T01:58:20.028Z] # -> Open(): unable to determine branch for HEAD [2020-10-07T01:58:20.028Z] # $GIT_DIR = /w/workspace/edgex-go/166/.git [2020-10-07T01:58:20.028Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/166 [2020-10-07T01:58:20.028Z] # $SEMVER_REMOTE_NAME = origin [2020-10-07T01:58:20.028Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-07T01:58:20.028Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-07T01:58:20.028Z] # $SEMVER_BRANCH = master [2020-10-07T01:58:20.028Z] # $SEMVER_TEMP = /tmp/semver-789292931 [2020-10-07T01:58:20.028Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-07T01:58:38.206Z] # '/tmp/semver-789292931' -> '/w/workspace/edgex-go/166/.semver' [2020-10-07T01:58:38.206Z] # -> Force: false [2020-10-07T01:58:38.206Z] # $SEMVER_DIR = /w/workspace/edgex-go/166/.semver [Pipeline] } [2020-10-07T01:58:38.223Z] $ docker exec --env ******** --env ******** dffc6187856a514c68a0cc2e28e5ca79d9e8d8c744b2ab093b02e2868a1db7cd ssh-agent -k [2020-10-07T01:58:38.408Z] unset SSH_AUTH_SOCK; [2020-10-07T01:58:38.409Z] unset SSH_AGENT_PID; [2020-10-07T01:58:38.410Z] echo Agent pid 51 killed; [2020-10-07T01:58:38.462Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-07T01:58:39.049Z] + git semver [Pipeline] } [2020-10-07T01:58:39.073Z] $ docker stop --time=1 dffc6187856a514c68a0cc2e28e5ca79d9e8d8c744b2ab093b02e2868a1db7cd [2020-10-07T01:58:40.758Z] $ docker rm -f dffc6187856a514c68a0cc2e28e5ca79d9e8d8c744b2ab093b02e2868a1db7cd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-07T01:58:55.406Z] Stashed 68 file(s) [Pipeline] echo [2020-10-07T01:58:55.410Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.51 [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-07T01:58:56.010Z] ========================================================= [2020-10-07T01:58:56.010Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-07T01:58:56.010Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-07T01:58:56.358Z] + 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-07T01:59:00.595Z] Sending build context to Docker daemon 324.8MB [2020-10-07T01:59:00.595Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-07T01:59:00.595Z] Step 2/7 : FROM ${BASE} [2020-10-07T01:59:00.595Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-07T01:59:00.595Z] df20fa9351a1: Pulling fs layer [2020-10-07T01:59:00.595Z] ed8968b2872e: Pulling fs layer [2020-10-07T01:59:00.595Z] a92cc7c5fd73: Pulling fs layer [2020-10-07T01:59:00.595Z] e871e8e8d7a9: Pulling fs layer [2020-10-07T01:59:00.595Z] e73272ec9a57: Pulling fs layer [2020-10-07T01:59:00.595Z] 1e910a182e73: Pulling fs layer [2020-10-07T01:59:00.595Z] 4e634b169226: Pulling fs layer [2020-10-07T01:59:00.595Z] e73272ec9a57: Waiting [2020-10-07T01:59:00.595Z] e871e8e8d7a9: Waiting [2020-10-07T01:59:00.595Z] 4e634b169226: Waiting [2020-10-07T01:59:00.595Z] 1e910a182e73: Waiting [2020-10-07T01:59:00.595Z] a92cc7c5fd73: Verifying Checksum [2020-10-07T01:59:00.595Z] a92cc7c5fd73: Download complete [2020-10-07T01:59:00.595Z] ed8968b2872e: Verifying Checksum [2020-10-07T01:59:00.595Z] ed8968b2872e: Download complete [2020-10-07T01:59:00.595Z] e73272ec9a57: Verifying Checksum [2020-10-07T01:59:00.595Z] e73272ec9a57: Download complete [2020-10-07T01:59:00.595Z] 1e910a182e73: Verifying Checksum [2020-10-07T01:59:00.595Z] 1e910a182e73: Download complete [2020-10-07T01:59:00.595Z] df20fa9351a1: Verifying Checksum [2020-10-07T01:59:00.595Z] df20fa9351a1: Download complete [2020-10-07T01:59:00.858Z] df20fa9351a1: Pull complete [2020-10-07T01:59:00.858Z] ed8968b2872e: Pull complete [2020-10-07T01:59:01.121Z] a92cc7c5fd73: Pull complete [2020-10-07T01:59:03.059Z] 4e634b169226: Verifying Checksum [2020-10-07T01:59:03.059Z] 4e634b169226: Download complete [2020-10-07T01:59:03.640Z] e871e8e8d7a9: Verifying Checksum [2020-10-07T01:59:03.640Z] e871e8e8d7a9: Download complete [2020-10-07T01:59:08.998Z] e871e8e8d7a9: Pull complete [2020-10-07T01:59:08.998Z] e73272ec9a57: Pull complete [2020-10-07T01:59:08.998Z] 1e910a182e73: Pull complete [2020-10-07T01:59:10.787Z] Still waiting to schedule task [2020-10-07T01:59:10.787Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-3868’ [2020-10-07T01:59:19.035Z] 4e634b169226: Pull complete [2020-10-07T01:59:19.035Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-07T01:59:19.035Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-07T01:59:19.035Z] ---> f7629b54cfaa [2020-10-07T01:59:19.035Z] 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-07T01:59:19.035Z] ---> Running in 6ac1f6af7816 [2020-10-07T01:59:19.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T01:59:19.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T01:59:19.875Z] (1/12) Installing libmagic (5.38-r0) [2020-10-07T01:59:20.138Z] (2/12) Installing file (5.38-r0) [2020-10-07T01:59:20.139Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-07T01:59:20.139Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-07T01:59:23.456Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-07T01:59:23.456Z] (6/12) Installing patch (2.7.6-r6) [2020-10-07T01:59:23.456Z] (7/12) Installing build-base (0.5-r2) [2020-10-07T01:59:23.456Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-07T01:59:23.718Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-07T01:59:23.718Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-07T01:59:23.718Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-07T01:59:23.982Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-07T01:59:23.982Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T01:59:23.982Z] OK: 233 MiB in 51 packages [2020-10-07T01:59:28.205Z] Removing intermediate container 6ac1f6af7816 [2020-10-07T01:59:28.205Z] ---> bd12b771f5cc [2020-10-07T01:59:28.205Z] Step 4/7 : WORKDIR /edgex-go [2020-10-07T01:59:28.205Z] ---> Running in 896b30549873 [2020-10-07T01:59:28.205Z] Removing intermediate container 896b30549873 [2020-10-07T01:59:28.205Z] ---> 21f727012dde [2020-10-07T01:59:28.205Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-07T01:59:28.205Z] latest: Pulling from library/docker [2020-10-07T01:59:28.205Z] df20fa9351a1: Already exists [2020-10-07T01:59:28.781Z] 25ad7478873d: Pulling fs layer [2020-10-07T01:59:28.781Z] 4684f6177b5d: Pulling fs layer [2020-10-07T01:59:28.781Z] 8ba584e970af: Pulling fs layer [2020-10-07T01:59:28.781Z] 3cdc74d2b06d: Pulling fs layer [2020-10-07T01:59:28.781Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-07T01:59:28.781Z] fca0ccc462d5: Pulling fs layer [2020-10-07T01:59:28.781Z] 3cdc74d2b06d: Waiting [2020-10-07T01:59:28.781Z] 4cf5a0d07c1f: Waiting [2020-10-07T01:59:28.781Z] fca0ccc462d5: Waiting [2020-10-07T01:59:28.781Z] 4684f6177b5d: Verifying Checksum [2020-10-07T01:59:28.781Z] 4684f6177b5d: Download complete [2020-10-07T01:59:28.781Z] 25ad7478873d: Verifying Checksum [2020-10-07T01:59:28.781Z] 25ad7478873d: Download complete [2020-10-07T01:59:28.781Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-07T01:59:28.781Z] 4cf5a0d07c1f: Download complete [2020-10-07T01:59:29.045Z] 3cdc74d2b06d: Verifying Checksum [2020-10-07T01:59:29.045Z] 3cdc74d2b06d: Download complete [2020-10-07T01:59:29.045Z] fca0ccc462d5: Verifying Checksum [2020-10-07T01:59:29.045Z] fca0ccc462d5: Download complete [2020-10-07T01:59:29.045Z] 25ad7478873d: Pull complete [2020-10-07T01:59:29.045Z] 8ba584e970af: Retrying in 5 seconds [2020-10-07T01:59:29.309Z] 4684f6177b5d: Pull complete [2020-10-07T01:59:30.257Z] 8ba584e970af: Retrying in 4 seconds [2020-10-07T01:59:31.203Z] 8ba584e970af: Retrying in 3 seconds [2020-10-07T01:59:32.148Z] 8ba584e970af: Retrying in 2 seconds [2020-10-07T01:59:33.097Z] 8ba584e970af: Retrying in 1 second [2020-10-07T01:59:35.033Z] 8ba584e970af: Verifying Checksum [2020-10-07T01:59:35.033Z] 8ba584e970af: Download complete [2020-10-07T01:59:36.963Z] 8ba584e970af: Pull complete [2020-10-07T01:59:37.226Z] 3cdc74d2b06d: Pull complete [2020-10-07T01:59:37.226Z] 4cf5a0d07c1f: Pull complete [2020-10-07T01:59:37.489Z] fca0ccc462d5: Pull complete [2020-10-07T01:59:37.489Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-07T01:59:37.489Z] Status: Downloaded newer image for docker:latest [2020-10-07T01:59:39.413Z] ---> acb416bcc953 [2020-10-07T01:59:39.413Z] Step 6/7 : COPY go.mod . [2020-10-07T01:59:39.683Z] ---> c2c642f88061 [2020-10-07T01:59:39.683Z] Step 7/7 : RUN go mod download [2020-10-07T01:59:39.683Z] ---> Running in 4f379a89f36f [2020-10-07T02:00:01.737Z] Removing intermediate container 4f379a89f36f [2020-10-07T02:00:01.737Z] ---> 2294feee6215 [2020-10-07T02:00:01.737Z] Successfully built 2294feee6215 [2020-10-07T02:00:01.737Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:00:02.083Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-07T02:00:02.083Z] . [Pipeline] withDockerContainer [2020-10-07T02:00:02.214Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:00:02.285Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:00:03.098Z] $ docker top 057178a91dff9180e20b2402afcd1a821d72b244ffe136d32b30214326ec9a50 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T02:00:03.631Z] + go version [2020-10-07T02:00:03.631Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-07T02:00:03.654Z] $ docker stop --time=1 057178a91dff9180e20b2402afcd1a821d72b244ffe136d32b30214326ec9a50 [2020-10-07T02:00:05.029Z] $ docker rm -f 057178a91dff9180e20b2402afcd1a821d72b244ffe136d32b30214326ec9a50 [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-07T02:00:06.775Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-07T02:00:06.775Z] [2020-10-07T02:00:06.775Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:00:07.135Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-07T02:00:07.135Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-07T02:00:07.135Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-07T02:00:07.135Z] ca9280d653b3: Pulling fs layer [2020-10-07T02:00:07.135Z] 7e9c9ca2126c: Pulling fs layer [2020-10-07T02:00:07.135Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-07T02:00:07.135Z] cbdbe7a5bc2a: Download complete [2020-10-07T02:00:07.719Z] cbdbe7a5bc2a: Pull complete [2020-10-07T02:00:07.719Z] ca9280d653b3: Verifying Checksum [2020-10-07T02:00:07.719Z] ca9280d653b3: Download complete [2020-10-07T02:00:09.147Z] ca9280d653b3: Pull complete [2020-10-07T02:00:09.147Z] 7e9c9ca2126c: Verifying Checksum [2020-10-07T02:00:09.147Z] 7e9c9ca2126c: Download complete [2020-10-07T02:00:15.778Z] 7e9c9ca2126c: Pull complete [2020-10-07T02:00:15.778Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-07T02:00:15.778Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-07T02:00:15.778Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-07T02:00:15.928Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:00:15.990Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:00:16.821Z] $ docker top a3c4bb6d8726533bd78e1d2adcd60cb8d6fe8bc5ff62a79bb668fe010f4041ab -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T02:00:17.316Z] + docker-compose build --help [2020-10-07T02:00:17.316Z] + grep parallel [2020-10-07T02:00:18.747Z] --parallel Build images in parallel. [Pipeline] } [2020-10-07T02:00:18.785Z] $ docker stop --time=1 a3c4bb6d8726533bd78e1d2adcd60cb8d6fe8bc5ff62a79bb668fe010f4041ab [2020-10-07T02:00:20.242Z] $ docker rm -f a3c4bb6d8726533bd78e1d2adcd60cb8d6fe8bc5ff62a79bb668fe010f4041ab [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:00:20.906Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-07T02:00:20.906Z] . [Pipeline] withDockerContainer [2020-10-07T02:00:21.019Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:00:21.084Z] $ 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/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:00:21.874Z] $ docker top ccd5a35485fb5525cf3ed548f97d14d25a34ca5e0a44aef54ae74169fd497b3d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T02:00:22.367Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-07T02:00:23.770Z] Building docker-core-command-go ... [2020-10-07T02:00:23.770Z] Building docker-core-data-go ... [2020-10-07T02:00:23.770Z] Building docker-core-metadata-go ... [2020-10-07T02:00:23.770Z] Building docker-security-proxy-setup-go ... [2020-10-07T02:00:23.770Z] Building docker-security-secrets-setup-go ... [2020-10-07T02:00:23.770Z] Building docker-security-secretstore-setup-go ... [2020-10-07T02:00:23.770Z] Building docker-support-logging-go ... [2020-10-07T02:00:23.770Z] Building docker-support-notifications-go ... [2020-10-07T02:00:23.770Z] Building docker-support-scheduler-go ... [2020-10-07T02:00:23.770Z] Building docker-sys-mgmt-agent-go ... [2020-10-07T02:00:23.770Z] Building docker-support-logging-go [2020-10-07T02:00:23.770Z] Building docker-security-secrets-setup-go [2020-10-07T02:00:23.770Z] Building docker-core-command-go [2020-10-07T02:00:23.770Z] Building docker-core-data-go [2020-10-07T02:00:23.770Z] Building docker-support-scheduler-go [2020-10-07T02:00:50.628Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T02:00:50.628Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-07T02:00:50.628Z] ---> 2294feee6215 [2020-10-07T02:00:50.628Z] Step 3/21 : WORKDIR /edgex-go [2020-10-07T02:00:50.628Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T02:00:50.628Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T02:00:50.628Z] ---> 2294feee6215 [2020-10-07T02:00:50.628Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T02:00:50.628Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T02:00:50.628Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-07T02:00:50.628Z] ---> 2294feee6215 [2020-10-07T02:00:50.628Z] Step 3/23 : WORKDIR /edgex-go [2020-10-07T02:00:50.628Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T02:00:50.628Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T02:00:50.628Z] ---> 2294feee6215 [2020-10-07T02:00:50.628Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T02:00:50.628Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T02:00:50.628Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-07T02:00:50.628Z] ---> 2294feee6215 [2020-10-07T02:00:50.628Z] Step 3/29 : WORKDIR /edgex-go [2020-10-07T02:00:50.628Z] ---> Running in 62518ac9d1f5 [2020-10-07T02:00:50.628Z] ---> Running in 9b504e219bdc [2020-10-07T02:00:50.628Z] ---> Running in b7c6807c28db [2020-10-07T02:00:50.628Z] ---> Running in 96d3eda7049a [2020-10-07T02:00:50.628Z] ---> Running in 140f71dfb17a [2020-10-07T02:00:50.628Z] Removing intermediate container 140f71dfb17a [2020-10-07T02:00:50.628Z] ---> e5d39b184086 [2020-10-07T02:00:50.629Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T02:00:50.629Z] Removing intermediate container 62518ac9d1f5 [2020-10-07T02:00:50.629Z] ---> 551dbdf27f13 [2020-10-07T02:00:50.629Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T02:00:50.629Z] Removing intermediate container b7c6807c28db [2020-10-07T02:00:50.629Z] ---> b4b9fe510499 [2020-10-07T02:00:50.629Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T02:00:50.629Z] Removing intermediate container 96d3eda7049a [2020-10-07T02:00:50.629Z] ---> edd057d99443 [2020-10-07T02:00:50.629Z] Step 4/29 : RUN apk update && apk add make git [2020-10-07T02:00:50.629Z] Removing intermediate container 9b504e219bdc [2020-10-07T02:00:50.629Z] ---> fe8a276e5760 [2020-10-07T02:00:50.629Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T02:00:50.629Z] ---> Running in 89a42d13c2d8 [2020-10-07T02:00:50.629Z] ---> Running in 5085428c4bf1 [2020-10-07T02:00:50.629Z] ---> Running in b644306274eb [2020-10-07T02:00:50.629Z] ---> Running in ee4fbf0be765 [2020-10-07T02:00:50.629Z] ---> Running in 84f6bc4d5143 [2020-10-07T02:00:50.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T02:00:51.212Z] Removing intermediate container b644306274eb [2020-10-07T02:00:51.212Z] ---> df2a8c82ef95 [2020-10-07T02:00:51.212Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-07T02:00:51.212Z] Removing intermediate container 5085428c4bf1 [2020-10-07T02:00:51.212Z] ---> 5159501299fb [2020-10-07T02:00:51.212Z] Step 5/22 : RUN apk update && apk add make git [2020-10-07T02:00:51.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T02:00:51.477Z] ---> Running in 27bba9a60358 [2020-10-07T02:00:51.477Z] ---> Running in 89cfdc88db2c [2020-10-07T02:00:51.477Z] Removing intermediate container 84f6bc4d5143 [2020-10-07T02:00:51.477Z] ---> 4f23b6b20b6e [2020-10-07T02:00:51.477Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-07T02:00:51.477Z] Removing intermediate container 89a42d13c2d8 [2020-10-07T02:00:51.477Z] ---> d3a0f1823ccb [2020-10-07T02:00:51.477Z] Step 5/21 : RUN apk update && apk add make git [2020-10-07T02:00:51.748Z] ---> Running in be2717ef5776 [2020-10-07T02:00:51.748Z] ---> Running in 5028c1046862 [2020-10-07T02:00:52.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T02:00:52.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T02:00:52.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T02:00:52.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T02:00:52.667Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T02:00:52.667Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T02:00:52.667Z] OK: 12752 distinct packages available [2020-10-07T02:00:52.933Z] OK: 233 MiB in 51 packages [2020-10-07T02:00:52.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T02:00:53.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T02:00:53.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T02:00:53.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T02:00:53.471Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T02:00:53.471Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T02:00:53.471Z] OK: 12752 distinct packages available [2020-10-07T02:00:53.742Z] Removing intermediate container ee4fbf0be765 [2020-10-07T02:00:53.742Z] ---> 81c11b19113a [2020-10-07T02:00:53.742Z] Step 5/29 : COPY go.mod . [2020-10-07T02:00:53.742Z] OK: 233 MiB in 51 packages [2020-10-07T02:00:53.742Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T02:00:53.742Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T02:00:53.742Z] OK: 12752 distinct packages available [2020-10-07T02:00:54.023Z] ---> f6d6e0b7038e [2020-10-07T02:00:54.023Z] Step 6/29 : RUN go mod download [2020-10-07T02:00:54.023Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T02:00:54.023Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T02:00:54.023Z] OK: 12752 distinct packages available [2020-10-07T02:00:54.023Z] ---> Running in 7b776e47e0a5 [2020-10-07T02:00:54.296Z] OK: 233 MiB in 51 packages [2020-10-07T02:00:54.296Z] OK: 233 MiB in 51 packages [2020-10-07T02:00:54.296Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T02:00:54.296Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T02:00:54.296Z] OK: 12752 distinct packages available [2020-10-07T02:00:54.296Z] OK: 233 MiB in 51 packages [2020-10-07T02:00:54.568Z] OK: 233 MiB in 51 packages [2020-10-07T02:00:55.155Z] Removing intermediate container 89cfdc88db2c [2020-10-07T02:00:55.155Z] ---> c4f2d6a7faa1 [2020-10-07T02:00:55.155Z] Step 6/22 : COPY go.mod . [2020-10-07T02:00:55.155Z] Removing intermediate container 27bba9a60358 [2020-10-07T02:00:55.155Z] ---> b528775ce7ac [2020-10-07T02:00:55.155Z] Step 6/22 : COPY go.mod . [2020-10-07T02:00:55.427Z] Removing intermediate container be2717ef5776 [2020-10-07T02:00:55.427Z] ---> 620b9e28fd6f [2020-10-07T02:00:55.427Z] Step 6/23 : COPY go.mod . [2020-10-07T02:00:55.427Z] Removing intermediate container 5028c1046862 [2020-10-07T02:00:55.427Z] ---> 0ccd3b0bb71f [2020-10-07T02:00:55.427Z] Step 6/21 : COPY go.mod . [2020-10-07T02:00:55.427Z] ---> 061e64f3718b [2020-10-07T02:00:55.427Z] Step 7/22 : RUN go mod download [2020-10-07T02:00:55.427Z] ---> aac2882977ba [2020-10-07T02:00:55.427Z] Step 7/22 : RUN go mod download [2020-10-07T02:00:55.693Z] ---> Running in 0ed3fa96d0b7 [2020-10-07T02:00:55.693Z] ---> Running in 3910976d75ab [2020-10-07T02:00:55.693Z] ---> 2c2b8812e9af [2020-10-07T02:00:55.693Z] Step 7/23 : RUN go mod download [2020-10-07T02:00:55.956Z] ---> df34c55a04a4 [2020-10-07T02:00:55.956Z] Step 7/21 : RUN go mod download [2020-10-07T02:00:55.956Z] ---> Running in 36859bec407c [2020-10-07T02:00:55.956Z] ---> Running in 5faf2201f7ab [2020-10-07T02:00:56.945Z] Removing intermediate container 7b776e47e0a5 [2020-10-07T02:00:56.945Z] ---> 5b922fe02599 [2020-10-07T02:00:56.945Z] Step 7/29 : COPY . . [2020-10-07T02:00:59.543Z] Removing intermediate container 0ed3fa96d0b7 [2020-10-07T02:00:59.543Z] ---> ea24a55b2e02 [2020-10-07T02:00:59.543Z] Step 8/22 : COPY . . [2020-10-07T02:01:03.829Z] Removing intermediate container 3910976d75ab [2020-10-07T02:01:03.829Z] ---> a7c405be28df [2020-10-07T02:01:03.829Z] Step 8/22 : COPY . . [2020-10-07T02:01:07.169Z] Removing intermediate container 36859bec407c [2020-10-07T02:01:07.169Z] ---> 1ca74bba45ee [2020-10-07T02:01:07.169Z] Step 8/23 : COPY . . [2020-10-07T02:01:09.776Z] Removing intermediate container 5faf2201f7ab [2020-10-07T02:01:09.776Z] ---> fe1dff76c630 [2020-10-07T02:01:09.776Z] Step 8/21 : COPY . . [2020-10-07T02:01:28.658Z] ---> c54b77a6f7f2 [2020-10-07T02:01:28.658Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-07T02:01:29.704Z] ---> Running in b4fee9b258ce [2020-10-07T02:01:30.752Z] ---> 5bd3a4fea2e1 [2020-10-07T02:01:30.752Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-07T02:01:31.577Z] ---> Running in e680289dfc4f [2020-10-07T02:01:31.577Z] ---> 3ad0893d7945 [2020-10-07T02:01:31.577Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-07T02:01:31.577Z] ---> 231456c7cb64 [2020-10-07T02:01:31.577Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-07T02:01:31.577Z] ---> 6be654acc3f2 [2020-10-07T02:01:31.577Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-07T02:01:31.969Z] ---> Running in e85d795b712d [2020-10-07T02:01:31.969Z] ---> Running in 52848c779265 [2020-10-07T02:01:31.969Z] ---> Running in 9a6e6adbab37 [2020-10-07T02:01:32.356Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-07T02:01:32.356Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o cmd/core-command/core-command ./cmd/core-command [2020-10-07T02:01:32.652Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-07T02:01:32.652Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o cmd/core-data/core-data ./cmd/core-data [2020-10-07T02:01:33.052Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-07T02:02:05.802Z] Removing intermediate container b4fee9b258ce [2020-10-07T02:02:05.802Z] ---> 7e5bf106af5b [2020-10-07T02:02:05.802Z] [2020-10-07T02:02:05.802Z] Step 9/29 : FROM alpine:latest [2020-10-07T02:02:05.802Z] latest: Pulling from library/alpine [2020-10-07T02:02:05.802Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-07T02:02:05.802Z] Status: Downloaded newer image for alpine:latest [2020-10-07T02:02:05.802Z] ---> a24bb4013296 [2020-10-07T02:02:05.802Z] 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-07T02:02:05.802Z] ---> Running in d8542d36b410 [2020-10-07T02:02:05.802Z] Removing intermediate container d8542d36b410 [2020-10-07T02:02:05.802Z] ---> 08189b9abeb2 [2020-10-07T02:02:05.802Z] Step 11/29 : USER root [2020-10-07T02:02:05.802Z] ---> Running in 47e75d016f31 [2020-10-07T02:02:05.802Z] Removing intermediate container e85d795b712d [2020-10-07T02:02:05.802Z] ---> bdcadc0a4f3e [2020-10-07T02:02:05.802Z] [2020-10-07T02:02:05.802Z] Step 10/22 : FROM scratch [2020-10-07T02:02:05.802Z] ---> [2020-10-07T02:02:05.802Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-07T02:02:05.802Z] Removing intermediate container 47e75d016f31 [2020-10-07T02:02:05.802Z] ---> 7701e95d0636 [2020-10-07T02:02:05.802Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-07T02:02:05.802Z] ---> Running in 5f4570a777e2 [2020-10-07T02:02:05.802Z] ---> Running in 0c2b63cd9229 [2020-10-07T02:02:06.076Z] Removing intermediate container 5f4570a777e2 [2020-10-07T02:02:06.076Z] ---> 324895ce5523 [2020-10-07T02:02:06.076Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-07T02:02:06.076Z] ---> Running in b604927baab4 [2020-10-07T02:02:07.062Z] Removing intermediate container b604927baab4 [2020-10-07T02:02:07.062Z] ---> 7c8b3b57698e [2020-10-07T02:02:07.062Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T02:02:08.467Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T02:02:08.732Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T02:02:09.003Z] v3.12.0-371-g35e7793b77 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-07T02:02:09.003Z] v3.12.0-368-g087e7176b9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-07T02:02:09.003Z] OK: 12750 distinct packages available [2020-10-07T02:02:09.275Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-07T02:02:09.275Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-07T02:02:09.275Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T02:02:09.275Z] Executing ca-certificates-20191127-r4.trigger [2020-10-07T02:02:09.854Z] OK: 6 MiB in 16 packages [2020-10-07T02:02:10.802Z] ---> Running in 57522fba1ffe [2020-10-07T02:02:10.802Z] Removing intermediate container e680289dfc4f [2020-10-07T02:02:10.802Z] ---> 2b9401b768e2 [2020-10-07T02:02:10.802Z] [2020-10-07T02:02:10.802Z] Step 10/22 : FROM scratch [2020-10-07T02:02:10.802Z] ---> [2020-10-07T02:02:10.802Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T02:02:11.777Z] ---> Running in b3b22b96368e [2020-10-07T02:02:11.777Z] Removing intermediate container 9a6e6adbab37 [2020-10-07T02:02:11.777Z] ---> 33182e27c237 [2020-10-07T02:02:11.777Z] [2020-10-07T02:02:11.777Z] Step 10/21 : FROM scratch [2020-10-07T02:02:11.777Z] ---> [2020-10-07T02:02:11.777Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T02:02:11.777Z] Removing intermediate container 57522fba1ffe [2020-10-07T02:02:11.777Z] ---> 325b1f8793ec [2020-10-07T02:02:11.777Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-07T02:02:11.777Z] ---> Running in b410b630cd3f [2020-10-07T02:02:12.043Z] Removing intermediate container b3b22b96368e [2020-10-07T02:02:12.043Z] ---> d96bc2172fb6 [2020-10-07T02:02:12.043Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-07T02:02:12.306Z] ---> Running in 5bbb268ffd1a [2020-10-07T02:02:12.569Z] ---> 37604efc9fa1 [2020-10-07T02:02:12.569Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-07T02:02:12.832Z] Removing intermediate container b410b630cd3f [2020-10-07T02:02:12.833Z] ---> 4fe768fc1d2a [2020-10-07T02:02:12.833Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-07T02:02:14.771Z] Removing intermediate container 0c2b63cd9229 [2020-10-07T02:02:14.771Z] ---> 406a15af34ef [2020-10-07T02:02:14.771Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-07T02:02:14.771Z] Removing intermediate container 5bbb268ffd1a [2020-10-07T02:02:14.771Z] ---> e8bcc14f870a [2020-10-07T02:02:14.771Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T02:02:14.771Z] ---> Running in 8b4059a07ba4 [2020-10-07T02:02:14.771Z] ---> e24cc889af9c [2020-10-07T02:02:14.771Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-07T02:02:14.771Z] ---> Running in 91eb219c0a0b [2020-10-07T02:02:14.771Z] ---> Running in b258b98fbaff [2020-10-07T02:02:15.035Z] Removing intermediate container 52848c779265 [2020-10-07T02:02:15.035Z] ---> c06e01550899 [2020-10-07T02:02:15.035Z] [2020-10-07T02:02:15.035Z] Step 10/23 : FROM alpine [2020-10-07T02:02:15.035Z] ---> a24bb4013296 [2020-10-07T02:02:15.035Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T02:02:15.035Z] Removing intermediate container 8b4059a07ba4 [2020-10-07T02:02:15.035Z] ---> 3125e43c17fc [2020-10-07T02:02:15.035Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-07T02:02:15.299Z] ---> Running in 32f978dbb13f [2020-10-07T02:02:15.299Z] ---> Running in 52dea020d98a [2020-10-07T02:02:15.299Z] Removing intermediate container 91eb219c0a0b [2020-10-07T02:02:15.299Z] ---> df48e061f5bd [2020-10-07T02:02:15.299Z] Step 14/22 : WORKDIR / [2020-10-07T02:02:15.299Z] Removing intermediate container b258b98fbaff [2020-10-07T02:02:15.299Z] ---> 215fea350c35 [2020-10-07T02:02:15.299Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-07T02:02:15.299Z] ---> Running in 5d9861736337 [2020-10-07T02:02:15.561Z] ---> Running in d9d88ea66450 [2020-10-07T02:02:15.562Z] ---> a62f1b22aeca [2020-10-07T02:02:15.562Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-07T02:02:15.562Z] Removing intermediate container 52dea020d98a [2020-10-07T02:02:15.562Z] ---> 5d9d190b71c7 [2020-10-07T02:02:15.562Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-07T02:02:16.139Z] Removing intermediate container 32f978dbb13f [2020-10-07T02:02:16.139Z] ---> 77be49d339ad [2020-10-07T02:02:16.139Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-07T02:02:16.402Z] ---> Running in 732b8b5b9880 [2020-10-07T02:02:16.402Z] Removing intermediate container 5d9861736337 [2020-10-07T02:02:16.402Z] ---> 4af824b47a3a [2020-10-07T02:02:16.402Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-07T02:02:16.402Z] Removing intermediate container d9d88ea66450 [2020-10-07T02:02:16.402Z] ---> 89541b2b3ffa [2020-10-07T02:02:16.402Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-07T02:02:16.402Z] ---> 03e4e79cf248 [2020-10-07T02:02:16.402Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-07T02:02:16.666Z] ---> fe1f28a17df6 [2020-10-07T02:02:16.666Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-07T02:02:16.666Z] ---> Running in 597eeb65da9d [2020-10-07T02:02:16.936Z] ---> Running in 198f26062732 [2020-10-07T02:02:16.936Z] Removing intermediate container 732b8b5b9880 [2020-10-07T02:02:16.936Z] ---> be5dd460a20d [2020-10-07T02:02:16.936Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-07T02:02:16.936Z] ---> 3acdabe924b2 [2020-10-07T02:02:16.936Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-07T02:02:17.207Z] ---> Running in 46470dea6b63 [2020-10-07T02:02:17.207Z] Removing intermediate container 198f26062732 [2020-10-07T02:02:17.207Z] ---> 7cfa6e0c2083 [2020-10-07T02:02:17.207Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T02:02:17.207Z] ---> 9d16a0ccbf1b [2020-10-07T02:02:17.207Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-07T02:02:17.470Z] ---> Running in d3069518a732 [2020-10-07T02:02:17.470Z] Removing intermediate container 46470dea6b63 [2020-10-07T02:02:17.470Z] ---> 674e0ae9cc7a [2020-10-07T02:02:17.470Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T02:02:17.733Z] ---> Running in afa0862e24b0 [2020-10-07T02:02:17.733Z] Removing intermediate container d3069518a732 [2020-10-07T02:02:17.733Z] ---> 43b90f47ed44 [2020-10-07T02:02:17.733Z] Step 20/22 : LABEL arch=x86_64 [2020-10-07T02:02:17.733Z] ---> 9a4bc239f503 [2020-10-07T02:02:17.733Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-07T02:02:17.733Z] ---> 6e41f76b3e52 [2020-10-07T02:02:17.733Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-07T02:02:18.002Z] ---> Running in 49b71cfe9ee8 [2020-10-07T02:02:18.002Z] ---> Running in 515b906a09b8 [2020-10-07T02:02:18.268Z] ---> a560d7908c38 [2020-10-07T02:02:18.268Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-07T02:02:18.268Z] ---> Running in 737320c22229 [2020-10-07T02:02:18.531Z] Removing intermediate container 49b71cfe9ee8 [2020-10-07T02:02:18.531Z] ---> 9244c35655d5 [2020-10-07T02:02:18.531Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T02:02:18.794Z] Removing intermediate container 515b906a09b8 [2020-10-07T02:02:18.794Z] ---> 62c66b51ca63 [2020-10-07T02:02:18.794Z] Step 21/22 : LABEL git_sha=fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:02:19.062Z] Removing intermediate container 597eeb65da9d [2020-10-07T02:02:19.062Z] ---> 3dce4a324e9d [2020-10-07T02:02:19.063Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-07T02:02:19.063Z] ---> Running in 72617886b1c6 [2020-10-07T02:02:19.063Z] ---> Running in 1f863a675f1e [2020-10-07T02:02:19.063Z] Removing intermediate container 737320c22229 [2020-10-07T02:02:19.063Z] ---> 816186350478 [2020-10-07T02:02:19.063Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T02:02:19.650Z] ---> Running in 682ada24004a [2020-10-07T02:02:19.650Z] Removing intermediate container 72617886b1c6 [2020-10-07T02:02:19.650Z] ---> 1ec1e2f60e52 [2020-10-07T02:02:19.650Z] Step 22/22 : LABEL version=1.2.2-dev.51 [2020-10-07T02:02:19.650Z] Removing intermediate container 1f863a675f1e [2020-10-07T02:02:19.650Z] ---> f8571c339ce2 [2020-10-07T02:02:19.650Z] Step 19/21 : LABEL arch=x86_64 [2020-10-07T02:02:19.650Z] ---> Running in 4e044b6a2706 [2020-10-07T02:02:19.650Z] ---> 0684335bdc61 [2020-10-07T02:02:19.650Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-07T02:02:19.912Z] Removing intermediate container 682ada24004a [2020-10-07T02:02:19.912Z] ---> cf75ababd99a [2020-10-07T02:02:19.912Z] Step 20/22 : LABEL arch=x86_64 [2020-10-07T02:02:19.912Z] Removing intermediate container afa0862e24b0 [2020-10-07T02:02:19.912Z] ---> 043f6e01f675 [2020-10-07T02:02:19.912Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-07T02:02:19.912Z] ---> Running in 7417e7daee49 [2020-10-07T02:02:20.176Z] ---> Running in 64e181542435 [2020-10-07T02:02:20.176Z] ---> Running in f1b50e92129f [2020-10-07T02:02:20.176Z] Removing intermediate container 4e044b6a2706 [2020-10-07T02:02:20.176Z] ---> 2246767d0184 [2020-10-07T02:02:20.176Z] [2020-10-07T02:02:20.176Z] ---> 7fc7b3fcc761 [2020-10-07T02:02:20.176Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-07T02:02:20.439Z] Successfully built 2246767d0184 [2020-10-07T02:02:20.439Z] Successfully tagged docker-support-logging-go:latest [2020-10-07T02:02:20.439Z]  Building docker-support-logging-go ... done Building docker-security-proxy-setup-go [2020-10-07T02:02:20.716Z] Removing intermediate container 7417e7daee49 [2020-10-07T02:02:20.716Z] ---> cc41a308052e [2020-10-07T02:02:20.716Z] Step 20/21 : LABEL git_sha=fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:02:20.716Z] Removing intermediate container 64e181542435 [2020-10-07T02:02:20.716Z] ---> 4d2407166fe8 [2020-10-07T02:02:20.716Z] Step 21/22 : LABEL git_sha=fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:02:20.716Z] ---> 1f1aa6cff2eb [2020-10-07T02:02:20.716Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-07T02:02:20.716Z] ---> Running in 4743e0a15824 [2020-10-07T02:02:20.716Z] ---> Running in 16c750ca721c [2020-10-07T02:02:20.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T02:02:21.571Z] ---> 4de90d611732 [2020-10-07T02:02:21.571Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-07T02:02:21.571Z] Removing intermediate container 4743e0a15824 [2020-10-07T02:02:21.571Z] ---> b6de50a50ec9 [2020-10-07T02:02:21.571Z] Step 22/22 : LABEL version=1.2.2-dev.51 [2020-10-07T02:02:21.571Z] Removing intermediate container 16c750ca721c [2020-10-07T02:02:21.571Z] ---> ddd6d1ebfe48 [2020-10-07T02:02:21.571Z] Step 21/21 : LABEL version=1.2.2-dev.51 [2020-10-07T02:02:21.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T02:02:21.833Z] ---> Running in 31dfcd972db6 [2020-10-07T02:02:21.833Z] ---> Running in aa7e52249099 [2020-10-07T02:02:22.410Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-07T02:02:22.410Z] ---> 543dfa5ceda2 [2020-10-07T02:02:22.410Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-07T02:02:22.986Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-07T02:02:23.250Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-07T02:02:23.513Z] ---> Running in 98993663918c [2020-10-07T02:02:23.513Z] Removing intermediate container aa7e52249099 [2020-10-07T02:02:23.513Z] ---> 23144cffb7d7 [2020-10-07T02:02:23.513Z] [2020-10-07T02:02:23.513Z] Removing intermediate container 31dfcd972db6 [2020-10-07T02:02:23.513Z] ---> 4f44c62ecb20 [2020-10-07T02:02:23.513Z] [2020-10-07T02:02:23.513Z] Successfully built 23144cffb7d7 [2020-10-07T02:02:23.775Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-07T02:02:23.775Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2020-10-07T02:02:23.775Z] Successfully built 4f44c62ecb20 [2020-10-07T02:02:23.775Z] Successfully tagged docker-core-command-go:latest [2020-10-07T02:02:23.775Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2020-10-07T02:02:24.037Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-07T02:02:24.613Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-07T02:02:24.613Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T02:02:24.613Z] OK: 8 MiB in 19 packages [2020-10-07T02:02:29.918Z] Removing intermediate container 98993663918c [2020-10-07T02:02:29.918Z] ---> b75fb08142a8 [2020-10-07T02:02:29.918Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-07T02:02:29.918Z] Removing intermediate container f1b50e92129f [2020-10-07T02:02:29.918Z] ---> 9a9dce3c444f [2020-10-07T02:02:29.918Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-07T02:02:32.486Z] ---> 728d30488bce [2020-10-07T02:02:32.486Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-07T02:02:32.486Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T02:02:32.486Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-07T02:02:32.486Z] ---> 2294feee6215 [2020-10-07T02:02:32.486Z] Step 3/20 : WORKDIR /edgex-go [2020-10-07T02:02:32.486Z] ---> Using cache [2020-10-07T02:02:32.486Z] ---> fe8a276e5760 [2020-10-07T02:02:32.486Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T02:02:32.486Z] ---> Using cache [2020-10-07T02:02:32.486Z] ---> 4f23b6b20b6e [2020-10-07T02:02:32.486Z] Step 5/20 : RUN apk update && apk add make git [2020-10-07T02:02:33.920Z] ---> 74a7dfdd3d4a [2020-10-07T02:02:33.920Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-07T02:02:33.920Z] ---> Running in b31f75a78551 [2020-10-07T02:02:33.920Z] ---> Running in 465db2d19d5d [2020-10-07T02:02:37.292Z] ---> 4cbc459f7b7d [2020-10-07T02:02:37.292Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-07T02:02:37.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T02:02:38.155Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T02:02:38.155Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-07T02:02:38.155Z] ---> 2294feee6215 [2020-10-07T02:02:38.155Z] Step 3/26 : WORKDIR /edgex-go [2020-10-07T02:02:38.155Z] ---> Using cache [2020-10-07T02:02:38.155Z] ---> fe8a276e5760 [2020-10-07T02:02:38.155Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T02:02:38.155Z] ---> Using cache [2020-10-07T02:02:38.155Z] ---> 4f23b6b20b6e [2020-10-07T02:02:38.155Z] Step 5/26 : RUN apk update && apk add make git [2020-10-07T02:02:38.418Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T02:02:38.418Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-07T02:02:38.418Z] ---> 2294feee6215 [2020-10-07T02:02:38.418Z] Step 3/24 : WORKDIR /edgex-go [2020-10-07T02:02:38.418Z] ---> Using cache [2020-10-07T02:02:38.418Z] ---> fe8a276e5760 [2020-10-07T02:02:38.418Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T02:02:38.418Z] ---> Using cache [2020-10-07T02:02:38.418Z] ---> 4f23b6b20b6e [2020-10-07T02:02:38.418Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-07T02:02:39.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T02:02:39.366Z] ---> 8d12a476f8fb [2020-10-07T02:02:39.366Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-07T02:02:39.628Z] ---> Running in f9e21685c4f6 [2020-10-07T02:02:39.629Z] ---> Running in b301e03b5017 [2020-10-07T02:02:39.629Z] ---> Running in 8714e33e12f9 [2020-10-07T02:02:39.890Z] Removing intermediate container 8714e33e12f9 [2020-10-07T02:02:39.890Z] ---> 88881b1950b7 [2020-10-07T02:02:39.890Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T02:02:40.176Z] Removing intermediate container b31f75a78551 [2020-10-07T02:02:40.176Z] ---> 18c564c75cbf [2020-10-07T02:02:40.176Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-07T02:02:40.176Z] ---> Running in 24ee8976d4d7 [2020-10-07T02:02:40.176Z] ---> Running in 41b05f1a21d0 [2020-10-07T02:02:40.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T02:02:40.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T02:02:40.701Z] Removing intermediate container 24ee8976d4d7 [2020-10-07T02:02:40.701Z] ---> 79e117c79738 [2020-10-07T02:02:40.701Z] Step 21/23 : LABEL arch=x86_64 [2020-10-07T02:02:40.701Z] ---> Running in f9a154ddffd1 [2020-10-07T02:02:40.965Z] Removing intermediate container f9a154ddffd1 [2020-10-07T02:02:40.965Z] ---> e287d9e3c5b3 [2020-10-07T02:02:40.965Z] Step 22/23 : LABEL git_sha=fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:02:40.965Z] ---> Running in cc7a8361c30e [2020-10-07T02:02:41.228Z] Removing intermediate container cc7a8361c30e [2020-10-07T02:02:41.228Z] ---> 738885f61778 [2020-10-07T02:02:41.228Z] Step 23/23 : LABEL version=1.2.2-dev.51 [2020-10-07T02:02:41.228Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T02:02:41.228Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T02:02:41.228Z] OK: 12752 distinct packages available [2020-10-07T02:02:41.228Z] ---> Running in 6eb6c03482dd [2020-10-07T02:02:41.492Z] OK: 233 MiB in 51 packages [2020-10-07T02:02:41.492Z] Removing intermediate container 6eb6c03482dd [2020-10-07T02:02:41.492Z] ---> 6cb8071e2dfb [2020-10-07T02:02:41.492Z] [2020-10-07T02:02:41.764Z] Removing intermediate container 41b05f1a21d0 [2020-10-07T02:02:41.764Z] ---> 30897a5ce5f6 [2020-10-07T02:02:41.764Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-07T02:02:41.764Z] Successfully built 6cb8071e2dfb [2020-10-07T02:02:41.764Z] Successfully tagged docker-core-data-go:latest [2020-10-07T02:02:41.764Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2020-10-07T02:02:41.764Z] ---> Running in 1d66a771a3e0 [2020-10-07T02:02:41.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T02:02:41.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T02:02:42.032Z] Removing intermediate container 1d66a771a3e0 [2020-10-07T02:02:42.032Z] ---> f24c7d42dcf8 [2020-10-07T02:02:42.032Z] Step 26/29 : CMD [ "generate" ] [2020-10-07T02:02:42.032Z] Removing intermediate container 465db2d19d5d [2020-10-07T02:02:42.032Z] ---> 4516ea71ebf3 [2020-10-07T02:02:42.032Z] Step 6/20 : COPY go.mod . [2020-10-07T02:02:42.298Z] ---> Running in 8fd5631a90ad [2020-10-07T02:02:42.561Z] Removing intermediate container 8fd5631a90ad [2020-10-07T02:02:42.561Z] ---> 229cde6c5574 [2020-10-07T02:02:42.561Z] Step 27/29 : LABEL arch=x86_64 [2020-10-07T02:02:42.561Z] ---> e16f09ffaa37 [2020-10-07T02:02:42.561Z] Step 7/20 : RUN go mod download [2020-10-07T02:02:42.826Z] ---> Running in 52f897dd8454 [2020-10-07T02:02:42.826Z] ---> Running in 9fc36ccbc345 [2020-10-07T02:02:43.104Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T02:02:43.104Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T02:02:43.104Z] OK: 12752 distinct packages available [2020-10-07T02:02:43.104Z] Removing intermediate container 9fc36ccbc345 [2020-10-07T02:02:43.104Z] ---> e39a078d46a8 [2020-10-07T02:02:43.104Z] Step 28/29 : LABEL git_sha=fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:02:43.768Z] OK: 233 MiB in 51 packages [2020-10-07T02:02:43.768Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T02:02:43.768Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T02:02:43.768Z] OK: 12752 distinct packages available [2020-10-07T02:02:44.092Z] OK: 233 MiB in 51 packages [2020-10-07T02:02:44.398Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3871 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-07T02:02:44.453Z] Running in /w/workspace/edgex-go/166 [Pipeline] { [Pipeline] checkout [2020-10-07T02:02:44.671Z] ---> Running in 25b33f6f2066 [2020-10-07T02:02:46.080Z] Removing intermediate container 25b33f6f2066 [2020-10-07T02:02:46.080Z] ---> e9a8a04e0516 [2020-10-07T02:02:46.080Z] Step 29/29 : LABEL version=1.2.2-dev.51 [2020-10-07T02:02:46.658Z] ---> Running in a35ddab54d0e [2020-10-07T02:02:49.223Z] Removing intermediate container b301e03b5017 [2020-10-07T02:02:49.223Z] ---> 517b0b989711 [2020-10-07T02:02:49.223Z] Step 6/26 : COPY go.mod . [2020-10-07T02:02:49.223Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T02:02:49.223Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T02:02:49.223Z] ---> 2294feee6215 [2020-10-07T02:02:49.223Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T02:02:49.223Z] ---> Using cache [2020-10-07T02:02:49.223Z] ---> fe8a276e5760 [2020-10-07T02:02:49.223Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T02:02:49.223Z] ---> Using cache [2020-10-07T02:02:49.223Z] ---> 4f23b6b20b6e [2020-10-07T02:02:49.223Z] Step 5/22 : RUN apk update && apk add make git [2020-10-07T02:02:49.223Z] ---> Using cache [2020-10-07T02:02:49.223Z] ---> 517b0b989711 [2020-10-07T02:02:49.223Z] Step 6/22 : COPY go.mod . [2020-10-07T02:02:49.484Z] Removing intermediate container a35ddab54d0e [2020-10-07T02:02:49.484Z] ---> 82051ca9bb9a [2020-10-07T02:02:49.484Z] [2020-10-07T02:02:49.746Z] Successfully built 82051ca9bb9a [2020-10-07T02:02:50.118Z] using credential edgex-jenkins-ssh [2020-10-07T02:02:50.299Z] Cloning the remote Git repository [2020-10-07T02:02:50.323Z] Removing intermediate container f9e21685c4f6 [2020-10-07T02:02:50.324Z] ---> 455c239cab72 [2020-10-07T02:02:50.324Z] Step 6/24 : COPY go.mod . [2020-10-07T02:02:50.324Z] Removing intermediate container 52f897dd8454 [2020-10-07T02:02:50.324Z] ---> 0af5520079c6 [2020-10-07T02:02:50.324Z] Step 8/20 : COPY . . [2020-10-07T02:02:50.324Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-07T02:02:50.324Z] Building docker-sys-mgmt-agent-go [2020-10-07T02:02:50.324Z]  Building docker-security-secrets-setup-go ... done  ---> cfec3b746a73 [2020-10-07T02:02:50.324Z] Step 7/22 : RUN go mod download [2020-10-07T02:02:50.324Z] ---> 4f9fab1122ba [2020-10-07T02:02:50.324Z] Step 7/26 : RUN go mod download [2020-10-07T02:02:50.598Z] ---> Running in f8822022fa6a [2020-10-07T02:02:50.598Z] ---> Running in ae6c0a35499c [2020-10-07T02:02:50.401Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-07T02:02:50.526Z] > git init /w/workspace/edgex-go/166 # timeout=10 [2020-10-07T02:02:50.606Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-07T02:02:50.607Z] > git --version # timeout=10 [2020-10-07T02:02:50.629Z] > git --version # 'git version 2.17.1' [2020-10-07T02:02:50.630Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-07T02:02:50.713Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-07T02:02:56.141Z] ---> 112e588f97fc [2020-10-07T02:02:56.141Z] Step 7/24 : RUN go mod download [2020-10-07T02:02:59.512Z] ---> Running in bdf52c5b048e [2020-10-07T02:03:03.793Z] Removing intermediate container ae6c0a35499c [2020-10-07T02:03:03.793Z] ---> 4a0ee8095128 [2020-10-07T02:03:03.793Z] Step 8/26 : COPY . . [2020-10-07T02:03:04.750Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T02:03:04.750Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-07T02:03:04.750Z] ---> 2294feee6215 [2020-10-07T02:03:04.750Z] Step 3/27 : WORKDIR /edgex-go [2020-10-07T02:03:04.750Z] ---> Using cache [2020-10-07T02:03:04.750Z] ---> fe8a276e5760 [2020-10-07T02:03:04.750Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T02:03:04.750Z] ---> Using cache [2020-10-07T02:03:04.750Z] ---> 4f23b6b20b6e [2020-10-07T02:03:04.750Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-07T02:03:05.705Z] Removing intermediate container f8822022fa6a [2020-10-07T02:03:05.705Z] ---> 3884375815d5 [2020-10-07T02:03:05.705Z] Step 8/22 : COPY . . [2020-10-07T02:03:12.004Z] Checking out Revision fc25530dbf7c06d269e477ba92f85712579b8222 (master) [2020-10-07T02:03:12.313Z] ---> Running in 30bf6cacea18 [2020-10-07T02:03:12.579Z] Removing intermediate container bdf52c5b048e [2020-10-07T02:03:12.579Z] ---> b3302b167bc1 [2020-10-07T02:03:12.579Z] Step 8/24 : COPY . . [2020-10-07T02:03:11.348Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-07T02:03:11.369Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-07T02:03:11.398Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-07T02:03:11.433Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-07T02:03:11.434Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-07T02:03:11.452Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-07T02:03:12.033Z] > git config core.sparsecheckout # timeout=10 [2020-10-07T02:03:12.059Z] > git checkout -f fc25530dbf7c06d269e477ba92f85712579b8222 # timeout=10 [2020-10-07T02:03:13.977Z] ---> 0db329f6933f [2020-10-07T02:03:13.977Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-07T02:03:16.786Z] Commit message: "Merge pull request #2735 from judehung/issue-2728" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-07T02:03:22.186Z] ---> Running in 3beb8af0a348 [2020-10-07T02:03:22.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T02:03:22.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T02:03:22.761Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T02:03:22.761Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T02:03:22.761Z] OK: 12752 distinct packages available [2020-10-07T02:03:22.761Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-07T02:03:23.027Z] OK: 233 MiB in 51 packages [2020-10-07T02:03:25.598Z] ---> 77c7c31d07ec [2020-10-07T02:03:25.598Z] 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-07T02:03:28.961Z] ---> Running in da1506f02a61 [2020-10-07T02:03:28.961Z] ---> 1a1f88700ce2 [2020-10-07T02:03:28.961Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [Pipeline] echo [2020-10-07T02:03:29.663Z] ========================================================= [2020-10-07T02:03:29.664Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-07T02:03:29.664Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:03:30.644Z] + 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-07T02:03:30.924Z] ---> Running in 874a94380f93 [2020-10-07T02:03:30.924Z] Removing intermediate container 30bf6cacea18 [2020-10-07T02:03:30.924Z] ---> a8ff4a22c7b1 [2020-10-07T02:03:30.924Z] Step 6/27 : COPY go.mod . [2020-10-07T02:03:30.924Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-07T02:03:31.519Z] ---> ab8c41b0082b [2020-10-07T02:03:31.519Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-07T02:03:31.519Z] ---> 187f138d927a [2020-10-07T02:03:31.519Z] Step 7/27 : RUN go mod download [2020-10-07T02:03:31.519Z] ---> Running in 855875daa361 [2020-10-07T02:03:31.818Z] ---> Running in 94812765d83b [2020-10-07T02:03:32.094Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-07T02:03:32.677Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-07T02:03:34.630Z] Removing intermediate container 94812765d83b [2020-10-07T02:03:34.630Z] ---> d7fd3b1f688c [2020-10-07T02:03:34.630Z] Step 8/27 : COPY . . [2020-10-07T02:03:34.968Z] Sending build context to Docker daemon 324.8MB [2020-10-07T02:03:34.968Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-07T02:03:34.968Z] Step 2/7 : FROM ${BASE} [2020-10-07T02:03:34.968Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-07T02:03:34.968Z] b538f80385f9: Pulling fs layer [2020-10-07T02:03:34.968Z] 74f711af9a0d: Pulling fs layer [2020-10-07T02:03:34.968Z] 99f96fe45779: Pulling fs layer [2020-10-07T02:03:34.968Z] 8529a6b9a6be: Pulling fs layer [2020-10-07T02:03:34.968Z] 45590311c82a: Pulling fs layer [2020-10-07T02:03:34.968Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-07T02:03:34.968Z] 209524e5b208: Pulling fs layer [2020-10-07T02:03:34.968Z] 8529a6b9a6be: Waiting [2020-10-07T02:03:34.968Z] 45590311c82a: Waiting [2020-10-07T02:03:34.968Z] 209524e5b208: Waiting [2020-10-07T02:03:34.968Z] 69ca0ff8b7b3: Waiting [2020-10-07T02:03:34.968Z] 99f96fe45779: Download complete [2020-10-07T02:03:34.968Z] 74f711af9a0d: Download complete [2020-10-07T02:03:34.968Z] 45590311c82a: Verifying Checksum [2020-10-07T02:03:34.968Z] 45590311c82a: Download complete [2020-10-07T02:03:34.968Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-07T02:03:34.968Z] 69ca0ff8b7b3: Download complete [2020-10-07T02:03:34.968Z] b538f80385f9: Verifying Checksum [2020-10-07T02:03:34.969Z] b538f80385f9: Download complete [2020-10-07T02:03:35.960Z] b538f80385f9: Pull complete [2020-10-07T02:03:36.568Z] 74f711af9a0d: Pull complete [2020-10-07T02:03:36.845Z] 99f96fe45779: Pull complete [2020-10-07T02:03:37.119Z] 209524e5b208: Verifying Checksum [2020-10-07T02:03:37.119Z] 209524e5b208: Download complete [2020-10-07T02:03:39.134Z] 8529a6b9a6be: Verifying Checksum [2020-10-07T02:03:39.134Z] 8529a6b9a6be: Download complete [2020-10-07T02:03:51.573Z] 8529a6b9a6be: Pull complete [2020-10-07T02:03:51.573Z] 45590311c82a: Pull complete [2020-10-07T02:03:51.573Z] 69ca0ff8b7b3: Pull complete [2020-10-07T02:03:53.357Z] ---> f9281f7d1211 [2020-10-07T02:03:53.357Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-07T02:03:53.357Z] ---> Running in eaf32defb52d [2020-10-07T02:03:53.357Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-07T02:03:53.937Z] Removing intermediate container 3beb8af0a348 [2020-10-07T02:03:53.937Z] ---> fb5db189e93e [2020-10-07T02:03:53.937Z] [2020-10-07T02:03:53.937Z] Step 10/20 : FROM alpine [2020-10-07T02:03:53.937Z] ---> a24bb4013296 [2020-10-07T02:03:53.937Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-07T02:03:54.208Z] ---> Running in 427ea48095eb [2020-10-07T02:03:54.209Z] 209524e5b208: Pull complete [2020-10-07T02:03:54.209Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-07T02:03:54.209Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-07T02:03:54.480Z] ---> 5bddaf1c2fca [2020-10-07T02:03:54.481Z] 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-07T02:03:54.490Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-07T02:03:55.084Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T02:03:55.084Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T02:03:55.356Z] v3.12.0-371-g35e7793b77 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-07T02:03:55.356Z] v3.12.0-368-g087e7176b9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-07T02:03:55.356Z] OK: 12750 distinct packages available [2020-10-07T02:03:55.624Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-07T02:03:55.894Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-07T02:03:55.894Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-07T02:03:55.894Z] (4/4) Installing curl (7.69.1-r1) [2020-10-07T02:03:55.894Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T02:03:55.894Z] Executing ca-certificates-20191127-r4.trigger [2020-10-07T02:03:56.164Z] OK: 7 MiB in 18 packages [2020-10-07T02:03:58.757Z] Removing intermediate container 427ea48095eb [2020-10-07T02:03:58.757Z] ---> 364bdbabaa3d [2020-10-07T02:03:58.757Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-07T02:03:58.757Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-07T02:03:58.793Z] ---> Running in fd70c35c5c70 [2020-10-07T02:03:59.025Z] ---> Running in 666171d730bd [2020-10-07T02:03:59.289Z] Removing intermediate container 666171d730bd [2020-10-07T02:03:59.289Z] ---> ba6b1386e27a [2020-10-07T02:03:59.289Z] Step 13/20 : WORKDIR /edgex [2020-10-07T02:03:59.570Z] ---> Running in 62f8ff5e94cc [2020-10-07T02:03:59.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T02:03:59.840Z] Removing intermediate container 62f8ff5e94cc [2020-10-07T02:03:59.840Z] ---> 3b98c776678a [2020-10-07T02:03:59.840Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-07T02:04:00.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T02:04:01.767Z] (1/12) Installing libmagic (5.38-r0) [2020-10-07T02:04:01.767Z] (2/12) Installing file (5.38-r0) [2020-10-07T02:04:01.800Z] ---> 2d3a83ae0091 [2020-10-07T02:04:01.800Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-07T02:04:02.039Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-07T02:04:02.039Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-07T02:04:02.762Z] ---> b5f12283d803 [2020-10-07T02:04:02.762Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-07T02:04:03.041Z] ---> Running in 0b57133aad51 [2020-10-07T02:04:03.636Z] Removing intermediate container 0b57133aad51 [2020-10-07T02:04:03.636Z] ---> 2723ba5a992b [2020-10-07T02:04:03.636Z] Step 17/20 : CMD ["--init=true"] [2020-10-07T02:04:05.429Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-07T02:04:05.429Z] (6/12) Installing patch (2.7.6-r6) [2020-10-07T02:04:05.429Z] (7/12) Installing build-base (0.5-r2) [2020-10-07T02:04:05.619Z] ---> Running in 5b78a3b12518 [2020-10-07T02:04:05.619Z] Removing intermediate container da1506f02a61 [2020-10-07T02:04:05.619Z] ---> be593d43fd48 [2020-10-07T02:04:05.619Z] [2020-10-07T02:04:05.619Z] Step 10/26 : FROM alpine:3.10 [2020-10-07T02:04:05.619Z] Removing intermediate container 855875daa361 [2020-10-07T02:04:05.619Z] ---> d9dee742798c [2020-10-07T02:04:05.619Z] [2020-10-07T02:04:05.619Z] Step 10/24 : FROM scratch [2020-10-07T02:04:05.619Z] ---> [2020-10-07T02:04:05.619Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-07T02:04:05.619Z] Removing intermediate container 5b78a3b12518 [2020-10-07T02:04:05.619Z] ---> 7095f4624d38 [2020-10-07T02:04:05.619Z] Step 18/20 : LABEL arch=x86_64 [2020-10-07T02:04:05.619Z] ---> Running in ba9ddf9184fb [2020-10-07T02:04:05.700Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-07T02:04:05.700Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-07T02:04:05.700Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-07T02:04:05.892Z] 3.10: Pulling from library/alpine [2020-10-07T02:04:05.972Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-07T02:04:05.972Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-07T02:04:06.247Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T02:04:06.247Z] OK: 217 MiB in 51 packages [2020-10-07T02:04:06.489Z] ---> Using cache [2020-10-07T02:04:06.489Z] ---> 324895ce5523 [2020-10-07T02:04:06.489Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-07T02:04:07.080Z] Removing intermediate container ba9ddf9184fb [2020-10-07T02:04:07.080Z] ---> 7016948e42db [2020-10-07T02:04:07.080Z] Step 19/20 : LABEL git_sha=fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:04:07.080Z] ---> Running in 6a9f0b10695f [2020-10-07T02:04:07.080Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-07T02:04:07.353Z] Status: Downloaded newer image for alpine:3.10 [2020-10-07T02:04:07.353Z] ---> be4e4bea2c2e [2020-10-07T02:04:07.353Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-07T02:04:07.353Z] ---> Running in f8ceb5b87f0f [2020-10-07T02:04:07.930Z] ---> Running in 8f853d0afe41 [2020-10-07T02:04:07.930Z] Removing intermediate container 6a9f0b10695f [2020-10-07T02:04:07.930Z] ---> 3697ef0a488b [2020-10-07T02:04:07.930Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-07T02:04:08.192Z] Removing intermediate container f8ceb5b87f0f [2020-10-07T02:04:08.192Z] ---> ba5192d51f67 [2020-10-07T02:04:08.192Z] Step 20/20 : LABEL version=1.2.2-dev.51 [2020-10-07T02:04:08.192Z] ---> Running in 7bada4a8c2fc [2020-10-07T02:04:09.588Z] ---> Running in 540eff553000 [2020-10-07T02:04:10.570Z] Removing intermediate container fd70c35c5c70 [2020-10-07T02:04:10.570Z] ---> 02583c63aa68 [2020-10-07T02:04:10.570Z] Step 4/7 : WORKDIR /edgex-go [2020-10-07T02:04:10.570Z] ---> Running in 965644d4efee [2020-10-07T02:04:10.979Z] Removing intermediate container 7bada4a8c2fc [2020-10-07T02:04:10.979Z] ---> 9fc45845611f [2020-10-07T02:04:10.979Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-07T02:04:11.172Z] Removing intermediate container 965644d4efee [2020-10-07T02:04:11.172Z] ---> 471163c2787b [2020-10-07T02:04:11.172Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-07T02:04:11.241Z] Removing intermediate container 540eff553000 [2020-10-07T02:04:11.241Z] ---> a650045f4dd8 [2020-10-07T02:04:11.241Z] [2020-10-07T02:04:11.445Z] latest: Pulling from library/docker [2020-10-07T02:04:11.445Z] b538f80385f9: Already exists [2020-10-07T02:04:11.445Z] 259a493cd78d: Pulling fs layer [2020-10-07T02:04:11.445Z] b8e66b5100f5: Pulling fs layer [2020-10-07T02:04:11.445Z] 7f8258a56ab6: Pulling fs layer [2020-10-07T02:04:11.445Z] 75a0a0ebb566: Pulling fs layer [2020-10-07T02:04:11.445Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-07T02:04:11.445Z] 294320357d30: Pulling fs layer [2020-10-07T02:04:11.445Z] 75a0a0ebb566: Waiting [2020-10-07T02:04:11.445Z] 4a2c62f0a2a3: Waiting [2020-10-07T02:04:11.445Z] 294320357d30: Waiting [2020-10-07T02:04:11.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-07T02:04:11.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-07T02:04:11.725Z] b8e66b5100f5: Verifying Checksum [2020-10-07T02:04:11.725Z] b8e66b5100f5: Download complete [2020-10-07T02:04:11.725Z] 259a493cd78d: Verifying Checksum [2020-10-07T02:04:11.725Z] 259a493cd78d: Download complete [2020-10-07T02:04:11.725Z] 75a0a0ebb566: Verifying Checksum [2020-10-07T02:04:11.725Z] 75a0a0ebb566: Download complete [2020-10-07T02:04:11.769Z] v3.10.5-95-gb2ad523191 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-07T02:04:11.769Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-07T02:04:11.769Z] OK: 10346 distinct packages available [2020-10-07T02:04:11.769Z] Removing intermediate container 874a94380f93 [2020-10-07T02:04:11.769Z] ---> f13d1751aeb5 [2020-10-07T02:04:11.769Z] [2020-10-07T02:04:11.769Z] Step 10/22 : FROM scratch [2020-10-07T02:04:11.769Z] ---> [2020-10-07T02:04:11.769Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T02:04:12.001Z] 4a2c62f0a2a3: Download complete [2020-10-07T02:04:12.001Z] 294320357d30: Verifying Checksum [2020-10-07T02:04:12.001Z] 294320357d30: Download complete [2020-10-07T02:04:12.033Z] ---> Using cache [2020-10-07T02:04:12.033Z] ---> 4fe768fc1d2a [2020-10-07T02:04:12.033Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-07T02:04:12.033Z] ---> a6dda8f4736b [2020-10-07T02:04:12.033Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-07T02:04:12.033Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-07T02:04:12.034Z] Successfully built a650045f4dd8 [2020-10-07T02:04:12.034Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-07T02:04:12.034Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-07T02:04:12.034Z] (4/5) Installing curl (7.66.0-r1) [2020-10-07T02:04:12.034Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-07T02:04:12.034Z] Executing busybox-1.30.1-r3.trigger [2020-10-07T02:04:12.034Z] Executing ca-certificates-20191127-r2.trigger [2020-10-07T02:04:12.034Z] OK: 7 MiB in 19 packages [2020-10-07T02:04:12.606Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-07T02:04:12.606Z]  Building docker-security-proxy-setup-go ... done  ---> Running in e6f8459331ce [2020-10-07T02:04:12.610Z] 259a493cd78d: Pull complete [2020-10-07T02:04:12.885Z] b8e66b5100f5: Pull complete [2020-10-07T02:04:13.171Z] 7f8258a56ab6: Verifying Checksum [2020-10-07T02:04:13.171Z] 7f8258a56ab6: Download complete [2020-10-07T02:04:14.529Z] ---> 27e533750af4 [2020-10-07T02:04:14.529Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-07T02:04:14.529Z] Removing intermediate container e6f8459331ce [2020-10-07T02:04:14.529Z] ---> 048d05adbac4 [2020-10-07T02:04:14.529Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T02:04:14.799Z] Removing intermediate container eaf32defb52d [2020-10-07T02:04:14.799Z] ---> 24a7b3c7c59e [2020-10-07T02:04:14.799Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-07T02:04:14.799Z] ---> Running in 2e77fcbc165b [2020-10-07T02:04:15.371Z] ---> Running in b304017414bd [2020-10-07T02:04:15.371Z] Removing intermediate container 2e77fcbc165b [2020-10-07T02:04:15.371Z] ---> 51dcb1d18520 [2020-10-07T02:04:15.371Z] Step 14/22 : WORKDIR / [2020-10-07T02:04:15.634Z] Removing intermediate container 8f853d0afe41 [2020-10-07T02:04:15.634Z] ---> 956373110039 [2020-10-07T02:04:15.634Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-07T02:04:15.634Z] ---> 8e8f98a4e0d2 [2020-10-07T02:04:15.634Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-07T02:04:15.634Z] ---> Running in b4a78c2995e9 [2020-10-07T02:04:15.897Z] ---> Running in a5bf7567ce8e [2020-10-07T02:04:15.897Z] ---> 5e978460c407 [2020-10-07T02:04:15.897Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-07T02:04:16.164Z] Removing intermediate container b4a78c2995e9 [2020-10-07T02:04:16.164Z] ---> 15ee2764bd42 [2020-10-07T02:04:16.164Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-07T02:04:16.164Z] Removing intermediate container a5bf7567ce8e [2020-10-07T02:04:16.164Z] ---> 7fb5bd2c4f09 [2020-10-07T02:04:16.164Z] Step 13/26 : WORKDIR / [2020-10-07T02:04:16.164Z] ---> Running in 5a3aa0a1bfae [2020-10-07T02:04:16.164Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-07T02:04:16.430Z] ---> 9c1b113ea1c4 [2020-10-07T02:04:16.430Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-07T02:04:16.430Z] Removing intermediate container 5a3aa0a1bfae [2020-10-07T02:04:16.430Z] ---> e7359d3158a4 [2020-10-07T02:04:16.430Z] 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-07T02:04:16.569Z] 7f8258a56ab6: Pull complete [2020-10-07T02:04:16.844Z] 75a0a0ebb566: Pull complete [2020-10-07T02:04:17.122Z] 4a2c62f0a2a3: Pull complete [2020-10-07T02:04:17.391Z] ---> 3aa09f7ca760 [2020-10-07T02:04:17.391Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-07T02:04:17.395Z] 294320357d30: Pull complete [2020-10-07T02:04:17.656Z] ---> fcd3ed05f2c6 [2020-10-07T02:04:17.656Z] 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-07T02:04:17.656Z] ---> 59e053660379 [2020-10-07T02:04:17.656Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-07T02:04:17.668Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-07T02:04:17.668Z] Status: Downloaded newer image for docker:latest [2020-10-07T02:04:17.926Z] ---> 10670d1b0ec1 [2020-10-07T02:04:17.926Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-07T02:04:17.926Z] ---> Running in 94d51dcad455 [2020-10-07T02:04:17.926Z] ---> 83854f4302a6 [2020-10-07T02:04:17.926Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-07T02:04:17.926Z] ---> b63e6e50aa8a [2020-10-07T02:04:17.926Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-07T02:04:18.393Z] Removing intermediate container b304017414bd [2020-10-07T02:04:18.393Z] ---> dee8b73fde4f [2020-10-07T02:04:18.393Z] [2020-10-07T02:04:18.393Z] Step 11/27 : FROM docker:latest [2020-10-07T02:04:18.393Z] ---> 809cc4dba987 [2020-10-07T02:04:18.393Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-07T02:04:18.393Z] ---> Running in 3af3e01d6a46 [2020-10-07T02:04:18.393Z] ---> Running in 5ccce5220462 [2020-10-07T02:04:18.393Z] Removing intermediate container 94d51dcad455 [2020-10-07T02:04:18.393Z] ---> 3c2d586d8215 [2020-10-07T02:04:18.393Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T02:04:18.393Z] ---> 4107df736092 [2020-10-07T02:04:18.393Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-07T02:04:18.660Z] ---> Running in c32c20006a03 [2020-10-07T02:04:18.660Z] Removing intermediate container 3af3e01d6a46 [2020-10-07T02:04:18.660Z] ---> fc19a278d5b5 [2020-10-07T02:04:18.660Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T02:04:18.927Z] ---> Running in e481a59ff8ea [2020-10-07T02:04:18.927Z] ---> f7df91468ab8 [2020-10-07T02:04:18.927Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-07T02:04:18.927Z] Removing intermediate container c32c20006a03 [2020-10-07T02:04:18.927Z] ---> c872b974fbce [2020-10-07T02:04:18.927Z] Step 22/24 : LABEL arch=x86_64 [2020-10-07T02:04:19.193Z] ---> Running in dde81020bca2 [2020-10-07T02:04:19.193Z] Removing intermediate container e481a59ff8ea [2020-10-07T02:04:19.193Z] ---> 04615fd041ee [2020-10-07T02:04:19.193Z] Step 20/22 : LABEL arch=x86_64 [2020-10-07T02:04:19.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T02:04:19.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T02:04:19.458Z] ---> Running in 0c7f079b90cd [2020-10-07T02:04:19.458Z] Removing intermediate container dde81020bca2 [2020-10-07T02:04:19.458Z] ---> 5dff95b8dc2b [2020-10-07T02:04:19.458Z] Step 23/24 : LABEL git_sha=fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:04:19.458Z] (1/2) Installing readline (8.0.4-r0) [2020-10-07T02:04:19.458Z] (2/2) Installing bash (5.0.17-r0) [2020-10-07T02:04:19.458Z] Executing bash-5.0.17-r0.post-install [2020-10-07T02:04:19.458Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T02:04:19.733Z] OK: 12 MiB in 22 packages [2020-10-07T02:04:20.008Z] ---> b2d1af4b3d61 [2020-10-07T02:04:20.008Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-07T02:04:20.283Z] ---> Running in 9fc7abbbbff7 [2020-10-07T02:04:20.871Z] Removing intermediate container 0c7f079b90cd [2020-10-07T02:04:20.872Z] ---> ee528369614c [2020-10-07T02:04:20.872Z] Step 21/22 : LABEL git_sha=fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:04:20.872Z] ---> 73f4d833d2f9 [2020-10-07T02:04:20.872Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-07T02:04:20.872Z] ---> Running in 9231854b9f32 [2020-10-07T02:04:20.872Z] Removing intermediate container 9fc7abbbbff7 [2020-10-07T02:04:20.872Z] ---> f70b9c1a0d62 [2020-10-07T02:04:20.872Z] Step 24/24 : LABEL version=1.2.2-dev.51 [2020-10-07T02:04:21.065Z] ---> 139b7610095c [2020-10-07T02:04:21.065Z] Step 6/7 : COPY go.mod . [2020-10-07T02:04:21.140Z] ---> Running in f7447b429ec9 [2020-10-07T02:04:21.140Z] Removing intermediate container 5ccce5220462 [2020-10-07T02:04:21.140Z] ---> 41d0a9ddf4be [2020-10-07T02:04:21.140Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-07T02:04:21.140Z] Removing intermediate container 9231854b9f32 [2020-10-07T02:04:21.140Z] ---> feb8423c93de [2020-10-07T02:04:21.140Z] Step 22/22 : LABEL version=1.2.2-dev.51 [2020-10-07T02:04:21.406Z] ---> Running in ec10ab4c7d12 [2020-10-07T02:04:21.406Z] ---> Running in 53ce5033f8ba [2020-10-07T02:04:21.406Z] Removing intermediate container f7447b429ec9 [2020-10-07T02:04:21.406Z] ---> 96316d54cc63 [2020-10-07T02:04:21.406Z] [2020-10-07T02:04:21.406Z] ---> 39a164b94094 [2020-10-07T02:04:21.406Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-07T02:04:21.672Z] Successfully built 96316d54cc63 [2020-10-07T02:04:21.672Z] Successfully tagged docker-support-notifications-go:latest [2020-10-07T02:04:21.672Z] ---> e0d9eb4c2ac1 [2020-10-07T02:04:21.672Z] Step 7/7 : RUN go mod download [2020-10-07T02:04:21.672Z] ---> Running in bd3e1fb690e5 [2020-10-07T02:04:21.943Z]  Building docker-support-notifications-go ... done Removing intermediate container 53ce5033f8ba [2020-10-07T02:04:21.943Z] ---> 112e185c7e41 [2020-10-07T02:04:21.943Z] [2020-10-07T02:04:21.943Z] ---> a6a596f6df47 [2020-10-07T02:04:21.943Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-07T02:04:21.943Z] Successfully built 112e185c7e41 [2020-10-07T02:04:21.943Z] Successfully tagged docker-core-metadata-go:latest [2020-10-07T02:04:21.943Z]  Building docker-core-metadata-go ... done  ---> Running in 6e0bd74a58f1 [2020-10-07T02:04:22.523Z] Removing intermediate container ec10ab4c7d12 [2020-10-07T02:04:22.523Z] ---> 78bf5525b5f0 [2020-10-07T02:04:22.523Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-07T02:04:22.789Z] ---> Running in 3180c31f346e [2020-10-07T02:04:23.053Z] Removing intermediate container 3180c31f346e [2020-10-07T02:04:23.053Z] ---> 5d52303c3982 [2020-10-07T02:04:23.053Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-07T02:04:23.053Z] ---> Running in b1f48964cad3 [2020-10-07T02:04:23.053Z] Removing intermediate container 6e0bd74a58f1 [2020-10-07T02:04:23.053Z] ---> 2c72231165a9 [2020-10-07T02:04:23.053Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-07T02:04:23.053Z] ---> Running in 77f599c5b106 [2020-10-07T02:04:23.053Z] Removing intermediate container b1f48964cad3 [2020-10-07T02:04:23.053Z] ---> 231b66f5e16b [2020-10-07T02:04:23.053Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-07T02:04:23.316Z] ---> Running in 0133807dd1bf [2020-10-07T02:04:23.316Z] Removing intermediate container 77f599c5b106 [2020-10-07T02:04:23.316Z] ---> 1ad71b3cf808 [2020-10-07T02:04:23.316Z] Step 24/26 : LABEL arch=x86_64 [2020-10-07T02:04:23.316Z] ---> Running in 195ea7fa0524 [2020-10-07T02:04:23.582Z] Removing intermediate container 0133807dd1bf [2020-10-07T02:04:23.582Z] ---> af5ef57da09d [2020-10-07T02:04:23.582Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-07T02:04:23.582Z] Removing intermediate container 195ea7fa0524 [2020-10-07T02:04:23.582Z] ---> 7ce291b6ca27 [2020-10-07T02:04:23.582Z] Step 25/26 : LABEL git_sha=fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:04:23.582Z] ---> Running in 203e932959fb [2020-10-07T02:04:23.847Z] Removing intermediate container 203e932959fb [2020-10-07T02:04:23.847Z] ---> 36bf59ab672f [2020-10-07T02:04:23.847Z] Step 26/26 : LABEL version=1.2.2-dev.51 [2020-10-07T02:04:23.847Z] ---> e743ad58557d [2020-10-07T02:04:23.847Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-07T02:04:24.112Z] ---> Running in 38535b21e97d [2020-10-07T02:04:24.112Z] Removing intermediate container 38535b21e97d [2020-10-07T02:04:24.112Z] ---> 0b1e8b5043d2 [2020-10-07T02:04:24.112Z] [2020-10-07T02:04:24.112Z] ---> fca2a2532b37 [2020-10-07T02:04:24.112Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-07T02:04:24.377Z] Successfully built 0b1e8b5043d2 [2020-10-07T02:04:24.377Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-07T02:04:24.648Z]  Building docker-security-secretstore-setup-go ... done  ---> bd37a9f2fa71 [2020-10-07T02:04:24.648Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-07T02:04:24.648Z] ---> Running in bcec6a6cf653 [2020-10-07T02:04:25.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T02:04:25.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T02:04:25.225Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-07T02:04:25.225Z] (2/33) Installing expat (2.2.9-r1) [2020-10-07T02:04:25.225Z] (3/33) Installing libffi (3.3-r2) [2020-10-07T02:04:25.489Z] (4/33) Installing gdbm (1.13-r1) [2020-10-07T02:04:25.489Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-07T02:04:25.489Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-07T02:04:25.489Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-07T02:04:26.886Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-07T02:04:26.886Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-07T02:04:26.886Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-07T02:04:26.886Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-07T02:04:26.886Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-07T02:04:26.886Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-07T02:04:26.886Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-07T02:04:26.886Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-07T02:04:26.886Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-07T02:04:26.886Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-07T02:04:26.886Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-07T02:04:26.886Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-07T02:04:26.886Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-07T02:04:26.886Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-07T02:04:26.886Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-07T02:04:26.886Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-07T02:04:26.886Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-07T02:04:26.886Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-07T02:04:26.886Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-07T02:04:27.151Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-07T02:04:27.151Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-07T02:04:27.151Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-07T02:04:27.151Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-07T02:04:27.151Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-07T02:04:27.151Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-07T02:04:27.151Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-07T02:04:27.151Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T02:04:27.151Z] OK: 71 MiB in 55 packages [2020-10-07T02:04:37.386Z] Removing intermediate container bcec6a6cf653 [2020-10-07T02:04:37.386Z] ---> 3252f6936179 [2020-10-07T02:04:37.386Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-07T02:04:37.386Z] ---> Running in fcc7fdbf4e74 [2020-10-07T02:04:37.964Z] Collecting docker-compose==1.23.2 [2020-10-07T02:04:38.230Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-07T02:04:38.230Z] Collecting docker<4.0,>=3.6.0 [2020-10-07T02:04:38.494Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-07T02:04:38.494Z] Collecting texttable<0.10,>=0.9.0 [2020-10-07T02:04:38.494Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-07T02:04:39.072Z] Collecting PyYAML<4,>=3.10 [2020-10-07T02:04:39.072Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-07T02:04:40.027Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-07T02:04:40.027Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-07T02:04:40.292Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-07T02:04:40.292Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-07T02:04:40.869Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-07T02:04:40.869Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-07T02:04:40.869Z] Collecting docopt<0.7,>=0.6.1 [2020-10-07T02:04:40.869Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-07T02:04:41.447Z] Collecting cached-property<2,>=1.2.0 [2020-10-07T02:04:41.448Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-07T02:04:41.448Z] 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-07T02:04:41.711Z] Collecting jsonschema<3,>=2.5.1 [2020-10-07T02:04:41.711Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-07T02:04:41.711Z] Collecting docker-pycreds>=0.4.0 [2020-10-07T02:04:41.711Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-07T02:04:41.711Z] 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-07T02:04:41.976Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-07T02:04:41.976Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-07T02:04:41.976Z] 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-07T02:04:41.976Z] Collecting idna<2.8,>=2.5 [2020-10-07T02:04:41.976Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-07T02:04:41.976Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-07T02:04:41.976Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-07T02:04:41.976Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-07T02:04:41.976Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-07T02:04:42.241Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, PyYAML, dockerpty, docopt, cached-property, jsonschema, docker-compose [2020-10-07T02:04:42.241Z] Attempting uninstall: urllib3 [2020-10-07T02:04:42.241Z] Found existing installation: urllib3 1.25.9 [2020-10-07T02:04:42.241Z] Uninstalling urllib3-1.25.9: [2020-10-07T02:04:42.505Z] Successfully uninstalled urllib3-1.25.9 [2020-10-07T02:04:42.505Z] Attempting uninstall: idna [2020-10-07T02:04:42.505Z] Found existing installation: idna 2.9 [2020-10-07T02:04:42.505Z] Uninstalling idna-2.9: [2020-10-07T02:04:42.505Z] Successfully uninstalled idna-2.9 [2020-10-07T02:04:42.769Z] Attempting uninstall: requests [2020-10-07T02:04:42.769Z] Found existing installation: requests 2.23.0 [2020-10-07T02:04:42.769Z] Uninstalling requests-2.23.0: [2020-10-07T02:04:42.769Z] Successfully uninstalled requests-2.23.0 [2020-10-07T02:04:43.347Z] Running setup.py install for texttable: started [2020-10-07T02:04:43.611Z] Running setup.py install for texttable: finished with status 'done' [2020-10-07T02:04:43.611Z] Running setup.py install for PyYAML: started [2020-10-07T02:04:44.560Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-07T02:04:44.560Z] Running setup.py install for dockerpty: started [2020-10-07T02:04:45.150Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-07T02:04:45.150Z] Running setup.py install for docopt: started [2020-10-07T02:04:45.418Z] Running setup.py install for docopt: finished with status 'done' [2020-10-07T02:04:46.006Z] 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-07T02:04:48.480Z] Removing intermediate container bd3e1fb690e5 [2020-10-07T02:04:48.480Z] ---> f7f9b7b2c30b [2020-10-07T02:04:48.480Z] Successfully built f7f9b7b2c30b [2020-10-07T02:04:48.480Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:04:48.589Z] Removing intermediate container fcc7fdbf4e74 [2020-10-07T02:04:48.589Z] ---> ca1f98867383 [2020-10-07T02:04:48.589Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-07T02:04:48.858Z] ---> Running in 519e5ab304ea [2020-10-07T02:04:48.876Z] + docker inspect -f . ci-base-image-arm64 [2020-10-07T02:04:48.876Z] . [Pipeline] withDockerContainer [2020-10-07T02:04:49.110Z] prd-ubuntu18.04-docker-arm64-4c-16g-3871 does not seem to be running inside a container [2020-10-07T02:04:49.205Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:04:49.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T02:04:49.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T02:04:49.437Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-07T02:04:49.703Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-07T02:04:49.703Z] (3/3) Installing curl (7.69.1-r1) [2020-10-07T02:04:49.703Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T02:04:49.703Z] OK: 72 MiB in 58 packages [2020-10-07T02:04:50.289Z] Removing intermediate container 519e5ab304ea [2020-10-07T02:04:50.289Z] ---> 92d63fb02127 [2020-10-07T02:04:50.289Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-07T02:04:50.289Z] ---> Running in 04dce35d0039 [2020-10-07T02:04:50.289Z] Removing intermediate container 04dce35d0039 [2020-10-07T02:04:50.289Z] ---> cf4fda642173 [2020-10-07T02:04:50.289Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T02:04:50.562Z] ---> Running in d539fe288dcb [2020-10-07T02:04:50.562Z] Removing intermediate container d539fe288dcb [2020-10-07T02:04:50.562Z] ---> 6296726c5355 [2020-10-07T02:04:50.562Z] Step 25/27 : LABEL arch=x86_64 [2020-10-07T02:04:50.562Z] ---> Running in 416ff3524eb2 [2020-10-07T02:04:50.831Z] Removing intermediate container 416ff3524eb2 [2020-10-07T02:04:50.832Z] ---> b94b57affee4 [2020-10-07T02:04:50.832Z] Step 26/27 : LABEL git_sha=fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:04:50.832Z] ---> Running in aa15b56027a3 [2020-10-07T02:04:51.011Z] $ docker top 734f4623d9b05760057947928b302c40d0bea006079e57c66b6a11193c8e7f42 -eo pid,comm [2020-10-07T02:04:51.095Z] Removing intermediate container aa15b56027a3 [2020-10-07T02:04:51.095Z] ---> 0d2e668d520b [2020-10-07T02:04:51.095Z] Step 27/27 : LABEL version=1.2.2-dev.51 [2020-10-07T02:04:51.095Z] ---> Running in 529f914de000 [Pipeline] { [2020-10-07T02:04:51.384Z] Removing intermediate container 529f914de000 [2020-10-07T02:04:51.384Z] ---> 1f8b450d2450 [2020-10-07T02:04:51.384Z] [Pipeline] sh [2020-10-07T02:04:51.649Z] Successfully built 1f8b450d2450 [2020-10-07T02:04:51.649Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-07T02:04:52.238Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-07T02:04:52.259Z] $ docker stop --time=1 ccd5a35485fb5525cf3ed548f97d14d25a34ca5e0a44aef54ae74169fd497b3d [2020-10-07T02:04:52.439Z] + go version [2020-10-07T02:04:52.439Z] go version go1.15.2 linux/arm64 [2020-10-07T02:04:53.784Z] $ docker rm -f ccd5a35485fb5525cf3ed548f97d14d25a34ca5e0a44aef54ae74169fd497b3d [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2020-10-07T02:04:53.981Z] $ docker stop --time=1 734f4623d9b05760057947928b302c40d0bea006079e57c66b6a11193c8e7f42 [2020-10-07T02:04:54.223Z] + docker images [2020-10-07T02:04:54.223Z] + grep docker [2020-10-07T02:04:54.223Z] docker-sys-mgmt-agent-go latest 1f8b450d2450 3 seconds ago 290MB [2020-10-07T02:04:54.223Z] docker-security-secretstore-setup-go latest 0b1e8b5043d2 31 seconds ago 32.4MB [2020-10-07T02:04:54.223Z] docker-support-notifications-go latest 96316d54cc63 33 seconds ago 13.6MB [2020-10-07T02:04:54.223Z] docker-core-metadata-go latest 112e185c7e41 33 seconds ago 14.2MB [2020-10-07T02:04:54.223Z] docker-security-proxy-setup-go latest a650045f4dd8 44 seconds ago 15.8MB [2020-10-07T02:04:54.223Z] docker-security-secrets-setup-go latest 82051ca9bb9a 2 minutes ago 24MB [2020-10-07T02:04:54.223Z] docker-core-data-go latest 6cb8071e2dfb 2 minutes ago 23.6MB [2020-10-07T02:04:54.223Z] docker-core-command-go latest 4f44c62ecb20 2 minutes ago 12.2MB [2020-10-07T02:04:54.223Z] docker-support-scheduler-go latest 23144cffb7d7 2 minutes ago 12.3MB [2020-10-07T02:04:54.223Z] docker-support-logging-go latest 2246767d0184 2 minutes ago 11.1MB [2020-10-07T02:04:54.223Z] docker latest 809cc4dba987 2 weeks ago 217MB [2020-10-07T02:04:56.063Z] $ docker rm -f 734f4623d9b05760057947928b302c40d0bea006079e57c66b6a11193c8e7f42 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Docker Push) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-07T02:04:57.138Z] provisioning config files... [2020-10-07T02:04:57.182Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/166@tmp/config2208251723796455674tmp [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-07T02:04:57.590Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-07T02:04:57.625Z] ---> docker-login.sh [2020-10-07T02:04:57.625Z] nexus3.edgexfoundry.org:10001 [2020-10-07T02:04:57.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T02:04:57.861Z] [2020-10-07T02:04:57.861Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2020-10-07T02:04:57.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T02:04:57.889Z] Configure a credential helper to remove this warning. See [2020-10-07T02:04:57.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T02:04:57.889Z] [2020-10-07T02:04:57.889Z] Login Succeeded [2020-10-07T02:04:57.889Z] nexus3.edgexfoundry.org:10002 [2020-10-07T02:04:57.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T02:04:57.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T02:04:57.889Z] Configure a credential helper to remove this warning. See [2020-10-07T02:04:57.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T02:04:57.889Z] [2020-10-07T02:04:57.889Z] Login Succeeded [2020-10-07T02:04:57.889Z] nexus3.edgexfoundry.org:10003 [Pipeline] sh [2020-10-07T02:04:58.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T02:04:58.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T02:04:58.152Z] Configure a credential helper to remove this warning. See [2020-10-07T02:04:58.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T02:04:58.152Z] [2020-10-07T02:04:58.152Z] Login Succeeded [2020-10-07T02:04:58.152Z] nexus3.edgexfoundry.org:10004 [2020-10-07T02:04:58.285Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-07T02:04:58.285Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-07T02:04:58.285Z] 29e5d40040c1: Pulling fs layer [2020-10-07T02:04:58.285Z] 1ce36da41761: Pulling fs layer [2020-10-07T02:04:58.285Z] 25b303627fd3: Pulling fs layer [2020-10-07T02:04:58.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T02:04:58.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T02:04:58.415Z] Configure a credential helper to remove this warning. See [2020-10-07T02:04:58.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T02:04:58.415Z] [2020-10-07T02:04:58.415Z] Login Succeeded [2020-10-07T02:04:58.415Z] docker.io [2020-10-07T02:04:58.560Z] 29e5d40040c1: Verifying Checksum [2020-10-07T02:04:58.560Z] 29e5d40040c1: Download complete [2020-10-07T02:04:58.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T02:04:58.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T02:04:58.941Z] Configure a credential helper to remove this warning. See [2020-10-07T02:04:58.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T02:04:58.941Z] [2020-10-07T02:04:58.941Z] Login Succeeded [2020-10-07T02:04:58.941Z] ---> docker-login.sh ends [Pipeline] } [2020-10-07T02:04:58.951Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2020-10-07T02:04:59.157Z] 1ce36da41761: Verifying Checksum [2020-10-07T02:04:59.157Z] 1ce36da41761: Download complete [2020-10-07T02:04:59.157Z] 29e5d40040c1: Pull complete [Pipeline] echo [2020-10-07T02:04:59.169Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-07T02:04:59.169Z] fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:04:59.169Z] 1.2.2-dev.51 [2020-10-07T02:04:59.169Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:04:59.169Z] master [2020-10-07T02:04:59.169Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:04:59.644Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:fc25530dbf7c06d269e477ba92f85712579b8222 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:04:59.942Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:04:59.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-07T02:04:59.942Z] b929e68fe364: Preparing [2020-10-07T02:04:59.942Z] 7a0c639575e1: Preparing [2020-10-07T02:04:59.942Z] 02359c27f844: Preparing [2020-10-07T02:05:00.203Z] b929e68fe364: Pushed [2020-10-07T02:05:00.203Z] 02359c27f844: Pushed [2020-10-07T02:05:00.601Z] 1ce36da41761: Pull complete [2020-10-07T02:05:00.878Z] 25b303627fd3: Verifying Checksum [2020-10-07T02:05:00.878Z] 25b303627fd3: Download complete [2020-10-07T02:05:01.147Z] 7a0c639575e1: Pushed [2020-10-07T02:05:02.540Z] fc25530dbf7c06d269e477ba92f85712579b8222: digest: sha256:717d3894447b92008762c8c7ace6055edc1e4c91630a32db85388c4d1c898804 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:02.862Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:03.174Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.51 [2020-10-07T02:05:03.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-07T02:05:03.174Z] b929e68fe364: Preparing [2020-10-07T02:05:03.174Z] 7a0c639575e1: Preparing [2020-10-07T02:05:03.174Z] 02359c27f844: Preparing [2020-10-07T02:05:03.174Z] b929e68fe364: Layer already exists [2020-10-07T02:05:03.174Z] 02359c27f844: Layer already exists [2020-10-07T02:05:03.174Z] 7a0c639575e1: Layer already exists [2020-10-07T02:05:03.174Z] 1.2.2-dev.51: digest: sha256:717d3894447b92008762c8c7ace6055edc1e4c91630a32db85388c4d1c898804 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:03.578Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:03.905Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:03.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-07T02:05:03.905Z] b929e68fe364: Preparing [2020-10-07T02:05:03.905Z] 7a0c639575e1: Preparing [2020-10-07T02:05:03.905Z] 02359c27f844: Preparing [2020-10-07T02:05:03.905Z] 02359c27f844: Layer already exists [2020-10-07T02:05:03.905Z] 7a0c639575e1: Layer already exists [2020-10-07T02:05:03.905Z] b929e68fe364: Layer already exists [2020-10-07T02:05:03.905Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51: digest: sha256:717d3894447b92008762c8c7ace6055edc1e4c91630a32db85388c4d1c898804 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:04.212Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:04.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-07T02:05:04.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-07T02:05:04.510Z] b929e68fe364: Preparing [2020-10-07T02:05:04.510Z] 7a0c639575e1: Preparing [2020-10-07T02:05:04.510Z] 02359c27f844: Preparing [2020-10-07T02:05:04.510Z] 7a0c639575e1: Layer already exists [2020-10-07T02:05:04.510Z] b929e68fe364: Layer already exists [2020-10-07T02:05:04.510Z] 02359c27f844: Layer already exists [2020-10-07T02:05:04.511Z] master: digest: sha256:717d3894447b92008762c8c7ace6055edc1e4c91630a32db85388c4d1c898804 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T02:05:04.706Z] ===================================================== [Pipeline] echo [2020-10-07T02:05:04.750Z] taggedImages: [2020-10-07T02:05:04.750Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:04.750Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.51 [2020-10-07T02:05:04.750Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:04.750Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-07T02:05:04.812Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-07T02:05:04.812Z] fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:04.812Z] 1.2.2-dev.51 [2020-10-07T02:05:04.812Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:04.812Z] master [2020-10-07T02:05:04.812Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:05.293Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:fc25530dbf7c06d269e477ba92f85712579b8222 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:05.602Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:05.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-07T02:05:05.602Z] 8d23bda54063: Preparing [2020-10-07T02:05:05.602Z] 5d842e4cdebf: Preparing [2020-10-07T02:05:05.602Z] f24167c2bbc3: Preparing [2020-10-07T02:05:05.602Z] f6bd7dc6713a: Preparing [2020-10-07T02:05:05.602Z] a70262409ead: Preparing [2020-10-07T02:05:05.602Z] 50644c29ef5a: Preparing [2020-10-07T02:05:05.602Z] 50644c29ef5a: Waiting [2020-10-07T02:05:05.865Z] a70262409ead: Pushed [2020-10-07T02:05:05.865Z] 8d23bda54063: Pushed [2020-10-07T02:05:05.865Z] f24167c2bbc3: Pushed [2020-10-07T02:05:05.865Z] 50644c29ef5a: Layer already exists [2020-10-07T02:05:05.865Z] f6bd7dc6713a: Pushed [2020-10-07T02:05:07.256Z] 5d842e4cdebf: Pushed [2020-10-07T02:05:07.256Z] fc25530dbf7c06d269e477ba92f85712579b8222: digest: sha256:39fe738de0f8bcf6e53d98de32b0ef9745169b692af6c715f092c752da93077d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:07.561Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:07.866Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.51 [2020-10-07T02:05:07.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-07T02:05:07.866Z] 8d23bda54063: Preparing [2020-10-07T02:05:07.866Z] 5d842e4cdebf: Preparing [2020-10-07T02:05:07.866Z] f24167c2bbc3: Preparing [2020-10-07T02:05:07.866Z] f6bd7dc6713a: Preparing [2020-10-07T02:05:07.866Z] a70262409ead: Preparing [2020-10-07T02:05:07.866Z] 50644c29ef5a: Preparing [2020-10-07T02:05:07.866Z] 50644c29ef5a: Waiting [2020-10-07T02:05:07.866Z] a70262409ead: Layer already exists [2020-10-07T02:05:07.866Z] f24167c2bbc3: Layer already exists [2020-10-07T02:05:07.866Z] 5d842e4cdebf: Layer already exists [2020-10-07T02:05:07.866Z] 8d23bda54063: Layer already exists [2020-10-07T02:05:07.866Z] f6bd7dc6713a: Layer already exists [2020-10-07T02:05:07.866Z] 50644c29ef5a: Layer already exists [2020-10-07T02:05:07.866Z] 1.2.2-dev.51: digest: sha256:39fe738de0f8bcf6e53d98de32b0ef9745169b692af6c715f092c752da93077d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:08.175Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:08.474Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:08.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-07T02:05:08.474Z] 8d23bda54063: Preparing [2020-10-07T02:05:08.474Z] 5d842e4cdebf: Preparing [2020-10-07T02:05:08.474Z] f24167c2bbc3: Preparing [2020-10-07T02:05:08.474Z] f6bd7dc6713a: Preparing [2020-10-07T02:05:08.474Z] a70262409ead: Preparing [2020-10-07T02:05:08.474Z] 50644c29ef5a: Preparing [2020-10-07T02:05:08.474Z] 50644c29ef5a: Waiting [2020-10-07T02:05:08.474Z] 5d842e4cdebf: Layer already exists [2020-10-07T02:05:08.474Z] a70262409ead: Layer already exists [2020-10-07T02:05:08.474Z] f24167c2bbc3: Layer already exists [2020-10-07T02:05:08.474Z] 8d23bda54063: Layer already exists [2020-10-07T02:05:08.474Z] f6bd7dc6713a: Layer already exists [2020-10-07T02:05:08.474Z] 50644c29ef5a: Layer already exists [2020-10-07T02:05:08.474Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51: digest: sha256:39fe738de0f8bcf6e53d98de32b0ef9745169b692af6c715f092c752da93077d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:08.782Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:09.101Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-07T02:05:09.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-07T02:05:09.101Z] 8d23bda54063: Preparing [2020-10-07T02:05:09.101Z] 5d842e4cdebf: Preparing [2020-10-07T02:05:09.101Z] f24167c2bbc3: Preparing [2020-10-07T02:05:09.101Z] f6bd7dc6713a: Preparing [2020-10-07T02:05:09.101Z] a70262409ead: Preparing [2020-10-07T02:05:09.101Z] 50644c29ef5a: Preparing [2020-10-07T02:05:09.101Z] 50644c29ef5a: Waiting [2020-10-07T02:05:09.101Z] 8d23bda54063: Layer already exists [2020-10-07T02:05:09.101Z] 5d842e4cdebf: Layer already exists [2020-10-07T02:05:09.101Z] f24167c2bbc3: Layer already exists [2020-10-07T02:05:09.101Z] a70262409ead: Layer already exists [2020-10-07T02:05:09.101Z] f6bd7dc6713a: Layer already exists [2020-10-07T02:05:09.101Z] 50644c29ef5a: Layer already exists [2020-10-07T02:05:09.101Z] master: digest: sha256:39fe738de0f8bcf6e53d98de32b0ef9745169b692af6c715f092c752da93077d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T02:05:09.290Z] ===================================================== [Pipeline] echo [2020-10-07T02:05:09.334Z] taggedImages: [2020-10-07T02:05:09.334Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:09.334Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.51 [2020-10-07T02:05:09.334Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:09.334Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-07T02:05:09.407Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-07T02:05:09.407Z] fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:09.407Z] 1.2.2-dev.51 [2020-10-07T02:05:09.407Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:09.407Z] master [2020-10-07T02:05:09.407Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:09.900Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fc25530dbf7c06d269e477ba92f85712579b8222 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:10.195Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:10.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-07T02:05:10.195Z] 0c4395be8e13: Preparing [2020-10-07T02:05:10.195Z] c84115a8245f: Preparing [2020-10-07T02:05:10.195Z] 46216ab5da69: Preparing [2020-10-07T02:05:10.195Z] 46216ab5da69: Pushed [2020-10-07T02:05:10.458Z] 0c4395be8e13: Pushed [2020-10-07T02:05:11.069Z] 25b303627fd3: Pull complete [2020-10-07T02:05:11.069Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-07T02:05:11.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-07T02:05:11.069Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-07T02:05:11.310Z] prd-ubuntu18.04-docker-arm64-4c-16g-3871 does not seem to be running inside a container [2020-10-07T02:05:11.397Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:05:11.400Z] c84115a8245f: Pushed [2020-10-07T02:05:11.660Z] fc25530dbf7c06d269e477ba92f85712579b8222: digest: sha256:1157713095e7dfc554160504659e1cb6784d1c4ab55d8b94ce5c2df9ab2413f5 size: 943 [2020-10-07T02:05:15.096Z] $ docker top 36e5dd5bc3643197b818ea4c292001b1e96cd52ae95d1fb2f860c15c1bb9af63 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:15.815Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:16.116Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.51 [2020-10-07T02:05:16.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-07T02:05:16.116Z] 0c4395be8e13: Preparing [2020-10-07T02:05:16.116Z] c84115a8245f: Preparing [2020-10-07T02:05:16.116Z] 46216ab5da69: Preparing [2020-10-07T02:05:16.116Z] 46216ab5da69: Layer already exists [2020-10-07T02:05:16.116Z] 0c4395be8e13: Layer already exists [2020-10-07T02:05:16.116Z] c84115a8245f: Layer already exists [2020-10-07T02:05:16.378Z] 1.2.2-dev.51: digest: sha256:1157713095e7dfc554160504659e1cb6784d1c4ab55d8b94ce5c2df9ab2413f5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:16.450Z] + grep parallel [2020-10-07T02:05:16.450Z] + docker-compose build --help [2020-10-07T02:05:16.683Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:16.981Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:16.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-07T02:05:16.981Z] 0c4395be8e13: Preparing [2020-10-07T02:05:16.981Z] c84115a8245f: Preparing [2020-10-07T02:05:16.981Z] 46216ab5da69: Preparing [2020-10-07T02:05:16.981Z] c84115a8245f: Layer already exists [2020-10-07T02:05:16.981Z] 0c4395be8e13: Layer already exists [2020-10-07T02:05:16.981Z] 46216ab5da69: Layer already exists [2020-10-07T02:05:16.981Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51: digest: sha256:1157713095e7dfc554160504659e1cb6784d1c4ab55d8b94ce5c2df9ab2413f5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:17.332Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:17.697Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-07T02:05:17.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-07T02:05:17.697Z] 0c4395be8e13: Preparing [2020-10-07T02:05:17.697Z] c84115a8245f: Preparing [2020-10-07T02:05:17.697Z] 46216ab5da69: Preparing [2020-10-07T02:05:17.697Z] 0c4395be8e13: Layer already exists [2020-10-07T02:05:17.697Z] c84115a8245f: Layer already exists [2020-10-07T02:05:17.697Z] 46216ab5da69: Layer already exists [2020-10-07T02:05:17.697Z] master: digest: sha256:1157713095e7dfc554160504659e1cb6784d1c4ab55d8b94ce5c2df9ab2413f5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T02:05:17.872Z] ===================================================== [Pipeline] echo [2020-10-07T02:05:17.926Z] taggedImages: [2020-10-07T02:05:17.926Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:17.926Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.51 [2020-10-07T02:05:17.926Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:17.926Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-07T02:05:17.987Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-07T02:05:17.987Z] fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:17.987Z] 1.2.2-dev.51 [2020-10-07T02:05:17.987Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:17.987Z] master [2020-10-07T02:05:17.987Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:18.468Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:18.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:18.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-07T02:05:18.768Z] c5a967d19057: Preparing [2020-10-07T02:05:18.768Z] 50cbd0f6390f: Preparing [2020-10-07T02:05:18.768Z] c3c26a2c85de: Preparing [2020-10-07T02:05:18.768Z] 0fe805b85dab: Preparing [2020-10-07T02:05:18.768Z] 50644c29ef5a: Preparing [2020-10-07T02:05:18.768Z] 50644c29ef5a: Layer already exists [2020-10-07T02:05:19.035Z] c3c26a2c85de: Pushed [2020-10-07T02:05:19.035Z] 50cbd0f6390f: Pushed [2020-10-07T02:05:19.035Z] 0fe805b85dab: Pushed [2020-10-07T02:05:19.606Z] c5a967d19057: Pushed [2020-10-07T02:05:19.866Z] fc25530dbf7c06d269e477ba92f85712579b8222: digest: sha256:0916f92d819c7a93a97f29757fedcf13ce8da45f57c8ce22a871478952a0c4fc size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:20.174Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:20.474Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.51 [2020-10-07T02:05:20.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-07T02:05:20.474Z] c5a967d19057: Preparing [2020-10-07T02:05:20.474Z] 50cbd0f6390f: Preparing [2020-10-07T02:05:20.474Z] c3c26a2c85de: Preparing [2020-10-07T02:05:20.474Z] 0fe805b85dab: Preparing [2020-10-07T02:05:20.474Z] 50644c29ef5a: Preparing [2020-10-07T02:05:20.474Z] 50644c29ef5a: Layer already exists [2020-10-07T02:05:20.474Z] c5a967d19057: Layer already exists [2020-10-07T02:05:20.474Z] 0fe805b85dab: Layer already exists [2020-10-07T02:05:20.474Z] 50cbd0f6390f: Layer already exists [2020-10-07T02:05:20.474Z] c3c26a2c85de: Layer already exists [2020-10-07T02:05:20.474Z] 1.2.2-dev.51: digest: sha256:0916f92d819c7a93a97f29757fedcf13ce8da45f57c8ce22a871478952a0c4fc size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:20.787Z] --parallel Build images in parallel. [2020-10-07T02:05:20.794Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [Pipeline] } [2020-10-07T02:05:20.819Z] $ docker stop --time=1 36e5dd5bc3643197b818ea4c292001b1e96cd52ae95d1fb2f860c15c1bb9af63 [2020-10-07T02:05:22.880Z] $ docker rm -f 36e5dd5bc3643197b818ea4c292001b1e96cd52ae95d1fb2f860c15c1bb9af63 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:23.518Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:23.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-07T02:05:23.518Z] c5a967d19057: Preparing [2020-10-07T02:05:23.518Z] 50cbd0f6390f: Preparing [2020-10-07T02:05:23.518Z] c3c26a2c85de: Preparing [2020-10-07T02:05:23.518Z] 0fe805b85dab: Preparing [2020-10-07T02:05:23.518Z] 50644c29ef5a: Preparing [2020-10-07T02:05:23.518Z] c5a967d19057: Layer already exists [2020-10-07T02:05:23.518Z] 0fe805b85dab: Layer already exists [2020-10-07T02:05:23.518Z] c3c26a2c85de: Layer already exists [2020-10-07T02:05:23.518Z] 50644c29ef5a: Layer already exists [2020-10-07T02:05:23.518Z] 50cbd0f6390f: Layer already exists [2020-10-07T02:05:23.518Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51: digest: sha256:0916f92d819c7a93a97f29757fedcf13ce8da45f57c8ce22a871478952a0c4fc size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:23.789Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-07T02:05:23.790Z] . [Pipeline] withDockerContainer [2020-10-07T02:05:23.864Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-07T02:05:24.063Z] prd-ubuntu18.04-docker-arm64-4c-16g-3871 does not seem to be running inside a container [2020-10-07T02:05:24.161Z] $ 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/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:05:25.583Z] $ docker top eff7bbdf96a4e7eae3558675cd856c35592b63c241c2b61ed596010ab650406c -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:26.314Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-07T02:05:26.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-07T02:05:26.314Z] c5a967d19057: Preparing [2020-10-07T02:05:26.314Z] 50cbd0f6390f: Preparing [2020-10-07T02:05:26.314Z] c3c26a2c85de: Preparing [2020-10-07T02:05:26.314Z] 0fe805b85dab: Preparing [2020-10-07T02:05:26.314Z] 50644c29ef5a: Preparing [2020-10-07T02:05:26.314Z] 50644c29ef5a: Layer already exists [2020-10-07T02:05:26.314Z] 50cbd0f6390f: Layer already exists [2020-10-07T02:05:26.314Z] c5a967d19057: Layer already exists [2020-10-07T02:05:26.314Z] c3c26a2c85de: Layer already exists [2020-10-07T02:05:26.314Z] 0fe805b85dab: Layer already exists [2020-10-07T02:05:26.314Z] master: digest: sha256:0916f92d819c7a93a97f29757fedcf13ce8da45f57c8ce22a871478952a0c4fc size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T02:05:26.498Z] ===================================================== [Pipeline] echo [2020-10-07T02:05:26.543Z] taggedImages: [2020-10-07T02:05:26.543Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:26.543Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.51 [2020-10-07T02:05:26.543Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:26.543Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-07T02:05:26.603Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-07T02:05:26.603Z] fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:26.603Z] 1.2.2-dev.51 [2020-10-07T02:05:26.603Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:26.603Z] master [2020-10-07T02:05:26.603Z] ===================================================== [2020-10-07T02:05:26.613Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:27.105Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:27.410Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:27.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-07T02:05:27.410Z] 915966b94a9f: Preparing [2020-10-07T02:05:27.410Z] 63b4d87cadf6: Preparing [2020-10-07T02:05:27.410Z] 54458b5209aa: Preparing [2020-10-07T02:05:27.410Z] 46cd9fb25149: Preparing [2020-10-07T02:05:27.410Z] 46cd9fb25149: Preparing [2020-10-07T02:05:27.410Z] 6b775415cdd5: Preparing [2020-10-07T02:05:27.410Z] 9a72e3fdf4f6: Preparing [2020-10-07T02:05:27.410Z] c81daece65e2: Preparing [2020-10-07T02:05:27.410Z] 915966b94a9f: Preparing [2020-10-07T02:05:27.410Z] 22a0199f4b44: Preparing [2020-10-07T02:05:27.410Z] ed0557cf5f0c: Preparing [2020-10-07T02:05:27.410Z] 86f2a9df203e: Preparing [2020-10-07T02:05:27.410Z] 50644c29ef5a: Preparing [2020-10-07T02:05:27.410Z] 22a0199f4b44: Waiting [2020-10-07T02:05:27.410Z] 9a72e3fdf4f6: Waiting [2020-10-07T02:05:27.410Z] ed0557cf5f0c: Waiting [2020-10-07T02:05:27.410Z] 86f2a9df203e: Waiting [2020-10-07T02:05:27.410Z] c81daece65e2: Waiting [2020-10-07T02:05:27.410Z] 50644c29ef5a: Waiting [2020-10-07T02:05:27.672Z] 6b775415cdd5: Pushed [2020-10-07T02:05:27.672Z] 63b4d87cadf6: Pushed [2020-10-07T02:05:27.672Z] 54458b5209aa: Pushed [2020-10-07T02:05:27.672Z] 46cd9fb25149: Pushed [2020-10-07T02:05:27.934Z] 9a72e3fdf4f6: Pushed [2020-10-07T02:05:27.934Z] 22a0199f4b44: Pushed [2020-10-07T02:05:27.934Z] ed0557cf5f0c: Pushed [2020-10-07T02:05:27.934Z] c81daece65e2: Pushed [2020-10-07T02:05:27.934Z] 50644c29ef5a: Layer already exists [2020-10-07T02:05:28.195Z] 86f2a9df203e: Pushed [2020-10-07T02:05:28.457Z] 915966b94a9f: Pushed [2020-10-07T02:05:28.717Z] fc25530dbf7c06d269e477ba92f85712579b8222: digest: sha256:e81a6c74d1fae8eee265a85e17c240eac795ef9dd837faed1976764afb9127c2 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:29.025Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:29.328Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.51 [2020-10-07T02:05:29.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-07T02:05:29.328Z] 915966b94a9f: Preparing [2020-10-07T02:05:29.328Z] 63b4d87cadf6: Preparing [2020-10-07T02:05:29.328Z] 54458b5209aa: Preparing [2020-10-07T02:05:29.328Z] 46cd9fb25149: Preparing [2020-10-07T02:05:29.328Z] 46cd9fb25149: Preparing [2020-10-07T02:05:29.328Z] 6b775415cdd5: Preparing [2020-10-07T02:05:29.328Z] 9a72e3fdf4f6: Preparing [2020-10-07T02:05:29.328Z] c81daece65e2: Preparing [2020-10-07T02:05:29.328Z] 915966b94a9f: Preparing [2020-10-07T02:05:29.328Z] 22a0199f4b44: Preparing [2020-10-07T02:05:29.328Z] ed0557cf5f0c: Preparing [2020-10-07T02:05:29.328Z] 86f2a9df203e: Preparing [2020-10-07T02:05:29.328Z] 50644c29ef5a: Preparing [2020-10-07T02:05:29.328Z] 9a72e3fdf4f6: Waiting [2020-10-07T02:05:29.328Z] c81daece65e2: Waiting [2020-10-07T02:05:29.328Z] 22a0199f4b44: Waiting [2020-10-07T02:05:29.328Z] 50644c29ef5a: Waiting [2020-10-07T02:05:29.328Z] 86f2a9df203e: Waiting [2020-10-07T02:05:29.328Z] ed0557cf5f0c: Waiting [2020-10-07T02:05:29.328Z] 915966b94a9f: Layer already exists [2020-10-07T02:05:29.328Z] 6b775415cdd5: Layer already exists [2020-10-07T02:05:29.328Z] 54458b5209aa: Layer already exists [2020-10-07T02:05:29.328Z] 63b4d87cadf6: Layer already exists [2020-10-07T02:05:29.328Z] 46cd9fb25149: Layer already exists [2020-10-07T02:05:29.328Z] 22a0199f4b44: Layer already exists [2020-10-07T02:05:29.328Z] ed0557cf5f0c: Layer already exists [2020-10-07T02:05:29.328Z] 9a72e3fdf4f6: Layer already exists [2020-10-07T02:05:29.328Z] c81daece65e2: Layer already exists [2020-10-07T02:05:29.328Z] 86f2a9df203e: Layer already exists [2020-10-07T02:05:29.328Z] 50644c29ef5a: Layer already exists [2020-10-07T02:05:29.328Z] 1.2.2-dev.51: digest: sha256:e81a6c74d1fae8eee265a85e17c240eac795ef9dd837faed1976764afb9127c2 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:29.640Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:29.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:29.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-07T02:05:29.943Z] 915966b94a9f: Preparing [2020-10-07T02:05:29.943Z] 63b4d87cadf6: Preparing [2020-10-07T02:05:29.943Z] 54458b5209aa: Preparing [2020-10-07T02:05:29.943Z] 46cd9fb25149: Preparing [2020-10-07T02:05:29.943Z] 46cd9fb25149: Preparing [2020-10-07T02:05:29.943Z] 6b775415cdd5: Preparing [2020-10-07T02:05:29.943Z] 9a72e3fdf4f6: Preparing [2020-10-07T02:05:29.943Z] c81daece65e2: Preparing [2020-10-07T02:05:29.943Z] 915966b94a9f: Preparing [2020-10-07T02:05:29.943Z] 22a0199f4b44: Preparing [2020-10-07T02:05:29.943Z] ed0557cf5f0c: Preparing [2020-10-07T02:05:29.943Z] 86f2a9df203e: Preparing [2020-10-07T02:05:29.943Z] 50644c29ef5a: Preparing [2020-10-07T02:05:29.943Z] c81daece65e2: Waiting [2020-10-07T02:05:29.943Z] 22a0199f4b44: Waiting [2020-10-07T02:05:29.943Z] ed0557cf5f0c: Waiting [2020-10-07T02:05:29.943Z] 86f2a9df203e: Waiting [2020-10-07T02:05:29.943Z] 50644c29ef5a: Waiting [2020-10-07T02:05:29.943Z] 9a72e3fdf4f6: Waiting [2020-10-07T02:05:29.943Z] 54458b5209aa: Layer already exists [2020-10-07T02:05:29.943Z] 63b4d87cadf6: Layer already exists [2020-10-07T02:05:29.943Z] 6b775415cdd5: Layer already exists [2020-10-07T02:05:29.943Z] 915966b94a9f: Layer already exists [2020-10-07T02:05:29.943Z] 46cd9fb25149: Layer already exists [2020-10-07T02:05:29.943Z] 22a0199f4b44: Layer already exists [2020-10-07T02:05:29.943Z] 9a72e3fdf4f6: Layer already exists [2020-10-07T02:05:29.943Z] c81daece65e2: Layer already exists [2020-10-07T02:05:29.943Z] ed0557cf5f0c: Layer already exists [2020-10-07T02:05:29.943Z] 86f2a9df203e: Layer already exists [2020-10-07T02:05:29.943Z] 50644c29ef5a: Layer already exists [2020-10-07T02:05:29.943Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51: digest: sha256:e81a6c74d1fae8eee265a85e17c240eac795ef9dd837faed1976764afb9127c2 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:30.259Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:30.572Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-07T02:05:30.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-07T02:05:30.572Z] 915966b94a9f: Preparing [2020-10-07T02:05:30.572Z] 63b4d87cadf6: Preparing [2020-10-07T02:05:30.572Z] 54458b5209aa: Preparing [2020-10-07T02:05:30.572Z] 46cd9fb25149: Preparing [2020-10-07T02:05:30.572Z] 46cd9fb25149: Preparing [2020-10-07T02:05:30.572Z] 6b775415cdd5: Preparing [2020-10-07T02:05:30.572Z] 9a72e3fdf4f6: Preparing [2020-10-07T02:05:30.572Z] c81daece65e2: Preparing [2020-10-07T02:05:30.572Z] 915966b94a9f: Preparing [2020-10-07T02:05:30.572Z] 22a0199f4b44: Preparing [2020-10-07T02:05:30.572Z] ed0557cf5f0c: Preparing [2020-10-07T02:05:30.572Z] 86f2a9df203e: Preparing [2020-10-07T02:05:30.572Z] 50644c29ef5a: Preparing [2020-10-07T02:05:30.572Z] 9a72e3fdf4f6: Waiting [2020-10-07T02:05:30.572Z] c81daece65e2: Waiting [2020-10-07T02:05:30.572Z] 22a0199f4b44: Waiting [2020-10-07T02:05:30.572Z] ed0557cf5f0c: Waiting [2020-10-07T02:05:30.572Z] 86f2a9df203e: Waiting [2020-10-07T02:05:30.572Z] 50644c29ef5a: Waiting [2020-10-07T02:05:30.572Z] 6b775415cdd5: Layer already exists [2020-10-07T02:05:30.572Z] 915966b94a9f: Layer already exists [2020-10-07T02:05:30.572Z] 63b4d87cadf6: Layer already exists [2020-10-07T02:05:30.572Z] 46cd9fb25149: Layer already exists [2020-10-07T02:05:30.573Z] 54458b5209aa: Layer already exists [2020-10-07T02:05:30.573Z] c81daece65e2: Layer already exists [2020-10-07T02:05:30.573Z] ed0557cf5f0c: Layer already exists [2020-10-07T02:05:30.573Z] 86f2a9df203e: Layer already exists [2020-10-07T02:05:30.573Z] 22a0199f4b44: Layer already exists [2020-10-07T02:05:30.573Z] 9a72e3fdf4f6: Layer already exists [2020-10-07T02:05:30.573Z] 50644c29ef5a: Layer already exists [2020-10-07T02:05:30.573Z] master: digest: sha256:e81a6c74d1fae8eee265a85e17c240eac795ef9dd837faed1976764afb9127c2 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [2020-10-07T02:05:30.920Z] Building docker-core-command-go ... [2020-10-07T02:05:30.920Z] Building docker-core-data-go ... [2020-10-07T02:05:30.920Z] Building docker-core-metadata-go ... [2020-10-07T02:05:30.920Z] Building docker-security-proxy-setup-go ... [2020-10-07T02:05:30.920Z] Building docker-security-secrets-setup-go ... [2020-10-07T02:05:30.920Z] Building docker-security-secretstore-setup-go ... [2020-10-07T02:05:30.920Z] Building docker-support-logging-go ... [2020-10-07T02:05:30.920Z] Building docker-support-notifications-go ... [2020-10-07T02:05:30.920Z] Building docker-support-scheduler-go ... [2020-10-07T02:05:30.920Z] Building docker-sys-mgmt-agent-go ... [2020-10-07T02:05:30.920Z] Building docker-security-secrets-setup-go [2020-10-07T02:05:30.920Z] Building docker-core-data-go [2020-10-07T02:05:30.920Z] Building docker-support-logging-go [2020-10-07T02:05:30.920Z] Building docker-core-command-go [2020-10-07T02:05:30.920Z] Building docker-core-metadata-go [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T02:05:31.068Z] ===================================================== [Pipeline] echo [2020-10-07T02:05:31.241Z] taggedImages: [2020-10-07T02:05:31.241Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:31.241Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.51 [2020-10-07T02:05:31.241Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:31.241Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-07T02:05:31.357Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-07T02:05:31.357Z] fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:31.357Z] 1.2.2-dev.51 [2020-10-07T02:05:31.357Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:31.357Z] master [2020-10-07T02:05:31.357Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:31.888Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:32.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:32.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-07T02:05:32.199Z] e8d5453136cd: Preparing [2020-10-07T02:05:32.199Z] f8eca2eca06a: Preparing [2020-10-07T02:05:32.199Z] 0029e6a12fe4: Preparing [2020-10-07T02:05:32.199Z] 23329fcd4803: Preparing [2020-10-07T02:05:32.199Z] 89edbd4e377c: Preparing [2020-10-07T02:05:32.199Z] 45bd30ccbed1: Preparing [2020-10-07T02:05:32.199Z] 7e73e35a8c14: Preparing [2020-10-07T02:05:32.199Z] 5964fee08c81: Preparing [2020-10-07T02:05:32.199Z] aabfd4171c8e: Preparing [2020-10-07T02:05:32.199Z] e1e30734d95c: Preparing [2020-10-07T02:05:32.199Z] 1b3ee35aacca: Preparing [2020-10-07T02:05:32.199Z] 45bd30ccbed1: Waiting [2020-10-07T02:05:32.199Z] 7e73e35a8c14: Waiting [2020-10-07T02:05:32.199Z] 5964fee08c81: Waiting [2020-10-07T02:05:32.199Z] aabfd4171c8e: Waiting [2020-10-07T02:05:32.199Z] e1e30734d95c: Waiting [2020-10-07T02:05:32.199Z] 1b3ee35aacca: Waiting [2020-10-07T02:05:32.472Z] e8d5453136cd: Pushed [2020-10-07T02:05:32.472Z] f8eca2eca06a: Pushed [2020-10-07T02:05:32.472Z] 45bd30ccbed1: Pushed [2020-10-07T02:05:32.472Z] 7e73e35a8c14: Pushed [2020-10-07T02:05:32.741Z] 5964fee08c81: Pushed [2020-10-07T02:05:32.741Z] aabfd4171c8e: Pushed [2020-10-07T02:05:32.741Z] 1b3ee35aacca: Layer already exists [2020-10-07T02:05:33.312Z] e1e30734d95c: Pushed [2020-10-07T02:05:33.312Z] 0029e6a12fe4: Pushed [2020-10-07T02:05:33.573Z] 89edbd4e377c: Pushed [2020-10-07T02:05:33.573Z] 23329fcd4803: Pushed [2020-10-07T02:05:33.573Z] fc25530dbf7c06d269e477ba92f85712579b8222: digest: sha256:508b69343e1157efacc3d3db5aa2bcdd5c2b5c0cbec184542f2a57e9c94561e1 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:33.991Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:34.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.51 [2020-10-07T02:05:34.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-07T02:05:34.299Z] e8d5453136cd: Preparing [2020-10-07T02:05:34.299Z] f8eca2eca06a: Preparing [2020-10-07T02:05:34.299Z] 0029e6a12fe4: Preparing [2020-10-07T02:05:34.299Z] 23329fcd4803: Preparing [2020-10-07T02:05:34.299Z] 89edbd4e377c: Preparing [2020-10-07T02:05:34.299Z] 45bd30ccbed1: Preparing [2020-10-07T02:05:34.299Z] 7e73e35a8c14: Preparing [2020-10-07T02:05:34.299Z] 5964fee08c81: Preparing [2020-10-07T02:05:34.299Z] aabfd4171c8e: Preparing [2020-10-07T02:05:34.299Z] e1e30734d95c: Preparing [2020-10-07T02:05:34.299Z] 1b3ee35aacca: Preparing [2020-10-07T02:05:34.299Z] aabfd4171c8e: Waiting [2020-10-07T02:05:34.299Z] e1e30734d95c: Waiting [2020-10-07T02:05:34.299Z] 1b3ee35aacca: Waiting [2020-10-07T02:05:34.299Z] 45bd30ccbed1: Waiting [2020-10-07T02:05:34.299Z] 7e73e35a8c14: Waiting [2020-10-07T02:05:34.299Z] 5964fee08c81: Waiting [2020-10-07T02:05:34.299Z] 0029e6a12fe4: Layer already exists [2020-10-07T02:05:34.299Z] f8eca2eca06a: Layer already exists [2020-10-07T02:05:34.299Z] 89edbd4e377c: Layer already exists [2020-10-07T02:05:34.299Z] 23329fcd4803: Layer already exists [2020-10-07T02:05:34.299Z] e8d5453136cd: Layer already exists [2020-10-07T02:05:34.299Z] 7e73e35a8c14: Layer already exists [2020-10-07T02:05:34.299Z] 45bd30ccbed1: Layer already exists [2020-10-07T02:05:34.299Z] aabfd4171c8e: Layer already exists [2020-10-07T02:05:34.299Z] e1e30734d95c: Layer already exists [2020-10-07T02:05:34.299Z] 5964fee08c81: Layer already exists [2020-10-07T02:05:34.299Z] 1b3ee35aacca: Layer already exists [2020-10-07T02:05:34.299Z] 1.2.2-dev.51: digest: sha256:508b69343e1157efacc3d3db5aa2bcdd5c2b5c0cbec184542f2a57e9c94561e1 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:34.602Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:34.909Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:34.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-07T02:05:34.909Z] e8d5453136cd: Preparing [2020-10-07T02:05:34.909Z] f8eca2eca06a: Preparing [2020-10-07T02:05:34.909Z] 0029e6a12fe4: Preparing [2020-10-07T02:05:34.909Z] 23329fcd4803: Preparing [2020-10-07T02:05:34.909Z] 89edbd4e377c: Preparing [2020-10-07T02:05:34.909Z] 45bd30ccbed1: Preparing [2020-10-07T02:05:34.909Z] 7e73e35a8c14: Preparing [2020-10-07T02:05:34.909Z] 5964fee08c81: Preparing [2020-10-07T02:05:34.909Z] aabfd4171c8e: Preparing [2020-10-07T02:05:34.909Z] e1e30734d95c: Preparing [2020-10-07T02:05:34.909Z] 1b3ee35aacca: Preparing [2020-10-07T02:05:34.909Z] 45bd30ccbed1: Waiting [2020-10-07T02:05:34.909Z] 7e73e35a8c14: Waiting [2020-10-07T02:05:34.909Z] 5964fee08c81: Waiting [2020-10-07T02:05:34.909Z] 1b3ee35aacca: Waiting [2020-10-07T02:05:34.909Z] aabfd4171c8e: Waiting [2020-10-07T02:05:34.909Z] e1e30734d95c: Waiting [2020-10-07T02:05:34.909Z] 89edbd4e377c: Layer already exists [2020-10-07T02:05:34.909Z] 23329fcd4803: Layer already exists [2020-10-07T02:05:34.909Z] f8eca2eca06a: Layer already exists [2020-10-07T02:05:34.909Z] 0029e6a12fe4: Layer already exists [2020-10-07T02:05:34.909Z] e8d5453136cd: Layer already exists [2020-10-07T02:05:34.909Z] 45bd30ccbed1: Layer already exists [2020-10-07T02:05:34.909Z] 5964fee08c81: Layer already exists [2020-10-07T02:05:34.909Z] aabfd4171c8e: Layer already exists [2020-10-07T02:05:34.909Z] 7e73e35a8c14: Layer already exists [2020-10-07T02:05:34.909Z] e1e30734d95c: Layer already exists [2020-10-07T02:05:34.909Z] 1b3ee35aacca: Layer already exists [2020-10-07T02:05:34.909Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51: digest: sha256:508b69343e1157efacc3d3db5aa2bcdd5c2b5c0cbec184542f2a57e9c94561e1 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:35.213Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:35.520Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-07T02:05:35.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-07T02:05:35.520Z] e8d5453136cd: Preparing [2020-10-07T02:05:35.520Z] f8eca2eca06a: Preparing [2020-10-07T02:05:35.520Z] 0029e6a12fe4: Preparing [2020-10-07T02:05:35.520Z] 23329fcd4803: Preparing [2020-10-07T02:05:35.520Z] 89edbd4e377c: Preparing [2020-10-07T02:05:35.520Z] 45bd30ccbed1: Preparing [2020-10-07T02:05:35.520Z] 7e73e35a8c14: Preparing [2020-10-07T02:05:35.520Z] 5964fee08c81: Preparing [2020-10-07T02:05:35.520Z] aabfd4171c8e: Preparing [2020-10-07T02:05:35.520Z] e1e30734d95c: Preparing [2020-10-07T02:05:35.520Z] 1b3ee35aacca: Preparing [2020-10-07T02:05:35.520Z] 45bd30ccbed1: Waiting [2020-10-07T02:05:35.520Z] 7e73e35a8c14: Waiting [2020-10-07T02:05:35.520Z] 5964fee08c81: Waiting [2020-10-07T02:05:35.520Z] aabfd4171c8e: Waiting [2020-10-07T02:05:35.520Z] e1e30734d95c: Waiting [2020-10-07T02:05:35.520Z] 1b3ee35aacca: Waiting [2020-10-07T02:05:35.520Z] f8eca2eca06a: Layer already exists [2020-10-07T02:05:35.520Z] 89edbd4e377c: Layer already exists [2020-10-07T02:05:35.520Z] e8d5453136cd: Layer already exists [2020-10-07T02:05:35.520Z] 23329fcd4803: Layer already exists [2020-10-07T02:05:35.520Z] 0029e6a12fe4: Layer already exists [2020-10-07T02:05:35.520Z] e1e30734d95c: Layer already exists [2020-10-07T02:05:35.520Z] 45bd30ccbed1: Layer already exists [2020-10-07T02:05:35.520Z] 5964fee08c81: Layer already exists [2020-10-07T02:05:35.520Z] 7e73e35a8c14: Layer already exists [2020-10-07T02:05:35.520Z] aabfd4171c8e: Layer already exists [2020-10-07T02:05:35.520Z] 1b3ee35aacca: Layer already exists [2020-10-07T02:05:35.520Z] master: digest: sha256:508b69343e1157efacc3d3db5aa2bcdd5c2b5c0cbec184542f2a57e9c94561e1 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T02:05:35.683Z] ===================================================== [Pipeline] echo [2020-10-07T02:05:35.725Z] taggedImages: [2020-10-07T02:05:35.725Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:35.725Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.51 [2020-10-07T02:05:35.725Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:35.725Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-07T02:05:35.784Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-07T02:05:35.784Z] fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:35.784Z] 1.2.2-dev.51 [2020-10-07T02:05:35.784Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:35.784Z] master [2020-10-07T02:05:35.784Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:36.242Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:fc25530dbf7c06d269e477ba92f85712579b8222 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:36.542Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:36.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-07T02:05:36.542Z] d4a99961949b: Preparing [2020-10-07T02:05:36.542Z] cf0f070aced6: Preparing [2020-10-07T02:05:36.542Z] a01246b614d0: Preparing [2020-10-07T02:05:36.542Z] f4c4b51af68d: Preparing [2020-10-07T02:05:36.542Z] a01246b614d0: Pushed [2020-10-07T02:05:36.804Z] d4a99961949b: Pushed [2020-10-07T02:05:36.804Z] f4c4b51af68d: Pushed [2020-10-07T02:05:37.746Z] cf0f070aced6: Pushed [2020-10-07T02:05:37.746Z] fc25530dbf7c06d269e477ba92f85712579b8222: digest: sha256:de2a9ce3bb78138cb5fd9fe591ee7518b2b1a864fe5b2c34f3f4197b06407c39 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:38.051Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:38.347Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.51 [2020-10-07T02:05:38.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-07T02:05:38.347Z] d4a99961949b: Preparing [2020-10-07T02:05:38.347Z] cf0f070aced6: Preparing [2020-10-07T02:05:38.347Z] a01246b614d0: Preparing [2020-10-07T02:05:38.347Z] f4c4b51af68d: Preparing [2020-10-07T02:05:38.347Z] f4c4b51af68d: Layer already exists [2020-10-07T02:05:38.347Z] a01246b614d0: Layer already exists [2020-10-07T02:05:38.347Z] cf0f070aced6: Layer already exists [2020-10-07T02:05:38.347Z] d4a99961949b: Layer already exists [2020-10-07T02:05:38.347Z] 1.2.2-dev.51: digest: sha256:de2a9ce3bb78138cb5fd9fe591ee7518b2b1a864fe5b2c34f3f4197b06407c39 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:38.654Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:38.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:38.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-07T02:05:38.951Z] d4a99961949b: Preparing [2020-10-07T02:05:38.951Z] cf0f070aced6: Preparing [2020-10-07T02:05:38.951Z] a01246b614d0: Preparing [2020-10-07T02:05:38.951Z] f4c4b51af68d: Preparing [2020-10-07T02:05:38.951Z] f4c4b51af68d: Layer already exists [2020-10-07T02:05:38.951Z] d4a99961949b: Layer already exists [2020-10-07T02:05:38.951Z] a01246b614d0: Layer already exists [2020-10-07T02:05:38.951Z] cf0f070aced6: Layer already exists [2020-10-07T02:05:38.951Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51: digest: sha256:de2a9ce3bb78138cb5fd9fe591ee7518b2b1a864fe5b2c34f3f4197b06407c39 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:39.256Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:39.553Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-07T02:05:39.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-07T02:05:39.553Z] d4a99961949b: Preparing [2020-10-07T02:05:39.553Z] cf0f070aced6: Preparing [2020-10-07T02:05:39.553Z] a01246b614d0: Preparing [2020-10-07T02:05:39.553Z] f4c4b51af68d: Preparing [2020-10-07T02:05:39.553Z] cf0f070aced6: Layer already exists [2020-10-07T02:05:39.553Z] d4a99961949b: Layer already exists [2020-10-07T02:05:39.553Z] f4c4b51af68d: Layer already exists [2020-10-07T02:05:39.553Z] a01246b614d0: Layer already exists [2020-10-07T02:05:39.553Z] master: digest: sha256:de2a9ce3bb78138cb5fd9fe591ee7518b2b1a864fe5b2c34f3f4197b06407c39 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T02:05:39.721Z] ===================================================== [Pipeline] echo [2020-10-07T02:05:39.766Z] taggedImages: [2020-10-07T02:05:39.767Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:39.767Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.51 [2020-10-07T02:05:39.767Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:39.767Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-07T02:05:39.827Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-07T02:05:39.827Z] fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:39.827Z] 1.2.2-dev.51 [2020-10-07T02:05:39.827Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:39.827Z] master [2020-10-07T02:05:39.827Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:40.296Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fc25530dbf7c06d269e477ba92f85712579b8222 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:40.592Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:40.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-07T02:05:40.592Z] a7f3cb4a9000: Preparing [2020-10-07T02:05:40.592Z] 78add80a6a9a: Preparing [2020-10-07T02:05:40.592Z] ba457b6a3ca0: Preparing [2020-10-07T02:05:40.592Z] f0d4933fbde4: Preparing [2020-10-07T02:05:40.592Z] a1704a7212da: Preparing [2020-10-07T02:05:40.592Z] 6d441e575210: Preparing [2020-10-07T02:05:40.592Z] 6d441e575210: Waiting [2020-10-07T02:05:40.592Z] ba457b6a3ca0: Pushed [2020-10-07T02:05:40.853Z] f0d4933fbde4: Pushed [2020-10-07T02:05:40.853Z] a7f3cb4a9000: Pushed [2020-10-07T02:05:40.853Z] a1704a7212da: Pushed [2020-10-07T02:05:40.853Z] 6d441e575210: Pushed [2020-10-07T02:05:41.795Z] 78add80a6a9a: Pushed [2020-10-07T02:05:42.055Z] fc25530dbf7c06d269e477ba92f85712579b8222: digest: sha256:b10a05fbe72f88f69e8cf9bdac620cc517d4f433a652643bee9effd3ef043660 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:42.359Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:42.656Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.51 [2020-10-07T02:05:42.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-07T02:05:42.656Z] a7f3cb4a9000: Preparing [2020-10-07T02:05:42.656Z] 78add80a6a9a: Preparing [2020-10-07T02:05:42.656Z] ba457b6a3ca0: Preparing [2020-10-07T02:05:42.656Z] f0d4933fbde4: Preparing [2020-10-07T02:05:42.656Z] a1704a7212da: Preparing [2020-10-07T02:05:42.656Z] 6d441e575210: Preparing [2020-10-07T02:05:42.656Z] 6d441e575210: Waiting [2020-10-07T02:05:42.656Z] ba457b6a3ca0: Layer already exists [2020-10-07T02:05:42.656Z] a1704a7212da: Layer already exists [2020-10-07T02:05:42.656Z] 78add80a6a9a: Layer already exists [2020-10-07T02:05:42.656Z] a7f3cb4a9000: Layer already exists [2020-10-07T02:05:42.656Z] f0d4933fbde4: Layer already exists [2020-10-07T02:05:42.656Z] 6d441e575210: Layer already exists [2020-10-07T02:05:42.656Z] 1.2.2-dev.51: digest: sha256:b10a05fbe72f88f69e8cf9bdac620cc517d4f433a652643bee9effd3ef043660 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:42.959Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:43.255Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:43.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-07T02:05:43.255Z] a7f3cb4a9000: Preparing [2020-10-07T02:05:43.255Z] 78add80a6a9a: Preparing [2020-10-07T02:05:43.255Z] ba457b6a3ca0: Preparing [2020-10-07T02:05:43.255Z] f0d4933fbde4: Preparing [2020-10-07T02:05:43.255Z] a1704a7212da: Preparing [2020-10-07T02:05:43.255Z] 6d441e575210: Preparing [2020-10-07T02:05:43.255Z] 6d441e575210: Waiting [2020-10-07T02:05:43.255Z] ba457b6a3ca0: Layer already exists [2020-10-07T02:05:43.255Z] f0d4933fbde4: Layer already exists [2020-10-07T02:05:43.255Z] 78add80a6a9a: Layer already exists [2020-10-07T02:05:43.255Z] a7f3cb4a9000: Layer already exists [2020-10-07T02:05:43.255Z] a1704a7212da: Layer already exists [2020-10-07T02:05:43.255Z] 6d441e575210: Layer already exists [2020-10-07T02:05:43.255Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51: digest: sha256:b10a05fbe72f88f69e8cf9bdac620cc517d4f433a652643bee9effd3ef043660 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:43.645Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:43.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-07T02:05:43.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-07T02:05:43.987Z] a7f3cb4a9000: Preparing [2020-10-07T02:05:43.987Z] 78add80a6a9a: Preparing [2020-10-07T02:05:43.987Z] ba457b6a3ca0: Preparing [2020-10-07T02:05:43.987Z] f0d4933fbde4: Preparing [2020-10-07T02:05:43.987Z] a1704a7212da: Preparing [2020-10-07T02:05:43.987Z] 6d441e575210: Preparing [2020-10-07T02:05:43.987Z] 6d441e575210: Waiting [2020-10-07T02:05:43.987Z] a1704a7212da: Layer already exists [2020-10-07T02:05:43.987Z] 78add80a6a9a: Layer already exists [2020-10-07T02:05:43.987Z] ba457b6a3ca0: Layer already exists [2020-10-07T02:05:43.987Z] f0d4933fbde4: Layer already exists [2020-10-07T02:05:43.987Z] a7f3cb4a9000: Layer already exists [2020-10-07T02:05:43.987Z] 6d441e575210: Layer already exists [2020-10-07T02:05:43.987Z] master: digest: sha256:b10a05fbe72f88f69e8cf9bdac620cc517d4f433a652643bee9effd3ef043660 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T02:05:44.152Z] ===================================================== [Pipeline] echo [2020-10-07T02:05:44.198Z] taggedImages: [2020-10-07T02:05:44.198Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:44.198Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.51 [2020-10-07T02:05:44.198Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:44.198Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-07T02:05:44.346Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-07T02:05:44.346Z] fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:44.346Z] 1.2.2-dev.51 [2020-10-07T02:05:44.346Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:44.346Z] master [2020-10-07T02:05:44.346Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:44.831Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fc25530dbf7c06d269e477ba92f85712579b8222 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:45.140Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:45.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-07T02:05:45.140Z] f8ae2e9d1c1f: Preparing [2020-10-07T02:05:45.140Z] 29b677a154ad: Preparing [2020-10-07T02:05:45.140Z] 3dacc2d09c1a: Preparing [2020-10-07T02:05:45.140Z] 3dacc2d09c1a: Pushed [2020-10-07T02:05:45.140Z] f8ae2e9d1c1f: Pushed [2020-10-07T02:05:46.531Z] 29b677a154ad: Pushed [2020-10-07T02:05:46.531Z] fc25530dbf7c06d269e477ba92f85712579b8222: digest: sha256:a1360df77a4e95a173c52a1a2780e4a7a7f88860fed9f9bd21094c6f4aa49fbb size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:46.833Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:47.128Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.51 [2020-10-07T02:05:47.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-07T02:05:47.128Z] f8ae2e9d1c1f: Preparing [2020-10-07T02:05:47.128Z] 29b677a154ad: Preparing [2020-10-07T02:05:47.128Z] 3dacc2d09c1a: Preparing [2020-10-07T02:05:47.128Z] 3dacc2d09c1a: Layer already exists [2020-10-07T02:05:47.128Z] f8ae2e9d1c1f: Layer already exists [2020-10-07T02:05:47.128Z] 29b677a154ad: Layer already exists [2020-10-07T02:05:47.128Z] 1.2.2-dev.51: digest: sha256:a1360df77a4e95a173c52a1a2780e4a7a7f88860fed9f9bd21094c6f4aa49fbb size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:47.431Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:47.728Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:47.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-07T02:05:47.728Z] f8ae2e9d1c1f: Preparing [2020-10-07T02:05:47.728Z] 29b677a154ad: Preparing [2020-10-07T02:05:47.728Z] 3dacc2d09c1a: Preparing [2020-10-07T02:05:47.728Z] 3dacc2d09c1a: Layer already exists [2020-10-07T02:05:47.728Z] 29b677a154ad: Layer already exists [2020-10-07T02:05:47.728Z] f8ae2e9d1c1f: Layer already exists [2020-10-07T02:05:47.728Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51: digest: sha256:a1360df77a4e95a173c52a1a2780e4a7a7f88860fed9f9bd21094c6f4aa49fbb size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:48.032Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:48.327Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-07T02:05:48.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-07T02:05:48.327Z] f8ae2e9d1c1f: Preparing [2020-10-07T02:05:48.327Z] 29b677a154ad: Preparing [2020-10-07T02:05:48.327Z] 3dacc2d09c1a: Preparing [2020-10-07T02:05:48.327Z] f8ae2e9d1c1f: Layer already exists [2020-10-07T02:05:48.327Z] 29b677a154ad: Layer already exists [2020-10-07T02:05:48.327Z] 3dacc2d09c1a: Layer already exists [2020-10-07T02:05:48.327Z] master: digest: sha256:a1360df77a4e95a173c52a1a2780e4a7a7f88860fed9f9bd21094c6f4aa49fbb size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T02:05:48.519Z] ===================================================== [Pipeline] echo [2020-10-07T02:05:48.564Z] taggedImages: [2020-10-07T02:05:48.564Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:48.564Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.51 [2020-10-07T02:05:48.564Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:48.564Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-07T02:05:48.629Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-07T02:05:48.630Z] fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:48.630Z] 1.2.2-dev.51 [2020-10-07T02:05:48.630Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:48.630Z] master [2020-10-07T02:05:48.630Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:49.103Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fc25530dbf7c06d269e477ba92f85712579b8222 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:49.417Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:49.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-07T02:05:49.417Z] 265aeeb64ac8: Preparing [2020-10-07T02:05:49.417Z] 102f7693d9d0: Preparing [2020-10-07T02:05:49.417Z] bfd26e8b8a9b: Preparing [2020-10-07T02:05:49.417Z] 0ffdc0313620: Preparing [2020-10-07T02:05:49.417Z] 4b52152ed49f: Preparing [2020-10-07T02:05:49.417Z] f967f432a273: Preparing [2020-10-07T02:05:49.417Z] bcaed40d58e0: Preparing [2020-10-07T02:05:49.417Z] 527eef706b20: Preparing [2020-10-07T02:05:49.417Z] 224742e9e948: Preparing [2020-10-07T02:05:49.417Z] 5391e5290f13: Preparing [2020-10-07T02:05:49.417Z] 13baed61c795: Preparing [2020-10-07T02:05:49.417Z] 51d6d3d09136: Preparing [2020-10-07T02:05:49.417Z] 1507bc794612: Preparing [2020-10-07T02:05:49.417Z] 50644c29ef5a: Preparing [2020-10-07T02:05:49.417Z] f967f432a273: Waiting [2020-10-07T02:05:49.417Z] bcaed40d58e0: Waiting [2020-10-07T02:05:49.417Z] 527eef706b20: Waiting [2020-10-07T02:05:49.417Z] 224742e9e948: Waiting [2020-10-07T02:05:49.417Z] 5391e5290f13: Waiting [2020-10-07T02:05:49.417Z] 13baed61c795: Waiting [2020-10-07T02:05:49.417Z] 51d6d3d09136: Waiting [2020-10-07T02:05:49.417Z] 1507bc794612: Waiting [2020-10-07T02:05:49.417Z] 50644c29ef5a: Waiting [2020-10-07T02:05:49.698Z] 4b52152ed49f: Pushed [2020-10-07T02:05:49.698Z] 265aeeb64ac8: Pushed [2020-10-07T02:05:49.969Z] 0ffdc0313620: Pushed [2020-10-07T02:05:49.969Z] 527eef706b20: Layer already exists [2020-10-07T02:05:49.969Z] 224742e9e948: Layer already exists [2020-10-07T02:05:49.969Z] bcaed40d58e0: Pushed [2020-10-07T02:05:49.969Z] 5391e5290f13: Layer already exists [2020-10-07T02:05:49.969Z] 13baed61c795: Layer already exists [2020-10-07T02:05:49.969Z] 51d6d3d09136: Layer already exists [2020-10-07T02:05:49.969Z] 1507bc794612: Layer already exists [2020-10-07T02:05:49.969Z] 50644c29ef5a: Layer already exists [2020-10-07T02:05:49.969Z] 102f7693d9d0: Pushed [2020-10-07T02:05:50.542Z] f967f432a273: Pushed [2020-10-07T02:05:53.852Z] bfd26e8b8a9b: Pushed [2020-10-07T02:05:53.852Z] fc25530dbf7c06d269e477ba92f85712579b8222: digest: sha256:57ff436057b93c553fcf18808934d0ab9f69f1aef9076b802f169874ccae286f size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:54.159Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:54.459Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.51 [2020-10-07T02:05:54.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-07T02:05:54.459Z] 265aeeb64ac8: Preparing [2020-10-07T02:05:54.459Z] 102f7693d9d0: Preparing [2020-10-07T02:05:54.459Z] bfd26e8b8a9b: Preparing [2020-10-07T02:05:54.459Z] 0ffdc0313620: Preparing [2020-10-07T02:05:54.459Z] 4b52152ed49f: Preparing [2020-10-07T02:05:54.459Z] f967f432a273: Preparing [2020-10-07T02:05:54.459Z] bcaed40d58e0: Preparing [2020-10-07T02:05:54.459Z] 527eef706b20: Preparing [2020-10-07T02:05:54.459Z] 224742e9e948: Preparing [2020-10-07T02:05:54.459Z] 5391e5290f13: Preparing [2020-10-07T02:05:54.459Z] 13baed61c795: Preparing [2020-10-07T02:05:54.459Z] 51d6d3d09136: Preparing [2020-10-07T02:05:54.459Z] 1507bc794612: Preparing [2020-10-07T02:05:54.459Z] 50644c29ef5a: Preparing [2020-10-07T02:05:54.459Z] f967f432a273: Waiting [2020-10-07T02:05:54.459Z] bcaed40d58e0: Waiting [2020-10-07T02:05:54.459Z] 527eef706b20: Waiting [2020-10-07T02:05:54.459Z] 224742e9e948: Waiting [2020-10-07T02:05:54.459Z] 5391e5290f13: Waiting [2020-10-07T02:05:54.459Z] 13baed61c795: Waiting [2020-10-07T02:05:54.459Z] 51d6d3d09136: Waiting [2020-10-07T02:05:54.459Z] 1507bc794612: Waiting [2020-10-07T02:05:54.459Z] 50644c29ef5a: Waiting [2020-10-07T02:05:54.459Z] 0ffdc0313620: Layer already exists [2020-10-07T02:05:54.459Z] 102f7693d9d0: Layer already exists [2020-10-07T02:05:54.459Z] 265aeeb64ac8: Layer already exists [2020-10-07T02:05:54.459Z] bfd26e8b8a9b: Layer already exists [2020-10-07T02:05:54.459Z] 4b52152ed49f: Layer already exists [2020-10-07T02:05:54.459Z] bcaed40d58e0: Layer already exists [2020-10-07T02:05:54.459Z] 527eef706b20: Layer already exists [2020-10-07T02:05:54.459Z] f967f432a273: Layer already exists [2020-10-07T02:05:54.459Z] 224742e9e948: Layer already exists [2020-10-07T02:05:54.459Z] 5391e5290f13: Layer already exists [2020-10-07T02:05:54.459Z] 1507bc794612: Layer already exists [2020-10-07T02:05:54.459Z] 13baed61c795: Layer already exists [2020-10-07T02:05:54.459Z] 50644c29ef5a: Layer already exists [2020-10-07T02:05:54.459Z] 51d6d3d09136: Layer already exists [2020-10-07T02:05:54.459Z] 1.2.2-dev.51: digest: sha256:57ff436057b93c553fcf18808934d0ab9f69f1aef9076b802f169874ccae286f size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:54.766Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:55.063Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:55.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-07T02:05:55.063Z] 265aeeb64ac8: Preparing [2020-10-07T02:05:55.063Z] 102f7693d9d0: Preparing [2020-10-07T02:05:55.063Z] bfd26e8b8a9b: Preparing [2020-10-07T02:05:55.063Z] 0ffdc0313620: Preparing [2020-10-07T02:05:55.063Z] 4b52152ed49f: Preparing [2020-10-07T02:05:55.063Z] f967f432a273: Preparing [2020-10-07T02:05:55.063Z] bcaed40d58e0: Preparing [2020-10-07T02:05:55.063Z] 527eef706b20: Preparing [2020-10-07T02:05:55.063Z] 224742e9e948: Preparing [2020-10-07T02:05:55.063Z] 5391e5290f13: Preparing [2020-10-07T02:05:55.063Z] 13baed61c795: Preparing [2020-10-07T02:05:55.063Z] 51d6d3d09136: Preparing [2020-10-07T02:05:55.063Z] 1507bc794612: Preparing [2020-10-07T02:05:55.063Z] 50644c29ef5a: Preparing [2020-10-07T02:05:55.063Z] f967f432a273: Waiting [2020-10-07T02:05:55.063Z] bcaed40d58e0: Waiting [2020-10-07T02:05:55.063Z] 527eef706b20: Waiting [2020-10-07T02:05:55.063Z] 224742e9e948: Waiting [2020-10-07T02:05:55.063Z] 5391e5290f13: Waiting [2020-10-07T02:05:55.063Z] 13baed61c795: Waiting [2020-10-07T02:05:55.063Z] 51d6d3d09136: Waiting [2020-10-07T02:05:55.063Z] 1507bc794612: Waiting [2020-10-07T02:05:55.063Z] 50644c29ef5a: Waiting [2020-10-07T02:05:55.063Z] 265aeeb64ac8: Layer already exists [2020-10-07T02:05:55.063Z] 4b52152ed49f: Layer already exists [2020-10-07T02:05:55.063Z] bfd26e8b8a9b: Layer already exists [2020-10-07T02:05:55.063Z] 0ffdc0313620: Layer already exists [2020-10-07T02:05:55.063Z] 102f7693d9d0: Layer already exists [2020-10-07T02:05:55.063Z] f967f432a273: Layer already exists [2020-10-07T02:05:55.063Z] 224742e9e948: Layer already exists [2020-10-07T02:05:55.063Z] 527eef706b20: Layer already exists [2020-10-07T02:05:55.063Z] bcaed40d58e0: Layer already exists [2020-10-07T02:05:55.063Z] 5391e5290f13: Layer already exists [2020-10-07T02:05:55.063Z] 1507bc794612: Layer already exists [2020-10-07T02:05:55.063Z] 13baed61c795: Layer already exists [2020-10-07T02:05:55.063Z] 51d6d3d09136: Layer already exists [2020-10-07T02:05:55.063Z] 50644c29ef5a: Layer already exists [2020-10-07T02:05:55.063Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51: digest: sha256:57ff436057b93c553fcf18808934d0ab9f69f1aef9076b802f169874ccae286f size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:55.366Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:05:55.736Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-07T02:05:55.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-07T02:05:55.736Z] 265aeeb64ac8: Preparing [2020-10-07T02:05:55.736Z] 102f7693d9d0: Preparing [2020-10-07T02:05:55.736Z] bfd26e8b8a9b: Preparing [2020-10-07T02:05:55.736Z] 0ffdc0313620: Preparing [2020-10-07T02:05:55.736Z] 4b52152ed49f: Preparing [2020-10-07T02:05:55.736Z] f967f432a273: Preparing [2020-10-07T02:05:55.736Z] bcaed40d58e0: Preparing [2020-10-07T02:05:55.736Z] 527eef706b20: Preparing [2020-10-07T02:05:55.736Z] 224742e9e948: Preparing [2020-10-07T02:05:55.736Z] 5391e5290f13: Preparing [2020-10-07T02:05:55.736Z] 13baed61c795: Preparing [2020-10-07T02:05:55.736Z] 51d6d3d09136: Preparing [2020-10-07T02:05:55.736Z] 1507bc794612: Preparing [2020-10-07T02:05:55.736Z] 50644c29ef5a: Preparing [2020-10-07T02:05:55.736Z] f967f432a273: Waiting [2020-10-07T02:05:55.736Z] bcaed40d58e0: Waiting [2020-10-07T02:05:55.736Z] 527eef706b20: Waiting [2020-10-07T02:05:55.736Z] 224742e9e948: Waiting [2020-10-07T02:05:55.736Z] 5391e5290f13: Waiting [2020-10-07T02:05:55.736Z] 13baed61c795: Waiting [2020-10-07T02:05:55.736Z] 51d6d3d09136: Waiting [2020-10-07T02:05:55.736Z] 1507bc794612: Waiting [2020-10-07T02:05:55.736Z] 50644c29ef5a: Waiting [2020-10-07T02:05:55.736Z] bfd26e8b8a9b: Layer already exists [2020-10-07T02:05:55.736Z] 4b52152ed49f: Layer already exists [2020-10-07T02:05:55.736Z] 0ffdc0313620: Layer already exists [2020-10-07T02:05:55.736Z] 265aeeb64ac8: Layer already exists [2020-10-07T02:05:55.736Z] 102f7693d9d0: Layer already exists [2020-10-07T02:05:55.736Z] 527eef706b20: Layer already exists [2020-10-07T02:05:55.736Z] bcaed40d58e0: Layer already exists [2020-10-07T02:05:55.736Z] 224742e9e948: Layer already exists [2020-10-07T02:05:55.736Z] f967f432a273: Layer already exists [2020-10-07T02:05:55.736Z] 5391e5290f13: Layer already exists [2020-10-07T02:05:55.736Z] 50644c29ef5a: Layer already exists [2020-10-07T02:05:55.736Z] 13baed61c795: Layer already exists [2020-10-07T02:05:55.736Z] 51d6d3d09136: Layer already exists [2020-10-07T02:05:55.736Z] 1507bc794612: Layer already exists [2020-10-07T02:05:55.736Z] master: digest: sha256:57ff436057b93c553fcf18808934d0ab9f69f1aef9076b802f169874ccae286f size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T02:05:55.930Z] ===================================================== [Pipeline] echo [2020-10-07T02:05:55.974Z] taggedImages: [2020-10-07T02:05:55.974Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:05:55.974Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.51 [2020-10-07T02:05:55.974Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:05:55.974Z] - 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-07T02:06:52.718Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T02:06:52.718Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T02:06:52.718Z] ---> f7f9b7b2c30b [2020-10-07T02:06:52.718Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T02:06:52.718Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T02:06:52.718Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T02:06:52.718Z] ---> f7f9b7b2c30b [2020-10-07T02:06:52.718Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T02:06:52.718Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T02:06:52.718Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-07T02:06:52.718Z] ---> f7f9b7b2c30b [2020-10-07T02:06:52.718Z] Step 3/23 : WORKDIR /edgex-go [2020-10-07T02:06:52.718Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T02:06:52.718Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-07T02:06:52.718Z] ---> f7f9b7b2c30b [2020-10-07T02:06:52.718Z] Step 3/29 : WORKDIR /edgex-go [2020-10-07T02:06:52.718Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T02:06:52.718Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-07T02:06:52.718Z] ---> f7f9b7b2c30b [2020-10-07T02:06:52.718Z] Step 3/22 : WORKDIR /edgex-go [2020-10-07T02:06:52.997Z] ---> Running in 80be0d0faff9 [2020-10-07T02:06:52.997Z] ---> Running in 7ed254bcece7 [2020-10-07T02:06:52.997Z] ---> Running in 89d7a751a30b [2020-10-07T02:06:52.997Z] ---> Running in 20c75348e1fd [2020-10-07T02:06:52.997Z] ---> Running in b4beb566b5ab [2020-10-07T02:06:53.596Z] Removing intermediate container 7ed254bcece7 [2020-10-07T02:06:53.596Z] ---> f9357a637579 [2020-10-07T02:06:53.596Z] Removing intermediate container b4beb566b5ab [2020-10-07T02:06:53.596Z] ---> 0bae1a618eaa [2020-10-07T02:06:53.596Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T02:06:53.596Z] Step 4/29 : RUN apk update && apk add make git [2020-10-07T02:06:53.596Z] Removing intermediate container 20c75348e1fd [2020-10-07T02:06:53.596Z] ---> 2ff6e6d40ebc [2020-10-07T02:06:53.596Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T02:06:53.875Z] Removing intermediate container 80be0d0faff9 [2020-10-07T02:06:53.875Z] ---> d3c92fd6bf35 [2020-10-07T02:06:53.875Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T02:06:53.875Z] Removing intermediate container 89d7a751a30b [2020-10-07T02:06:53.875Z] ---> af5957b5f076 [2020-10-07T02:06:53.875Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T02:06:53.875Z] ---> Running in 3bae1ca2817c [2020-10-07T02:06:53.875Z] ---> Running in 20c992716954 [2020-10-07T02:06:53.875Z] ---> Running in e3995cdab2d3 [2020-10-07T02:06:54.152Z] ---> Running in d4debabde1b3 [2020-10-07T02:06:54.152Z] ---> Running in 3aa8e9cb19ae [2020-10-07T02:06:56.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T02:06:57.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T02:06:57.680Z] Removing intermediate container 20c992716954 [2020-10-07T02:06:57.680Z] ---> 05129c09ab45 [2020-10-07T02:06:57.680Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-07T02:06:57.999Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T02:06:57.999Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T02:06:57.999Z] OK: 12623 distinct packages available [2020-10-07T02:06:58.271Z] ---> Running in f3a18bb5435c [2020-10-07T02:06:58.271Z] Removing intermediate container 3bae1ca2817c [2020-10-07T02:06:58.271Z] ---> a2e79ec4de83 [2020-10-07T02:06:58.271Z] Step 5/22 : RUN apk update && apk add make git [2020-10-07T02:06:58.868Z] ---> Running in b5e90cd6d986 [2020-10-07T02:06:58.868Z] Removing intermediate container d4debabde1b3 [2020-10-07T02:06:58.868Z] ---> 7177ee6b2755 [2020-10-07T02:06:58.868Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-07T02:06:58.868Z] OK: 217 MiB in 51 packages [2020-10-07T02:06:59.142Z] Removing intermediate container 3aa8e9cb19ae [2020-10-07T02:06:59.142Z] ---> bd33fb492d24 [2020-10-07T02:06:59.142Z] Step 5/22 : RUN apk update && apk add make git [2020-10-07T02:06:59.142Z] ---> Running in bce266162fd2 [2020-10-07T02:06:59.142Z] ---> Running in 81a8232d0bb0 [2020-10-07T02:07:00.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T02:07:00.869Z] Removing intermediate container e3995cdab2d3 [2020-10-07T02:07:00.869Z] ---> fae656c154ad [2020-10-07T02:07:00.869Z] Step 5/29 : COPY go.mod . [2020-10-07T02:07:01.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T02:07:01.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T02:07:01.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T02:07:01.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T02:07:01.702Z] ---> 14bae0784718 [2020-10-07T02:07:01.702Z] Step 6/29 : RUN go mod download [2020-10-07T02:07:02.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T02:07:02.011Z] ---> Running in 5ac283ce3d73 [2020-10-07T02:07:02.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T02:07:02.291Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T02:07:02.291Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T02:07:02.291Z] OK: 12623 distinct packages available [2020-10-07T02:07:02.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T02:07:02.861Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T02:07:02.862Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T02:07:02.862Z] OK: 12623 distinct packages available [2020-10-07T02:07:03.140Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T02:07:03.140Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T02:07:03.140Z] OK: 12623 distinct packages available [2020-10-07T02:07:03.140Z] OK: 217 MiB in 51 packages [2020-10-07T02:07:03.415Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T02:07:03.415Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T02:07:03.415Z] OK: 12623 distinct packages available [2020-10-07T02:07:04.018Z] OK: 217 MiB in 51 packages [2020-10-07T02:07:04.018Z] OK: 217 MiB in 51 packages [2020-10-07T02:07:04.018Z] OK: 217 MiB in 51 packages [2020-10-07T02:07:04.298Z] OK: 217 MiB in 51 packages [2020-10-07T02:07:05.760Z] Removing intermediate container bce266162fd2 [2020-10-07T02:07:05.760Z] ---> b4aef3038eae [2020-10-07T02:07:05.760Z] Step 6/23 : COPY go.mod . [2020-10-07T02:07:06.039Z] Removing intermediate container b5e90cd6d986 [2020-10-07T02:07:06.039Z] ---> 1ac3242eb435 [2020-10-07T02:07:06.039Z] Step 6/22 : COPY go.mod . [2020-10-07T02:07:06.320Z] Removing intermediate container f3a18bb5435c [2020-10-07T02:07:06.320Z] ---> 923a4c71f1af [2020-10-07T02:07:06.320Z] Step 6/22 : COPY go.mod . [2020-10-07T02:07:06.320Z] Removing intermediate container 81a8232d0bb0 [2020-10-07T02:07:06.320Z] ---> 6bcd95e6288f [2020-10-07T02:07:06.320Z] Step 6/22 : COPY go.mod . [2020-10-07T02:07:06.598Z] Removing intermediate container 5ac283ce3d73 [2020-10-07T02:07:06.598Z] ---> f51874a6736f [2020-10-07T02:07:06.598Z] Step 7/29 : COPY . . [2020-10-07T02:07:06.876Z] ---> 716c43525b64 [2020-10-07T02:07:06.876Z] Step 7/23 : RUN go mod download [2020-10-07T02:07:07.154Z] ---> 80d356515703 [2020-10-07T02:07:07.154Z] Step 7/22 : RUN go mod download [2020-10-07T02:07:07.154Z] ---> Running in ba8ddbfc96c0 [2020-10-07T02:07:07.446Z] ---> 74a2b84563b8 [2020-10-07T02:07:07.446Z] Step 7/22 : RUN go mod download [2020-10-07T02:07:07.725Z] ---> Running in 261bb7f23a0f [2020-10-07T02:07:08.708Z] ---> c0c29610d552 [2020-10-07T02:07:08.708Z] Step 7/22 : RUN go mod download [2020-10-07T02:07:08.708Z] ---> Running in 89a905e87c01 [2020-10-07T02:07:10.713Z] ---> Running in 87d366adc841 [2020-10-07T02:07:14.159Z] Removing intermediate container ba8ddbfc96c0 [2020-10-07T02:07:14.159Z] ---> 655ae2e4c8a5 [2020-10-07T02:07:14.159Z] Step 8/23 : COPY . . [2020-10-07T02:07:18.502Z] Removing intermediate container 87d366adc841 [2020-10-07T02:07:18.502Z] ---> b9e4e42e3fa3 [2020-10-07T02:07:18.502Z] Removing intermediate container 261bb7f23a0f [2020-10-07T02:07:18.502Z] ---> e3f26f51f418 [2020-10-07T02:07:18.502Z] Step 8/22 : COPY . .Step 8/22 : COPY . . [2020-10-07T02:07:18.502Z] [2020-10-07T02:07:18.502Z] Removing intermediate container 89a905e87c01 [2020-10-07T02:07:18.502Z] ---> 8d1ae7349984 [2020-10-07T02:07:18.502Z] Step 8/22 : COPY . . [2020-10-07T02:07:25.290Z] ---> 3a5491de1b2b [2020-10-07T02:07:25.290Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-07T02:07:27.305Z] ---> Running in e43fc1a1a555 [2020-10-07T02:07:29.304Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-07T02:07:31.956Z] ---> e28c7ef13c04 [2020-10-07T02:07:31.956Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-07T02:07:32.964Z] ---> Running in 75d9c817a006 [2020-10-07T02:07:36.364Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o cmd/core-data/core-data ./cmd/core-data [2020-10-07T02:07:44.673Z] ---> b3d9a2ad08c7 [2020-10-07T02:07:44.673Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-07T02:07:44.673Z] ---> 9070c4b67cba [2020-10-07T02:07:44.673Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-07T02:07:44.673Z] ---> 392e85e0db87 [2020-10-07T02:07:44.673Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-07T02:07:44.673Z] ---> Running in 2bc5eb49aa06 [2020-10-07T02:07:44.673Z] ---> Running in 990dd7e3c6fd [2020-10-07T02:07:44.673Z] ---> Running in 04d2f7ff125a [2020-10-07T02:07:47.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-07T02:07:47.598Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o cmd/core-command/core-command ./cmd/core-command [2020-10-07T02:07:47.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-07T02:08:44.459Z] Removing intermediate container e43fc1a1a555 [2020-10-07T02:08:44.459Z] ---> 17255c2a3494 [2020-10-07T02:08:44.460Z] [2020-10-07T02:08:44.460Z] Step 9/29 : FROM alpine:latest [2020-10-07T02:08:44.460Z] latest: Pulling from library/alpine [2020-10-07T02:08:44.460Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-07T02:08:44.460Z] Status: Downloaded newer image for alpine:latest [2020-10-07T02:08:44.460Z] ---> 62ee0e9f8440 [2020-10-07T02:08:44.460Z] 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-07T02:08:44.460Z] ---> Running in 4d0e2d01e2b9 [2020-10-07T02:08:44.460Z] Removing intermediate container 4d0e2d01e2b9 [2020-10-07T02:08:44.460Z] ---> 5396641f4ead [2020-10-07T02:08:44.460Z] Step 11/29 : USER root [2020-10-07T02:08:44.460Z] ---> Running in 6535f9d1b9e2 [2020-10-07T02:08:44.460Z] Removing intermediate container 6535f9d1b9e2 [2020-10-07T02:08:44.460Z] ---> f4a089b3ea50 [2020-10-07T02:08:44.460Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-07T02:08:44.460Z] ---> Running in 10e85e919a40 [2020-10-07T02:08:44.460Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T02:08:44.460Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T02:08:44.460Z] v3.12.0-371-g35e7793b77 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-07T02:08:44.460Z] v3.12.0-368-g087e7176b9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-07T02:08:44.460Z] OK: 12621 distinct packages available [2020-10-07T02:08:44.460Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-07T02:08:44.460Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-07T02:08:44.460Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T02:08:44.460Z] Executing ca-certificates-20191127-r4.trigger [2020-10-07T02:08:44.460Z] OK: 6 MiB in 16 packages [2020-10-07T02:08:45.078Z] Removing intermediate container 10e85e919a40 [2020-10-07T02:08:45.078Z] ---> 0995b0354948 [2020-10-07T02:08:45.078Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-07T02:08:45.375Z] ---> Running in 35c6e42740fa [2020-10-07T02:08:45.986Z] Removing intermediate container 35c6e42740fa [2020-10-07T02:08:45.986Z] ---> 485c76ff1115 [2020-10-07T02:08:45.986Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-07T02:08:45.986Z] ---> Running in d3919f966988 [2020-10-07T02:08:46.987Z] Removing intermediate container d3919f966988 [2020-10-07T02:08:46.987Z] ---> 78419e70b446 [2020-10-07T02:08:46.987Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-07T02:08:46.987Z] ---> Running in 8bc0d732e26e [2020-10-07T02:08:51.390Z] Removing intermediate container 8bc0d732e26e [2020-10-07T02:08:51.390Z] ---> fb9ec54f3d39 [2020-10-07T02:08:51.390Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-07T02:08:52.888Z] ---> b94dc6afe54e [2020-10-07T02:08:52.888Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-07T02:08:54.354Z] ---> ee0ab8f601a4 [2020-10-07T02:08:54.354Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-07T02:08:55.369Z] ---> 7d0797f2d12f [2020-10-07T02:08:55.369Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-07T02:08:56.378Z] ---> e72734161f8d [2020-10-07T02:08:56.659Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-07T02:08:57.669Z] ---> dbde92eaa40d [2020-10-07T02:08:57.669Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-07T02:08:57.669Z] ---> Running in cc0bf93f4a61 [2020-10-07T02:09:02.399Z] Removing intermediate container cc0bf93f4a61 [2020-10-07T02:09:02.399Z] ---> 4e6261a89d09 [2020-10-07T02:09:02.399Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-07T02:09:03.044Z] ---> 346d107373a1 [2020-10-07T02:09:03.044Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-07T02:09:03.391Z] ---> Running in 3e818c36fc6a [2020-10-07T02:09:07.748Z] Removing intermediate container 3e818c36fc6a [2020-10-07T02:09:07.748Z] ---> ffc763fbd21e [2020-10-07T02:09:07.748Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-07T02:09:07.748Z] ---> Running in ddc7d917e64e [2020-10-07T02:09:13.199Z] Removing intermediate container ddc7d917e64e [2020-10-07T02:09:13.199Z] ---> 131b18e49a5b [2020-10-07T02:09:13.199Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-07T02:09:13.199Z] ---> Running in 4b787deb3723 [2020-10-07T02:09:13.492Z] Removing intermediate container 4b787deb3723 [2020-10-07T02:09:13.492Z] ---> f3dd41e03c3d [2020-10-07T02:09:13.492Z] Step 26/29 : CMD [ "generate" ] [2020-10-07T02:09:13.777Z] ---> Running in 95029714b656 [2020-10-07T02:09:14.386Z] Removing intermediate container 95029714b656 [2020-10-07T02:09:14.386Z] ---> 62cac3626dae [2020-10-07T02:09:14.386Z] Step 27/29 : LABEL arch=arm64 [2020-10-07T02:09:14.665Z] ---> Running in 2bc5ec8b7761 [2020-10-07T02:09:15.268Z] Removing intermediate container 2bc5ec8b7761 [2020-10-07T02:09:15.268Z] ---> 39af63c5fae3 [2020-10-07T02:09:15.268Z] Step 28/29 : LABEL git_sha=fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:09:15.562Z] ---> Running in a010b3d97ebf [2020-10-07T02:09:16.553Z] Removing intermediate container a010b3d97ebf [2020-10-07T02:09:16.553Z] ---> f62712b365df [2020-10-07T02:09:16.553Z] Step 29/29 : LABEL version=1.2.2-dev.51 [2020-10-07T02:09:16.553Z] ---> Running in f981ee594c4c [2020-10-07T02:09:17.163Z] Removing intermediate container f981ee594c4c [2020-10-07T02:09:17.163Z] ---> 945c9322d4f8 [2020-10-07T02:09:17.163Z] [2020-10-07T02:09:17.765Z] Successfully built 945c9322d4f8 [2020-10-07T02:09:17.765Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-07T02:09:17.765Z]  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go [2020-10-07T02:09:30.198Z] Removing intermediate container 990dd7e3c6fd [2020-10-07T02:09:30.198Z] ---> 6f188a059018 [2020-10-07T02:09:30.198Z] [2020-10-07T02:09:30.198Z] Step 10/22 : FROM scratch [2020-10-07T02:09:30.198Z] ---> [2020-10-07T02:09:30.198Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-07T02:09:30.198Z] ---> Running in c53daf451320 [2020-10-07T02:09:30.485Z] Removing intermediate container c53daf451320 [2020-10-07T02:09:30.485Z] ---> a0bdb0f63308 [2020-10-07T02:09:30.485Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-07T02:09:30.759Z] ---> Running in 091e6342babc [2020-10-07T02:09:31.771Z] Removing intermediate container 091e6342babc [2020-10-07T02:09:31.771Z] ---> c9bc7ffe0ec8 [2020-10-07T02:09:31.771Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T02:09:31.771Z] ---> Running in b25cdbe7ca49 [2020-10-07T02:09:32.791Z] Removing intermediate container b25cdbe7ca49 [2020-10-07T02:09:32.791Z] ---> dab768f26518 [2020-10-07T02:09:32.791Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-07T02:09:34.781Z] ---> 5cf79c656788 [2020-10-07T02:09:34.781Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-07T02:09:36.235Z] ---> da71c78406ed [2020-10-07T02:09:36.235Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-07T02:09:38.939Z] ---> 85c3184f966d [2020-10-07T02:09:38.939Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-07T02:09:40.928Z] ---> 93a44ceb345c [2020-10-07T02:09:40.928Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-07T02:09:40.928Z] ---> Running in b57e01d92a08 [2020-10-07T02:09:41.916Z] Removing intermediate container b57e01d92a08 [2020-10-07T02:09:41.916Z] ---> a32839ec273e [2020-10-07T02:09:41.916Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T02:09:42.521Z] ---> Running in 15e78d43be30 [2020-10-07T02:09:42.796Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T02:09:42.796Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-07T02:09:42.796Z] ---> f7f9b7b2c30b [2020-10-07T02:09:42.796Z] Step 3/24 : WORKDIR /edgex-go [2020-10-07T02:09:42.796Z] ---> Using cache [2020-10-07T02:09:42.796Z] ---> af5957b5f076 [2020-10-07T02:09:42.796Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T02:09:42.796Z] ---> Using cache [2020-10-07T02:09:42.796Z] ---> 7177ee6b2755 [2020-10-07T02:09:42.796Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-07T02:09:42.796Z] ---> Running in cb4f11528046 [2020-10-07T02:09:43.794Z] Removing intermediate container 15e78d43be30 [2020-10-07T02:09:43.794Z] ---> 6b3b343611ac [2020-10-07T02:09:43.794Z] Step 20/22 : LABEL arch=arm64 [2020-10-07T02:09:44.077Z] ---> Running in 5f127cedcef3 [2020-10-07T02:09:45.094Z] Removing intermediate container 5f127cedcef3 [2020-10-07T02:09:45.094Z] ---> 9ef579e3eecb [2020-10-07T02:09:45.094Z] Step 21/22 : LABEL git_sha=fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:09:45.094Z] ---> Running in a49f84a41db5 [2020-10-07T02:09:45.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T02:09:45.969Z] Removing intermediate container a49f84a41db5 [2020-10-07T02:09:45.969Z] ---> 5e898c2e1a32 [2020-10-07T02:09:45.969Z] Step 22/22 : LABEL version=1.2.2-dev.51 [2020-10-07T02:09:46.243Z] ---> Running in 2c5fe3d7e24b [2020-10-07T02:09:46.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T02:09:47.232Z] Removing intermediate container 2c5fe3d7e24b [2020-10-07T02:09:47.232Z] ---> 8bfa48794d6f [2020-10-07T02:09:47.232Z] [2020-10-07T02:09:47.506Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T02:09:47.506Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T02:09:47.506Z] OK: 12623 distinct packages available [2020-10-07T02:09:47.784Z] Successfully built 8bfa48794d6f [2020-10-07T02:09:48.058Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-07T02:09:48.058Z]  Building docker-support-logging-go ... done Building docker-support-scheduler-go [2020-10-07T02:09:48.338Z] OK: 217 MiB in 51 packages [2020-10-07T02:09:49.778Z] Removing intermediate container 04d2f7ff125a [2020-10-07T02:09:49.778Z] ---> faef1b7582fc [2020-10-07T02:09:49.778Z] [2020-10-07T02:09:49.778Z] Step 10/22 : FROM scratch [2020-10-07T02:09:49.778Z] ---> [2020-10-07T02:09:49.778Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T02:09:50.778Z] ---> Running in 131e2e1184b5 [2020-10-07T02:09:51.384Z] Removing intermediate container cb4f11528046 [2020-10-07T02:09:51.384Z] ---> 080ad4cc1063 [2020-10-07T02:09:51.384Z] Step 6/24 : COPY go.mod . [2020-10-07T02:09:51.986Z] Removing intermediate container 131e2e1184b5 [2020-10-07T02:09:51.986Z] ---> fce25d207e89 [2020-10-07T02:09:51.986Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-07T02:09:52.263Z] ---> Running in cc5d7f19edef [2020-10-07T02:09:52.550Z] ---> d237e385e097 [2020-10-07T02:09:52.550Z] Step 7/24 : RUN go mod download [2020-10-07T02:09:53.537Z] ---> Running in b5d4e031f4c7 [2020-10-07T02:09:53.537Z] Removing intermediate container cc5d7f19edef [2020-10-07T02:09:53.537Z] ---> 50f73381e2cc [2020-10-07T02:09:53.537Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T02:09:54.541Z] ---> Running in 4596d30f400f [2020-10-07T02:09:55.534Z] Removing intermediate container 4596d30f400f [2020-10-07T02:09:55.534Z] ---> d0c8ca05d29a [2020-10-07T02:09:55.534Z] Step 14/22 : WORKDIR / [2020-10-07T02:09:55.824Z] ---> Running in a97d32ba64e9 [2020-10-07T02:09:56.812Z] Removing intermediate container a97d32ba64e9 [2020-10-07T02:09:56.812Z] ---> 6b51d434d266 [2020-10-07T02:09:56.812Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-07T02:09:58.805Z] ---> 2a8dbc7bd92b [2020-10-07T02:09:58.805Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-07T02:10:00.801Z] Removing intermediate container b5d4e031f4c7 [2020-10-07T02:10:00.801Z] ---> c4f0de0a7f55 [2020-10-07T02:10:00.801Z] Step 8/24 : COPY . . [2020-10-07T02:10:01.793Z] ---> fa8c1cb93cf6 [2020-10-07T02:10:01.793Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-07T02:10:03.794Z] Removing intermediate container 2bc5eb49aa06 [2020-10-07T02:10:03.794Z] ---> d019ae1131ad [2020-10-07T02:10:03.794Z] [2020-10-07T02:10:03.794Z] Step 10/22 : FROM scratch [2020-10-07T02:10:03.794Z] ---> [2020-10-07T02:10:03.794Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T02:10:03.794Z] ---> Using cache [2020-10-07T02:10:03.794Z] ---> fce25d207e89 [2020-10-07T02:10:03.794Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-07T02:10:04.393Z] ---> 320e9fdd433a [2020-10-07T02:10:04.393Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-07T02:10:04.393Z] ---> Running in 2485d8432115 [2020-10-07T02:10:05.838Z] ---> Running in 6adbbd77e093 [2020-10-07T02:10:06.433Z] Removing intermediate container 75d9c817a006 [2020-10-07T02:10:06.433Z] ---> 431e8f4a1d8e [2020-10-07T02:10:06.433Z] [2020-10-07T02:10:06.433Z] Step 10/23 : FROM alpine [2020-10-07T02:10:06.433Z] ---> 62ee0e9f8440 [2020-10-07T02:10:06.433Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T02:10:06.433Z] Removing intermediate container 2485d8432115 [2020-10-07T02:10:06.433Z] ---> 53f71865e0d8 [2020-10-07T02:10:06.433Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-07T02:10:06.709Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T02:10:06.709Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-07T02:10:06.985Z] ---> f7f9b7b2c30b [2020-10-07T02:10:06.985Z] Step 3/21 : WORKDIR /edgex-go [2020-10-07T02:10:06.985Z] ---> Using cache [2020-10-07T02:10:06.985Z] ---> af5957b5f076 [2020-10-07T02:10:06.985Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T02:10:06.985Z] ---> Using cache [2020-10-07T02:10:06.985Z] ---> 7177ee6b2755 [2020-10-07T02:10:06.985Z] Step 5/21 : RUN apk update && apk add make git [2020-10-07T02:10:07.590Z] ---> Running in 07facb20c168 [2020-10-07T02:10:07.590Z] ---> Running in 0a62f1ff6afb [2020-10-07T02:10:07.590Z] Removing intermediate container 6adbbd77e093 [2020-10-07T02:10:07.590Z] ---> 8b156df1af5c [2020-10-07T02:10:07.590Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T02:10:07.872Z] ---> Running in a451d37ad5f0 [2020-10-07T02:10:07.872Z] ---> Running in eca16a5ca90b [2020-10-07T02:10:08.476Z] Removing intermediate container 07facb20c168 [2020-10-07T02:10:08.476Z] Removing intermediate container 0a62f1ff6afb [2020-10-07T02:10:08.476Z] ---> 492a63444aad [2020-10-07T02:10:08.476Z] ---> 0763a05a33f4 [2020-10-07T02:10:08.476Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-07T02:10:08.476Z] Step 14/22 : WORKDIR / [2020-10-07T02:10:08.750Z] ---> Running in fc594b06a548 [2020-10-07T02:10:08.750Z] ---> Running in 600e590a1340 [2020-10-07T02:10:09.028Z] Removing intermediate container eca16a5ca90b [2020-10-07T02:10:09.028Z] ---> 73374018a265 [2020-10-07T02:10:09.028Z] Step 20/22 : LABEL arch=arm64 [2020-10-07T02:10:09.626Z] ---> Running in 78a8eb612b34 [2020-10-07T02:10:09.626Z] Removing intermediate container fc594b06a548 [2020-10-07T02:10:09.626Z] ---> 2a513db362e5 [2020-10-07T02:10:09.626Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-07T02:10:09.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T02:10:09.909Z] Removing intermediate container 600e590a1340 [2020-10-07T02:10:09.909Z] ---> 59788433d477 [2020-10-07T02:10:09.909Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-07T02:10:10.514Z] ---> Running in e1d3143f70f5 [2020-10-07T02:10:10.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T02:10:10.792Z] Removing intermediate container 78a8eb612b34 [2020-10-07T02:10:10.792Z] ---> dd8006b0ed7a [2020-10-07T02:10:10.792Z] Step 21/22 : LABEL git_sha=fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:10:11.800Z] Removing intermediate container e1d3143f70f5 [2020-10-07T02:10:11.800Z] ---> 34a81f8e2355 [2020-10-07T02:10:11.800Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T02:10:11.800Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T02:10:11.800Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T02:10:11.800Z] OK: 12623 distinct packages available [2020-10-07T02:10:12.083Z] ---> ce1d53f29a0c [2020-10-07T02:10:12.083Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-07T02:10:12.083Z] ---> Running in fd9babd97e77 [2020-10-07T02:10:12.368Z] ---> Running in bd125c1c7eb9 [2020-10-07T02:10:12.647Z] OK: 217 MiB in 51 packages [2020-10-07T02:10:12.938Z] Removing intermediate container fd9babd97e77 [2020-10-07T02:10:12.938Z] ---> ff16f3077077 [2020-10-07T02:10:12.938Z] Step 22/22 : LABEL version=1.2.2-dev.51 [2020-10-07T02:10:13.566Z] ---> Running in be1750d124f4 [2020-10-07T02:10:15.009Z] Removing intermediate container be1750d124f4 [2020-10-07T02:10:15.009Z] ---> 131350c2c250 [2020-10-07T02:10:15.009Z] [2020-10-07T02:10:15.009Z] ---> 773e1eaac55b [2020-10-07T02:10:15.009Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-07T02:10:15.610Z] Successfully built 131350c2c250 [2020-10-07T02:10:15.610Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-07T02:10:15.610Z] Removing intermediate container a451d37ad5f0 [2020-10-07T02:10:15.610Z]  Building docker-core-command-go ... done  ---> 4acfd0bcae51 [2020-10-07T02:10:15.610Z] Step 6/21 : COPY go.mod . [2020-10-07T02:10:15.610Z] Building docker-security-proxy-setup-go [2020-10-07T02:10:16.599Z] ---> 5c6965020653 [2020-10-07T02:10:16.599Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-07T02:10:16.882Z] ---> f5621ca8a0da [2020-10-07T02:10:16.882Z] Step 7/21 : RUN go mod download [2020-10-07T02:10:17.155Z] ---> Running in 309b521d6755 [2020-10-07T02:10:17.155Z] Removing intermediate container bd125c1c7eb9 [2020-10-07T02:10:17.155Z] ---> dee02339e175 [2020-10-07T02:10:17.155Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-07T02:10:17.753Z] ---> Running in 3c492efb9fb6 [2020-10-07T02:10:18.347Z] ---> Running in 2b1211db02fd [2020-10-07T02:10:18.620Z] ---> c36ce8e1e7f5 [2020-10-07T02:10:18.620Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-07T02:10:18.892Z] Removing intermediate container 309b521d6755 [2020-10-07T02:10:18.892Z] ---> 4a9d9c78e471 [2020-10-07T02:10:18.892Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T02:10:19.870Z] ---> Running in 49f7c7d3f2db [2020-10-07T02:10:20.476Z] ---> Running in 9e45b9c5b8ab [2020-10-07T02:10:21.939Z] Removing intermediate container 9e45b9c5b8ab [2020-10-07T02:10:21.939Z] ---> 0bebf71854b0 [2020-10-07T02:10:21.939Z] Step 20/22 : LABEL arch=arm64 [2020-10-07T02:10:22.214Z] ---> Running in 2546196ef4bf [2020-10-07T02:10:22.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T02:10:22.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-07T02:10:22.814Z] Removing intermediate container 2546196ef4bf [2020-10-07T02:10:22.814Z] ---> acbf5f0d424e [2020-10-07T02:10:22.814Z] Step 21/22 : LABEL git_sha=fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:10:23.088Z] ---> Running in ecdccbe6feb4 [2020-10-07T02:10:23.368Z] Removing intermediate container 3c492efb9fb6 [2020-10-07T02:10:23.368Z] ---> f21833a8e5b1 [2020-10-07T02:10:23.368Z] Step 8/21 : COPY . . [2020-10-07T02:10:23.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T02:10:23.651Z] Removing intermediate container ecdccbe6feb4 [2020-10-07T02:10:23.651Z] ---> 43cb33fa13fd [2020-10-07T02:10:23.651Z] Step 22/22 : LABEL version=1.2.2-dev.51 [2020-10-07T02:10:23.928Z] ---> Running in 6ed1f9733ef8 [2020-10-07T02:10:24.203Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-07T02:10:24.203Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-07T02:10:24.203Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-07T02:10:24.477Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-07T02:10:24.477Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-07T02:10:24.761Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T02:10:24.761Z] OK: 8 MiB in 19 packages [2020-10-07T02:10:25.038Z] Removing intermediate container 6ed1f9733ef8 [2020-10-07T02:10:25.038Z] ---> 66af1cf6ee4b [2020-10-07T02:10:25.038Z] [2020-10-07T02:10:26.489Z] Successfully built 66af1cf6ee4b [2020-10-07T02:10:26.489Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-07T02:10:26.489Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2020-10-07T02:10:27.952Z] Removing intermediate container 2b1211db02fd [2020-10-07T02:10:27.952Z] ---> 2f0ab40a9716 [2020-10-07T02:10:27.952Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-07T02:10:32.294Z] ---> 9596bdd3bf6a [2020-10-07T02:10:32.294Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-07T02:10:36.635Z] ---> bf9abe4554a4 [2020-10-07T02:10:36.635Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-07T02:10:39.267Z] ---> 4e95797d90d2 [2020-10-07T02:10:39.267Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-07T02:10:39.866Z] ---> Running in de1641a87d2a [2020-10-07T02:10:41.868Z] Removing intermediate container de1641a87d2a [2020-10-07T02:10:41.868Z] ---> 86f8abe0b9c9 [2020-10-07T02:10:41.868Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T02:10:41.868Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T02:10:41.868Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-07T02:10:41.868Z] ---> f7f9b7b2c30b [2020-10-07T02:10:41.868Z] Step 3/20 : WORKDIR /edgex-go [2020-10-07T02:10:41.868Z] ---> Using cache [2020-10-07T02:10:41.868Z] ---> af5957b5f076 [2020-10-07T02:10:41.868Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T02:10:41.868Z] ---> Using cache [2020-10-07T02:10:41.868Z] ---> 7177ee6b2755 [2020-10-07T02:10:41.868Z] Step 5/20 : RUN apk update && apk add make git [2020-10-07T02:10:41.868Z] ---> Using cache [2020-10-07T02:10:41.868Z] ---> 4acfd0bcae51 [2020-10-07T02:10:41.868Z] Step 6/20 : COPY go.mod . [2020-10-07T02:10:41.868Z] ---> Using cache [2020-10-07T02:10:41.868Z] ---> f5621ca8a0da [2020-10-07T02:10:41.868Z] Step 7/20 : RUN go mod download [2020-10-07T02:10:41.868Z] ---> Using cache [2020-10-07T02:10:41.868Z] ---> f21833a8e5b1 [2020-10-07T02:10:41.868Z] Step 8/20 : COPY . . [2020-10-07T02:10:42.856Z] ---> Running in f2d1b0243cdb [2020-10-07T02:10:44.856Z] Removing intermediate container f2d1b0243cdb [2020-10-07T02:10:44.856Z] ---> ace39cc75db6 [2020-10-07T02:10:44.856Z] Step 21/23 : LABEL arch=arm64 [2020-10-07T02:10:45.853Z] ---> Running in e2ea0d3e85bc [2020-10-07T02:10:47.856Z] Removing intermediate container e2ea0d3e85bc [2020-10-07T02:10:47.856Z] ---> be1ad3dee907 [2020-10-07T02:10:47.856Z] Step 22/23 : LABEL git_sha=fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:10:48.134Z] ---> Running in f1f89e71354e [2020-10-07T02:10:49.591Z] Removing intermediate container f1f89e71354e [2020-10-07T02:10:49.591Z] ---> d16488082388 [2020-10-07T02:10:49.591Z] Step 23/23 : LABEL version=1.2.2-dev.51 [2020-10-07T02:10:50.203Z] ---> Running in 8b6bd05f3094 [2020-10-07T02:10:51.663Z] ---> 9f666e766b5d [2020-10-07T02:10:51.663Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-07T02:10:51.663Z] Removing intermediate container 8b6bd05f3094 [2020-10-07T02:10:51.663Z] ---> 04864b9f06da [2020-10-07T02:10:51.663Z] [2020-10-07T02:10:52.277Z] ---> Running in 78c03c178ced [2020-10-07T02:10:52.560Z] Successfully built 04864b9f06da [2020-10-07T02:10:52.560Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-07T02:10:52.560Z] Building docker-sys-mgmt-agent-go [2020-10-07T02:10:54.553Z]  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-07T02:10:56.013Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T02:10:56.013Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-07T02:10:56.013Z] ---> f7f9b7b2c30b [2020-10-07T02:10:56.013Z] Step 3/26 : WORKDIR /edgex-go [2020-10-07T02:10:56.013Z] ---> Using cache [2020-10-07T02:10:56.013Z] ---> af5957b5f076 [2020-10-07T02:10:56.013Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T02:10:56.013Z] ---> Using cache [2020-10-07T02:10:56.013Z] ---> 7177ee6b2755 [2020-10-07T02:10:56.013Z] Step 5/26 : RUN apk update && apk add make git [2020-10-07T02:10:56.013Z] ---> Using cache [2020-10-07T02:10:56.013Z] ---> 4acfd0bcae51 [2020-10-07T02:10:56.013Z] Step 6/26 : COPY go.mod . [2020-10-07T02:10:56.013Z] ---> Using cache [2020-10-07T02:10:56.013Z] ---> f5621ca8a0da [2020-10-07T02:10:56.013Z] Step 7/26 : RUN go mod download [2020-10-07T02:10:56.013Z] ---> Using cache [2020-10-07T02:10:56.013Z] ---> f21833a8e5b1 [2020-10-07T02:10:56.013Z] Step 8/26 : COPY . . [2020-10-07T02:10:56.013Z] ---> Using cache [2020-10-07T02:10:56.013Z] ---> 9f666e766b5d [2020-10-07T02:10:56.013Z] 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-07T02:10:59.495Z] ---> Running in 0bbd79d1b088 [2020-10-07T02:11:03.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-07T02:11:11.850Z] ---> 227a9fa107d4 [2020-10-07T02:11:11.850Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-07T02:11:11.850Z] ---> Running in 92291a552147 [2020-10-07T02:11:14.493Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-07T02:11:18.817Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-07T02:11:18.817Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-07T02:11:18.817Z] ---> f7f9b7b2c30b [2020-10-07T02:11:18.817Z] Step 3/27 : WORKDIR /edgex-go [2020-10-07T02:11:18.817Z] ---> Using cache [2020-10-07T02:11:18.817Z] ---> af5957b5f076 [2020-10-07T02:11:18.817Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-07T02:11:18.817Z] ---> Using cache [2020-10-07T02:11:18.817Z] ---> 7177ee6b2755 [2020-10-07T02:11:18.817Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-07T02:11:19.440Z] ---> Running in ae0159bbf052 [2020-10-07T02:11:22.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T02:11:24.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T02:11:27.482Z] v3.12.0-371-g35e7793b77 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-07T02:11:27.482Z] v3.12.0-368-g087e7176b9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-07T02:11:27.482Z] OK: 12623 distinct packages available [2020-10-07T02:11:28.080Z] OK: 217 MiB in 51 packages [2020-10-07T02:11:30.069Z] Removing intermediate container ae0159bbf052 [2020-10-07T02:11:30.069Z] ---> d24d7461a81b [2020-10-07T02:11:30.069Z] Step 6/27 : COPY go.mod . [2020-10-07T02:11:31.059Z] ---> ef49c5bfbc90 [2020-10-07T02:11:31.059Z] Step 7/27 : RUN go mod download [2020-10-07T02:11:31.340Z] ---> Running in 95eb2f08e487 [2020-10-07T02:11:36.786Z] Removing intermediate container 95eb2f08e487 [2020-10-07T02:11:36.786Z] ---> 37570fa332ad [2020-10-07T02:11:36.786Z] Step 8/27 : COPY . . [2020-10-07T02:11:53.536Z] Removing intermediate container 49f7c7d3f2db [2020-10-07T02:11:53.536Z] ---> 940b504c65a7 [2020-10-07T02:11:53.536Z] [2020-10-07T02:11:53.536Z] Step 10/24 : FROM scratch [2020-10-07T02:11:53.536Z] ---> [2020-10-07T02:11:53.536Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-07T02:11:53.536Z] ---> Using cache [2020-10-07T02:11:53.536Z] ---> a0bdb0f63308 [2020-10-07T02:11:53.536Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-07T02:11:53.536Z] ---> Running in a69f30770fed [2020-10-07T02:11:53.536Z] Removing intermediate container a69f30770fed [2020-10-07T02:11:53.536Z] ---> 25060552d6fa [2020-10-07T02:11:53.536Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-07T02:11:53.536Z] ---> Running in d98549d66242 [2020-10-07T02:11:53.536Z] Removing intermediate container d98549d66242 [2020-10-07T02:11:53.536Z] ---> 3ca34543b3b2 [2020-10-07T02:11:53.536Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-07T02:11:54.139Z] ---> 6a1e0f3669ed [2020-10-07T02:11:54.139Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-07T02:11:54.420Z] ---> 3c0a891308c1 [2020-10-07T02:11:54.420Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-07T02:11:54.696Z] ---> Running in 14a3bc4b7942 [2020-10-07T02:11:56.696Z] ---> 21d8ed4bb4c7 [2020-10-07T02:11:56.696Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-07T02:11:57.694Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-07T02:11:57.975Z] ---> 6b9774cc8e12 [2020-10-07T02:11:57.975Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-07T02:11:59.431Z] ---> 297adc2f97b6 [2020-10-07T02:11:59.431Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-07T02:12:00.883Z] ---> 141ff3dab9e6 [2020-10-07T02:12:00.883Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-07T02:12:01.888Z] ---> 3949fa08da89 [2020-10-07T02:12:01.888Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-07T02:12:02.167Z] ---> Running in 12c394759764 [2020-10-07T02:12:02.777Z] Removing intermediate container 12c394759764 [2020-10-07T02:12:02.777Z] ---> 891d92a952a7 [2020-10-07T02:12:02.777Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T02:12:02.777Z] ---> Running in 0f3a402db36e [2020-10-07T02:12:03.383Z] Removing intermediate container 0f3a402db36e [2020-10-07T02:12:03.383Z] ---> 9ebca42c6525 [2020-10-07T02:12:03.383Z] Step 22/24 : LABEL arch=arm64 [2020-10-07T02:12:03.659Z] ---> Running in c40b5c0ad1c4 [2020-10-07T02:12:04.264Z] Removing intermediate container c40b5c0ad1c4 [2020-10-07T02:12:04.264Z] ---> 1d144387ab53 [2020-10-07T02:12:04.264Z] Step 23/24 : LABEL git_sha=fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:12:04.540Z] ---> Running in ed77ffdd24b6 [2020-10-07T02:12:05.148Z] Removing intermediate container ed77ffdd24b6 [2020-10-07T02:12:05.148Z] ---> 5bad60c2cacd [2020-10-07T02:12:05.148Z] Step 24/24 : LABEL version=1.2.2-dev.51 [2020-10-07T02:12:05.424Z] ---> Running in bbd37961d6c2 [2020-10-07T02:12:06.032Z] Removing intermediate container bbd37961d6c2 [2020-10-07T02:12:06.032Z] ---> 1f385b0a4045 [2020-10-07T02:12:06.032Z] [2020-10-07T02:12:06.635Z] Successfully built 1f385b0a4045 [2020-10-07T02:12:06.635Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-07T02:12:19.053Z]  Building docker-support-notifications-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-07T02:12:27.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-07T02:12:31.674Z] Removing intermediate container 92291a552147 [2020-10-07T02:12:31.674Z] ---> caa440e6761c [2020-10-07T02:12:31.674Z] [2020-10-07T02:12:31.674Z] Step 10/20 : FROM alpine [2020-10-07T02:12:31.674Z] ---> 62ee0e9f8440 [2020-10-07T02:12:31.674Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-07T02:12:31.674Z] ---> Running in 70e96d6133ba [2020-10-07T02:12:34.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T02:12:34.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T02:12:34.930Z] v3.12.0-371-g35e7793b77 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-07T02:12:34.930Z] v3.12.0-368-g087e7176b9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-07T02:12:34.930Z] OK: 12621 distinct packages available [2020-10-07T02:12:35.916Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-07T02:12:35.916Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-07T02:12:35.916Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-07T02:12:35.916Z] (4/4) Installing curl (7.69.1-r1) [2020-10-07T02:12:35.916Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T02:12:35.916Z] Executing ca-certificates-20191127-r4.trigger [2020-10-07T02:12:36.189Z] OK: 7 MiB in 18 packages [2020-10-07T02:12:38.183Z] Removing intermediate container 0bbd79d1b088 [2020-10-07T02:12:38.184Z] ---> 5526c5a8b5f8 [2020-10-07T02:12:38.184Z] [2020-10-07T02:12:38.184Z] Step 10/26 : FROM alpine:3.10 [2020-10-07T02:12:38.788Z] 3.10: Pulling from library/alpine [2020-10-07T02:12:39.391Z] Removing intermediate container 70e96d6133ba [2020-10-07T02:12:39.392Z] ---> 063b5f58c77f [2020-10-07T02:12:39.392Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-07T02:12:39.665Z] ---> Running in c9c176767085 [2020-10-07T02:12:39.940Z] Removing intermediate container 78c03c178ced [2020-10-07T02:12:39.940Z] ---> b97c71a89568 [2020-10-07T02:12:39.940Z] [2020-10-07T02:12:39.940Z] Step 10/21 : FROM scratch [2020-10-07T02:12:39.940Z] ---> [2020-10-07T02:12:39.940Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-07T02:12:40.215Z] ---> Using cache [2020-10-07T02:12:40.215Z] ---> fce25d207e89 [2020-10-07T02:12:40.215Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-07T02:12:40.215Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-07T02:12:40.215Z] Status: Downloaded newer image for alpine:3.10 [2020-10-07T02:12:40.215Z] ---> 536a684cf733 [2020-10-07T02:12:40.215Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-07T02:12:40.496Z] ---> Running in d178210e2bb8 [2020-10-07T02:12:40.496Z] Removing intermediate container c9c176767085 [2020-10-07T02:12:40.496Z] ---> 8184e1de75c5 [2020-10-07T02:12:40.496Z] Step 13/20 : WORKDIR /edgex [2020-10-07T02:12:40.496Z] ---> Running in 46da67a9dc5d [2020-10-07T02:12:40.772Z] ---> Running in 44efb97be001 [2020-10-07T02:12:41.383Z] Removing intermediate container d178210e2bb8 [2020-10-07T02:12:41.383Z] ---> d455cf0f9ad2 [2020-10-07T02:12:41.383Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-07T02:12:41.383Z] ---> Running in dbef0ebaa3e5 [2020-10-07T02:12:41.668Z] Removing intermediate container 44efb97be001 [2020-10-07T02:12:41.668Z] ---> 9544a0518eec [2020-10-07T02:12:41.668Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-07T02:12:42.275Z] Removing intermediate container dbef0ebaa3e5 [2020-10-07T02:12:42.275Z] ---> cc3c23f7c45f [2020-10-07T02:12:42.275Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-07T02:12:43.280Z] ---> 4d40ca5d3140 [2020-10-07T02:12:43.280Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-07T02:12:43.560Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-07T02:12:43.849Z] ---> 9afee14da12a [2020-10-07T02:12:43.849Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-07T02:12:43.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-07T02:12:44.452Z] v3.10.5-95-gb2ad523191 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-07T02:12:44.452Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-07T02:12:44.452Z] OK: 10167 distinct packages available [2020-10-07T02:12:45.091Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-07T02:12:45.379Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-07T02:12:45.379Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-07T02:12:45.379Z] (4/5) Installing curl (7.66.0-r1) [2020-10-07T02:12:45.379Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-07T02:12:45.379Z] Executing busybox-1.30.1-r3.trigger [2020-10-07T02:12:45.379Z] Executing ca-certificates-20191127-r2.trigger [2020-10-07T02:12:45.664Z] ---> 33cb9bb43ea5 [2020-10-07T02:12:45.664Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-07T02:12:45.664Z] OK: 7 MiB in 19 packages [2020-10-07T02:12:45.664Z] ---> Running in 1f468e461ee4 [2020-10-07T02:12:45.948Z] ---> 406bc59ba20e [2020-10-07T02:12:45.948Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-07T02:12:46.961Z] Removing intermediate container 1f468e461ee4 [2020-10-07T02:12:46.962Z] ---> 8a2992b08dd4 [2020-10-07T02:12:46.962Z] Step 17/20 : CMD ["--init=true"] [2020-10-07T02:12:47.241Z] ---> Running in 4d0b7aa604fd [2020-10-07T02:12:47.241Z] ---> 7977dc0cb06d [2020-10-07T02:12:47.241Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-07T02:12:47.518Z] ---> Running in 598587c8b136 [2020-10-07T02:12:47.796Z] Removing intermediate container 4d0b7aa604fd [2020-10-07T02:12:47.796Z] ---> 77de82ce1b73 [2020-10-07T02:12:47.796Z] Step 18/20 : LABEL arch=arm64 [2020-10-07T02:12:48.412Z] ---> Running in ed9193b4455b [2020-10-07T02:12:48.413Z] Removing intermediate container 46da67a9dc5d [2020-10-07T02:12:48.413Z] ---> 2280b6f17369 [2020-10-07T02:12:48.413Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-07T02:12:48.413Z] Removing intermediate container 598587c8b136 [2020-10-07T02:12:48.413Z] ---> dc5b501971d6 [2020-10-07T02:12:48.413Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T02:12:48.689Z] ---> Running in 581723dc9619 [2020-10-07T02:12:48.689Z] ---> Running in 84e332cd23d7 [2020-10-07T02:12:48.968Z] Removing intermediate container ed9193b4455b [2020-10-07T02:12:48.968Z] ---> 0447db94cd4a [2020-10-07T02:12:48.968Z] Step 19/20 : LABEL git_sha=fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:12:49.242Z] ---> Running in 007428cc3802 [2020-10-07T02:12:49.531Z] Removing intermediate container 84e332cd23d7 [2020-10-07T02:12:49.531Z] ---> 6bb1e9d74448 [2020-10-07T02:12:49.531Z] Step 19/21 : LABEL arch=arm64 [2020-10-07T02:12:49.531Z] Removing intermediate container 581723dc9619 [2020-10-07T02:12:49.531Z] ---> 93a2be1bb61f [2020-10-07T02:12:49.531Z] Step 13/26 : WORKDIR / [2020-10-07T02:12:49.810Z] ---> Running in 6928eac4bda4 [2020-10-07T02:12:49.810Z] ---> Running in 131e212d8c88 [2020-10-07T02:12:50.088Z] Removing intermediate container 007428cc3802 [2020-10-07T02:12:50.088Z] ---> 7d8a0d19baf6 [2020-10-07T02:12:50.088Z] Step 20/20 : LABEL version=1.2.2-dev.51 [2020-10-07T02:12:50.088Z] ---> Running in ba9972556c15 [2020-10-07T02:12:50.365Z] Removing intermediate container 131e212d8c88 [2020-10-07T02:12:50.365Z] ---> b4804ea08a58 [2020-10-07T02:12:50.365Z] Step 20/21 : LABEL git_sha=fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:12:50.365Z] Removing intermediate container 6928eac4bda4 [2020-10-07T02:12:50.365Z] ---> a60e06120c50 [2020-10-07T02:12:50.365Z] 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-07T02:12:50.642Z] ---> Running in b233d68fe612 [2020-10-07T02:12:50.915Z] Removing intermediate container ba9972556c15 [2020-10-07T02:12:50.915Z] ---> 3d63f59fd601 [2020-10-07T02:12:50.915Z] [2020-10-07T02:12:51.187Z] Removing intermediate container b233d68fe612 [2020-10-07T02:12:51.187Z] ---> 657008c77cbe [2020-10-07T02:12:51.187Z] Step 21/21 : LABEL version=1.2.2-dev.51 [2020-10-07T02:12:51.187Z] Successfully built 3d63f59fd601 [2020-10-07T02:12:51.461Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-07T02:12:51.461Z]  Building docker-security-proxy-setup-go ... done  ---> 47409d158442 [2020-10-07T02:12:51.461Z] 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-07T02:12:51.461Z] ---> Running in a096313290f7 [2020-10-07T02:12:52.060Z] Removing intermediate container a096313290f7 [2020-10-07T02:12:52.060Z] ---> 5ff11f5df963 [2020-10-07T02:12:52.060Z] [2020-10-07T02:12:52.667Z] Successfully built 5ff11f5df963 [2020-10-07T02:12:52.667Z] ---> 9336b72471c6 [2020-10-07T02:12:52.667Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-07T02:12:52.667Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-07T02:12:53.269Z]  Building docker-support-scheduler-go ... done  ---> ace900c6fb91 [2020-10-07T02:12:53.269Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-07T02:12:54.267Z] ---> ba2bc1e8b2b0 [2020-10-07T02:12:54.541Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-07T02:12:55.971Z] ---> 541315d15f99 [2020-10-07T02:12:55.971Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-07T02:12:55.971Z] Removing intermediate container 14a3bc4b7942 [2020-10-07T02:12:55.971Z] ---> a1b5faab47f0 [2020-10-07T02:12:55.971Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-07T02:12:55.971Z] ---> Running in 244c7abef03e [2020-10-07T02:12:56.945Z] ---> f0c10f6e30bb [2020-10-07T02:12:56.945Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-07T02:12:57.558Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.51" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-07T02:12:58.155Z] ---> f650f112eea4 [2020-10-07T02:12:58.155Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-07T02:12:58.751Z] ---> f2713205a4bc [2020-10-07T02:12:58.751Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-07T02:12:59.025Z] ---> Running in 57074a814e92 [2020-10-07T02:13:00.468Z] Removing intermediate container 244c7abef03e [2020-10-07T02:13:00.468Z] ---> e1c371ddae4f [2020-10-07T02:13:00.468Z] [2020-10-07T02:13:00.468Z] Step 11/27 : FROM docker:latest [2020-10-07T02:13:00.468Z] ---> 45884bde0078 [2020-10-07T02:13:00.468Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-07T02:13:00.468Z] ---> Running in 96279e01c3b8 [2020-10-07T02:13:01.907Z] Removing intermediate container 57074a814e92 [2020-10-07T02:13:01.907Z] ---> 02b0dc0afd39 [2020-10-07T02:13:01.907Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-07T02:13:01.907Z] ---> Running in e275e044d545 [2020-10-07T02:13:01.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T02:13:02.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T02:13:02.191Z] Removing intermediate container e275e044d545 [2020-10-07T02:13:02.191Z] ---> 0a61516d1de2 [2020-10-07T02:13:02.191Z] Step 24/26 : LABEL arch=arm64 [2020-10-07T02:13:02.466Z] ---> Running in e4881a0d484d [2020-10-07T02:13:02.742Z] (1/2) Installing readline (8.0.4-r0) [2020-10-07T02:13:02.742Z] (2/2) Installing bash (5.0.17-r0) [2020-10-07T02:13:02.742Z] Executing bash-5.0.17-r0.post-install [2020-10-07T02:13:02.742Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T02:13:03.019Z] OK: 12 MiB in 22 packages [2020-10-07T02:13:03.019Z] Removing intermediate container e4881a0d484d [2020-10-07T02:13:03.019Z] ---> 87babf72dd3c [2020-10-07T02:13:03.019Z] Step 25/26 : LABEL git_sha=fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:13:03.019Z] ---> Running in da467bb16498 [2020-10-07T02:13:03.624Z] Removing intermediate container da467bb16498 [2020-10-07T02:13:03.624Z] ---> 37dfd9439536 [2020-10-07T02:13:03.624Z] Step 26/26 : LABEL version=1.2.2-dev.51 [2020-10-07T02:13:03.624Z] ---> Running in 149f1e80ad8c [2020-10-07T02:13:04.221Z] Removing intermediate container 149f1e80ad8c [2020-10-07T02:13:04.221Z] ---> 728c6dbbf40c [2020-10-07T02:13:04.221Z] [2020-10-07T02:13:04.221Z] Removing intermediate container 96279e01c3b8 [2020-10-07T02:13:04.221Z] ---> dc487074c23c [2020-10-07T02:13:04.221Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-07T02:13:04.496Z] ---> Running in 77e9af984fd6 [2020-10-07T02:13:04.771Z] Successfully built 728c6dbbf40c [2020-10-07T02:13:04.771Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-07T02:13:07.398Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 77e9af984fd6 [2020-10-07T02:13:07.398Z] ---> 154da691a094 [2020-10-07T02:13:07.398Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-07T02:13:07.398Z] ---> Running in 9ff86bd15098 [2020-10-07T02:13:07.671Z] Removing intermediate container 9ff86bd15098 [2020-10-07T02:13:07.671Z] ---> 93a51c5f7e1e [2020-10-07T02:13:07.671Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-07T02:13:07.671Z] ---> Running in 07253c27c61c [2020-10-07T02:13:08.270Z] Removing intermediate container 07253c27c61c [2020-10-07T02:13:08.270Z] ---> d0fe7cb13f41 [2020-10-07T02:13:08.270Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-07T02:13:08.270Z] ---> Running in e2ba1c1b555d [2020-10-07T02:13:08.555Z] Removing intermediate container e2ba1c1b555d [2020-10-07T02:13:08.555Z] ---> b50f19a7edba [2020-10-07T02:13:08.555Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-07T02:13:09.996Z] ---> caebecb3efa1 [2020-10-07T02:13:09.996Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-07T02:13:10.594Z] ---> f886b548d2bd [2020-10-07T02:13:10.594Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-07T02:13:11.585Z] ---> e88743bb8218 [2020-10-07T02:13:11.585Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-07T02:13:11.585Z] ---> Running in 3db292a939e6 [2020-10-07T02:13:13.023Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T02:13:13.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T02:13:13.900Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-07T02:13:13.900Z] (2/33) Installing expat (2.2.9-r1) [2020-10-07T02:13:13.900Z] (3/33) Installing libffi (3.3-r2) [2020-10-07T02:13:13.900Z] (4/33) Installing gdbm (1.13-r1) [2020-10-07T02:13:13.900Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-07T02:13:13.901Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-07T02:13:14.175Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-07T02:13:15.621Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-07T02:13:15.621Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-07T02:13:15.621Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-07T02:13:15.621Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-07T02:13:15.621Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-07T02:13:15.621Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-07T02:13:15.899Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-07T02:13:15.899Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-07T02:13:15.899Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-07T02:13:15.899Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-07T02:13:15.899Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-07T02:13:15.899Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-07T02:13:16.173Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-07T02:13:16.173Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-07T02:13:16.173Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-07T02:13:16.173Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-07T02:13:16.173Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-07T02:13:16.173Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-07T02:13:16.173Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-07T02:13:16.173Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-07T02:13:16.173Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-07T02:13:16.173Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-07T02:13:16.173Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-07T02:13:16.448Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-07T02:13:16.448Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-07T02:13:16.448Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-07T02:13:16.448Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T02:13:16.448Z] OK: 71 MiB in 55 packages [2020-10-07T02:13:23.173Z] Removing intermediate container 3db292a939e6 [2020-10-07T02:13:23.173Z] ---> f590b0ec71e7 [2020-10-07T02:13:23.173Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-07T02:13:23.173Z] ---> Running in c883ac789728 [2020-10-07T02:13:28.603Z] Collecting docker-compose==1.23.2 [2020-10-07T02:13:28.603Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-07T02:13:28.603Z] Collecting docopt<0.7,>=0.6.1 [2020-10-07T02:13:28.603Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-07T02:13:30.674Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-07T02:13:30.674Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-07T02:13:33.385Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-07T02:13:33.386Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-07T02:13:33.660Z] Collecting docker<4.0,>=3.6.0 [2020-10-07T02:13:33.936Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-07T02:13:34.534Z] Collecting texttable<0.10,>=0.9.0 [2020-10-07T02:13:34.534Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-07T02:13:36.513Z] Collecting jsonschema<3,>=2.5.1 [2020-10-07T02:13:36.513Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-07T02:13:36.513Z] 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-07T02:13:36.787Z] Collecting cached-property<2,>=1.2.0 [2020-10-07T02:13:36.787Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-07T02:13:37.417Z] Collecting PyYAML<4,>=3.10 [2020-10-07T02:13:37.417Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-07T02:13:41.720Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-07T02:13:41.720Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-07T02:13:41.720Z] Collecting docker-pycreds>=0.4.0 [2020-10-07T02:13:41.720Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-07T02:13:41.720Z] Collecting idna<2.8,>=2.5 [2020-10-07T02:13:41.720Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-07T02:13:41.993Z] 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-07T02:13:42.265Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-07T02:13:42.265Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-07T02:13:42.539Z] 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-07T02:13:42.539Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-07T02:13:42.539Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-07T02:13:42.539Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-07T02:13:42.539Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-07T02:13:43.517Z] Installing collected packages: docopt, dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, jsonschema, cached-property, PyYAML, docker-compose [2020-10-07T02:13:43.517Z] Running setup.py install for docopt: started [2020-10-07T02:13:44.949Z] Running setup.py install for docopt: finished with status 'done' [2020-10-07T02:13:44.950Z] Running setup.py install for dockerpty: started [2020-10-07T02:13:46.921Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-07T02:13:47.195Z] Attempting uninstall: idna [2020-10-07T02:13:47.195Z] Found existing installation: idna 2.9 [2020-10-07T02:13:47.195Z] Uninstalling idna-2.9: [2020-10-07T02:13:47.195Z] Successfully uninstalled idna-2.9 [2020-10-07T02:13:47.791Z] Attempting uninstall: urllib3 [2020-10-07T02:13:47.791Z] Found existing installation: urllib3 1.25.9 [2020-10-07T02:13:47.791Z] Uninstalling urllib3-1.25.9: [2020-10-07T02:13:48.064Z] Successfully uninstalled urllib3-1.25.9 [2020-10-07T02:13:48.661Z] Attempting uninstall: requests [2020-10-07T02:13:48.661Z] Found existing installation: requests 2.23.0 [2020-10-07T02:13:48.661Z] Uninstalling requests-2.23.0: [2020-10-07T02:13:48.661Z] Successfully uninstalled requests-2.23.0 [2020-10-07T02:13:50.093Z] Running setup.py install for texttable: started [2020-10-07T02:13:51.525Z] Running setup.py install for texttable: finished with status 'done' [2020-10-07T02:13:52.119Z] Running setup.py install for PyYAML: started [2020-10-07T02:13:54.095Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-07T02:13:55.072Z] 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-07T02:13:58.452Z] Removing intermediate container c883ac789728 [2020-10-07T02:13:58.452Z] ---> 52299ea82b0e [2020-10-07T02:13:58.452Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-07T02:13:58.452Z] ---> Running in 55dde1d3e305 [2020-10-07T02:13:59.881Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T02:14:00.152Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T02:14:00.741Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-07T02:14:00.741Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-07T02:14:00.741Z] (3/3) Installing curl (7.69.1-r1) [2020-10-07T02:14:00.741Z] Executing busybox-1.31.1-r16.trigger [2020-10-07T02:14:00.741Z] OK: 71 MiB in 58 packages [2020-10-07T02:14:01.715Z] Removing intermediate container 55dde1d3e305 [2020-10-07T02:14:01.715Z] ---> 009b89f82ba7 [2020-10-07T02:14:01.715Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-07T02:14:01.988Z] ---> Running in 77d4ebb346e8 [2020-10-07T02:14:02.259Z] Removing intermediate container 77d4ebb346e8 [2020-10-07T02:14:02.259Z] ---> 00ead44f467b [2020-10-07T02:14:02.259Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-07T02:14:02.530Z] ---> Running in 7dd7910a3493 [2020-10-07T02:14:03.124Z] Removing intermediate container 7dd7910a3493 [2020-10-07T02:14:03.124Z] ---> 7b33aba62cda [2020-10-07T02:14:03.124Z] Step 25/27 : LABEL arch=arm64 [2020-10-07T02:14:03.124Z] ---> Running in 20fcb94cab60 [2020-10-07T02:14:03.717Z] Removing intermediate container 20fcb94cab60 [2020-10-07T02:14:03.717Z] ---> 723d2b39ef7b [2020-10-07T02:14:03.717Z] Step 26/27 : LABEL git_sha=fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:14:03.717Z] ---> Running in bd73da16ed58 [2020-10-07T02:14:04.310Z] Removing intermediate container bd73da16ed58 [2020-10-07T02:14:04.310Z] ---> 26e8a70177ce [2020-10-07T02:14:04.310Z] Step 27/27 : LABEL version=1.2.2-dev.51 [2020-10-07T02:14:04.310Z] ---> Running in 087a6abdcc3d [2020-10-07T02:14:04.909Z] Removing intermediate container 087a6abdcc3d [2020-10-07T02:14:04.909Z] ---> f79cf7dab41e [2020-10-07T02:14:04.909Z] [2020-10-07T02:14:05.180Z] Successfully built f79cf7dab41e [2020-10-07T02:14:05.180Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-07T02:14:05.466Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-07T02:14:05.489Z] $ docker stop --time=1 eff7bbdf96a4e7eae3558675cd856c35592b63c241c2b61ed596010ab650406c [2020-10-07T02:14:07.451Z] $ docker rm -f eff7bbdf96a4e7eae3558675cd856c35592b63c241c2b61ed596010ab650406c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T02:14:08.147Z] + grep docker [2020-10-07T02:14:08.147Z] + docker images [2020-10-07T02:14:08.418Z] docker-sys-mgmt-agent-go-arm64 latest f79cf7dab41e 4 seconds ago 270MB [2020-10-07T02:14:08.418Z] docker-security-secretstore-setup-go-arm64 latest 728c6dbbf40c About a minute ago 30.8MB [2020-10-07T02:14:08.418Z] docker-support-scheduler-go-arm64 latest 5ff11f5df963 About a minute ago 11.5MB [2020-10-07T02:14:08.418Z] docker-security-proxy-setup-go-arm64 latest 3d63f59fd601 About a minute ago 15.1MB [2020-10-07T02:14:08.418Z] docker-support-notifications-go-arm64 latest 1f385b0a4045 2 minutes ago 12.9MB [2020-10-07T02:14:08.418Z] docker-core-data-go-arm64 latest 04864b9f06da 3 minutes ago 22.2MB [2020-10-07T02:14:08.418Z] docker-core-metadata-go-arm64 latest 66af1cf6ee4b 3 minutes ago 13.3MB [2020-10-07T02:14:08.418Z] docker-core-command-go-arm64 latest 131350c2c250 3 minutes ago 11.4MB [2020-10-07T02:14:08.418Z] docker-support-logging-go-arm64 latest 8bfa48794d6f 4 minutes ago 10.6MB [2020-10-07T02:14:08.418Z] docker-security-secrets-setup-go-arm64 latest 945c9322d4f8 4 minutes ago 22.7MB [2020-10-07T02:14:08.418Z] docker latest 45884bde0078 2 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-07T02:14:08.916Z] provisioning config files... [2020-10-07T02:14:08.967Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/166@tmp/config2580729760213983019tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-07T02:14:09.370Z] ---> docker-login.sh [2020-10-07T02:14:09.370Z] nexus3.edgexfoundry.org:10001 [2020-10-07T02:14:09.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T02:14:09.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T02:14:09.915Z] Configure a credential helper to remove this warning. See [2020-10-07T02:14:09.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T02:14:09.915Z] [2020-10-07T02:14:09.915Z] Login Succeeded [2020-10-07T02:14:09.915Z] nexus3.edgexfoundry.org:10002 [2020-10-07T02:14:10.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T02:14:10.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T02:14:10.507Z] Configure a credential helper to remove this warning. See [2020-10-07T02:14:10.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T02:14:10.507Z] [2020-10-07T02:14:10.507Z] Login Succeeded [2020-10-07T02:14:10.507Z] nexus3.edgexfoundry.org:10003 [2020-10-07T02:14:11.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T02:14:11.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T02:14:11.100Z] Configure a credential helper to remove this warning. See [2020-10-07T02:14:11.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T02:14:11.100Z] [2020-10-07T02:14:11.100Z] Login Succeeded [2020-10-07T02:14:11.100Z] nexus3.edgexfoundry.org:10004 [2020-10-07T02:14:11.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T02:14:11.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T02:14:11.692Z] Configure a credential helper to remove this warning. See [2020-10-07T02:14:11.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T02:14:11.692Z] [2020-10-07T02:14:11.692Z] Login Succeeded [2020-10-07T02:14:11.692Z] docker.io [2020-10-07T02:14:12.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-07T02:14:12.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-07T02:14:12.555Z] Configure a credential helper to remove this warning. See [2020-10-07T02:14:12.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-07T02:14:12.555Z] [2020-10-07T02:14:12.555Z] Login Succeeded [2020-10-07T02:14:12.555Z] ---> docker-login.sh ends [Pipeline] } [2020-10-07T02:14:12.572Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T02:14:12.825Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-07T02:14:12.825Z] fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:14:12.825Z] 1.2.2-dev.51 [2020-10-07T02:14:12.825Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:14:12.825Z] master [2020-10-07T02:14:12.825Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:13.331Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:13.667Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:14:13.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-07T02:14:13.667Z] 63985487fcaa: Preparing [2020-10-07T02:14:13.667Z] 197772ee6cf1: Preparing [2020-10-07T02:14:13.667Z] b67b4c1922e9: Preparing [2020-10-07T02:14:13.939Z] b67b4c1922e9: Pushed [2020-10-07T02:14:13.939Z] 63985487fcaa: Pushed [2020-10-07T02:14:17.312Z] 197772ee6cf1: Pushed [2020-10-07T02:14:17.312Z] fc25530dbf7c06d269e477ba92f85712579b8222: digest: sha256:b5877b668e8ebd1d5c24a362afc7594fd863f3d73f17ce7ab7bc2b9c28b1e1d6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:17.654Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:17.992Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.51 [2020-10-07T02:14:17.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-07T02:14:17.992Z] 63985487fcaa: Preparing [2020-10-07T02:14:17.992Z] 197772ee6cf1: Preparing [2020-10-07T02:14:17.992Z] b67b4c1922e9: Preparing [2020-10-07T02:14:18.264Z] b67b4c1922e9: Layer already exists [2020-10-07T02:14:18.264Z] 197772ee6cf1: Layer already exists [2020-10-07T02:14:18.264Z] 63985487fcaa: Layer already exists [2020-10-07T02:14:18.264Z] 1.2.2-dev.51: digest: sha256:b5877b668e8ebd1d5c24a362afc7594fd863f3d73f17ce7ab7bc2b9c28b1e1d6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:18.610Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:18.948Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:14:18.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-07T02:14:18.949Z] 63985487fcaa: Preparing [2020-10-07T02:14:18.949Z] 197772ee6cf1: Preparing [2020-10-07T02:14:18.949Z] b67b4c1922e9: Preparing [2020-10-07T02:14:19.221Z] b67b4c1922e9: Layer already exists [2020-10-07T02:14:19.221Z] 63985487fcaa: Layer already exists [2020-10-07T02:14:19.221Z] 197772ee6cf1: Layer already exists [2020-10-07T02:14:19.221Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51: digest: sha256:b5877b668e8ebd1d5c24a362afc7594fd863f3d73f17ce7ab7bc2b9c28b1e1d6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:19.590Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:19.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-07T02:14:19.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-07T02:14:19.930Z] 63985487fcaa: Preparing [2020-10-07T02:14:19.930Z] 197772ee6cf1: Preparing [2020-10-07T02:14:19.930Z] b67b4c1922e9: Preparing [2020-10-07T02:14:20.200Z] b67b4c1922e9: Layer already exists [2020-10-07T02:14:20.200Z] 197772ee6cf1: Layer already exists [2020-10-07T02:14:20.200Z] 63985487fcaa: Layer already exists [2020-10-07T02:14:20.200Z] master: digest: sha256:b5877b668e8ebd1d5c24a362afc7594fd863f3d73f17ce7ab7bc2b9c28b1e1d6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T02:14:20.410Z] ===================================================== [Pipeline] echo [2020-10-07T02:14:20.457Z] taggedImages: [2020-10-07T02:14:20.457Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:14:20.457Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.51 [2020-10-07T02:14:20.457Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:14:20.457Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-07T02:14:20.520Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-07T02:14:20.520Z] fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:14:20.520Z] 1.2.2-dev.51 [2020-10-07T02:14:20.520Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:14:20.520Z] master [2020-10-07T02:14:20.520Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:21.065Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:21.396Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:14:21.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-07T02:14:21.396Z] 4a8a7fad18f0: Preparing [2020-10-07T02:14:21.396Z] 64355d730b6d: Preparing [2020-10-07T02:14:21.396Z] 52465b773524: Preparing [2020-10-07T02:14:21.396Z] 49693133c5b4: Preparing [2020-10-07T02:14:21.396Z] 3aab0073a307: Preparing [2020-10-07T02:14:21.396Z] e2f13739ad41: Preparing [2020-10-07T02:14:21.396Z] e2f13739ad41: Waiting [2020-10-07T02:14:21.669Z] 4a8a7fad18f0: Pushed [2020-10-07T02:14:21.669Z] 52465b773524: Pushed [2020-10-07T02:14:21.669Z] 3aab0073a307: Pushed [2020-10-07T02:14:21.941Z] e2f13739ad41: Layer already exists [2020-10-07T02:14:22.212Z] 49693133c5b4: Pushed [2020-10-07T02:14:25.586Z] 64355d730b6d: Pushed [2020-10-07T02:14:25.586Z] fc25530dbf7c06d269e477ba92f85712579b8222: digest: sha256:96fd7a0770d6e6a4dc7116e2ce255ae458ed93422ec27af36dff9210135c3f5d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:25.926Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:26.264Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.51 [2020-10-07T02:14:26.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-07T02:14:26.264Z] 4a8a7fad18f0: Preparing [2020-10-07T02:14:26.264Z] 64355d730b6d: Preparing [2020-10-07T02:14:26.264Z] 52465b773524: Preparing [2020-10-07T02:14:26.264Z] 49693133c5b4: Preparing [2020-10-07T02:14:26.264Z] 3aab0073a307: Preparing [2020-10-07T02:14:26.264Z] e2f13739ad41: Preparing [2020-10-07T02:14:26.264Z] e2f13739ad41: Waiting [2020-10-07T02:14:26.264Z] 3aab0073a307: Layer already exists [2020-10-07T02:14:26.264Z] 64355d730b6d: Layer already exists [2020-10-07T02:14:26.264Z] 4a8a7fad18f0: Layer already exists [2020-10-07T02:14:26.264Z] 49693133c5b4: Layer already exists [2020-10-07T02:14:26.264Z] 52465b773524: Layer already exists [2020-10-07T02:14:26.264Z] e2f13739ad41: Layer already exists [2020-10-07T02:14:26.535Z] 1.2.2-dev.51: digest: sha256:96fd7a0770d6e6a4dc7116e2ce255ae458ed93422ec27af36dff9210135c3f5d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:26.873Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:27.208Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:14:27.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-07T02:14:27.208Z] 4a8a7fad18f0: Preparing [2020-10-07T02:14:27.208Z] 64355d730b6d: Preparing [2020-10-07T02:14:27.208Z] 52465b773524: Preparing [2020-10-07T02:14:27.208Z] 49693133c5b4: Preparing [2020-10-07T02:14:27.208Z] 3aab0073a307: Preparing [2020-10-07T02:14:27.208Z] e2f13739ad41: Preparing [2020-10-07T02:14:27.208Z] e2f13739ad41: Waiting [2020-10-07T02:14:27.478Z] 4a8a7fad18f0: Layer already exists [2020-10-07T02:14:27.478Z] 52465b773524: Layer already exists [2020-10-07T02:14:27.478Z] 64355d730b6d: Layer already exists [2020-10-07T02:14:27.478Z] 49693133c5b4: Layer already exists [2020-10-07T02:14:27.478Z] 3aab0073a307: Layer already exists [2020-10-07T02:14:27.478Z] e2f13739ad41: Layer already exists [2020-10-07T02:14:27.478Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51: digest: sha256:96fd7a0770d6e6a4dc7116e2ce255ae458ed93422ec27af36dff9210135c3f5d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:27.821Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:28.160Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-07T02:14:28.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-07T02:14:28.160Z] 4a8a7fad18f0: Preparing [2020-10-07T02:14:28.160Z] 64355d730b6d: Preparing [2020-10-07T02:14:28.160Z] 52465b773524: Preparing [2020-10-07T02:14:28.160Z] 49693133c5b4: Preparing [2020-10-07T02:14:28.160Z] 3aab0073a307: Preparing [2020-10-07T02:14:28.160Z] e2f13739ad41: Preparing [2020-10-07T02:14:28.160Z] e2f13739ad41: Waiting [2020-10-07T02:14:28.429Z] 52465b773524: Layer already exists [2020-10-07T02:14:28.429Z] 64355d730b6d: Layer already exists [2020-10-07T02:14:28.430Z] 3aab0073a307: Layer already exists [2020-10-07T02:14:28.430Z] 4a8a7fad18f0: Layer already exists [2020-10-07T02:14:28.430Z] 49693133c5b4: Layer already exists [2020-10-07T02:14:28.430Z] e2f13739ad41: Layer already exists [2020-10-07T02:14:28.430Z] master: digest: sha256:96fd7a0770d6e6a4dc7116e2ce255ae458ed93422ec27af36dff9210135c3f5d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T02:14:28.642Z] ===================================================== [Pipeline] echo [2020-10-07T02:14:28.689Z] taggedImages: [2020-10-07T02:14:28.689Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:14:28.689Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.51 [2020-10-07T02:14:28.689Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:14:28.689Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-07T02:14:28.754Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-07T02:14:28.754Z] fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:14:28.754Z] 1.2.2-dev.51 [2020-10-07T02:14:28.754Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:14:28.754Z] master [2020-10-07T02:14:28.754Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:29.243Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:29.575Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:14:29.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-07T02:14:29.576Z] 5e1a79ac9098: Preparing [2020-10-07T02:14:29.576Z] c87e1c1ba518: Preparing [2020-10-07T02:14:29.576Z] b93257550c74: Preparing [2020-10-07T02:14:29.847Z] 5e1a79ac9098: Pushed [2020-10-07T02:14:29.847Z] b93257550c74: Pushed [2020-10-07T02:14:33.223Z] c87e1c1ba518: Pushed [2020-10-07T02:14:33.494Z] fc25530dbf7c06d269e477ba92f85712579b8222: digest: sha256:88e961664ea549206c3bfe3b184b24fabc2f0eb64d96bf72dfcc06f4fc33c608 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:33.834Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:34.167Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.51 [2020-10-07T02:14:34.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-07T02:14:34.167Z] 5e1a79ac9098: Preparing [2020-10-07T02:14:34.168Z] c87e1c1ba518: Preparing [2020-10-07T02:14:34.168Z] b93257550c74: Preparing [2020-10-07T02:14:34.454Z] c87e1c1ba518: Layer already exists [2020-10-07T02:14:34.454Z] b93257550c74: Layer already exists [2020-10-07T02:14:34.454Z] 5e1a79ac9098: Layer already exists [2020-10-07T02:14:34.454Z] 1.2.2-dev.51: digest: sha256:88e961664ea549206c3bfe3b184b24fabc2f0eb64d96bf72dfcc06f4fc33c608 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:34.795Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:35.143Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:14:35.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-07T02:14:35.143Z] 5e1a79ac9098: Preparing [2020-10-07T02:14:35.143Z] c87e1c1ba518: Preparing [2020-10-07T02:14:35.143Z] b93257550c74: Preparing [2020-10-07T02:14:35.143Z] b93257550c74: Layer already exists [2020-10-07T02:14:35.143Z] c87e1c1ba518: Layer already exists [2020-10-07T02:14:35.143Z] 5e1a79ac9098: Layer already exists [2020-10-07T02:14:35.454Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51: digest: sha256:88e961664ea549206c3bfe3b184b24fabc2f0eb64d96bf72dfcc06f4fc33c608 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:35.817Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:36.166Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-07T02:14:36.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-07T02:14:36.166Z] 5e1a79ac9098: Preparing [2020-10-07T02:14:36.166Z] c87e1c1ba518: Preparing [2020-10-07T02:14:36.166Z] b93257550c74: Preparing [2020-10-07T02:14:36.166Z] 5e1a79ac9098: Layer already exists [2020-10-07T02:14:36.166Z] c87e1c1ba518: Layer already exists [2020-10-07T02:14:36.166Z] b93257550c74: Layer already exists [2020-10-07T02:14:36.447Z] master: digest: sha256:88e961664ea549206c3bfe3b184b24fabc2f0eb64d96bf72dfcc06f4fc33c608 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T02:14:36.661Z] ===================================================== [Pipeline] echo [2020-10-07T02:14:36.707Z] taggedImages: [2020-10-07T02:14:36.707Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:14:36.707Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.51 [2020-10-07T02:14:36.707Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:14:36.707Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-07T02:14:36.770Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-07T02:14:36.770Z] fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:14:36.770Z] 1.2.2-dev.51 [2020-10-07T02:14:36.770Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:14:36.770Z] master [2020-10-07T02:14:36.770Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:37.321Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:37.691Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:14:37.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-07T02:14:37.692Z] 8cad4f81a401: Preparing [2020-10-07T02:14:37.692Z] a4146dc7a180: Preparing [2020-10-07T02:14:37.692Z] f03310226115: Preparing [2020-10-07T02:14:37.692Z] 8c91037713b6: Preparing [2020-10-07T02:14:37.692Z] e2f13739ad41: Preparing [2020-10-07T02:14:37.692Z] e2f13739ad41: Layer already exists [2020-10-07T02:14:37.968Z] f03310226115: Pushed [2020-10-07T02:14:37.968Z] a4146dc7a180: Pushed [2020-10-07T02:14:38.561Z] 8c91037713b6: Pushed [2020-10-07T02:14:39.991Z] 8cad4f81a401: Pushed [2020-10-07T02:14:40.263Z] fc25530dbf7c06d269e477ba92f85712579b8222: digest: sha256:a611f17ed0a2d1871c9fca925c710b9bccb0a77af2af1cce6603c6a5ee5085e5 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:40.604Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:40.948Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.51 [2020-10-07T02:14:40.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-07T02:14:40.948Z] 8cad4f81a401: Preparing [2020-10-07T02:14:40.948Z] a4146dc7a180: Preparing [2020-10-07T02:14:40.948Z] f03310226115: Preparing [2020-10-07T02:14:40.948Z] 8c91037713b6: Preparing [2020-10-07T02:14:40.948Z] e2f13739ad41: Preparing [2020-10-07T02:14:41.221Z] e2f13739ad41: Layer already exists [2020-10-07T02:14:41.221Z] 8cad4f81a401: Layer already exists [2020-10-07T02:14:41.221Z] a4146dc7a180: Layer already exists [2020-10-07T02:14:41.221Z] f03310226115: Layer already exists [2020-10-07T02:14:41.221Z] 8c91037713b6: Layer already exists [2020-10-07T02:14:41.221Z] 1.2.2-dev.51: digest: sha256:a611f17ed0a2d1871c9fca925c710b9bccb0a77af2af1cce6603c6a5ee5085e5 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:41.563Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:41.899Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:14:41.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-07T02:14:41.900Z] 8cad4f81a401: Preparing [2020-10-07T02:14:41.900Z] a4146dc7a180: Preparing [2020-10-07T02:14:41.900Z] f03310226115: Preparing [2020-10-07T02:14:41.900Z] 8c91037713b6: Preparing [2020-10-07T02:14:41.900Z] e2f13739ad41: Preparing [2020-10-07T02:14:42.172Z] 8c91037713b6: Layer already exists [2020-10-07T02:14:42.172Z] 8cad4f81a401: Layer already exists [2020-10-07T02:14:42.172Z] e2f13739ad41: Layer already exists [2020-10-07T02:14:42.172Z] a4146dc7a180: Layer already exists [2020-10-07T02:14:42.172Z] f03310226115: Layer already exists [2020-10-07T02:14:42.172Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51: digest: sha256:a611f17ed0a2d1871c9fca925c710b9bccb0a77af2af1cce6603c6a5ee5085e5 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:42.514Z] + 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-07T02:14:42.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-07T02:14:42.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-07T02:14:42.858Z] 8cad4f81a401: Preparing [2020-10-07T02:14:42.858Z] a4146dc7a180: Preparing [2020-10-07T02:14:42.858Z] f03310226115: Preparing [2020-10-07T02:14:42.858Z] 8c91037713b6: Preparing [2020-10-07T02:14:42.858Z] e2f13739ad41: Preparing [2020-10-07T02:14:42.858Z] f03310226115: Layer already exists [2020-10-07T02:14:43.130Z] e2f13739ad41: Layer already exists [2020-10-07T02:14:43.130Z] 8cad4f81a401: Layer already exists [2020-10-07T02:14:43.130Z] a4146dc7a180: Layer already exists [2020-10-07T02:14:43.130Z] 8c91037713b6: Layer already exists [2020-10-07T02:14:43.130Z] master: digest: sha256:a611f17ed0a2d1871c9fca925c710b9bccb0a77af2af1cce6603c6a5ee5085e5 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T02:14:43.318Z] ===================================================== [Pipeline] echo [2020-10-07T02:14:43.361Z] taggedImages: [2020-10-07T02:14:43.361Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:14:43.361Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.51 [2020-10-07T02:14:43.361Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:14:43.361Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-07T02:14:43.452Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-07T02:14:43.452Z] fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:14:43.452Z] 1.2.2-dev.51 [2020-10-07T02:14:43.452Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:14:43.452Z] master [2020-10-07T02:14:43.452Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:43.982Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:44.333Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:14:44.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-07T02:14:44.333Z] afe005b861d8: Preparing [2020-10-07T02:14:44.333Z] ce829a75933d: Preparing [2020-10-07T02:14:44.333Z] 766e16355101: Preparing [2020-10-07T02:14:44.333Z] aa457f960721: Preparing [2020-10-07T02:14:44.333Z] aa457f960721: Preparing [2020-10-07T02:14:44.333Z] 6a276744bff2: Preparing [2020-10-07T02:14:44.333Z] 33fdde9c300b: Preparing [2020-10-07T02:14:44.333Z] 783b4da703ee: Preparing [2020-10-07T02:14:44.333Z] afe005b861d8: Preparing [2020-10-07T02:14:44.333Z] 9753c818c4f4: Preparing [2020-10-07T02:14:44.333Z] 91aba02df41f: Preparing [2020-10-07T02:14:44.333Z] 9d5b42c5b77f: Preparing [2020-10-07T02:14:44.333Z] e2f13739ad41: Preparing [2020-10-07T02:14:44.333Z] 9753c818c4f4: Waiting [2020-10-07T02:14:44.333Z] 91aba02df41f: Waiting [2020-10-07T02:14:44.333Z] 9d5b42c5b77f: Waiting [2020-10-07T02:14:44.333Z] e2f13739ad41: Waiting [2020-10-07T02:14:44.333Z] 783b4da703ee: Waiting [2020-10-07T02:14:44.333Z] 33fdde9c300b: Waiting [2020-10-07T02:14:44.609Z] aa457f960721: Pushed [2020-10-07T02:14:44.609Z] 6a276744bff2: Pushed [2020-10-07T02:14:44.609Z] 766e16355101: Pushed [2020-10-07T02:14:44.609Z] ce829a75933d: Pushed [2020-10-07T02:14:44.883Z] 33fdde9c300b: Pushed [2020-10-07T02:14:44.883Z] 783b4da703ee: Pushed [2020-10-07T02:14:44.883Z] 9753c818c4f4: Pushed [2020-10-07T02:14:44.883Z] 91aba02df41f: Pushed [2020-10-07T02:14:44.883Z] e2f13739ad41: Layer already exists [2020-10-07T02:14:45.155Z] 9d5b42c5b77f: Pushed [2020-10-07T02:14:47.117Z] afe005b861d8: Pushed [2020-10-07T02:14:47.117Z] fc25530dbf7c06d269e477ba92f85712579b8222: digest: sha256:fc54a6d7f5812b2c8c709cf10802d49ec0daeeb73495c479e97898b57bd0212f size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:47.455Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:47.789Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.51 [2020-10-07T02:14:47.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-07T02:14:47.789Z] afe005b861d8: Preparing [2020-10-07T02:14:47.789Z] ce829a75933d: Preparing [2020-10-07T02:14:47.789Z] 766e16355101: Preparing [2020-10-07T02:14:47.789Z] aa457f960721: Preparing [2020-10-07T02:14:47.789Z] aa457f960721: Preparing [2020-10-07T02:14:47.789Z] 6a276744bff2: Preparing [2020-10-07T02:14:47.789Z] 33fdde9c300b: Preparing [2020-10-07T02:14:47.789Z] 783b4da703ee: Preparing [2020-10-07T02:14:47.789Z] afe005b861d8: Preparing [2020-10-07T02:14:47.789Z] 9753c818c4f4: Preparing [2020-10-07T02:14:47.789Z] 91aba02df41f: Preparing [2020-10-07T02:14:47.789Z] 9d5b42c5b77f: Preparing [2020-10-07T02:14:47.789Z] e2f13739ad41: Preparing [2020-10-07T02:14:47.789Z] 33fdde9c300b: Waiting [2020-10-07T02:14:47.789Z] 783b4da703ee: Waiting [2020-10-07T02:14:47.789Z] 9753c818c4f4: Waiting [2020-10-07T02:14:47.789Z] 91aba02df41f: Waiting [2020-10-07T02:14:47.789Z] 9d5b42c5b77f: Waiting [2020-10-07T02:14:47.789Z] e2f13739ad41: Waiting [2020-10-07T02:14:48.059Z] 766e16355101: Layer already exists [2020-10-07T02:14:48.059Z] aa457f960721: Layer already exists [2020-10-07T02:14:48.059Z] 6a276744bff2: Layer already exists [2020-10-07T02:14:48.059Z] afe005b861d8: Layer already exists [2020-10-07T02:14:48.059Z] ce829a75933d: Layer already exists [2020-10-07T02:14:48.059Z] 33fdde9c300b: Layer already exists [2020-10-07T02:14:48.059Z] 783b4da703ee: Layer already exists [2020-10-07T02:14:48.059Z] 9753c818c4f4: Layer already exists [2020-10-07T02:14:48.059Z] 91aba02df41f: Layer already exists [2020-10-07T02:14:48.059Z] 9d5b42c5b77f: Layer already exists [2020-10-07T02:14:48.059Z] e2f13739ad41: Layer already exists [2020-10-07T02:14:48.059Z] 1.2.2-dev.51: digest: sha256:fc54a6d7f5812b2c8c709cf10802d49ec0daeeb73495c479e97898b57bd0212f size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:48.402Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:48.744Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:14:48.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-07T02:14:48.744Z] afe005b861d8: Preparing [2020-10-07T02:14:48.744Z] ce829a75933d: Preparing [2020-10-07T02:14:48.744Z] 766e16355101: Preparing [2020-10-07T02:14:48.744Z] aa457f960721: Preparing [2020-10-07T02:14:48.744Z] aa457f960721: Preparing [2020-10-07T02:14:48.744Z] 6a276744bff2: Preparing [2020-10-07T02:14:48.744Z] 33fdde9c300b: Preparing [2020-10-07T02:14:48.744Z] 783b4da703ee: Preparing [2020-10-07T02:14:48.744Z] afe005b861d8: Preparing [2020-10-07T02:14:48.744Z] 9753c818c4f4: Preparing [2020-10-07T02:14:48.744Z] 91aba02df41f: Preparing [2020-10-07T02:14:48.744Z] 9d5b42c5b77f: Preparing [2020-10-07T02:14:48.744Z] e2f13739ad41: Preparing [2020-10-07T02:14:48.744Z] 33fdde9c300b: Waiting [2020-10-07T02:14:48.744Z] 783b4da703ee: Waiting [2020-10-07T02:14:48.744Z] 9753c818c4f4: Waiting [2020-10-07T02:14:48.744Z] 91aba02df41f: Waiting [2020-10-07T02:14:48.744Z] e2f13739ad41: Waiting [2020-10-07T02:14:48.744Z] 9d5b42c5b77f: Waiting [2020-10-07T02:14:49.016Z] aa457f960721: Layer already exists [2020-10-07T02:14:49.016Z] ce829a75933d: Layer already exists [2020-10-07T02:14:49.016Z] afe005b861d8: Layer already exists [2020-10-07T02:14:49.016Z] 766e16355101: Layer already exists [2020-10-07T02:14:49.016Z] 6a276744bff2: Layer already exists [2020-10-07T02:14:49.016Z] 783b4da703ee: Layer already exists [2020-10-07T02:14:49.016Z] 91aba02df41f: Layer already exists [2020-10-07T02:14:49.016Z] 33fdde9c300b: Layer already exists [2020-10-07T02:14:49.016Z] 9753c818c4f4: Layer already exists [2020-10-07T02:14:49.016Z] 9d5b42c5b77f: Layer already exists [2020-10-07T02:14:49.016Z] e2f13739ad41: Layer already exists [2020-10-07T02:14:49.016Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51: digest: sha256:fc54a6d7f5812b2c8c709cf10802d49ec0daeeb73495c479e97898b57bd0212f size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:49.356Z] + 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-07T02:14:49.685Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-07T02:14:49.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-07T02:14:49.686Z] afe005b861d8: Preparing [2020-10-07T02:14:49.686Z] ce829a75933d: Preparing [2020-10-07T02:14:49.686Z] 766e16355101: Preparing [2020-10-07T02:14:49.686Z] aa457f960721: Preparing [2020-10-07T02:14:49.686Z] aa457f960721: Preparing [2020-10-07T02:14:49.686Z] 6a276744bff2: Preparing [2020-10-07T02:14:49.686Z] 33fdde9c300b: Preparing [2020-10-07T02:14:49.686Z] 783b4da703ee: Preparing [2020-10-07T02:14:49.686Z] afe005b861d8: Preparing [2020-10-07T02:14:49.686Z] 9753c818c4f4: Preparing [2020-10-07T02:14:49.686Z] 91aba02df41f: Preparing [2020-10-07T02:14:49.686Z] 9d5b42c5b77f: Preparing [2020-10-07T02:14:49.686Z] e2f13739ad41: Preparing [2020-10-07T02:14:49.686Z] 33fdde9c300b: Waiting [2020-10-07T02:14:49.686Z] 783b4da703ee: Waiting [2020-10-07T02:14:49.686Z] 91aba02df41f: Waiting [2020-10-07T02:14:49.686Z] 9753c818c4f4: Waiting [2020-10-07T02:14:49.686Z] 9d5b42c5b77f: Waiting [2020-10-07T02:14:49.686Z] afe005b861d8: Layer already exists [2020-10-07T02:14:49.686Z] ce829a75933d: Layer already exists [2020-10-07T02:14:49.686Z] 6a276744bff2: Layer already exists [2020-10-07T02:14:49.686Z] aa457f960721: Layer already exists [2020-10-07T02:14:49.686Z] 766e16355101: Layer already exists [2020-10-07T02:14:49.958Z] 91aba02df41f: Layer already exists [2020-10-07T02:14:49.958Z] 33fdde9c300b: Layer already exists [2020-10-07T02:14:49.958Z] 9753c818c4f4: Layer already exists [2020-10-07T02:14:49.958Z] 783b4da703ee: Layer already exists [2020-10-07T02:14:49.958Z] 9d5b42c5b77f: Layer already exists [2020-10-07T02:14:49.958Z] e2f13739ad41: Layer already exists [2020-10-07T02:14:49.958Z] master: digest: sha256:fc54a6d7f5812b2c8c709cf10802d49ec0daeeb73495c479e97898b57bd0212f size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T02:14:50.164Z] ===================================================== [Pipeline] echo [2020-10-07T02:14:50.207Z] taggedImages: [2020-10-07T02:14:50.207Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:14:50.207Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.51 [2020-10-07T02:14:50.207Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:14:50.207Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-07T02:14:50.295Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-07T02:14:50.295Z] fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:14:50.295Z] 1.2.2-dev.51 [2020-10-07T02:14:50.295Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:14:50.295Z] master [2020-10-07T02:14:50.295Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:50.833Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:51.160Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:14:51.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-07T02:14:51.160Z] f29607ece1e6: Preparing [2020-10-07T02:14:51.160Z] 1ef6847311a2: Preparing [2020-10-07T02:14:51.160Z] fb61a962dd6d: Preparing [2020-10-07T02:14:51.160Z] 4c121bf34106: Preparing [2020-10-07T02:14:51.160Z] efc42337d170: Preparing [2020-10-07T02:14:51.160Z] 16cfe8452114: Preparing [2020-10-07T02:14:51.160Z] 2a086f139e7b: Preparing [2020-10-07T02:14:51.160Z] b74e45931397: Preparing [2020-10-07T02:14:51.160Z] b68b5e7422fc: Preparing [2020-10-07T02:14:51.160Z] 07500b8afc25: Preparing [2020-10-07T02:14:51.160Z] 66b385cf80cf: Preparing [2020-10-07T02:14:51.160Z] 16cfe8452114: Waiting [2020-10-07T02:14:51.160Z] 2a086f139e7b: Waiting [2020-10-07T02:14:51.160Z] b74e45931397: Waiting [2020-10-07T02:14:51.160Z] b68b5e7422fc: Waiting [2020-10-07T02:14:51.160Z] 66b385cf80cf: Waiting [2020-10-07T02:14:51.160Z] 07500b8afc25: Waiting [2020-10-07T02:14:51.432Z] 1ef6847311a2: Pushed [2020-10-07T02:14:51.432Z] f29607ece1e6: Pushed [2020-10-07T02:14:51.713Z] 16cfe8452114: Pushed [2020-10-07T02:14:51.713Z] 2a086f139e7b: Pushed [2020-10-07T02:14:51.987Z] b74e45931397: Pushed [2020-10-07T02:14:51.987Z] b68b5e7422fc: Pushed [2020-10-07T02:14:51.987Z] 66b385cf80cf: Layer already exists [2020-10-07T02:14:52.584Z] 07500b8afc25: Pushed [2020-10-07T02:14:53.560Z] fb61a962dd6d: Pushed [2020-10-07T02:14:53.560Z] efc42337d170: Pushed [2020-10-07T02:14:53.833Z] 4c121bf34106: Pushed [2020-10-07T02:14:53.833Z] fc25530dbf7c06d269e477ba92f85712579b8222: digest: sha256:a4122d3f3345e84ed76a87a60c6823f4e8f7a7555677d446c8f5efb55620cc0c size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:54.176Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:54.541Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.51 [2020-10-07T02:14:54.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-07T02:14:54.541Z] f29607ece1e6: Preparing [2020-10-07T02:14:54.541Z] 1ef6847311a2: Preparing [2020-10-07T02:14:54.541Z] fb61a962dd6d: Preparing [2020-10-07T02:14:54.541Z] 4c121bf34106: Preparing [2020-10-07T02:14:54.541Z] efc42337d170: Preparing [2020-10-07T02:14:54.541Z] 16cfe8452114: Preparing [2020-10-07T02:14:54.541Z] 2a086f139e7b: Preparing [2020-10-07T02:14:54.541Z] b74e45931397: Preparing [2020-10-07T02:14:54.541Z] b68b5e7422fc: Preparing [2020-10-07T02:14:54.541Z] 07500b8afc25: Preparing [2020-10-07T02:14:54.541Z] 66b385cf80cf: Preparing [2020-10-07T02:14:54.541Z] b74e45931397: Waiting [2020-10-07T02:14:54.541Z] b68b5e7422fc: Waiting [2020-10-07T02:14:54.541Z] 07500b8afc25: Waiting [2020-10-07T02:14:54.541Z] 2a086f139e7b: Waiting [2020-10-07T02:14:54.541Z] 16cfe8452114: Waiting [2020-10-07T02:14:54.541Z] 66b385cf80cf: Waiting [2020-10-07T02:14:54.541Z] fb61a962dd6d: Layer already exists [2020-10-07T02:14:54.541Z] 1ef6847311a2: Layer already exists [2020-10-07T02:14:54.541Z] efc42337d170: Layer already exists [2020-10-07T02:14:54.541Z] f29607ece1e6: Layer already exists [2020-10-07T02:14:54.541Z] 4c121bf34106: Layer already exists [2020-10-07T02:14:54.541Z] 2a086f139e7b: Layer already exists [2020-10-07T02:14:54.541Z] b68b5e7422fc: Layer already exists [2020-10-07T02:14:54.541Z] 16cfe8452114: Layer already exists [2020-10-07T02:14:54.541Z] b74e45931397: Layer already exists [2020-10-07T02:14:54.812Z] 07500b8afc25: Layer already exists [2020-10-07T02:14:54.812Z] 66b385cf80cf: Layer already exists [2020-10-07T02:14:54.812Z] 1.2.2-dev.51: digest: sha256:a4122d3f3345e84ed76a87a60c6823f4e8f7a7555677d446c8f5efb55620cc0c size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:55.156Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:55.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:14:55.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-07T02:14:55.491Z] f29607ece1e6: Preparing [2020-10-07T02:14:55.491Z] 1ef6847311a2: Preparing [2020-10-07T02:14:55.491Z] fb61a962dd6d: Preparing [2020-10-07T02:14:55.491Z] 4c121bf34106: Preparing [2020-10-07T02:14:55.491Z] efc42337d170: Preparing [2020-10-07T02:14:55.491Z] 16cfe8452114: Preparing [2020-10-07T02:14:55.491Z] 2a086f139e7b: Preparing [2020-10-07T02:14:55.491Z] b74e45931397: Preparing [2020-10-07T02:14:55.491Z] b68b5e7422fc: Preparing [2020-10-07T02:14:55.491Z] 07500b8afc25: Preparing [2020-10-07T02:14:55.491Z] 66b385cf80cf: Preparing [2020-10-07T02:14:55.491Z] b74e45931397: Waiting [2020-10-07T02:14:55.491Z] b68b5e7422fc: Waiting [2020-10-07T02:14:55.491Z] 07500b8afc25: Waiting [2020-10-07T02:14:55.491Z] 66b385cf80cf: Waiting [2020-10-07T02:14:55.491Z] 16cfe8452114: Waiting [2020-10-07T02:14:55.760Z] fb61a962dd6d: Layer already exists [2020-10-07T02:14:55.760Z] 1ef6847311a2: Layer already exists [2020-10-07T02:14:55.760Z] f29607ece1e6: Layer already exists [2020-10-07T02:14:55.760Z] efc42337d170: Layer already exists [2020-10-07T02:14:55.760Z] 4c121bf34106: Layer already exists [2020-10-07T02:14:55.760Z] 16cfe8452114: Layer already exists [2020-10-07T02:14:55.760Z] b74e45931397: Layer already exists [2020-10-07T02:14:55.760Z] 2a086f139e7b: Layer already exists [2020-10-07T02:14:55.760Z] 07500b8afc25: Layer already exists [2020-10-07T02:14:55.760Z] b68b5e7422fc: Layer already exists [2020-10-07T02:14:55.760Z] 66b385cf80cf: Layer already exists [2020-10-07T02:14:55.760Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51: digest: sha256:a4122d3f3345e84ed76a87a60c6823f4e8f7a7555677d446c8f5efb55620cc0c size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:56.098Z] + 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-07T02:14:56.433Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-07T02:14:56.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-07T02:14:56.433Z] f29607ece1e6: Preparing [2020-10-07T02:14:56.433Z] 1ef6847311a2: Preparing [2020-10-07T02:14:56.433Z] fb61a962dd6d: Preparing [2020-10-07T02:14:56.433Z] 4c121bf34106: Preparing [2020-10-07T02:14:56.433Z] efc42337d170: Preparing [2020-10-07T02:14:56.433Z] 16cfe8452114: Preparing [2020-10-07T02:14:56.433Z] 2a086f139e7b: Preparing [2020-10-07T02:14:56.433Z] b74e45931397: Preparing [2020-10-07T02:14:56.433Z] b68b5e7422fc: Preparing [2020-10-07T02:14:56.433Z] 07500b8afc25: Preparing [2020-10-07T02:14:56.433Z] 66b385cf80cf: Preparing [2020-10-07T02:14:56.433Z] b74e45931397: Waiting [2020-10-07T02:14:56.433Z] b68b5e7422fc: Waiting [2020-10-07T02:14:56.433Z] 16cfe8452114: Waiting [2020-10-07T02:14:56.433Z] 07500b8afc25: Waiting [2020-10-07T02:14:56.433Z] 2a086f139e7b: Waiting [2020-10-07T02:14:56.433Z] 66b385cf80cf: Waiting [2020-10-07T02:14:56.704Z] fb61a962dd6d: Layer already exists [2020-10-07T02:14:56.704Z] 4c121bf34106: Layer already exists [2020-10-07T02:14:56.704Z] 1ef6847311a2: Layer already exists [2020-10-07T02:14:56.704Z] f29607ece1e6: Layer already exists [2020-10-07T02:14:56.704Z] efc42337d170: Layer already exists [2020-10-07T02:14:56.704Z] 2a086f139e7b: Layer already exists [2020-10-07T02:14:56.704Z] 16cfe8452114: Layer already exists [2020-10-07T02:14:56.704Z] b74e45931397: Layer already exists [2020-10-07T02:14:56.704Z] b68b5e7422fc: Layer already exists [2020-10-07T02:14:56.704Z] 07500b8afc25: Layer already exists [2020-10-07T02:14:56.704Z] 66b385cf80cf: Layer already exists [2020-10-07T02:14:56.704Z] master: digest: sha256:a4122d3f3345e84ed76a87a60c6823f4e8f7a7555677d446c8f5efb55620cc0c size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T02:14:56.889Z] ===================================================== [Pipeline] echo [2020-10-07T02:14:56.948Z] taggedImages: [2020-10-07T02:14:56.948Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:14:56.948Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.51 [2020-10-07T02:14:56.948Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:14:56.948Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-07T02:14:57.013Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-07T02:14:57.013Z] fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:14:57.013Z] 1.2.2-dev.51 [2020-10-07T02:14:57.013Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:14:57.013Z] master [2020-10-07T02:14:57.013Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:57.544Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:14:57.877Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:14:57.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-07T02:14:57.877Z] f6ff5a03401b: Preparing [2020-10-07T02:14:57.877Z] 15f6a5436628: Preparing [2020-10-07T02:14:57.877Z] 016245f9fa2b: Preparing [2020-10-07T02:14:57.877Z] abeac250b8fb: Preparing [2020-10-07T02:14:58.154Z] 016245f9fa2b: Pushed [2020-10-07T02:14:58.154Z] f6ff5a03401b: Pushed [2020-10-07T02:14:58.426Z] abeac250b8fb: Pushed [2020-10-07T02:15:01.035Z] 15f6a5436628: Pushed [2020-10-07T02:15:01.035Z] fc25530dbf7c06d269e477ba92f85712579b8222: digest: sha256:740488ce69cf8123900fc73046865049694ce1727ff5a155156dc14e9ba7d706 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:01.385Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:01.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.51 [2020-10-07T02:15:01.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-07T02:15:01.737Z] f6ff5a03401b: Preparing [2020-10-07T02:15:01.737Z] 15f6a5436628: Preparing [2020-10-07T02:15:01.737Z] 016245f9fa2b: Preparing [2020-10-07T02:15:01.737Z] abeac250b8fb: Preparing [2020-10-07T02:15:02.018Z] f6ff5a03401b: Layer already exists [2020-10-07T02:15:02.018Z] 15f6a5436628: Layer already exists [2020-10-07T02:15:02.018Z] 016245f9fa2b: Layer already exists [2020-10-07T02:15:02.018Z] abeac250b8fb: Layer already exists [2020-10-07T02:15:02.018Z] 1.2.2-dev.51: digest: sha256:740488ce69cf8123900fc73046865049694ce1727ff5a155156dc14e9ba7d706 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:02.380Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:02.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:15:02.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-07T02:15:02.733Z] f6ff5a03401b: Preparing [2020-10-07T02:15:02.733Z] 15f6a5436628: Preparing [2020-10-07T02:15:02.733Z] 016245f9fa2b: Preparing [2020-10-07T02:15:02.733Z] abeac250b8fb: Preparing [2020-10-07T02:15:02.733Z] 016245f9fa2b: Layer already exists [2020-10-07T02:15:03.005Z] abeac250b8fb: Layer already exists [2020-10-07T02:15:03.005Z] f6ff5a03401b: Layer already exists [2020-10-07T02:15:03.005Z] 15f6a5436628: Layer already exists [2020-10-07T02:15:03.005Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51: digest: sha256:740488ce69cf8123900fc73046865049694ce1727ff5a155156dc14e9ba7d706 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:03.348Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:03.691Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-07T02:15:03.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-07T02:15:03.691Z] f6ff5a03401b: Preparing [2020-10-07T02:15:03.691Z] 15f6a5436628: Preparing [2020-10-07T02:15:03.691Z] 016245f9fa2b: Preparing [2020-10-07T02:15:03.691Z] abeac250b8fb: Preparing [2020-10-07T02:15:03.964Z] abeac250b8fb: Layer already exists [2020-10-07T02:15:03.964Z] f6ff5a03401b: Layer already exists [2020-10-07T02:15:03.964Z] 15f6a5436628: Layer already exists [2020-10-07T02:15:03.964Z] 016245f9fa2b: Layer already exists [2020-10-07T02:15:03.964Z] master: digest: sha256:740488ce69cf8123900fc73046865049694ce1727ff5a155156dc14e9ba7d706 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T02:15:04.166Z] ===================================================== [Pipeline] echo [2020-10-07T02:15:04.211Z] taggedImages: [2020-10-07T02:15:04.212Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:15:04.212Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.51 [2020-10-07T02:15:04.212Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:15:04.212Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-07T02:15:04.271Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-07T02:15:04.271Z] fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:15:04.271Z] 1.2.2-dev.51 [2020-10-07T02:15:04.271Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:15:04.271Z] master [2020-10-07T02:15:04.271Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:04.765Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:05.102Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:15:05.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-07T02:15:05.102Z] 613118f91470: Preparing [2020-10-07T02:15:05.102Z] b29fc9a4fe08: Preparing [2020-10-07T02:15:05.102Z] e57814fb5db7: Preparing [2020-10-07T02:15:05.102Z] 5e1ebe75230d: Preparing [2020-10-07T02:15:05.102Z] 816cc7f61f41: Preparing [2020-10-07T02:15:05.102Z] c726f7252219: Preparing [2020-10-07T02:15:05.102Z] c726f7252219: Waiting [2020-10-07T02:15:05.374Z] e57814fb5db7: Pushed [2020-10-07T02:15:05.374Z] 613118f91470: Pushed [2020-10-07T02:15:05.647Z] 816cc7f61f41: Pushed [2020-10-07T02:15:05.647Z] 5e1ebe75230d: Pushed [2020-10-07T02:15:05.917Z] c726f7252219: Pushed [2020-10-07T02:15:08.515Z] b29fc9a4fe08: Pushed [2020-10-07T02:15:08.515Z] fc25530dbf7c06d269e477ba92f85712579b8222: digest: sha256:0f4a487eb17cc1d1a3a9a708dab33e66d02b6e1c4eb22a53ea67f092cb9375a9 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:08.851Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:09.183Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.51 [2020-10-07T02:15:09.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-07T02:15:09.184Z] 613118f91470: Preparing [2020-10-07T02:15:09.184Z] b29fc9a4fe08: Preparing [2020-10-07T02:15:09.184Z] e57814fb5db7: Preparing [2020-10-07T02:15:09.184Z] 5e1ebe75230d: Preparing [2020-10-07T02:15:09.184Z] 816cc7f61f41: Preparing [2020-10-07T02:15:09.184Z] c726f7252219: Preparing [2020-10-07T02:15:09.453Z] 816cc7f61f41: Layer already exists [2020-10-07T02:15:09.453Z] 613118f91470: Layer already exists [2020-10-07T02:15:09.453Z] b29fc9a4fe08: Layer already exists [2020-10-07T02:15:09.453Z] 5e1ebe75230d: Layer already exists [2020-10-07T02:15:09.453Z] e57814fb5db7: Layer already exists [2020-10-07T02:15:09.453Z] c726f7252219: Layer already exists [2020-10-07T02:15:09.453Z] 1.2.2-dev.51: digest: sha256:0f4a487eb17cc1d1a3a9a708dab33e66d02b6e1c4eb22a53ea67f092cb9375a9 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:09.789Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:10.121Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:15:10.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-07T02:15:10.122Z] 613118f91470: Preparing [2020-10-07T02:15:10.122Z] b29fc9a4fe08: Preparing [2020-10-07T02:15:10.122Z] e57814fb5db7: Preparing [2020-10-07T02:15:10.122Z] 5e1ebe75230d: Preparing [2020-10-07T02:15:10.122Z] 816cc7f61f41: Preparing [2020-10-07T02:15:10.122Z] c726f7252219: Preparing [2020-10-07T02:15:10.122Z] c726f7252219: Waiting [2020-10-07T02:15:10.393Z] e57814fb5db7: Layer already exists [2020-10-07T02:15:10.393Z] b29fc9a4fe08: Layer already exists [2020-10-07T02:15:10.393Z] 816cc7f61f41: Layer already exists [2020-10-07T02:15:10.393Z] 613118f91470: Layer already exists [2020-10-07T02:15:10.393Z] 5e1ebe75230d: Layer already exists [2020-10-07T02:15:10.393Z] c726f7252219: Layer already exists [2020-10-07T02:15:10.393Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51: digest: sha256:0f4a487eb17cc1d1a3a9a708dab33e66d02b6e1c4eb22a53ea67f092cb9375a9 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:10.750Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:11.081Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-07T02:15:11.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-07T02:15:11.081Z] 613118f91470: Preparing [2020-10-07T02:15:11.081Z] b29fc9a4fe08: Preparing [2020-10-07T02:15:11.081Z] e57814fb5db7: Preparing [2020-10-07T02:15:11.081Z] 5e1ebe75230d: Preparing [2020-10-07T02:15:11.081Z] 816cc7f61f41: Preparing [2020-10-07T02:15:11.081Z] c726f7252219: Preparing [2020-10-07T02:15:11.081Z] c726f7252219: Waiting [2020-10-07T02:15:11.352Z] 5e1ebe75230d: Layer already exists [2020-10-07T02:15:11.352Z] b29fc9a4fe08: Layer already exists [2020-10-07T02:15:11.352Z] e57814fb5db7: Layer already exists [2020-10-07T02:15:11.352Z] 816cc7f61f41: Layer already exists [2020-10-07T02:15:11.352Z] 613118f91470: Layer already exists [2020-10-07T02:15:11.352Z] c726f7252219: Layer already exists [2020-10-07T02:15:11.352Z] master: digest: sha256:0f4a487eb17cc1d1a3a9a708dab33e66d02b6e1c4eb22a53ea67f092cb9375a9 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T02:15:11.548Z] ===================================================== [Pipeline] echo [2020-10-07T02:15:11.601Z] taggedImages: [2020-10-07T02:15:11.601Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:15:11.601Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.51 [2020-10-07T02:15:11.601Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:15:11.601Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-07T02:15:11.665Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-07T02:15:11.665Z] fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:15:11.665Z] 1.2.2-dev.51 [2020-10-07T02:15:11.665Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:15:11.665Z] master [2020-10-07T02:15:11.665Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:12.167Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:12.499Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:15:12.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-07T02:15:12.499Z] 180b041fa925: Preparing [2020-10-07T02:15:12.499Z] 077125478812: Preparing [2020-10-07T02:15:12.499Z] c71b3aa885a6: Preparing [2020-10-07T02:15:12.778Z] c71b3aa885a6: Pushed [2020-10-07T02:15:12.778Z] 180b041fa925: Pushed [2020-10-07T02:15:15.461Z] 077125478812: Pushed [2020-10-07T02:15:15.734Z] fc25530dbf7c06d269e477ba92f85712579b8222: digest: sha256:a0169c831ee22758cae633deaa49652a149e40ca96efc52e78d6c7049f6c8eee size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:16.095Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:16.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.51 [2020-10-07T02:15:16.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-07T02:15:16.443Z] 180b041fa925: Preparing [2020-10-07T02:15:16.443Z] 077125478812: Preparing [2020-10-07T02:15:16.443Z] c71b3aa885a6: Preparing [2020-10-07T02:15:16.443Z] 180b041fa925: Layer already exists [2020-10-07T02:15:16.443Z] 077125478812: Layer already exists [2020-10-07T02:15:16.443Z] c71b3aa885a6: Layer already exists [2020-10-07T02:15:16.714Z] 1.2.2-dev.51: digest: sha256:a0169c831ee22758cae633deaa49652a149e40ca96efc52e78d6c7049f6c8eee size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:17.050Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:17.384Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:15:17.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-07T02:15:17.384Z] 180b041fa925: Preparing [2020-10-07T02:15:17.384Z] 077125478812: Preparing [2020-10-07T02:15:17.384Z] c71b3aa885a6: Preparing [2020-10-07T02:15:17.384Z] c71b3aa885a6: Layer already exists [2020-10-07T02:15:17.656Z] 077125478812: Layer already exists [2020-10-07T02:15:17.656Z] 180b041fa925: Layer already exists [2020-10-07T02:15:17.656Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51: digest: sha256:a0169c831ee22758cae633deaa49652a149e40ca96efc52e78d6c7049f6c8eee size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:17.994Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:18.327Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-07T02:15:18.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-07T02:15:18.327Z] 180b041fa925: Preparing [2020-10-07T02:15:18.327Z] 077125478812: Preparing [2020-10-07T02:15:18.327Z] c71b3aa885a6: Preparing [2020-10-07T02:15:18.599Z] c71b3aa885a6: Layer already exists [2020-10-07T02:15:18.599Z] 077125478812: Layer already exists [2020-10-07T02:15:18.599Z] 180b041fa925: Layer already exists [2020-10-07T02:15:18.599Z] master: digest: sha256:a0169c831ee22758cae633deaa49652a149e40ca96efc52e78d6c7049f6c8eee size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T02:15:18.797Z] ===================================================== [Pipeline] echo [2020-10-07T02:15:18.894Z] taggedImages: [2020-10-07T02:15:18.894Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:15:18.894Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.51 [2020-10-07T02:15:18.894Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:15:18.894Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-07T02:15:18.987Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-07T02:15:18.987Z] fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:15:18.987Z] 1.2.2-dev.51 [2020-10-07T02:15:18.987Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:15:18.987Z] master [2020-10-07T02:15:18.987Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:19.502Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:19.837Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:15:19.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-07T02:15:19.837Z] 58dbbaceecde: Preparing [2020-10-07T02:15:19.837Z] 6aab5423a547: Preparing [2020-10-07T02:15:19.837Z] ecbcbf2042e7: Preparing [2020-10-07T02:15:19.837Z] 7313d2398000: Preparing [2020-10-07T02:15:19.837Z] cb940d619330: Preparing [2020-10-07T02:15:19.837Z] 2066ba1aee3d: Preparing [2020-10-07T02:15:19.837Z] 2250d05542a8: Preparing [2020-10-07T02:15:19.837Z] f875f9e206db: Preparing [2020-10-07T02:15:19.837Z] 3994ac1dcb8b: Preparing [2020-10-07T02:15:19.837Z] 5f2247eaf593: Preparing [2020-10-07T02:15:19.837Z] 62d13be1b083: Preparing [2020-10-07T02:15:19.837Z] 94fdc660876c: Preparing [2020-10-07T02:15:19.837Z] 4e7279dfc0c0: Preparing [2020-10-07T02:15:19.837Z] e2f13739ad41: Preparing [2020-10-07T02:15:19.837Z] 5f2247eaf593: Waiting [2020-10-07T02:15:19.837Z] 2066ba1aee3d: Waiting [2020-10-07T02:15:19.837Z] 62d13be1b083: Waiting [2020-10-07T02:15:19.837Z] 2250d05542a8: Waiting [2020-10-07T02:15:19.837Z] 94fdc660876c: Waiting [2020-10-07T02:15:19.837Z] f875f9e206db: Waiting [2020-10-07T02:15:19.837Z] 3994ac1dcb8b: Waiting [2020-10-07T02:15:19.837Z] 4e7279dfc0c0: Waiting [2020-10-07T02:15:19.837Z] e2f13739ad41: Waiting [2020-10-07T02:15:20.441Z] cb940d619330: Pushed [2020-10-07T02:15:20.713Z] 58dbbaceecde: Pushed [2020-10-07T02:15:20.987Z] 7313d2398000: Pushed [2020-10-07T02:15:21.262Z] f875f9e206db: Layer already exists [2020-10-07T02:15:21.262Z] 3994ac1dcb8b: Layer already exists [2020-10-07T02:15:21.262Z] 5f2247eaf593: Layer already exists [2020-10-07T02:15:21.262Z] 2250d05542a8: Pushed [2020-10-07T02:15:21.262Z] 94fdc660876c: Layer already exists [2020-10-07T02:15:21.262Z] 62d13be1b083: Layer already exists [2020-10-07T02:15:21.262Z] 4e7279dfc0c0: Layer already exists [2020-10-07T02:15:21.262Z] e2f13739ad41: Layer already exists [2020-10-07T02:15:21.857Z] 6aab5423a547: Pushed [2020-10-07T02:15:22.832Z] 2066ba1aee3d: Pushed [2020-10-07T02:15:35.194Z] ecbcbf2042e7: Pushed [2020-10-07T02:15:35.194Z] fc25530dbf7c06d269e477ba92f85712579b8222: digest: sha256:eef6bc299e76c323c604e0a5ce472672f1a08711f307f5dfe355249f8b11c0ab size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:35.557Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:35.883Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.51 [2020-10-07T02:15:35.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-07T02:15:35.883Z] 58dbbaceecde: Preparing [2020-10-07T02:15:35.883Z] 6aab5423a547: Preparing [2020-10-07T02:15:35.883Z] ecbcbf2042e7: Preparing [2020-10-07T02:15:35.883Z] 7313d2398000: Preparing [2020-10-07T02:15:35.883Z] cb940d619330: Preparing [2020-10-07T02:15:35.883Z] 2066ba1aee3d: Preparing [2020-10-07T02:15:35.883Z] 2250d05542a8: Preparing [2020-10-07T02:15:35.883Z] f875f9e206db: Preparing [2020-10-07T02:15:35.883Z] 3994ac1dcb8b: Preparing [2020-10-07T02:15:35.883Z] 5f2247eaf593: Preparing [2020-10-07T02:15:35.883Z] 62d13be1b083: Preparing [2020-10-07T02:15:35.883Z] 94fdc660876c: Preparing [2020-10-07T02:15:35.883Z] 4e7279dfc0c0: Preparing [2020-10-07T02:15:35.883Z] e2f13739ad41: Preparing [2020-10-07T02:15:35.883Z] 5f2247eaf593: Waiting [2020-10-07T02:15:35.883Z] 62d13be1b083: Waiting [2020-10-07T02:15:35.883Z] 94fdc660876c: Waiting [2020-10-07T02:15:35.883Z] 4e7279dfc0c0: Waiting [2020-10-07T02:15:35.883Z] 2066ba1aee3d: Waiting [2020-10-07T02:15:35.883Z] 2250d05542a8: Waiting [2020-10-07T02:15:35.883Z] f875f9e206db: Waiting [2020-10-07T02:15:35.883Z] e2f13739ad41: Waiting [2020-10-07T02:15:35.883Z] 3994ac1dcb8b: Waiting [2020-10-07T02:15:36.156Z] cb940d619330: Layer already exists [2020-10-07T02:15:36.156Z] 58dbbaceecde: Layer already exists [2020-10-07T02:15:36.156Z] ecbcbf2042e7: Layer already exists [2020-10-07T02:15:36.156Z] 6aab5423a547: Layer already exists [2020-10-07T02:15:36.156Z] 7313d2398000: Layer already exists [2020-10-07T02:15:36.156Z] 2066ba1aee3d: Layer already exists [2020-10-07T02:15:36.156Z] f875f9e206db: Layer already exists [2020-10-07T02:15:36.156Z] 2250d05542a8: Layer already exists [2020-10-07T02:15:36.156Z] 3994ac1dcb8b: Layer already exists [2020-10-07T02:15:36.156Z] 5f2247eaf593: Layer already exists [2020-10-07T02:15:36.156Z] 94fdc660876c: Layer already exists [2020-10-07T02:15:36.156Z] 62d13be1b083: Layer already exists [2020-10-07T02:15:36.156Z] 4e7279dfc0c0: Layer already exists [2020-10-07T02:15:36.156Z] e2f13739ad41: Layer already exists [2020-10-07T02:15:36.156Z] 1.2.2-dev.51: digest: sha256:eef6bc299e76c323c604e0a5ce472672f1a08711f307f5dfe355249f8b11c0ab size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:36.488Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:36.818Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:15:36.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-07T02:15:36.818Z] 58dbbaceecde: Preparing [2020-10-07T02:15:36.818Z] 6aab5423a547: Preparing [2020-10-07T02:15:36.818Z] ecbcbf2042e7: Preparing [2020-10-07T02:15:36.818Z] 7313d2398000: Preparing [2020-10-07T02:15:36.818Z] cb940d619330: Preparing [2020-10-07T02:15:36.818Z] 2066ba1aee3d: Preparing [2020-10-07T02:15:36.818Z] 2250d05542a8: Preparing [2020-10-07T02:15:36.818Z] f875f9e206db: Preparing [2020-10-07T02:15:36.818Z] 3994ac1dcb8b: Preparing [2020-10-07T02:15:36.818Z] 5f2247eaf593: Preparing [2020-10-07T02:15:36.818Z] 62d13be1b083: Preparing [2020-10-07T02:15:36.818Z] 94fdc660876c: Preparing [2020-10-07T02:15:36.818Z] 4e7279dfc0c0: Preparing [2020-10-07T02:15:36.818Z] e2f13739ad41: Preparing [2020-10-07T02:15:36.818Z] 2066ba1aee3d: Waiting [2020-10-07T02:15:36.818Z] 62d13be1b083: Waiting [2020-10-07T02:15:36.818Z] 94fdc660876c: Waiting [2020-10-07T02:15:36.818Z] 2250d05542a8: Waiting [2020-10-07T02:15:36.818Z] e2f13739ad41: Waiting [2020-10-07T02:15:36.818Z] 4e7279dfc0c0: Waiting [2020-10-07T02:15:36.818Z] f875f9e206db: Waiting [2020-10-07T02:15:36.818Z] 5f2247eaf593: Waiting [2020-10-07T02:15:36.818Z] 3994ac1dcb8b: Waiting [2020-10-07T02:15:37.088Z] 7313d2398000: Layer already exists [2020-10-07T02:15:37.088Z] ecbcbf2042e7: Layer already exists [2020-10-07T02:15:37.088Z] 6aab5423a547: Layer already exists [2020-10-07T02:15:37.088Z] 58dbbaceecde: Layer already exists [2020-10-07T02:15:37.088Z] cb940d619330: Layer already exists [2020-10-07T02:15:37.088Z] 2250d05542a8: Layer already exists [2020-10-07T02:15:37.088Z] 2066ba1aee3d: Layer already exists [2020-10-07T02:15:37.088Z] f875f9e206db: Layer already exists [2020-10-07T02:15:37.088Z] 5f2247eaf593: Layer already exists [2020-10-07T02:15:37.088Z] 3994ac1dcb8b: Layer already exists [2020-10-07T02:15:37.088Z] 94fdc660876c: Layer already exists [2020-10-07T02:15:37.088Z] 62d13be1b083: Layer already exists [2020-10-07T02:15:37.088Z] e2f13739ad41: Layer already exists [2020-10-07T02:15:37.088Z] 4e7279dfc0c0: Layer already exists [2020-10-07T02:15:37.088Z] fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51: digest: sha256:eef6bc299e76c323c604e0a5ce472672f1a08711f307f5dfe355249f8b11c0ab size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:37.423Z] + 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-07T02:15:37.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-07T02:15:37.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-07T02:15:37.752Z] 58dbbaceecde: Preparing [2020-10-07T02:15:37.752Z] 6aab5423a547: Preparing [2020-10-07T02:15:37.752Z] ecbcbf2042e7: Preparing [2020-10-07T02:15:37.752Z] 7313d2398000: Preparing [2020-10-07T02:15:37.752Z] cb940d619330: Preparing [2020-10-07T02:15:37.752Z] 2066ba1aee3d: Preparing [2020-10-07T02:15:37.752Z] 2250d05542a8: Preparing [2020-10-07T02:15:37.752Z] f875f9e206db: Preparing [2020-10-07T02:15:37.752Z] 2066ba1aee3d: Waiting [2020-10-07T02:15:37.752Z] 3994ac1dcb8b: Preparing [2020-10-07T02:15:37.752Z] 5f2247eaf593: Preparing [2020-10-07T02:15:37.752Z] f875f9e206db: Waiting [2020-10-07T02:15:37.752Z] 3994ac1dcb8b: Waiting [2020-10-07T02:15:37.752Z] 62d13be1b083: Preparing [2020-10-07T02:15:37.752Z] 94fdc660876c: Preparing [2020-10-07T02:15:37.752Z] 4e7279dfc0c0: Preparing [2020-10-07T02:15:37.752Z] e2f13739ad41: Preparing [2020-10-07T02:15:37.752Z] 5f2247eaf593: Waiting [2020-10-07T02:15:37.752Z] 62d13be1b083: Waiting [2020-10-07T02:15:37.752Z] 4e7279dfc0c0: Waiting [2020-10-07T02:15:37.752Z] 94fdc660876c: Waiting [2020-10-07T02:15:37.752Z] e2f13739ad41: Waiting [2020-10-07T02:15:37.752Z] 58dbbaceecde: Layer already exists [2020-10-07T02:15:37.752Z] 7313d2398000: Layer already exists [2020-10-07T02:15:38.023Z] cb940d619330: Layer already exists [2020-10-07T02:15:38.023Z] 6aab5423a547: Layer already exists [2020-10-07T02:15:38.023Z] ecbcbf2042e7: Layer already exists [2020-10-07T02:15:38.023Z] 3994ac1dcb8b: Layer already exists [2020-10-07T02:15:38.023Z] 2066ba1aee3d: Layer already exists [2020-10-07T02:15:38.023Z] f875f9e206db: Layer already exists [2020-10-07T02:15:38.023Z] 5f2247eaf593: Layer already exists [2020-10-07T02:15:38.023Z] 2250d05542a8: Layer already exists [2020-10-07T02:15:38.023Z] 62d13be1b083: Layer already exists [2020-10-07T02:15:38.023Z] 94fdc660876c: Layer already exists [2020-10-07T02:15:38.023Z] e2f13739ad41: Layer already exists [2020-10-07T02:15:38.023Z] 4e7279dfc0c0: Layer already exists [2020-10-07T02:15:38.023Z] master: digest: sha256:eef6bc299e76c323c604e0a5ce472672f1a08711f307f5dfe355249f8b11c0ab size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-07T02:15:38.234Z] ===================================================== [Pipeline] echo [2020-10-07T02:15:38.288Z] taggedImages: [2020-10-07T02:15:38.288Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:15:38.288Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.51 [2020-10-07T02:15:38.288Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222-1.2.2-dev.51 [2020-10-07T02:15:38.288Z] - 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-07T02:15:39.839Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-07T02:15:39.841Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-07T02:15:39.892Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:40.278Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-07T02:15:40.279Z] [2020-10-07T02:15:40.279Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:15:40.627Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-07T02:15:40.627Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-07T02:15:40.627Z] cbdbe7a5bc2a: Already exists [2020-10-07T02:15:40.627Z] 408f87550127: Pulling fs layer [2020-10-07T02:15:40.627Z] fe522b08c979: Pulling fs layer [2020-10-07T02:15:40.627Z] 221eaa008020: Pulling fs layer [2020-10-07T02:15:40.627Z] 2a4607e5d6b9: Pulling fs layer [2020-10-07T02:15:40.627Z] 8f79b27c4fd2: Pulling fs layer [2020-10-07T02:15:40.627Z] e5c8dbe1645b: Pulling fs layer [2020-10-07T02:15:40.627Z] 23e8b3b47431: Pulling fs layer [2020-10-07T02:15:40.627Z] 5c568d65a230: Pulling fs layer [2020-10-07T02:15:40.627Z] e5c8dbe1645b: Waiting [2020-10-07T02:15:40.627Z] 23e8b3b47431: Waiting [2020-10-07T02:15:40.627Z] 2a4607e5d6b9: Waiting [2020-10-07T02:15:40.627Z] 8f79b27c4fd2: Waiting [2020-10-07T02:15:40.627Z] 5c568d65a230: Waiting [2020-10-07T02:15:40.627Z] fe522b08c979: Verifying Checksum [2020-10-07T02:15:40.627Z] fe522b08c979: Download complete [2020-10-07T02:15:40.627Z] 408f87550127: Download complete [2020-10-07T02:15:40.627Z] 2a4607e5d6b9: Verifying Checksum [2020-10-07T02:15:40.627Z] 2a4607e5d6b9: Download complete [2020-10-07T02:15:40.627Z] 8f79b27c4fd2: Verifying Checksum [2020-10-07T02:15:40.627Z] 8f79b27c4fd2: Download complete [2020-10-07T02:15:40.891Z] 408f87550127: Pull complete [2020-10-07T02:15:41.153Z] fe522b08c979: Pull complete [2020-10-07T02:15:42.104Z] e5c8dbe1645b: Verifying Checksum [2020-10-07T02:15:42.104Z] e5c8dbe1645b: Download complete [2020-10-07T02:15:42.685Z] 23e8b3b47431: Verifying Checksum [2020-10-07T02:15:42.685Z] 23e8b3b47431: Download complete [2020-10-07T02:15:43.263Z] 5c568d65a230: Verifying Checksum [2020-10-07T02:15:43.263Z] 5c568d65a230: Download complete [2020-10-07T02:15:44.230Z] 221eaa008020: Verifying Checksum [2020-10-07T02:15:44.230Z] 221eaa008020: Download complete [2020-10-07T02:15:50.838Z] 221eaa008020: Pull complete [2020-10-07T02:15:51.100Z] 2a4607e5d6b9: Pull complete [2020-10-07T02:15:51.100Z] 8f79b27c4fd2: Pull complete [2020-10-07T02:15:54.454Z] e5c8dbe1645b: Pull complete [2020-10-07T02:15:59.753Z] 23e8b3b47431: Pull complete [2020-10-07T02:16:00.702Z] 5c568d65a230: Pull complete [2020-10-07T02:16:00.702Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-07T02:16:00.702Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-07T02:16:00.703Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-07T02:16:00.868Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:16:00.927Z] $ 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/166:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:16:02.178Z] $ docker top 8522c8aacbff8161a4e47e407c27ae7f2ecc636ab06c04ce0a673b5f9b1ea663 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T02:16:02.778Z] + snyk monitor '--org=edgex-jenkins' [2020-10-07T02:16:10.986Z] [2020-10-07T02:16:10.986Z] Monitoring /w/workspace/edgex-go/166 (github.com/edgexfoundry/edgex-go)... [2020-10-07T02:16:10.986Z] [2020-10-07T02:16:10.986Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/020d6343-a188-43b4-857e-869a7d065199 [2020-10-07T02:16:10.986Z] [2020-10-07T02:16:10.986Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-07T02:16:10.986Z] [2020-10-07T02:16:10.986Z] [2020-10-07T02:16:10.986Z] Snyk CLI supports Node.js 8 and higher. [2020-10-07T02:16:10.986Z] 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-07T02:16:10.987Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-07T02:16:10.987Z] [2020-10-07T02:16:10.987Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-07T02:16:10.987Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-07T02:16:11.015Z] $ docker stop --time=1 8522c8aacbff8161a4e47e407c27ae7f2ecc636ab06c04ce0a673b5f9b1ea663 [2020-10-07T02:16:13.912Z] $ docker rm -f 8522c8aacbff8161a4e47e407c27ae7f2ecc636ab06c04ce0a673b5f9b1ea663 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:16:15.715Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:16:15.715Z] [2020-10-07T02:16:15.715Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:16:16.102Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:16:16.102Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-07T02:16:16.102Z] e7c96db7181b: Pulling fs layer [2020-10-07T02:16:16.102Z] 1868ca2cb446: Pulling fs layer [2020-10-07T02:16:16.102Z] 136be5d0fe8e: Pulling fs layer [2020-10-07T02:16:16.102Z] 894bfe63afcb: Pulling fs layer [2020-10-07T02:16:16.102Z] 894bfe63afcb: Waiting [2020-10-07T02:16:16.102Z] 1868ca2cb446: Verifying Checksum [2020-10-07T02:16:16.102Z] 1868ca2cb446: Download complete [2020-10-07T02:16:16.102Z] 136be5d0fe8e: Verifying Checksum [2020-10-07T02:16:16.102Z] 136be5d0fe8e: Download complete [2020-10-07T02:16:16.367Z] e7c96db7181b: Verifying Checksum [2020-10-07T02:16:16.367Z] e7c96db7181b: Download complete [2020-10-07T02:16:16.367Z] 894bfe63afcb: Verifying Checksum [2020-10-07T02:16:16.367Z] 894bfe63afcb: Download complete [2020-10-07T02:16:16.630Z] e7c96db7181b: Pull complete [2020-10-07T02:16:16.630Z] 1868ca2cb446: Pull complete [2020-10-07T02:16:16.891Z] 136be5d0fe8e: Pull complete [2020-10-07T02:16:17.155Z] 894bfe63afcb: Pull complete [2020-10-07T02:16:17.155Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-07T02:16:17.155Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:16:17.155Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-07T02:16:17.264Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:16:17.345Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:16:18.375Z] $ docker top ead3c7767ad697f346a1b9e62a745588235e6a25905b923ab818ba98de3f6efa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:16:18.987Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:16:18.987Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:16:22.063Z] $ docker stop --time=1 ead3c7767ad697f346a1b9e62a745588235e6a25905b923ab818ba98de3f6efa [2020-10-07T02:16:23.438Z] $ docker rm -f ead3c7767ad697f346a1b9e62a745588235e6a25905b923ab818ba98de3f6efa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:16:24.171Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:16:24.171Z] . [Pipeline] withDockerContainer [2020-10-07T02:16:24.685Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:16:24.773Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:16:25.495Z] $ docker top 13709c17bfe894514196ee06914b8429aa8063ad536d676e3514951c8d5c0b8a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:16:26.232Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:16:26.232Z] + tee [2020-10-07T02:16:26.232Z] clair timeout 1m0s [2020-10-07T02:16:26.232Z] docker timeout: 1m0s [2020-10-07T02:16:26.232Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:16:26.990Z] $ docker stop --time=1 13709c17bfe894514196ee06914b8429aa8063ad536d676e3514951c8d5c0b8a [2020-10-07T02:16:28.358Z] $ docker rm -f 13709c17bfe894514196ee06914b8429aa8063ad536d676e3514951c8d5c0b8a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T02:16:28.868Z] + mkdir -p /w/workspace/edgex-go/166/clair-reports [Pipeline] echo [2020-10-07T02:16:28.882Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/166/clair-reports/clair_results_docker-core-command-go_fc25530dbf7c06d269e477ba92f85712579b8222.html [Pipeline] writeFile [Pipeline] step [2020-10-07T02:16:28.940Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:16:29.522Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:16:29.522Z] . [Pipeline] withDockerContainer [2020-10-07T02:16:29.666Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:16:29.745Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:16:30.450Z] $ docker top 3b9013f40fe540bc80551931255c608b4fc3e45d9074bea23003271e87838121 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:16:31.078Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:16:31.078Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:16:36.674Z] $ docker stop --time=1 3b9013f40fe540bc80551931255c608b4fc3e45d9074bea23003271e87838121 [2020-10-07T02:16:38.080Z] $ docker rm -f 3b9013f40fe540bc80551931255c608b4fc3e45d9074bea23003271e87838121 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:16:38.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:16:38.550Z] . [Pipeline] withDockerContainer [2020-10-07T02:16:38.653Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:16:38.704Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:16:39.343Z] $ docker top 520b09502bbd8fe8d983ddfb92c2b2bfbd23131343e94ec8c7ba6150930dbfb0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:16:39.844Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:16:39.844Z] + tee [2020-10-07T02:16:39.844Z] clair timeout 1m0s [2020-10-07T02:16:39.844Z] docker timeout: 1m0s [2020-10-07T02:16:39.844Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:16:40.902Z] $ docker stop --time=1 520b09502bbd8fe8d983ddfb92c2b2bfbd23131343e94ec8c7ba6150930dbfb0 [2020-10-07T02:16:42.270Z] $ docker rm -f 520b09502bbd8fe8d983ddfb92c2b2bfbd23131343e94ec8c7ba6150930dbfb0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T02:16:42.754Z] + mkdir -p /w/workspace/edgex-go/166/clair-reports [Pipeline] echo [2020-10-07T02:16:42.768Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/166/clair-reports/clair_results_docker-core-data-go_fc25530dbf7c06d269e477ba92f85712579b8222.html [Pipeline] writeFile [Pipeline] step [2020-10-07T02:16:42.821Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:16:43.166Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:16:43.166Z] . [Pipeline] withDockerContainer [2020-10-07T02:16:43.297Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:16:43.346Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:16:44.042Z] $ docker top 15f8fb83948389fa1b648708769f8770d997d1da71ae4ea08f6c31cc4af886de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:16:44.552Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:16:44.553Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:16:47.265Z] $ docker stop --time=1 15f8fb83948389fa1b648708769f8770d997d1da71ae4ea08f6c31cc4af886de [2020-10-07T02:16:48.666Z] $ docker rm -f 15f8fb83948389fa1b648708769f8770d997d1da71ae4ea08f6c31cc4af886de [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:16:49.176Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:16:49.176Z] . [Pipeline] withDockerContainer [2020-10-07T02:16:49.287Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:16:49.338Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:16:50.046Z] $ docker top 5ed031917f0639c05b4c9bd08af7589b3ebc948a02218732763f81834acf1215 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:16:50.587Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:16:50.587Z] + tee [2020-10-07T02:16:50.587Z] clair timeout 1m0s [2020-10-07T02:16:50.587Z] docker timeout: 1m0s [2020-10-07T02:16:50.587Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:16:51.264Z] $ docker stop --time=1 5ed031917f0639c05b4c9bd08af7589b3ebc948a02218732763f81834acf1215 [2020-10-07T02:16:52.646Z] $ docker rm -f 5ed031917f0639c05b4c9bd08af7589b3ebc948a02218732763f81834acf1215 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T02:16:53.116Z] + mkdir -p /w/workspace/edgex-go/166/clair-reports [Pipeline] echo [2020-10-07T02:16:53.130Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/166/clair-reports/clair_results_docker-core-metadata-go_fc25530dbf7c06d269e477ba92f85712579b8222.html [Pipeline] writeFile [Pipeline] step [2020-10-07T02:16:53.198Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:16:53.546Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:16:53.546Z] . [Pipeline] withDockerContainer [2020-10-07T02:16:53.650Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:16:53.763Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:16:54.396Z] $ docker top ae021611a7654122d96dd0f751322bfd5eafda99157457b4b44f846b27f9164f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:16:54.910Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:16:54.910Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:16:59.296Z] $ docker stop --time=1 ae021611a7654122d96dd0f751322bfd5eafda99157457b4b44f846b27f9164f [2020-10-07T02:17:00.704Z] $ docker rm -f ae021611a7654122d96dd0f751322bfd5eafda99157457b4b44f846b27f9164f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:17:01.178Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:17:01.178Z] . [Pipeline] withDockerContainer [2020-10-07T02:17:01.287Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:17:01.338Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:17:02.050Z] $ docker top c6492f2595ec6051323e8c00be95e82f7fd16493a3d243ca6362c5d76335227b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:17:02.594Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:17:02.594Z] + tee [2020-10-07T02:17:02.594Z] clair timeout 1m0s [2020-10-07T02:17:02.594Z] docker timeout: 1m0s [2020-10-07T02:17:02.594Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:17:03.668Z] $ docker stop --time=1 c6492f2595ec6051323e8c00be95e82f7fd16493a3d243ca6362c5d76335227b [2020-10-07T02:17:05.058Z] $ docker rm -f c6492f2595ec6051323e8c00be95e82f7fd16493a3d243ca6362c5d76335227b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T02:17:05.531Z] + mkdir -p /w/workspace/edgex-go/166/clair-reports [Pipeline] echo [2020-10-07T02:17:05.545Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/166/clair-reports/clair_results_docker-security-proxy-setup-go_fc25530dbf7c06d269e477ba92f85712579b8222.html [Pipeline] writeFile [Pipeline] step [2020-10-07T02:17:05.598Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:17:05.958Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:17:05.958Z] . [Pipeline] withDockerContainer [2020-10-07T02:17:06.063Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:17:06.124Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:17:06.845Z] $ docker top fc2c3da10a7507d8a5b52db976775ed586e2f12563035d6b7e69f6f62bb03978 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:17:07.427Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:17:07.427Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:17:14.170Z] $ docker stop --time=1 fc2c3da10a7507d8a5b52db976775ed586e2f12563035d6b7e69f6f62bb03978 [2020-10-07T02:17:15.542Z] $ docker rm -f fc2c3da10a7507d8a5b52db976775ed586e2f12563035d6b7e69f6f62bb03978 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:17:16.011Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:17:16.011Z] . [Pipeline] withDockerContainer [2020-10-07T02:17:16.112Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:17:16.160Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:17:16.821Z] $ docker top 5b2d18d7ed4999268a5f5f6e821d51d017390932470f7b9f7262c329a3a6ecbd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:17:17.355Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:17:17.355Z] + tee [2020-10-07T02:17:17.355Z] clair timeout 1m0s [2020-10-07T02:17:17.355Z] docker timeout: 1m0s [2020-10-07T02:17:17.355Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:17:18.846Z] $ docker stop --time=1 5b2d18d7ed4999268a5f5f6e821d51d017390932470f7b9f7262c329a3a6ecbd [2020-10-07T02:17:20.227Z] $ docker rm -f 5b2d18d7ed4999268a5f5f6e821d51d017390932470f7b9f7262c329a3a6ecbd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T02:17:20.712Z] + mkdir -p /w/workspace/edgex-go/166/clair-reports [Pipeline] echo [2020-10-07T02:17:20.727Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/166/clair-reports/clair_results_docker-security-secrets-setup-go_fc25530dbf7c06d269e477ba92f85712579b8222.html [Pipeline] writeFile [Pipeline] step [2020-10-07T02:17:20.783Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:17:21.128Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:17:21.128Z] . [Pipeline] withDockerContainer [2020-10-07T02:17:21.241Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:17:21.355Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:17:22.071Z] $ docker top 5159a802d63c1455e8f40fa56f25f530f7be93fad986fd4f29a2df9f3c2d9972 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:17:22.608Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:17:22.609Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:17:30.927Z] $ docker stop --time=1 5159a802d63c1455e8f40fa56f25f530f7be93fad986fd4f29a2df9f3c2d9972 [2020-10-07T02:17:32.324Z] $ docker rm -f 5159a802d63c1455e8f40fa56f25f530f7be93fad986fd4f29a2df9f3c2d9972 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:17:32.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:17:32.785Z] . [Pipeline] withDockerContainer [2020-10-07T02:17:32.886Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:17:32.934Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:17:33.750Z] $ docker top 5c3d794c10a21808a7a2822696a2ba3bf58182ba71a7de47e2b8df4ead6ef204 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:17:34.284Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:17:34.285Z] + tee [2020-10-07T02:17:34.285Z] clair timeout 1m0s [2020-10-07T02:17:34.285Z] docker timeout: 1m0s [2020-10-07T02:17:34.285Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:17:35.774Z] $ docker stop --time=1 5c3d794c10a21808a7a2822696a2ba3bf58182ba71a7de47e2b8df4ead6ef204 [2020-10-07T02:17:37.139Z] $ docker rm -f 5c3d794c10a21808a7a2822696a2ba3bf58182ba71a7de47e2b8df4ead6ef204 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T02:17:37.610Z] + mkdir -p /w/workspace/edgex-go/166/clair-reports [Pipeline] echo [2020-10-07T02:17:37.624Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/166/clair-reports/clair_results_docker-security-secretstore-setup-go_fc25530dbf7c06d269e477ba92f85712579b8222.html [Pipeline] writeFile [Pipeline] step [2020-10-07T02:17:37.681Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:17:38.196Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:17:38.197Z] . [Pipeline] withDockerContainer [2020-10-07T02:17:38.297Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:17:38.342Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:17:39.013Z] $ docker top cafaef3007b478aa3bb8d30bceee03b4c1d69db21b514579cccaa37bde3050c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:17:39.538Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:17:39.538Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:17:43.036Z] $ docker stop --time=1 cafaef3007b478aa3bb8d30bceee03b4c1d69db21b514579cccaa37bde3050c8 [2020-10-07T02:17:44.413Z] $ docker rm -f cafaef3007b478aa3bb8d30bceee03b4c1d69db21b514579cccaa37bde3050c8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:17:44.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:17:44.875Z] . [Pipeline] withDockerContainer [2020-10-07T02:17:44.977Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:17:45.031Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:17:45.678Z] $ docker top 6ea074722e5fa030e4c57ae7b90ca1652757fcdaddc7dc53835796648b187c23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:17:46.217Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:17:46.217Z] + tee [2020-10-07T02:17:46.218Z] clair timeout 1m0s [2020-10-07T02:17:46.218Z] docker timeout: 1m0s [2020-10-07T02:17:46.218Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:17:46.899Z] $ docker stop --time=1 6ea074722e5fa030e4c57ae7b90ca1652757fcdaddc7dc53835796648b187c23 [2020-10-07T02:17:48.291Z] $ docker rm -f 6ea074722e5fa030e4c57ae7b90ca1652757fcdaddc7dc53835796648b187c23 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T02:17:48.816Z] + mkdir -p /w/workspace/edgex-go/166/clair-reports [Pipeline] echo [2020-10-07T02:17:48.830Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/166/clair-reports/clair_results_docker-support-logging-go_fc25530dbf7c06d269e477ba92f85712579b8222.html [Pipeline] writeFile [Pipeline] step [2020-10-07T02:17:48.886Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:17:49.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:17:49.228Z] . [Pipeline] withDockerContainer [2020-10-07T02:17:49.323Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:17:49.370Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:17:50.047Z] $ docker top 393305a516f407dd5231e88842642228eea5eda1c0558bbc80eb5d74c0e17f80 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:17:50.579Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:17:50.579Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:17:56.032Z] $ docker stop --time=1 393305a516f407dd5231e88842642228eea5eda1c0558bbc80eb5d74c0e17f80 [2020-10-07T02:17:57.390Z] $ docker rm -f 393305a516f407dd5231e88842642228eea5eda1c0558bbc80eb5d74c0e17f80 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:17:57.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:17:57.867Z] . [Pipeline] withDockerContainer [2020-10-07T02:17:57.966Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:17:58.017Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:17:58.743Z] $ docker top 4ff5c75267fe19b896e89dad06c23a3e0d4a0ab8f71ef9de1dffa865eb1fbe74 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:17:59.271Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:17:59.272Z] + tee [2020-10-07T02:17:59.272Z] clair timeout 1m0s [2020-10-07T02:17:59.272Z] docker timeout: 1m0s [2020-10-07T02:17:59.272Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:18:00.392Z] $ docker stop --time=1 4ff5c75267fe19b896e89dad06c23a3e0d4a0ab8f71ef9de1dffa865eb1fbe74 [2020-10-07T02:18:01.759Z] $ docker rm -f 4ff5c75267fe19b896e89dad06c23a3e0d4a0ab8f71ef9de1dffa865eb1fbe74 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T02:18:02.266Z] + mkdir -p /w/workspace/edgex-go/166/clair-reports [Pipeline] echo [2020-10-07T02:18:02.278Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/166/clair-reports/clair_results_docker-support-notifications-go_fc25530dbf7c06d269e477ba92f85712579b8222.html [Pipeline] writeFile [Pipeline] step [2020-10-07T02:18:02.329Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:18:02.671Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:18:02.671Z] . [Pipeline] withDockerContainer [2020-10-07T02:18:02.770Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:18:02.817Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:18:03.954Z] $ docker top acf72ed8c8d46f9cf35e582dbe93277525ccea9b7e7d79c6e2d89532d72b6c58 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:18:04.489Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:18:04.490Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:18:07.243Z] $ docker stop --time=1 acf72ed8c8d46f9cf35e582dbe93277525ccea9b7e7d79c6e2d89532d72b6c58 [2020-10-07T02:18:08.621Z] $ docker rm -f acf72ed8c8d46f9cf35e582dbe93277525ccea9b7e7d79c6e2d89532d72b6c58 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:18:09.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:18:09.083Z] . [Pipeline] withDockerContainer [2020-10-07T02:18:09.182Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:18:09.236Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:18:09.898Z] $ docker top a93b874599a861cc40ff25e6c323037bc2c90251a8e11e44424d584ef8a14937 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:18:10.538Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:18:10.538Z] + tee [2020-10-07T02:18:10.538Z] clair timeout 1m0s [2020-10-07T02:18:10.538Z] docker timeout: 1m0s [2020-10-07T02:18:10.538Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:18:11.236Z] $ docker stop --time=1 a93b874599a861cc40ff25e6c323037bc2c90251a8e11e44424d584ef8a14937 [2020-10-07T02:18:12.612Z] $ docker rm -f a93b874599a861cc40ff25e6c323037bc2c90251a8e11e44424d584ef8a14937 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T02:18:13.101Z] + mkdir -p /w/workspace/edgex-go/166/clair-reports [Pipeline] echo [2020-10-07T02:18:13.120Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/166/clair-reports/clair_results_docker-support-scheduler-go_fc25530dbf7c06d269e477ba92f85712579b8222.html [Pipeline] writeFile [Pipeline] step [2020-10-07T02:18:13.182Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:18:13.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:18:13.524Z] . [Pipeline] withDockerContainer [2020-10-07T02:18:13.622Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:18:13.671Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:18:14.355Z] $ docker top 7d0552547974599a93d499fc5997a512b03d4a86d800bc233e1b16b2e415dca9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:18:14.890Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:18:14.891Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:18:33.219Z] $ docker stop --time=1 7d0552547974599a93d499fc5997a512b03d4a86d800bc233e1b16b2e415dca9 [2020-10-07T02:18:34.783Z] $ docker rm -f 7d0552547974599a93d499fc5997a512b03d4a86d800bc233e1b16b2e415dca9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:18:35.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:18:35.279Z] . [Pipeline] withDockerContainer [2020-10-07T02:18:35.382Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:18:35.437Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:18:36.164Z] $ docker top 41aacb66aebe921ccc2749e82f77e57fc90de808c1f908b929a2f94779235735 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:18:36.706Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:18:36.706Z] + tee [2020-10-07T02:18:36.706Z] clair timeout 1m0s [2020-10-07T02:18:36.706Z] docker timeout: 1m0s [2020-10-07T02:18:36.706Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:18:39.364Z] $ docker stop --time=1 41aacb66aebe921ccc2749e82f77e57fc90de808c1f908b929a2f94779235735 [2020-10-07T02:18:40.719Z] $ docker rm -f 41aacb66aebe921ccc2749e82f77e57fc90de808c1f908b929a2f94779235735 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T02:18:41.193Z] + mkdir -p /w/workspace/edgex-go/166/clair-reports [Pipeline] echo [2020-10-07T02:18:41.207Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/166/clair-reports/clair_results_docker-sys-mgmt-agent-go_fc25530dbf7c06d269e477ba92f85712579b8222.html [Pipeline] writeFile [Pipeline] step [2020-10-07T02:18:41.261Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:18:41.604Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:18:41.604Z] . [Pipeline] withDockerContainer [2020-10-07T02:18:41.719Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:18:41.814Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:18:42.507Z] $ docker top 433d11f7aec3ea866262dc1325b2e2f3a8c58cbc02423d2934f6af339d545c73 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:18:43.064Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:18:43.064Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:18:45.791Z] $ docker stop --time=1 433d11f7aec3ea866262dc1325b2e2f3a8c58cbc02423d2934f6af339d545c73 [2020-10-07T02:18:47.176Z] $ docker rm -f 433d11f7aec3ea866262dc1325b2e2f3a8c58cbc02423d2934f6af339d545c73 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:18:47.643Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:18:47.643Z] . [Pipeline] withDockerContainer [2020-10-07T02:18:47.749Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:18:47.805Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:18:48.489Z] $ docker top a83937b7c2d6bd9d44c8e727cb4742f7d02de8126b8afe6a93e6ba20f84662d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:18:49.030Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:18:49.031Z] + tee [2020-10-07T02:18:49.031Z] clair timeout 1m0s [2020-10-07T02:18:49.031Z] docker timeout: 1m0s [2020-10-07T02:18:49.031Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:18:49.944Z] $ docker stop --time=1 a83937b7c2d6bd9d44c8e727cb4742f7d02de8126b8afe6a93e6ba20f84662d4 [2020-10-07T02:18:51.302Z] $ docker rm -f a83937b7c2d6bd9d44c8e727cb4742f7d02de8126b8afe6a93e6ba20f84662d4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T02:18:51.768Z] + mkdir -p /w/workspace/edgex-go/166/clair-reports [Pipeline] echo [2020-10-07T02:18:51.784Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/166/clair-reports/clair_results_docker-core-command-go-arm64_fc25530dbf7c06d269e477ba92f85712579b8222.html [Pipeline] writeFile [Pipeline] step [2020-10-07T02:18:51.848Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:18:52.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:18:52.243Z] . [Pipeline] withDockerContainer [2020-10-07T02:18:52.350Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:18:52.408Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:18:53.091Z] $ docker top 1aa631d0b172dcb37d6909504baf85e71b0623ecbbc4deb0b0ac460f8f6ffec3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:18:53.617Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:18:53.618Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:18:59.111Z] $ docker stop --time=1 1aa631d0b172dcb37d6909504baf85e71b0623ecbbc4deb0b0ac460f8f6ffec3 [2020-10-07T02:19:00.513Z] $ docker rm -f 1aa631d0b172dcb37d6909504baf85e71b0623ecbbc4deb0b0ac460f8f6ffec3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:19:01.007Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:19:01.007Z] . [Pipeline] withDockerContainer [2020-10-07T02:19:01.120Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:19:01.173Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:19:01.771Z] $ docker top d632e57a72ec7b89d2cd8f9dc855536bbbc82369df48458ef2d4bef305a418dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:19:02.281Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:19:02.281Z] + tee [2020-10-07T02:19:02.281Z] clair timeout 1m0s [2020-10-07T02:19:02.281Z] docker timeout: 1m0s [2020-10-07T02:19:02.281Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:19:03.830Z] $ docker stop --time=1 d632e57a72ec7b89d2cd8f9dc855536bbbc82369df48458ef2d4bef305a418dc [2020-10-07T02:19:05.185Z] $ docker rm -f d632e57a72ec7b89d2cd8f9dc855536bbbc82369df48458ef2d4bef305a418dc [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T02:19:05.663Z] + mkdir -p /w/workspace/edgex-go/166/clair-reports [Pipeline] echo [2020-10-07T02:19:05.677Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/166/clair-reports/clair_results_docker-core-data-go-arm64_fc25530dbf7c06d269e477ba92f85712579b8222.html [Pipeline] writeFile [Pipeline] step [2020-10-07T02:19:05.757Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:19:06.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:19:06.115Z] . [Pipeline] withDockerContainer [2020-10-07T02:19:06.214Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:19:06.266Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:19:06.913Z] $ docker top 13aebd39190ad8fe174ef1ceed19ad1b23fdccde16eb7c63c446c9a03ce55848 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:19:07.507Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:19:07.507Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:19:10.502Z] $ docker stop --time=1 13aebd39190ad8fe174ef1ceed19ad1b23fdccde16eb7c63c446c9a03ce55848 [2020-10-07T02:19:11.889Z] $ docker rm -f 13aebd39190ad8fe174ef1ceed19ad1b23fdccde16eb7c63c446c9a03ce55848 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:19:12.387Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:19:12.387Z] . [Pipeline] withDockerContainer [2020-10-07T02:19:12.486Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:19:12.548Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:19:13.276Z] $ docker top f853b27969b8f3d2b817f588cb9cc6663feaeb730740c5a83feed32dcdaac33c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:19:13.840Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:19:13.840Z] + tee [2020-10-07T02:19:13.840Z] clair timeout 1m0s [2020-10-07T02:19:13.840Z] docker timeout: 1m0s [2020-10-07T02:19:13.840Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:19:14.529Z] $ docker stop --time=1 f853b27969b8f3d2b817f588cb9cc6663feaeb730740c5a83feed32dcdaac33c [2020-10-07T02:19:15.897Z] $ docker rm -f f853b27969b8f3d2b817f588cb9cc6663feaeb730740c5a83feed32dcdaac33c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T02:19:16.351Z] + mkdir -p /w/workspace/edgex-go/166/clair-reports [Pipeline] echo [2020-10-07T02:19:16.364Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/166/clair-reports/clair_results_docker-core-metadata-go-arm64_fc25530dbf7c06d269e477ba92f85712579b8222.html [Pipeline] writeFile [Pipeline] step [2020-10-07T02:19:16.421Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:19:16.776Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:19:16.776Z] . [Pipeline] withDockerContainer [2020-10-07T02:19:16.876Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:19:16.931Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:19:17.550Z] $ docker top 7a3a6ebaa6bb721133513b4423b1dc329a425cf93c78b6058e5f07226a329305 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:19:18.720Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:19:18.721Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:19:24.238Z] $ docker stop --time=1 7a3a6ebaa6bb721133513b4423b1dc329a425cf93c78b6058e5f07226a329305 [2020-10-07T02:19:25.636Z] $ docker rm -f 7a3a6ebaa6bb721133513b4423b1dc329a425cf93c78b6058e5f07226a329305 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:19:26.177Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:19:26.177Z] . [Pipeline] withDockerContainer [2020-10-07T02:19:26.285Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:19:26.345Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:19:27.009Z] $ docker top accfe4c8d2855e7c359579ef7ab2ecdddd0e6645effe9c51675480800b6b2074 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:19:27.528Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:19:27.528Z] + tee [2020-10-07T02:19:27.528Z] clair timeout 1m0s [2020-10-07T02:19:27.528Z] docker timeout: 1m0s [2020-10-07T02:19:27.528Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:19:29.833Z] $ docker stop --time=1 accfe4c8d2855e7c359579ef7ab2ecdddd0e6645effe9c51675480800b6b2074 [2020-10-07T02:19:31.225Z] $ docker rm -f accfe4c8d2855e7c359579ef7ab2ecdddd0e6645effe9c51675480800b6b2074 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T02:19:31.940Z] + mkdir -p /w/workspace/edgex-go/166/clair-reports [Pipeline] echo [2020-10-07T02:19:31.960Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/166/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_fc25530dbf7c06d269e477ba92f85712579b8222.html [Pipeline] writeFile [Pipeline] step [2020-10-07T02:19:32.014Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:19:32.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:19:32.384Z] . [Pipeline] withDockerContainer [2020-10-07T02:19:32.487Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:19:32.543Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:19:33.507Z] $ docker top 1bfeb0bd425b002861e93c9c96283f6b948f70ddc1fe4effbdeadc2f53f1ffdd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:19:34.070Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:19:34.070Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:19:40.904Z] $ docker stop --time=1 1bfeb0bd425b002861e93c9c96283f6b948f70ddc1fe4effbdeadc2f53f1ffdd [2020-10-07T02:19:42.284Z] $ docker rm -f 1bfeb0bd425b002861e93c9c96283f6b948f70ddc1fe4effbdeadc2f53f1ffdd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:19:42.745Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:19:42.745Z] . [Pipeline] withDockerContainer [2020-10-07T02:19:42.860Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:19:42.914Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:19:43.569Z] $ docker top a4399a8c9feea556dd780965a48dcf28ddca84d44f83dac5c26fd6e82e7d7919 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:19:44.150Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:19:44.151Z] + tee [2020-10-07T02:19:44.151Z] clair timeout 1m0s [2020-10-07T02:19:44.151Z] docker timeout: 1m0s [2020-10-07T02:19:44.151Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:19:45.668Z] $ docker stop --time=1 a4399a8c9feea556dd780965a48dcf28ddca84d44f83dac5c26fd6e82e7d7919 [2020-10-07T02:19:47.022Z] $ docker rm -f a4399a8c9feea556dd780965a48dcf28ddca84d44f83dac5c26fd6e82e7d7919 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T02:19:47.473Z] + mkdir -p /w/workspace/edgex-go/166/clair-reports [Pipeline] echo [2020-10-07T02:19:47.487Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/166/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_fc25530dbf7c06d269e477ba92f85712579b8222.html [Pipeline] writeFile [Pipeline] step [2020-10-07T02:19:47.540Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:19:47.893Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:19:47.893Z] . [Pipeline] withDockerContainer [2020-10-07T02:19:48.033Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:19:48.080Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:19:48.758Z] $ docker top 9c66cd43e485ced2f6ad904c5d8c50e1ecfc5d861ebe59ce4a6092cbb6f5120a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:19:49.282Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:19:49.282Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:19:57.595Z] $ docker stop --time=1 9c66cd43e485ced2f6ad904c5d8c50e1ecfc5d861ebe59ce4a6092cbb6f5120a [2020-10-07T02:19:58.996Z] $ docker rm -f 9c66cd43e485ced2f6ad904c5d8c50e1ecfc5d861ebe59ce4a6092cbb6f5120a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:19:59.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:19:59.468Z] . [Pipeline] withDockerContainer [2020-10-07T02:19:59.591Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:19:59.692Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:20:00.398Z] $ docker top 1d3acb638a489efa0073c079c05f3da02fdb606c6432b38f863488c7d0da6814 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:20:00.968Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:20:00.968Z] + tee [2020-10-07T02:20:00.968Z] clair timeout 1m0s [2020-10-07T02:20:00.968Z] docker timeout: 1m0s [2020-10-07T02:20:00.968Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:20:02.491Z] $ docker stop --time=1 1d3acb638a489efa0073c079c05f3da02fdb606c6432b38f863488c7d0da6814 [2020-10-07T02:20:03.990Z] $ docker rm -f 1d3acb638a489efa0073c079c05f3da02fdb606c6432b38f863488c7d0da6814 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T02:20:04.447Z] + mkdir -p /w/workspace/edgex-go/166/clair-reports [Pipeline] echo [2020-10-07T02:20:04.462Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/166/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_fc25530dbf7c06d269e477ba92f85712579b8222.html [Pipeline] writeFile [Pipeline] step [2020-10-07T02:20:04.517Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:20:04.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:20:04.853Z] . [Pipeline] withDockerContainer [2020-10-07T02:20:04.958Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:20:05.012Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:20:05.616Z] $ docker top 57d1a980ec37775e3d60ef006265e029f703f2afd20d4bc489b8a7b1064cd0cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:20:06.139Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:20:06.139Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:20:09.623Z] $ docker stop --time=1 57d1a980ec37775e3d60ef006265e029f703f2afd20d4bc489b8a7b1064cd0cb [2020-10-07T02:20:10.991Z] $ docker rm -f 57d1a980ec37775e3d60ef006265e029f703f2afd20d4bc489b8a7b1064cd0cb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:20:11.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:20:11.469Z] . [Pipeline] withDockerContainer [2020-10-07T02:20:11.570Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:20:11.626Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:20:12.247Z] $ docker top e42d73aca5bd6f6c72833957d8456ed1ddb63ada7779a8b8fe50e5a9bf05987b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:20:12.819Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:20:12.819Z] + tee [2020-10-07T02:20:12.819Z] clair timeout 1m0s [2020-10-07T02:20:12.819Z] docker timeout: 1m0s [2020-10-07T02:20:12.819Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:20:13.514Z] $ docker stop --time=1 e42d73aca5bd6f6c72833957d8456ed1ddb63ada7779a8b8fe50e5a9bf05987b [2020-10-07T02:20:14.881Z] $ docker rm -f e42d73aca5bd6f6c72833957d8456ed1ddb63ada7779a8b8fe50e5a9bf05987b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T02:20:15.603Z] + mkdir -p /w/workspace/edgex-go/166/clair-reports [Pipeline] echo [2020-10-07T02:20:15.616Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/166/clair-reports/clair_results_docker-support-logging-go-arm64_fc25530dbf7c06d269e477ba92f85712579b8222.html [Pipeline] writeFile [Pipeline] step [2020-10-07T02:20:15.674Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:20:16.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:20:16.016Z] . [Pipeline] withDockerContainer [2020-10-07T02:20:16.123Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:20:16.174Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:20:16.836Z] $ docker top 286ea1b443e23d44ba286da389f2c59aae5764e97a39e88195d57c36e3a68dd4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:20:17.367Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:20:17.367Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:20:23.891Z] $ docker stop --time=1 286ea1b443e23d44ba286da389f2c59aae5764e97a39e88195d57c36e3a68dd4 [2020-10-07T02:20:25.287Z] $ docker rm -f 286ea1b443e23d44ba286da389f2c59aae5764e97a39e88195d57c36e3a68dd4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:20:25.790Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:20:25.790Z] . [Pipeline] withDockerContainer [2020-10-07T02:20:25.895Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:20:25.946Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:20:26.673Z] $ docker top 3146cb8089edb07c170a27a7418e0fefd2743cad7bf1903b313afc9806bb9349 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:20:27.233Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:20:27.233Z] + tee [2020-10-07T02:20:27.233Z] clair timeout 1m0s [2020-10-07T02:20:27.233Z] docker timeout: 1m0s [2020-10-07T02:20:27.233Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:20:28.302Z] $ docker stop --time=1 3146cb8089edb07c170a27a7418e0fefd2743cad7bf1903b313afc9806bb9349 [2020-10-07T02:20:29.674Z] $ docker rm -f 3146cb8089edb07c170a27a7418e0fefd2743cad7bf1903b313afc9806bb9349 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T02:20:30.158Z] + mkdir -p /w/workspace/edgex-go/166/clair-reports [Pipeline] echo [2020-10-07T02:20:30.171Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/166/clair-reports/clair_results_docker-support-notifications-go-arm64_fc25530dbf7c06d269e477ba92f85712579b8222.html [Pipeline] writeFile [Pipeline] step [2020-10-07T02:20:30.262Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:20:30.607Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:20:30.607Z] . [Pipeline] withDockerContainer [2020-10-07T02:20:30.711Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:20:30.759Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:20:31.404Z] $ docker top 7014347b86687779eb2f2f2666395319a36e70277b26d122bd3c87bf9da3fce4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:20:31.971Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:20:31.971Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:20:34.681Z] $ docker stop --time=1 7014347b86687779eb2f2f2666395319a36e70277b26d122bd3c87bf9da3fce4 [2020-10-07T02:20:36.049Z] $ docker rm -f 7014347b86687779eb2f2f2666395319a36e70277b26d122bd3c87bf9da3fce4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:20:36.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:20:36.521Z] . [Pipeline] withDockerContainer [2020-10-07T02:20:36.662Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:20:36.714Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:20:37.392Z] $ docker top ddf8b1fc8d1eece720527875bf5ec82922b3fd1c0cee5df3a894984efb5032d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:20:38.164Z] + tee [2020-10-07T02:20:38.164Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:20:38.164Z] clair timeout 1m0s [2020-10-07T02:20:38.164Z] docker timeout: 1m0s [2020-10-07T02:20:38.164Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:20:38.855Z] $ docker stop --time=1 ddf8b1fc8d1eece720527875bf5ec82922b3fd1c0cee5df3a894984efb5032d6 [2020-10-07T02:20:40.278Z] $ docker rm -f ddf8b1fc8d1eece720527875bf5ec82922b3fd1c0cee5df3a894984efb5032d6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T02:20:40.820Z] + mkdir -p /w/workspace/edgex-go/166/clair-reports [Pipeline] echo [2020-10-07T02:20:40.834Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/166/clair-reports/clair_results_docker-support-scheduler-go-arm64_fc25530dbf7c06d269e477ba92f85712579b8222.html [Pipeline] writeFile [Pipeline] step [2020-10-07T02:20:40.902Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:20:41.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:20:41.244Z] . [Pipeline] withDockerContainer [2020-10-07T02:20:41.355Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:20:41.413Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:20:42.122Z] $ docker top 8626fd02f581b5da7a086e787e3899de5b469726b868985ba15bd7fad1cd53ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:20:42.658Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:20:42.658Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:20:57.795Z] $ docker stop --time=1 8626fd02f581b5da7a086e787e3899de5b469726b868985ba15bd7fad1cd53ea [2020-10-07T02:20:59.213Z] $ docker rm -f 8626fd02f581b5da7a086e787e3899de5b469726b868985ba15bd7fad1cd53ea [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:20:59.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-07T02:20:59.770Z] . [Pipeline] withDockerContainer [2020-10-07T02:20:59.874Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:20:59.924Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:21:00.539Z] $ docker top 16e9494f8caeafdc62fc8b1b302eb838bc5478bd4a4083c16f37640462677aee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-07T02:21:01.076Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fc25530dbf7c06d269e477ba92f85712579b8222 [2020-10-07T02:21:01.076Z] + tee [2020-10-07T02:21:01.076Z] clair timeout 1m0s [2020-10-07T02:21:01.076Z] docker timeout: 1m0s [2020-10-07T02:21:01.076Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-07T02:21:02.597Z] $ docker stop --time=1 16e9494f8caeafdc62fc8b1b302eb838bc5478bd4a4083c16f37640462677aee [2020-10-07T02:21:04.168Z] $ docker rm -f 16e9494f8caeafdc62fc8b1b302eb838bc5478bd4a4083c16f37640462677aee [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-07T02:21:04.667Z] + mkdir -p /w/workspace/edgex-go/166/clair-reports [Pipeline] echo [2020-10-07T02:21:04.681Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/166/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_fc25530dbf7c06d269e477ba92f85712579b8222.html [Pipeline] writeFile [Pipeline] step [2020-10-07T02:21:04.745Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-07T02:21:05.228Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-07T02:21:05.293Z] provisioning config files... [2020-10-07T02:21:05.310Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/166@tmp/config3540415273363064935tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-07T02:21:05.704Z] --> edgex-publish-swagger.sh [2020-10-07T02:21:05.704Z] === Publish openapi/v1 API === [2020-10-07T02:21:05.704Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-07T02:21:05.704Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-07T02:21:05.704Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T02:21:05.704Z] Dload Upload Total Spent Left Speed [2020-10-07T02:21:06.922Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8379 0:00:01 0:00:01 --:--:-- 8383 100 10521 0 0 100 10521 0 8377 0:00:01 0:00:01 --:--:-- 8376 [2020-10-07T02:21:06.922Z] [2020-10-07T02:21:06.922Z] [2020-10-07T02:21:06.922Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-07T02:21:06.922Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T02:21:06.922Z] Dload Upload Total Spent Left Speed [2020-10-07T02:21:08.332Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 27563 0:00:01 0:00:01 --:--:-- 27589 100 32556 0 0 100 32556 0 27559 0:00:01 0:00:01 --:--:-- 27566 [2020-10-07T02:21:08.332Z] [2020-10-07T02:21:08.332Z] [2020-10-07T02:21:08.332Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-07T02:21:08.332Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T02:21:08.332Z] Dload Upload Total Spent Left Speed [2020-10-07T02:21:09.284Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 61174 0:00:01 0:00:01 --:--:-- 61229 100 73720 0 0 100 73720 0 61164 0:00:01 0:00:01 --:--:-- 61178 [2020-10-07T02:21:09.284Z] [2020-10-07T02:21:09.284Z] [2020-10-07T02:21:09.284Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-07T02:21:09.284Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T02:21:09.284Z] Dload Upload Total Spent Left Speed [2020-10-07T02:21:10.700Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12785 0:00:01 0:00:01 --:--:-- 12799 100 13580 0 0 100 13580 0 12783 0:00:01 0:00:01 --:--:-- 12787 [2020-10-07T02:21:10.700Z] [2020-10-07T02:21:10.700Z] [2020-10-07T02:21:10.700Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-07T02:21:10.700Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T02:21:10.700Z] Dload Upload Total Spent Left Speed [2020-10-07T02:21:11.661Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 31650 0:00:01 0:00:01 --:--:-- 31668 100 38889 0 0 100 38889 0 31645 0:00:01 0:00:01 --:--:-- 31668 [2020-10-07T02:21:11.661Z] [2020-10-07T02:21:11.661Z] [2020-10-07T02:21:11.661Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-07T02:21:11.661Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T02:21:11.661Z] Dload Upload Total Spent Left Speed [2020-10-07T02:21:12.882Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12067 0:00:01 0:00:01 --:--:-- 12064 100 14248 0 0 100 14248 0 12065 0:00:01 0:00:01 --:--:-- 12064 [2020-10-07T02:21:12.882Z] [2020-10-07T02:21:12.882Z] [2020-10-07T02:21:12.882Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-07T02:21:12.882Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T02:21:12.882Z] Dload Upload Total Spent Left Speed [2020-10-07T02:21:13.829Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3973 0:00:01 0:00:01 --:--:-- 3977 100 4109 0 0 100 4109 0 3973 0:00:01 0:00:01 --:--:-- 3973 [2020-10-07T02:21:13.829Z] [2020-10-07T02:21:13.829Z] [2020-10-07T02:21:13.829Z] === Publish openapi/v2 API === [2020-10-07T02:21:13.829Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-07T02:21:13.829Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-07T02:21:14.095Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T02:21:14.095Z] Dload Upload Total Spent Left Speed [2020-10-07T02:21:15.063Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 26803 0:00:01 0:00:01 --:--:-- 26826 100 30234 0 0 100 30234 0 26797 0:00:01 0:00:01 --:--:-- 26803 [2020-10-07T02:21:15.063Z] [2020-10-07T02:21:15.063Z] [2020-10-07T02:21:15.063Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-07T02:21:15.063Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T02:21:15.064Z] Dload Upload Total Spent Left Speed [2020-10-07T02:21:16.455Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58943 0 0 100 58943 0 50281 0:00:01 0:00:01 --:--:-- 50292 100 58943 0 0 100 58943 0 50269 0:00:01 0:00:01 --:--:-- 50292 [2020-10-07T02:21:16.455Z] [2020-10-07T02:21:16.455Z] [2020-10-07T02:21:16.455Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-07T02:21:16.455Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T02:21:16.455Z] Dload Upload Total Spent Left Speed [2020-10-07T02:21:17.404Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 114k 0 0 100 114k 0 96678 0:00:01 0:00:01 --:--:-- 96739 100 114k 0 0 100 114k 0 95287 0:00:01 0:00:01 --:--:-- 95318 [2020-10-07T02:21:17.404Z] [2020-10-07T02:21:17.404Z] [2020-10-07T02:21:17.667Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-07T02:21:17.667Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T02:21:17.667Z] Dload Upload Total Spent Left Speed [2020-10-07T02:21:18.630Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 23132 0:00:01 0:00:01 --:--:-- 23154 100 26165 0 0 100 26165 0 23126 0:00:01 0:00:01 --:--:-- 23134 [2020-10-07T02:21:18.630Z] [2020-10-07T02:21:18.630Z] [2020-10-07T02:21:18.630Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-07T02:21:18.630Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T02:21:18.630Z] Dload Upload Total Spent Left Speed [2020-10-07T02:21:19.838Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 56705 0:00:01 0:00:01 --:--:-- 56717 [2020-10-07T02:21:19.838Z] [2020-10-07T02:21:19.838Z] [2020-10-07T02:21:19.838Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-07T02:21:19.838Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T02:21:19.838Z] Dload Upload Total Spent Left Speed [2020-10-07T02:21:21.059Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 38139 0:00:01 0:00:01 --:--:-- 38120 100 46049 0 0 100 46049 0 35002 0:00:01 0:00:01 --:--:-- 34991 [2020-10-07T02:21:21.059Z] [2020-10-07T02:21:21.059Z] [2020-10-07T02:21:21.059Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-07T02:21:21.059Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-07T02:21:21.059Z] Dload Upload Total Spent Left Speed [2020-10-07T02:21:22.451Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 20026 0:00:01 0:00:01 --:--:-- 20044 100 24114 0 0 100 24114 0 17196 0:00:01 0:00:01 --:--:-- 17199 [2020-10-07T02:21:22.451Z] [2020-10-07T02:21:22.451Z] [Pipeline] } [2020-10-07T02:21:22.463Z] 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-07T02:21:33.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T02:21:33.119Z] . [Pipeline] withDockerContainer [2020-10-07T02:21:33.243Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:21:33.291Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:21:34.574Z] $ docker top 6b227551867607d1f088cc7a516b23aa720675d9e4dae60849d48f69c9e7b48b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-07T02:21:35.174Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T02:21:35.174Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T02:21:35.419Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T02:21:35.426Z] $ docker exec 6b227551867607d1f088cc7a516b23aa720675d9e4dae60849d48f69c9e7b48b ssh-agent [2020-10-07T02:21:35.601Z] SSH_AUTH_SOCK=/tmp/ssh-MGI4lZbjvWpa/agent.11 [2020-10-07T02:21:35.601Z] SSH_AGENT_PID=17 [2020-10-07T02:21:35.610Z] Running ssh-add (command line suppressed) [2020-10-07T02:21:35.743Z] Identity added: /w/workspace/edgex-go/166@tmp/private_key_3736042643173609324.key (/w/workspace/edgex-go/166@tmp/private_key_3736042643173609324.key) [2020-10-07T02:21:35.801Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T02:21:36.147Z] + git semver tag [2020-10-07T02:21:36.413Z] # -> Open(): unable to determine branch for HEAD [2020-10-07T02:21:36.413Z] # $GIT_DIR = /w/workspace/edgex-go/166/.git [2020-10-07T02:21:36.413Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/166 [2020-10-07T02:21:36.413Z] # $SEMVER_REMOTE_NAME = origin [2020-10-07T02:21:36.413Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-07T02:21:36.413Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-07T02:21:36.413Z] # $SEMVER_BRANCH = master [2020-10-07T02:21:36.413Z] # $SEMVER_DIR = /w/workspace/edgex-go/166/.semver [2020-10-07T02:21:36.413Z] # fc25530dbf7c06d269e477ba92f85712579b8222 HEAD [2020-10-07T02:21:36.684Z] # -> Force: false [2020-10-07T02:21:36.684Z] # 57518c8d974c1d8547319ad12e8648b7ef56121d refs/tags/v1.2.2-dev.51 [Pipeline] } [2020-10-07T02:21:36.713Z] $ docker exec --env ******** --env ******** 6b227551867607d1f088cc7a516b23aa720675d9e4dae60849d48f69c9e7b48b ssh-agent -k [2020-10-07T02:21:36.848Z] unset SSH_AUTH_SOCK; [2020-10-07T02:21:36.848Z] unset SSH_AGENT_PID; [2020-10-07T02:21:36.848Z] echo Agent pid 17 killed; [2020-10-07T02:21:36.895Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-07T02:21:37.384Z] + git semver [Pipeline] } [2020-10-07T02:21:37.407Z] $ docker stop --time=1 6b227551867607d1f088cc7a516b23aa720675d9e4dae60849d48f69c9e7b48b [2020-10-07T02:21:38.796Z] $ docker rm -f 6b227551867607d1f088cc7a516b23aa720675d9e4dae60849d48f69c9e7b48b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:21:39.452Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-07T02:21:39.452Z] [2020-10-07T02:21:39.452Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:21:39.809Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-07T02:21:39.810Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-07T02:21:39.810Z] ab5ef0e58194: Pulling fs layer [2020-10-07T02:21:39.810Z] 9712f1f96733: Pulling fs layer [2020-10-07T02:21:39.810Z] 63f879dbbcfc: Pulling fs layer [2020-10-07T02:21:39.810Z] 0d9ebad4ef96: Pulling fs layer [2020-10-07T02:21:39.810Z] e9a5061849ea: Pulling fs layer [2020-10-07T02:21:39.810Z] d747dcd14b5f: Pulling fs layer [2020-10-07T02:21:39.810Z] 2de7ff778b66: Pulling fs layer [2020-10-07T02:21:39.810Z] e9a5061849ea: Waiting [2020-10-07T02:21:39.810Z] d747dcd14b5f: Waiting [2020-10-07T02:21:39.810Z] 2de7ff778b66: Waiting [2020-10-07T02:21:39.810Z] 0d9ebad4ef96: Waiting [2020-10-07T02:21:39.810Z] 9712f1f96733: Download complete [2020-10-07T02:22:01.835Z] 63f879dbbcfc: Verifying Checksum [2020-10-07T02:22:01.835Z] 63f879dbbcfc: Download complete [2020-10-07T02:22:07.181Z] e9a5061849ea: Verifying Checksum [2020-10-07T02:22:07.181Z] e9a5061849ea: Download complete [2020-10-07T02:22:07.181Z] d747dcd14b5f: Verifying Checksum [2020-10-07T02:22:07.181Z] d747dcd14b5f: Download complete [2020-10-07T02:22:19.450Z] 2de7ff778b66: Verifying Checksum [2020-10-07T02:22:19.451Z] 2de7ff778b66: Download complete [2020-10-07T02:22:19.451Z] 0d9ebad4ef96: Verifying Checksum [2020-10-07T02:22:19.451Z] 0d9ebad4ef96: Download complete [2020-10-07T02:22:29.497Z] ab5ef0e58194: Verifying Checksum [2020-10-07T02:22:29.497Z] ab5ef0e58194: Download complete [2020-10-07T02:22:32.840Z] ab5ef0e58194: Pull complete [2020-10-07T02:22:32.840Z] 9712f1f96733: Pull complete [2020-10-07T02:22:35.406Z] 63f879dbbcfc: Pull complete [2020-10-07T02:22:42.031Z] 0d9ebad4ef96: Pull complete [2020-10-07T02:22:43.967Z] e9a5061849ea: Pull complete [2020-10-07T02:22:43.967Z] d747dcd14b5f: Pull complete [2020-10-07T02:22:46.554Z] 2de7ff778b66: Pull complete [2020-10-07T02:22:46.554Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-07T02:22:46.554Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-07T02:22:46.554Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-07T02:22:46.755Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:22:46.819Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:22:50.466Z] $ docker top 4114600b1c27688b36ba9117a9983ed1376a60e61150af941aa313e10b26f7f8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-07T02:22:50.726Z] provisioning config files... [2020-10-07T02:22:50.744Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/166@tmp/config2426051213870669509tmp [2020-10-07T02:22:50.761Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/166@tmp/config6065172162906069856tmp [2020-10-07T02:22:50.779Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/166@tmp/config8374655243606218427tmp [Pipeline] { [Pipeline] echo [2020-10-07T02:22:50.845Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T02:22:51.152Z] ---> sigul-configuration.sh [2020-10-07T02:22:51.152Z] gpg: directory `/root/.gnupg' created [2020-10-07T02:22:51.152Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-07T02:22:51.152Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-07T02:22:51.152Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-07T02:22:51.152Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-07T02:22:51.152Z] gpg: CAST5 encrypted data [2020-10-07T02:22:51.421Z] gpg: encrypted with 1 passphrase [2020-10-07T02:22:51.421Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-07T02:22:51.732Z] + mkdir /home/jenkins [2020-10-07T02:22:51.732Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-07T02:22:52.202Z] + 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-07T02:22:52.213Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T02:22:52.511Z] ---> sigul-install.sh [2020-10-07T02:23:00.668Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-07T02:23:00.973Z] + git tag --list [2020-10-07T02:23:00.973Z] 0.6.0 [2020-10-07T02:23:00.973Z] 0.6.1 [2020-10-07T02:23:00.973Z] 0.7.0 [2020-10-07T02:23:00.973Z] 0.7.1 [2020-10-07T02:23:00.973Z] v1.0.0 [2020-10-07T02:23:00.973Z] v1.0.1 [2020-10-07T02:23:00.973Z] v1.1.0 [2020-10-07T02:23:00.973Z] v1.2.0 [2020-10-07T02:23:00.973Z] v1.2.1 [2020-10-07T02:23:00.973Z] v1.2.2-dev.1 [2020-10-07T02:23:00.973Z] v1.2.2-dev.10 [2020-10-07T02:23:00.973Z] v1.2.2-dev.11 [2020-10-07T02:23:00.973Z] v1.2.2-dev.12 [2020-10-07T02:23:00.973Z] v1.2.2-dev.13 [2020-10-07T02:23:00.973Z] v1.2.2-dev.14 [2020-10-07T02:23:00.973Z] v1.2.2-dev.15 [2020-10-07T02:23:00.973Z] v1.2.2-dev.16 [2020-10-07T02:23:00.973Z] v1.2.2-dev.17 [2020-10-07T02:23:00.973Z] v1.2.2-dev.18 [2020-10-07T02:23:00.973Z] v1.2.2-dev.19 [2020-10-07T02:23:00.973Z] v1.2.2-dev.2 [2020-10-07T02:23:00.973Z] v1.2.2-dev.20 [2020-10-07T02:23:00.973Z] v1.2.2-dev.21 [2020-10-07T02:23:00.973Z] v1.2.2-dev.22 [2020-10-07T02:23:00.973Z] v1.2.2-dev.23 [2020-10-07T02:23:00.973Z] v1.2.2-dev.24 [2020-10-07T02:23:00.973Z] v1.2.2-dev.25 [2020-10-07T02:23:00.973Z] v1.2.2-dev.26 [2020-10-07T02:23:00.973Z] v1.2.2-dev.27 [2020-10-07T02:23:00.973Z] v1.2.2-dev.28 [2020-10-07T02:23:00.973Z] v1.2.2-dev.29 [2020-10-07T02:23:00.973Z] v1.2.2-dev.3 [2020-10-07T02:23:00.973Z] v1.2.2-dev.30 [2020-10-07T02:23:00.973Z] v1.2.2-dev.31 [2020-10-07T02:23:00.973Z] v1.2.2-dev.32 [2020-10-07T02:23:00.973Z] v1.2.2-dev.33 [2020-10-07T02:23:00.973Z] v1.2.2-dev.34 [2020-10-07T02:23:00.973Z] v1.2.2-dev.35 [2020-10-07T02:23:00.973Z] v1.2.2-dev.36 [2020-10-07T02:23:00.973Z] v1.2.2-dev.37 [2020-10-07T02:23:00.973Z] v1.2.2-dev.38 [2020-10-07T02:23:00.973Z] v1.2.2-dev.39 [2020-10-07T02:23:00.973Z] v1.2.2-dev.4 [2020-10-07T02:23:00.973Z] v1.2.2-dev.40 [2020-10-07T02:23:00.973Z] v1.2.2-dev.41 [2020-10-07T02:23:00.973Z] v1.2.2-dev.42 [2020-10-07T02:23:00.973Z] v1.2.2-dev.43 [2020-10-07T02:23:00.973Z] v1.2.2-dev.44 [2020-10-07T02:23:00.973Z] v1.2.2-dev.45 [2020-10-07T02:23:00.973Z] v1.2.2-dev.46 [2020-10-07T02:23:00.973Z] v1.2.2-dev.47 [2020-10-07T02:23:00.973Z] v1.2.2-dev.48 [2020-10-07T02:23:00.973Z] v1.2.2-dev.49 [2020-10-07T02:23:00.973Z] v1.2.2-dev.5 [2020-10-07T02:23:00.973Z] v1.2.2-dev.50 [2020-10-07T02:23:00.973Z] v1.2.2-dev.51 [2020-10-07T02:23:00.973Z] v1.2.2-dev.6 [2020-10-07T02:23:00.973Z] v1.2.2-dev.7 [2020-10-07T02:23:00.973Z] v1.2.2-dev.8 [2020-10-07T02:23:00.973Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-07T02:23:01.344Z] + lftools sign git-tag v1.2.2-dev.51 [2020-10-07T02:23:02.746Z] Signing Git tag with Sigul... [2020-10-07T02:23:02.746Z] Signing v1.2.2-dev.51 [Pipeline] echo [2020-10-07T02:23:04.153Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T02:23:04.456Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-07T02:23:04.467Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-07T02:23:04.574Z] $ docker stop --time=1 4114600b1c27688b36ba9117a9983ed1376a60e61150af941aa313e10b26f7f8 [2020-10-07T02:23:06.632Z] $ docker rm -f 4114600b1c27688b36ba9117a9983ed1376a60e61150af941aa313e10b26f7f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:23:07.739Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T02:23:07.739Z] . [Pipeline] withDockerContainer [2020-10-07T02:23:07.844Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:23:07.895Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:23:08.605Z] $ docker top ebe4e027b87f7468417faa036641db1dfea5509f6d8c9e36a84a3507aad91d08 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-07T02:23:08.909Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T02:23:08.910Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T02:23:09.112Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T02:23:09.119Z] $ docker exec ebe4e027b87f7468417faa036641db1dfea5509f6d8c9e36a84a3507aad91d08 ssh-agent [2020-10-07T02:23:09.299Z] SSH_AUTH_SOCK=/tmp/ssh-nwfUmZoW0TA0/agent.11 [2020-10-07T02:23:09.299Z] SSH_AGENT_PID=17 [2020-10-07T02:23:09.308Z] Running ssh-add (command line suppressed) [2020-10-07T02:23:09.444Z] Identity added: /w/workspace/edgex-go/166@tmp/private_key_716131705221997230.key (/w/workspace/edgex-go/166@tmp/private_key_716131705221997230.key) [2020-10-07T02:23:09.497Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T02:23:10.085Z] + git semver bump pre [2020-10-07T02:23:10.086Z] # -> Open(): unable to determine branch for HEAD [2020-10-07T02:23:10.086Z] # $GIT_DIR = /w/workspace/edgex-go/166/.git [2020-10-07T02:23:10.086Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/166 [2020-10-07T02:23:10.086Z] # $SEMVER_REMOTE_NAME = origin [2020-10-07T02:23:10.086Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-07T02:23:10.086Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-07T02:23:10.086Z] # $SEMVER_BRANCH = master [2020-10-07T02:23:10.086Z] # $SEMVER_DIR = /w/workspace/edgex-go/166/.semver [2020-10-07T02:23:10.086Z] 1.2.2-dev.52 [Pipeline] } [2020-10-07T02:23:10.103Z] $ docker exec --env ******** --env ******** ebe4e027b87f7468417faa036641db1dfea5509f6d8c9e36a84a3507aad91d08 ssh-agent -k [2020-10-07T02:23:10.228Z] unset SSH_AUTH_SOCK; [2020-10-07T02:23:10.228Z] unset SSH_AGENT_PID; [2020-10-07T02:23:10.228Z] echo Agent pid 17 killed; [2020-10-07T02:23:10.280Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-07T02:23:10.811Z] + git semver [Pipeline] } [2020-10-07T02:23:10.858Z] $ docker stop --time=1 ebe4e027b87f7468417faa036641db1dfea5509f6d8c9e36a84a3507aad91d08 [2020-10-07T02:23:12.243Z] $ docker rm -f ebe4e027b87f7468417faa036641db1dfea5509f6d8c9e36a84a3507aad91d08 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T02:23:12.783Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T02:23:12.783Z] . [Pipeline] withDockerContainer [2020-10-07T02:23:12.895Z] prd-centos7-docker-4c-2g-3869 does not seem to be running inside a container [2020-10-07T02:23:12.952Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/166 -v /w/workspace/edgex-go/166:/w/workspace/edgex-go/166:rw,z -v /w/workspace/edgex-go/166@tmp:/w/workspace/edgex-go/166@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-07T02:23:13.638Z] $ docker top 23088b4a2ae96d27bdfa1efdb08c59288534a31c79c94b742e194fb190bd8b64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-07T02:23:14.034Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T02:23:14.035Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T02:23:14.236Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T02:23:14.244Z] $ docker exec 23088b4a2ae96d27bdfa1efdb08c59288534a31c79c94b742e194fb190bd8b64 ssh-agent [2020-10-07T02:23:14.424Z] SSH_AUTH_SOCK=/tmp/ssh-Owet5eYtKLtg/agent.12 [2020-10-07T02:23:14.424Z] SSH_AGENT_PID=17 [2020-10-07T02:23:14.436Z] Running ssh-add (command line suppressed) [2020-10-07T02:23:14.567Z] Identity added: /w/workspace/edgex-go/166@tmp/private_key_5310640988633255677.key (/w/workspace/edgex-go/166@tmp/private_key_5310640988633255677.key) [2020-10-07T02:23:14.621Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T02:23:14.970Z] + git semver push [2020-10-07T02:23:14.970Z] # -> Open(): unable to determine branch for HEAD [2020-10-07T02:23:14.970Z] # $GIT_DIR = /w/workspace/edgex-go/166/.git [2020-10-07T02:23:14.970Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/166 [2020-10-07T02:23:14.970Z] # $SEMVER_REMOTE_NAME = origin [2020-10-07T02:23:14.970Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-07T02:23:14.970Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-07T02:23:14.970Z] # $SEMVER_BRANCH = master [2020-10-07T02:23:14.970Z] # $SEMVER_DIR = /w/workspace/edgex-go/166/.semver [Pipeline] } [2020-10-07T02:23:25.047Z] $ docker exec --env ******** --env ******** 23088b4a2ae96d27bdfa1efdb08c59288534a31c79c94b742e194fb190bd8b64 ssh-agent -k [2020-10-07T02:23:25.182Z] unset SSH_AUTH_SOCK; [2020-10-07T02:23:25.182Z] unset SSH_AGENT_PID; [2020-10-07T02:23:25.182Z] echo Agent pid 17 killed; [2020-10-07T02:23:25.232Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-07T02:23:26.000Z] + git semver [Pipeline] } [2020-10-07T02:23:26.025Z] $ docker stop --time=1 23088b4a2ae96d27bdfa1efdb08c59288534a31c79c94b742e194fb190bd8b64 [2020-10-07T02:23:27.453Z] $ docker rm -f 23088b4a2ae96d27bdfa1efdb08c59288534a31c79c94b742e194fb190bd8b64 [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-07T02:23:28.804Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T02:23:29.727Z] ---> package-listing.sh [2020-10-07T02:23:29.727Z] ++ facter osfamily [2020-10-07T02:23:29.728Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-07T02:23:29.728Z] + OS_FAMILY=redhat [2020-10-07T02:23:29.728Z] + workspace=/w/workspace/edgex-go/166 [2020-10-07T02:23:29.728Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-07T02:23:29.728Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-07T02:23:29.728Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-07T02:23:29.728Z] + PACKAGES=/tmp/packages_start.txt [2020-10-07T02:23:29.728Z] + '[' /w/workspace/edgex-go/166 ']' [2020-10-07T02:23:29.728Z] + PACKAGES=/tmp/packages_end.txt [2020-10-07T02:23:29.728Z] + case "${OS_FAMILY}" in [2020-10-07T02:23:29.728Z] + rpm -qa [2020-10-07T02:23:29.728Z] + sort [2020-10-07T02:23:33.991Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-07T02:23:33.991Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-07T02:23:33.991Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-07T02:23:33.991Z] + '[' /w/workspace/edgex-go/166 ']' [2020-10-07T02:23:33.991Z] + mkdir -p /w/workspace/edgex-go/166/archives/ [2020-10-07T02:23:33.991Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/166/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-07T02:23:34.200Z] provisioning config files... [2020-10-07T02:23:34.218Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/166@tmp/config2577472511788520151tmp [Pipeline] { [Pipeline] echo [2020-10-07T02:23:34.299Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T02:23:34.646Z] ---> create-netrc.sh [Pipeline] } [2020-10-07T02:23:34.657Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-07T02:23:34.843Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T02:23:35.142Z] ---> python-tools-install.sh [2020-10-07T02:23:35.142Z] Generating Requirements File [2020-10-07T02:26:11.982Z] Python 3.6.8 [2020-10-07T02:26:11.982Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-07T02:26:11.982Z] appdirs==1.4.3 [2020-10-07T02:26:11.982Z] argcomplete==1.12.1 [2020-10-07T02:26:11.982Z] aspy.yaml==1.3.0 [2020-10-07T02:26:11.982Z] attrs==19.3.0 [2020-10-07T02:26:11.982Z] Babel==2.8.0 [2020-10-07T02:26:11.983Z] beautifulsoup4==4.8.2 [2020-10-07T02:26:11.983Z] boto3==1.11.6 [2020-10-07T02:26:11.983Z] botocore==1.14.6 [2020-10-07T02:26:11.983Z] bs4==0.0.1 [2020-10-07T02:26:11.983Z] cachetools==4.1.1 [2020-10-07T02:26:11.983Z] certifi==2019.11.28 [2020-10-07T02:26:11.983Z] cffi==1.14.3 [2020-10-07T02:26:11.983Z] cfgv==2.0.1 [2020-10-07T02:26:11.983Z] chardet==3.0.4 [2020-10-07T02:26:11.983Z] click==7.1 [2020-10-07T02:26:11.983Z] cliff==3.4.0 [2020-10-07T02:26:11.983Z] cmd2==1.3.11 [2020-10-07T02:26:11.983Z] colorama==0.4.3 [2020-10-07T02:26:11.983Z] cryptography==3.1.1 [2020-10-07T02:26:11.983Z] debtcollector==2.2.0 [2020-10-07T02:26:11.983Z] decorator==4.4.2 [2020-10-07T02:26:11.983Z] defusedxml==0.6.0 [2020-10-07T02:26:11.983Z] Deprecated==1.2.7 [2020-10-07T02:26:11.983Z] distlib==0.3.1 [2020-10-07T02:26:11.983Z] distro==1.2.0 [2020-10-07T02:26:11.983Z] dnspython==1.16.0 [2020-10-07T02:26:11.983Z] docker==4.2.0 [2020-10-07T02:26:11.983Z] docutils==0.15.2 [2020-10-07T02:26:11.983Z] dogpile.cache==1.0.2 [2020-10-07T02:26:11.983Z] email-validator==1.0.5 [2020-10-07T02:26:11.983Z] filelock==3.0.12 [2020-10-07T02:26:11.983Z] future==0.18.2 [2020-10-07T02:26:11.983Z] google-auth==1.22.1 [2020-10-07T02:26:11.983Z] httplib2==0.17.0 [2020-10-07T02:26:11.983Z] identify==1.4.11 [2020-10-07T02:26:11.983Z] idna==2.9 [2020-10-07T02:26:11.983Z] importlib-metadata==1.7.0 [2020-10-07T02:26:11.983Z] importlib-resources==1.5.0 [2020-10-07T02:26:11.983Z] iso8601==0.1.13 [2020-10-07T02:26:11.983Z] Jinja2==2.11.1 [2020-10-07T02:26:11.983Z] jmespath==0.10.0 [2020-10-07T02:26:11.983Z] jsonpatch==1.26 [2020-10-07T02:26:11.983Z] jsonpointer==2.0 [2020-10-07T02:26:11.983Z] jsonschema==3.2.0 [2020-10-07T02:26:11.983Z] keystoneauth1==4.2.1 [2020-10-07T02:26:11.983Z] kubernetes==11.0.0 [2020-10-07T02:26:11.983Z] lftools==0.34.2 [2020-10-07T02:26:11.983Z] lxml==4.5.0 [2020-10-07T02:26:11.983Z] MarkupSafe==0.23 [2020-10-07T02:26:11.983Z] msgpack==1.0.0 [2020-10-07T02:26:11.983Z] multi-key-dict==2.0.3 [2020-10-07T02:26:11.983Z] munch==2.5.0 [2020-10-07T02:26:11.983Z] netaddr==0.8.0 [2020-10-07T02:26:11.983Z] netifaces==0.10.9 [2020-10-07T02:26:11.983Z] niet==1.4.2 [2020-10-07T02:26:11.983Z] nodeenv==1.3.5 [2020-10-07T02:26:11.983Z] oauth2client==4.1.3 [2020-10-07T02:26:11.983Z] oauthlib==3.1.0 [2020-10-07T02:26:11.983Z] openstacksdk==0.50.0 [2020-10-07T02:26:11.983Z] os-client-config==2.1.0 [2020-10-07T02:26:11.983Z] os-service-types==1.7.0 [2020-10-07T02:26:11.983Z] osc-lib==2.2.1 [2020-10-07T02:26:11.983Z] oslo.config==8.3.2 [2020-10-07T02:26:11.983Z] oslo.context==3.1.1 [2020-10-07T02:26:11.983Z] oslo.i18n==5.0.1 [2020-10-07T02:26:11.983Z] oslo.log==4.4.0 [2020-10-07T02:26:11.983Z] oslo.serialization==4.0.1 [2020-10-07T02:26:11.983Z] oslo.utils==4.6.0 [2020-10-07T02:26:11.983Z] packaging==20.4 [2020-10-07T02:26:11.983Z] pbr==5.4.4 [2020-10-07T02:26:11.983Z] pluggy==0.13.1 [2020-10-07T02:26:11.983Z] prettytable==0.7.2 [2020-10-07T02:26:11.983Z] py==1.9.0 [2020-10-07T02:26:11.983Z] pyasn1==0.4.8 [2020-10-07T02:26:11.983Z] pyasn1-modules==0.2.8 [2020-10-07T02:26:11.983Z] pycparser==2.20 [2020-10-07T02:26:11.983Z] pygerrit2==2.0.10 [2020-10-07T02:26:11.983Z] PyGithub==1.46 [2020-10-07T02:26:11.983Z] pyinotify==0.9.6 [2020-10-07T02:26:11.983Z] PyJWT==1.7.1 [2020-10-07T02:26:11.983Z] pyparsing==2.4.7 [2020-10-07T02:26:11.983Z] pyperclip==1.8.0 [2020-10-07T02:26:11.983Z] pyroute2==0.4.13 [2020-10-07T02:26:11.983Z] pyrsistent==0.15.7 [2020-10-07T02:26:11.983Z] PySocks==1.6.8 [2020-10-07T02:26:11.983Z] python-cinderclient==7.2.0 [2020-10-07T02:26:11.983Z] python-dateutil==2.8.1 [2020-10-07T02:26:11.983Z] python-heatclient==2.2.1 [2020-10-07T02:26:11.983Z] python-jenkins==1.7.0 [2020-10-07T02:26:11.983Z] python-keystoneclient==4.1.1 [2020-10-07T02:26:11.983Z] python-magnumclient==3.2.1 [2020-10-07T02:26:11.983Z] python-novaclient==17.2.1 [2020-10-07T02:26:11.983Z] python-openstackclient==5.4.0 [2020-10-07T02:26:11.983Z] python-swiftclient==3.10.1 [2020-10-07T02:26:11.983Z] pytz==2020.1 [2020-10-07T02:26:11.983Z] PyYAML==5.3 [2020-10-07T02:26:11.983Z] requests==2.23.0 [2020-10-07T02:26:11.983Z] requests-oauthlib==1.3.0 [2020-10-07T02:26:11.983Z] requestsexceptions==1.4.0 [2020-10-07T02:26:11.983Z] rfc3986==1.4.0 [2020-10-07T02:26:11.983Z] rpm==4.11.3 [2020-10-07T02:26:11.983Z] rsa==4.0 [2020-10-07T02:26:11.983Z] ruamel.yaml==0.16.10 [2020-10-07T02:26:11.983Z] ruamel.yaml.clib==0.2.0 [2020-10-07T02:26:11.983Z] s3transfer==0.3.3 [2020-10-07T02:26:11.983Z] shade==1.27.2 [2020-10-07T02:26:11.983Z] simplejson==3.17.2 [2020-10-07T02:26:11.983Z] six==1.14.0 [2020-10-07T02:26:11.983Z] soupsieve==2.0 [2020-10-07T02:26:11.983Z] stevedore==3.2.2 [2020-10-07T02:26:11.983Z] tabulate==0.8.6 [2020-10-07T02:26:11.983Z] toml==0.10.0 [2020-10-07T02:26:11.983Z] tox==3.20.0 [2020-10-07T02:26:11.983Z] tqdm==4.43.0 [2020-10-07T02:26:11.983Z] urllib3==1.25.8 [2020-10-07T02:26:11.983Z] virtualenv==20.0.33 [2020-10-07T02:26:11.983Z] wcwidth==0.2.5 [2020-10-07T02:26:11.983Z] websocket-client==0.57.0 [2020-10-07T02:26:11.983Z] wrapt==1.12.1 [2020-10-07T02:26:11.983Z] xdg==3.0.2 [2020-10-07T02:26:11.983Z] xmltodict==0.12.0 [2020-10-07T02:26:11.983Z] yq==2.11.1 [2020-10-07T02:26:11.983Z] zipp==3.3.0 [2020-10-07T02:26:11.983Z] Cache entry deserialization failed, entry ignored [2020-10-07T02:26:11.983Z] 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-07T02:26:15.319Z] Python 2.7.5 [2020-10-07T02:26:15.319Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-07T02:26:15.897Z] 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-07T02:26:15.897Z] ansible==2.9.7 [2020-10-07T02:26:15.897Z] Babel==0.9.6 [2020-10-07T02:26:15.897Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-07T02:26:15.897Z] beautifulsoup4==4.4.1 [2020-10-07T02:26:15.897Z] bodhi==2.11.0 [2020-10-07T02:26:15.897Z] bodhi-client==2.11.0 [2020-10-07T02:26:15.897Z] CCColUtils==1.4 [2020-10-07T02:26:15.897Z] cffi==1.6.0 [2020-10-07T02:26:15.897Z] chardet==2.2.1 [2020-10-07T02:26:15.897Z] click==6.7 [2020-10-07T02:26:15.897Z] cloud-init==18.5 [2020-10-07T02:26:15.897Z] configobj==4.7.2 [2020-10-07T02:26:15.897Z] cryptography==1.7.2 [2020-10-07T02:26:15.897Z] decorator==3.4.0 [2020-10-07T02:26:15.897Z] distro==1.2.0 [2020-10-07T02:26:15.897Z] enum34==1.0.4 [2020-10-07T02:26:15.897Z] fedpkg==1.38 [2020-10-07T02:26:15.897Z] futures==3.1.1 [2020-10-07T02:26:15.897Z] gitdb==0.6.4 [2020-10-07T02:26:15.897Z] GitPython==1.0.1 [2020-10-07T02:26:15.897Z] html5lib==0.999 [2020-10-07T02:26:15.897Z] httplib2==0.9.2 [2020-10-07T02:26:15.897Z] idna==2.4 [2020-10-07T02:26:15.897Z] iniparse==0.4 [2020-10-07T02:26:15.897Z] ipaddress==1.0.16 [2020-10-07T02:26:15.897Z] IPy==0.75 [2020-10-07T02:26:15.897Z] javapackages==1.0.0 [2020-10-07T02:26:15.897Z] Jinja2==2.7.2 [2020-10-07T02:26:15.897Z] jmespath==0.9.4 [2020-10-07T02:26:15.897Z] jsonpatch==1.2 [2020-10-07T02:26:15.897Z] jsonpointer==1.9 [2020-10-07T02:26:15.897Z] kerberos==1.1 [2020-10-07T02:26:15.897Z] kitchen==1.1.1 [2020-10-07T02:26:15.897Z] langtable==0.0.31 [2020-10-07T02:26:15.897Z] lockfile==0.9.1 [2020-10-07T02:26:15.897Z] lxml==3.2.1 [2020-10-07T02:26:15.897Z] MarkupSafe==0.11 [2020-10-07T02:26:15.897Z] munch==2.0.2 [2020-10-07T02:26:15.897Z] offtrac==0.1.0 [2020-10-07T02:26:15.897Z] openidc-client==0.6.0 [2020-10-07T02:26:15.897Z] packagedb-cli==2.14.1 [2020-10-07T02:26:15.897Z] paramiko==2.1.1 [2020-10-07T02:26:15.897Z] perf==0.1 [2020-10-07T02:26:15.897Z] ply==3.4 [2020-10-07T02:26:15.897Z] policycoreutils-default-encoding==0.1 [2020-10-07T02:26:15.897Z] prettytable==0.7.2 [2020-10-07T02:26:15.897Z] pyasn1==0.1.9 [2020-10-07T02:26:15.897Z] pycparser==2.14 [2020-10-07T02:26:15.897Z] pycurl==7.19.0 [2020-10-07T02:26:15.897Z] pygobject==3.22.0 [2020-10-07T02:26:15.897Z] pygpgme==0.3 [2020-10-07T02:26:15.897Z] pyliblzma==0.5.3 [2020-10-07T02:26:15.897Z] pyOpenSSL==0.13.1 [2020-10-07T02:26:15.897Z] pyparsing==1.5.6 [2020-10-07T02:26:15.897Z] pyserial==2.6 [2020-10-07T02:26:15.897Z] python-augeas==0.5.0 [2020-10-07T02:26:15.897Z] python-bugzilla==2.3.0 [2020-10-07T02:26:15.897Z] python-dateutil==1.5 [2020-10-07T02:26:15.897Z] python-fedora==0.10.0 [2020-10-07T02:26:15.897Z] python-linux-procfs==0.4.9 [2020-10-07T02:26:15.897Z] python-yubico==1.2.3 [2020-10-07T02:26:15.897Z] pyudev==0.15 [2020-10-07T02:26:15.897Z] pyusb==1.0.0b1 [2020-10-07T02:26:15.897Z] pyxattr==0.5.1 [2020-10-07T02:26:15.897Z] PyYAML==3.10 [2020-10-07T02:26:15.897Z] requests==2.6.0 [2020-10-07T02:26:15.897Z] requests-kerberos==0.7.0 [2020-10-07T02:26:15.897Z] rpkg==1.60 [2020-10-07T02:26:15.897Z] schedutils==0.4 [2020-10-07T02:26:15.897Z] seobject==0.1 [2020-10-07T02:26:15.897Z] sepolicy==1.1 [2020-10-07T02:26:15.897Z] six==1.9.0 [2020-10-07T02:26:15.897Z] smmap==0.9.0 [2020-10-07T02:26:15.897Z] urlgrabber==3.10 [2020-10-07T02:26:15.897Z] urllib3==1.10.2 [2020-10-07T02:26:15.897Z] virtualenv==15.1.0 [2020-10-07T02:26:15.897Z] yum-langpacks==0.4.2 [2020-10-07T02:26:15.897Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-07T02:26:15.915Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T02:26:16.285Z] ---> sudo-logs.sh [2020-10-07T02:26:16.285Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-07T02:26:16.558Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T02:26:16.860Z] ---> job-cost.sh [2020-10-07T02:26:16.860Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rBjy [2020-10-07T02:26:25.022Z] Cache entry deserialization failed, entry ignored [2020-10-07T02:26:25.289Z] Cache entry deserialization failed, entry ignored [2020-10-07T02:26:29.509Z] Cache entry deserialization failed, entry ignored [2020-10-07T02:26:29.772Z] Cache entry deserialization failed, entry ignored [2020-10-07T02:26:31.190Z] Cache entry deserialization failed, entry ignored [2020-10-07T02:26:32.593Z] Cache entry deserialization failed, entry ignored [2020-10-07T02:26:32.593Z] Cache entry deserialization failed, entry ignored [2020-10-07T02:26:32.593Z] Cache entry deserialization failed, entry ignored [2020-10-07T02:26:32.593Z] Cache entry deserialization failed, entry ignored [2020-10-07T02:26:33.166Z] Cache entry deserialization failed, entry ignored [2020-10-07T02:26:33.697Z] Cache entry deserialization failed, entry ignored [2020-10-07T02:26:33.697Z] Cache entry deserialization failed, entry ignored [2020-10-07T02:26:37.939Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-07T02:27:16.788Z] lf-activate-venv(): INFO: Adding /tmp/venv-rBjy/bin to PATH [2020-10-07T02:27:16.788Z] INFO: No Stack... [2020-10-07T02:27:16.788Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-07T02:27:16.788Z] INFO: Archiving Costs [Pipeline] echo [2020-10-07T02:27:16.809Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T02:27:17.121Z] ---> logs-deploy.sh [2020-10-07T02:27:17.121Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/166 [2020-10-07T02:27:17.121Z] INFO: archiving workspace using pattern(s): [2020-10-07T02:27:19.047Z] Archives upload complete. [2020-10-07T02:27:19.047Z] INFO: archiving logs to Nexus